var/cache/dev/ContainerFmsJcR7/App_KernelDevDebugContainer.php line 3807

Open in your IDE?
  1. <?php
  2. namespace ContainerFmsJcR7;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  38.             '.container.private.session' => 'get_Container_Private_SessionService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'SymfonyBundles\\RedisBundle\\Redis\\ClientInterface' => 'getClientInterfaceService',
  42.             'cache.app' => 'getCache_AppService',
  43.             'cache.system' => 'getCache_SystemService',
  44.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  45.             'doctrine' => 'getDoctrineService',
  46.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  47.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  48.             'event_dispatcher' => 'getEventDispatcherService',
  49.             'http_kernel' => 'getHttpKernelService',
  50.             'knp_paginator' => 'getKnpPaginatorService',
  51.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  52.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  53.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  54.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  55.             'request_stack' => 'getRequestStackService',
  56.             'router' => 'getRouterService',
  57.             'sb_redis.default' => 'getSbRedis_DefaultService',
  58.             'translator' => 'getTranslatorService',
  59.             'cache_clearer' => 'getCacheClearerService',
  60.             'filesystem' => 'getFilesystemService',
  61.             'serializer' => 'getSerializerService',
  62.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  63.             'form.factory' => 'getForm_FactoryService',
  64.             'form.type.file' => 'getForm_Type_FileService',
  65.             'profiler' => 'getProfilerService',
  66.             'twig' => 'getTwigService',
  67.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  68.             'security.token_storage' => 'getSecurity_TokenStorageService',
  69.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  70.             'session' => 'getSessionService',
  71.             'validator' => 'getValidatorService',
  72.         ];
  73.         $this->fileMap = [
  74.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  75.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  76.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  77.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  78.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  79.             'App\\Controller\\AdminApi\\AdminApiAuthenticationController' => 'getAdminApiAuthenticationControllerService',
  80.             'App\\Controller\\AdminApi\\AdminApiController' => 'getAdminApiControllerService',
  81.             'App\\Controller\\AdminApi\\MercureAuthorizationController' => 'getMercureAuthorizationControllerService',
  82.             'App\\Controller\\AdminApi\\RegenerateDocumentController' => 'getRegenerateDocumentControllerService',
  83.             'App\\Controller\\Admin\\AWSAdminController' => 'getAWSAdminControllerService',
  84.             'App\\Controller\\Admin\\AWSSyncCrudController' => 'getAWSSyncCrudControllerService',
  85.             'App\\Controller\\Admin\\AdminScriptController' => 'getAdminScriptControllerService',
  86.             'App\\Controller\\Admin\\CategoryCrudController' => 'getCategoryCrudControllerService',
  87.             'App\\Controller\\Admin\\CustomerIoEventCrudController' => 'getCustomerIoEventCrudControllerService',
  88.             'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  89.             'App\\Controller\\Admin\\DocumentController' => 'getDocumentControllerService',
  90.             'App\\Controller\\Admin\\GocardlessEventCrudController' => 'getGocardlessEventCrudControllerService',
  91.             'App\\Controller\\Admin\\InvoiceController' => 'getInvoiceControllerService',
  92.             'App\\Controller\\Admin\\InvoiceGenerateController' => 'getInvoiceGenerateControllerService',
  93.             'App\\Controller\\Admin\\LeadController' => 'getLeadControllerService',
  94.             'App\\Controller\\Admin\\LetterSynchroController' => 'getLetterSynchroControllerService',
  95.             'App\\Controller\\Admin\\OrganizationController' => 'getOrganizationControllerService',
  96.             'App\\Controller\\Admin\\OrganizationSectorCrudController' => 'getOrganizationSectorCrudControllerService',
  97.             'App\\Controller\\Admin\\PrescriberSourceCrudController' => 'getPrescriberSourceCrudControllerService',
  98.             'App\\Controller\\Admin\\QuoteController' => 'getQuoteControllerService',
  99.             'App\\Controller\\Admin\\RIBSynchronizationController' => 'getRIBSynchronizationControllerService',
  100.             'App\\Controller\\Admin\\ReasonRIBInactiveCrudController' => 'getReasonRIBInactiveCrudControllerService',
  101.             'App\\Controller\\Admin\\ReasonUnpaidCrudController' => 'getReasonUnpaidCrudControllerService',
  102.             'App\\Controller\\Admin\\Search\\OrganizationSearchController' => 'getOrganizationSearchControllerService',
  103.             'App\\Controller\\Admin\\SectorCrudController' => 'getSectorCrudControllerService',
  104.             'App\\Controller\\Admin\\SecurityController' => 'getSecurityControllerService',
  105.             'App\\Controller\\Admin\\StoreCrudController' => 'getStoreCrudControllerService',
  106.             'App\\Controller\\Api\\Admin\\Document\\EditHtmlDocumentController' => 'getEditHtmlDocumentControllerService',
  107.             'App\\Controller\\Api\\ApiController' => 'getApiControllerService',
  108.             'App\\Controller\\Api\\CMSController' => 'getCMSControllerService',
  109.             'App\\Controller\\Api\\CheckNumberInvoiceController' => 'getCheckNumberInvoiceControllerService',
  110.             'App\\Controller\\Api\\CreateLetterSignatureAction' => 'getCreateLetterSignatureActionService',
  111.             'App\\Controller\\Api\\CreateOrUpdateDocumentAction' => 'getCreateOrUpdateDocumentActionService',
  112.             'App\\Controller\\Api\\CreateOrUpdateLetterAction' => 'getCreateOrUpdateLetterActionService',
  113.             'App\\Controller\\Api\\CreateOrUpdateSectorController' => 'getCreateOrUpdateSectorControllerService',
  114.             'App\\Controller\\Api\\CreditNoteController' => 'getCreditNoteControllerService',
  115.             'App\\Controller\\Api\\DocumentController' => 'getDocumentController2Service',
  116.             'App\\Controller\\Api\\DownloadCsvFromExportStorage' => 'getDownloadCsvFromExportStorageService',
  117.             'App\\Controller\\Api\\DownloadLettersOrganizationController' => 'getDownloadLettersOrganizationControllerService',
  118.             'App\\Controller\\Api\\EnumController' => 'getEnumControllerService',
  119.             'App\\Controller\\Api\\EtiquetteController' => 'getEtiquetteControllerService',
  120.             'App\\Controller\\Api\\ExportController' => 'getExportControllerService',
  121.             'App\\Controller\\Api\\InvoiceController' => 'getInvoiceController2Service',
  122.             'App\\Controller\\Api\\LeadController' => 'getLeadController2Service',
  123.             'App\\Controller\\Api\\LegalRepresentativeController' => 'getLegalRepresentativeControllerService',
  124.             'App\\Controller\\Api\\LetterController' => 'getLetterControllerService',
  125.             'App\\Controller\\Api\\LetterSignatureController' => 'getLetterSignatureControllerService',
  126.             'App\\Controller\\Api\\ListFilesInStorageController' => 'getListFilesInStorageControllerService',
  127.             'App\\Controller\\Api\\Mercure\\SignalKYCAgentLiveController' => 'getSignalKYCAgentLiveControllerService',
  128.             'App\\Controller\\Api\\Mercure\\SignalKYCFinishedController' => 'getSignalKYCFinishedControllerService',
  129.             'App\\Controller\\Api\\MultiOrganizationController' => 'getMultiOrganizationControllerService',
  130.             'App\\Controller\\Api\\OCRSearchController' => 'getOCRSearchControllerService',
  131.             'App\\Controller\\Api\\OrganizationController' => 'getOrganizationController2Service',
  132.             'App\\Controller\\Api\\OrganizationDocumentController' => 'getOrganizationDocumentControllerService',
  133.             'App\\Controller\\Api\\PackController' => 'getPackControllerService',
  134.             'App\\Controller\\Api\\PappersController' => 'getPappersControllerService',
  135.             'App\\Controller\\Api\\PaymentController' => 'getPaymentControllerService',
  136.             'App\\Controller\\Api\\PersonController' => 'getPersonControllerService',
  137.             'App\\Controller\\Api\\QuoteController' => 'getQuoteController2Service',
  138.             'App\\Controller\\Api\\RegisterController' => 'getRegisterControllerService',
  139.             'App\\Controller\\Api\\ResynchronizeController' => 'getResynchronizeControllerService',
  140.             'App\\Controller\\Api\\SearchController' => 'getSearchControllerService',
  141.             'App\\Controller\\Api\\SecurityController' => 'getSecurityController2Service',
  142.             'App\\Controller\\Api\\SegmentController' => 'getSegmentControllerService',
  143.             'App\\Controller\\Api\\SitemapController' => 'getSitemapControllerService',
  144.             'App\\Controller\\Api\\SyncInvoiceForBillingReport' => 'getSyncInvoiceForBillingReportService',
  145.             'App\\Controller\\Api\\UserController' => 'getUserControllerService',
  146.             'App\\Controller\\Api\\YousignSignatureController' => 'getYousignSignatureControllerService',
  147.             'App\\Controller\\Pennylane\\ExportProductController' => 'getExportProductControllerService',
  148.             'App\\Controller\\Redirection\\RedirectionController' => 'getRedirectionControllerService',
  149.             'App\\Controller\\Webhook\\CustomerIoController' => 'getCustomerIoControllerService',
  150.             'App\\Controller\\Webhook\\FrontAppController' => 'getFrontAppControllerService',
  151.             'App\\Controller\\Webhook\\GocardlessController' => 'getGocardlessControllerService',
  152.             'App\\Controller\\Webhook\\PappersController' => 'getPappersController2Service',
  153.             'App\\Controller\\Webhook\\RingOverController' => 'getRingOverControllerService',
  154.             'App\\Controller\\Webhook\\StripeController' => 'getStripeControllerService',
  155.             'App\\Controller\\Webhook\\YousignController' => 'getYousignControllerService',
  156.             'App\\Controller\\Webhook\\ZapierController' => 'getZapierControllerService',
  157.             'App\\Service\\VichUploadLetterNamer' => 'getVichUploadLetterNamerService',
  158.             'App\\Service\\VichUploadLetterNamer.letter' => 'getVichUploadLetterNamer_LetterService',
  159.             'App\\Service\\VichUploadWithDatedPathNamer' => 'getVichUploadWithDatedPathNamerService',
  160.             'App\\Service\\VichUploadWithDatedPathNamer.document' => 'getVichUploadWithDatedPathNamer_DocumentService',
  161.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  162.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  163.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => 'getMakeAdminMigrationCommandService',
  164.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  165.             'Evo\\Application\\Controller\\AbstractEvoController' => 'getAbstractEvoControllerService',
  166.             'Evo\\Application\\Controller\\Core\\EnumController' => 'getEnumController2Service',
  167.             'Evo\\Application\\Controller\\Core\\StreamCsvAction' => 'getStreamCsvActionService',
  168.             'Evo\\Application\\Controller\\Document\\Read\\GetDocumentsForOrganizationAction' => 'getGetDocumentsForOrganizationActionService',
  169.             'Evo\\Application\\Controller\\Document\\Read\\ViewDocumentAction' => 'getViewDocumentActionService',
  170.             'Evo\\Application\\Controller\\Health\\HealthAction' => 'getHealthActionService',
  171.             'Evo\\Application\\Controller\\Invoice\\Write\\GenerateInvoicesAction' => 'getGenerateInvoicesActionService',
  172.             'Evo\\Application\\Controller\\PappersActivityLogWrapper\\Write\\IgnorePappersActivityLogWrapperAction' => 'getIgnorePappersActivityLogWrapperActionService',
  173.             'Evo\\Application\\Controller\\PappersActivityLogWrapper\\Write\\SendPappersActivityLogWrapperAction' => 'getSendPappersActivityLogWrapperActionService',
  174.             'Evo\\Domain\\PappersActivityLogWrapper\\Service\\PappersActivityLogWrapperService' => 'getPappersActivityLogWrapperServiceService',
  175.             'Evo\\Infrastructure\\ApiPlatform\\Provider\\PappersActivityLogWrapper\\PappersActivityLogWrapperDataProvider' => 'getPappersActivityLogWrapperDataProviderService',
  176.             'Evo\\Infrastructure\\Core\\Adapter\\FlysystemAdapter' => 'getFlysystemAdapterService',
  177.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  178.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  179.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  180.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  181.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  182.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  183.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  184.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  185.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  186.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  187.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  188.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.letter_signature' => 'getUniqidNamer_LetterSignatureService',
  189.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.sector' => 'getUniqidNamer_SectorService',
  190.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  191.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  192.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  193.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  194.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  195.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  196.             'api_platform.graphql.action.entrypoint' => 'getApiPlatform_Graphql_Action_EntrypointService',
  197.             'api_platform.graphql.action.graphiql' => 'getApiPlatform_Graphql_Action_GraphiqlService',
  198.             'api_platform.graphql.action.graphql_playground' => 'getApiPlatform_Graphql_Action_GraphqlPlaygroundService',
  199.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  200.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  201.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  202.             'aws_s3_client' => 'getAwsS3ClientService',
  203.             'aws_s3_local' => 'getAwsS3LocalService',
  204.             'cache.app_clearer' => 'getCache_AppClearerService',
  205.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  206.             'cache.system_clearer' => 'getCache_SystemClearerService',
  207.             'cache_warmer' => 'getCacheWarmerService',
  208.             'console.command.public_alias.App\\Command\\OCRIndexationLetterCommand' => 'getOCRIndexationLetterCommandService',
  209.             'console.command_loader' => 'getConsole_CommandLoaderService',
  210.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  211.             'error_controller' => 'getErrorControllerService',
  212.             'fos_elastica.client.default' => 'getFosElastica_Client_DefaultService',
  213.             'fos_elastica.config_manager' => 'getFosElastica_ConfigManagerService',
  214.             'fos_elastica.config_manager.index_templates' => 'getFosElastica_ConfigManager_IndexTemplatesService',
  215.             'fos_elastica.filter_objects_listener' => 'getFosElastica_FilterObjectsListenerService',
  216.             'fos_elastica.finder.app_legalRepresentative.legalRepresentatives' => 'getFosElastica_Finder_AppLegalRepresentative_LegalRepresentativesService',
  217.             'fos_elastica.finder.app_organization.organization' => 'getFosElastica_Finder_AppOrganization_OrganizationService',
  218.             'fos_elastica.finder.app_person.person' => 'getFosElastica_Finder_AppPerson_PersonService',
  219.             'fos_elastica.in_place_pager_persister' => 'getFosElastica_InPlacePagerPersisterService',
  220.             'fos_elastica.index.app_legalRepresentative' => 'getFosElastica_Index_AppLegalRepresentativeService',
  221.             'fos_elastica.index.app_legalRepresentative.legalRepresentatives' => 'getFosElastica_Index_AppLegalRepresentative_LegalRepresentativesService',
  222.             'fos_elastica.index.app_organization' => 'getFosElastica_Index_AppOrganizationService',
  223.             'fos_elastica.index.app_organization.organization' => 'getFosElastica_Index_AppOrganization_OrganizationService',
  224.             'fos_elastica.index.app_person' => 'getFosElastica_Index_AppPersonService',
  225.             'fos_elastica.index.app_person.person' => 'getFosElastica_Index_AppPerson_PersonService',
  226.             'fos_elastica.index_manager' => 'getFosElastica_IndexManagerService',
  227.             'fos_elastica.index_template_manager' => 'getFosElastica_IndexTemplateManagerService',
  228.             'fos_elastica.listener.app_legalRepresentative.legalRepresentatives' => 'getFosElastica_Listener_AppLegalRepresentative_LegalRepresentativesService',
  229.             'fos_elastica.listener.app_organization.organization' => 'getFosElastica_Listener_AppOrganization_OrganizationService',
  230.             'fos_elastica.listener.app_person.person' => 'getFosElastica_Listener_AppPerson_PersonService',
  231.             'fos_elastica.manager.orm' => 'getFosElastica_Manager_OrmService',
  232.             'fos_elastica.object_persister.app_legalRepresentative.legalRepresentatives' => 'getFosElastica_ObjectPersister_AppLegalRepresentative_LegalRepresentativesService',
  233.             'fos_elastica.object_persister.app_organization.organization' => 'getFosElastica_ObjectPersister_AppOrganization_OrganizationService',
  234.             'fos_elastica.object_persister.app_person.person' => 'getFosElastica_ObjectPersister_AppPerson_PersonService',
  235.             'fos_elastica.pager_persister_registry' => 'getFosElastica_PagerPersisterRegistryService',
  236.             'fos_elastica.pager_provider.app_legalRepresentative.legalRepresentatives' => 'getFosElastica_PagerProvider_AppLegalRepresentative_LegalRepresentativesService',
  237.             'fos_elastica.pager_provider.app_organization.organization' => 'getFosElastica_PagerProvider_AppOrganization_OrganizationService',
  238.             'fos_elastica.pager_provider.app_person.person' => 'getFosElastica_PagerProvider_AppPerson_PersonService',
  239.             'fos_elastica.pager_provider_registry' => 'getFosElastica_PagerProviderRegistryService',
  240.             'fos_elastica.paginator.subscriber' => 'getFosElastica_Paginator_SubscriberService',
  241.             'fos_elastica.persister_registry' => 'getFosElastica_PersisterRegistryService',
  242.             'fos_elastica.repository_manager' => 'getFosElastica_RepositoryManagerService',
  243.             'fos_elastica.resetter' => 'getFosElastica_ResetterService',
  244.             'fos_elastica.template_resetter' => 'getFosElastica_TemplateResetterService',
  245.             'gesdinet.jwtrefreshtoken' => 'getGesdinet_JwtrefreshtokenService',
  246.             'gesdinet.jwtrefreshtoken.refresh_token_generator' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenGeneratorService',
  247.             'gesdinet.jwtrefreshtoken.refresh_token_manager' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService',
  248.             'gesdinet.jwtrefreshtoken.request.extractor.chain' => 'getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService',
  249.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  250.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  251.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  252.             'routing.loader' => 'getRouting_LoaderService',
  253.             'services_resetter' => 'getServicesResetterService',
  254.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  255.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  256.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  257.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  258.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  259.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  260.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  261.         ];
  262.         $this->aliases = [
  263.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  264.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  265.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  266.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  267.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  268.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  269.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  270.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  271.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  272.             'database_connection' => 'doctrine.dbal.default_connection',
  273.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  274.             'fos_elastica.client' => 'fos_elastica.client.default',
  275.             'fos_elastica.index' => 'fos_elastica.index.app_person',
  276.             'fos_elastica.manager' => 'fos_elastica.manager.orm',
  277.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  278.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  279.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  280.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  281.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  282.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  283.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  284.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  285.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  286.         ];
  287.         $this->privates['service_container'] = function () {
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  294.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  295.             include_once \dirname(__DIR__4).'/src/Traits/FormDataForPutTrait.php';
  296.             include_once \dirname(__DIR__4).'/src/EventListener/DeserializeListener.php';
  297.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  298.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  299.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  300.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  301.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  302.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  303.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  305.             include_once \dirname(__DIR__4).'/src/Repository/ProductRepository.php';
  306.             include_once \dirname(__DIR__4).'/src/Repository/SubscriptionModelRepository.php';
  307.             include_once \dirname(__DIR__4).'/src/Repository/SubscriptionRepository.php';
  308.             include_once \dirname(__DIR__4).'/src/Service/UploadServiceInterface.php';
  309.             include_once \dirname(__DIR__4).'/src/Traits/SentryNotifyTrait.php';
  310.             include_once \dirname(__DIR__4).'/src/Service/FilesService.php';
  311.             include_once \dirname(__DIR__4).'/src/Service/CreditNoteFilesService.php';
  312.             include_once \dirname(__DIR__4).'/src/Service/DocumentFilesService.php';
  313.             include_once \dirname(__DIR__4).'/src/Service/DocumentUtils.php';
  314.             include_once \dirname(__DIR__4).'/src/Service/AssociateUtils.php';
  315.             include_once \dirname(__DIR__4).'/src/Service/EncryptorDataUtils.php';
  316.             include_once \dirname(__DIR__4).'/src/Service/FrontAppAPI.php';
  317.             include_once \dirname(__DIR__4).'/src/CustomInterface/PaymentInterface.php';
  318.             include_once \dirname(__DIR__4).'/src/Service/GocardlessAPI.php';
  319.             include_once \dirname(__DIR__4).'/src/Service/InvoiceFilesService.php';
  320.             include_once \dirname(__DIR__4).'/src/Service/LeadUtils.php';
  321.             include_once \dirname(__DIR__4).'/src/Service/LegalRepresentativeChecker.php';
  322.             include_once \dirname(__DIR__4).'/src/Service/LegalRepresentativeUtils.php';
  323.             include_once \dirname(__DIR__4).'/src/Service/OrganizationUtils.php';
  324.             include_once \dirname(__DIR__4).'/src/Service/PappersService.php';
  325.             include_once \dirname(__DIR__4).'/src/Service/PersonUtils.php';
  326.             include_once \dirname(__DIR__4).'/src/Service/QuoteFilesService.php';
  327.             include_once \dirname(__DIR__4).'/src/Service/S3ClientProvider.php';
  328.             include_once \dirname(__DIR__4).'/src/CustomInterface/SubscriptionUtilsInterface.php';
  329.             include_once \dirname(__DIR__4).'/src/Service/SubscriptionUtils.php';
  330.             include_once \dirname(__DIR__4).'/src/Service/UserChecker.php';
  331.             include_once \dirname(__DIR__4).'/src/Utils/AppUtils.php';
  332.             include_once \dirname(__DIR__4).'/src/Utils/InvoiceUtils.php';
  333.             include_once \dirname(__DIR__4).'/src/Utils/QuoteUtils.php';
  334.             include_once \dirname(__DIR__4).'/src/Utils/TranslationUtils.php';
  335.             include_once \dirname(__DIR__4).'/src/Evo/Domain/Core/PappersAdapterInterface.php';
  336.             include_once \dirname(__DIR__4).'/src/Evo/Infrastructure/Core/Adapter/PappersAdapter.php';
  337.             include_once \dirname(__DIR__4).'/src/Evo/Domain/Core/SignatureServiceInterface.php';
  338.             include_once \dirname(__DIR__4).'/src/Evo/Infrastructure/Core/Adapter/YousignAPIV3Adapter.php';
  339.             include_once \dirname(__DIR__4).'/src/Evo/Domain/Billing/Invoice/Repository/InvoiceRepositoryInterface.php';
  340.             include_once \dirname(__DIR__4).'/src/Evo/Infrastructure/Repository/InvoiceRepository.php';
  341.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  342.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  343.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  344.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  345.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  348.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  363.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  402.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  419.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  420.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  421.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  422.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  423.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  432.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  483.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  492.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  508.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  509.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  510.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  512.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  513.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/SQLLogger.php';
  514.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/DebugStack.php';
  515.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  516.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  517.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  518.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/LoggerChain.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  520.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  522.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  523.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  524.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  525.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  526.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  527.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  528.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  529.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  531.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  538.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  540.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  548.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  550.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  551.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  553.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  554.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  555.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  556.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  557.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  558.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  559.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  560.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  562.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  563.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  564.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  565.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  567.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  568.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  569.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  571.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  572.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  573.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  574.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  575.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  576.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  577.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  578.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  579.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  580.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  582.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  583.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  584.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  585.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  586.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  587.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  588.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  589.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  590.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  591.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  593.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  595.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  597.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  598.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  599.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  601.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  604.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  606.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  607.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  608.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  610.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  611.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  612.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  613.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  614.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  615.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  619.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  620.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  621.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  623.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  624.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  626.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  627.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  630.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  631.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddLinkHeaderListener.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Discovery.php';
  633.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  635.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  636.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  637.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  638.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  639.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  642.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  644.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  646.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  647.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  648.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
  649.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  650.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  651.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  653.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  654.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  655.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  656.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  657.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  658.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  659.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  660.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  661.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  662.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
  663.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  665.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php';
  666.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  667.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  669.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  670.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  671.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  673.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  674.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  675.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  676.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  677.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  678.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  679.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  680.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  681.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  682.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  683.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  684.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  685.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  686.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  687.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  688.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  689.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FlysystemStorage.php';
  690.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  691.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  692.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  693.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  694.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  695.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  696.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  697.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  698.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  699.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  700.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  701.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  702.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  703.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  704.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  705.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  706.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  707.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  708.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  709.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  711.             include_once \dirname(__DIR__4).'/vendor/nzo/url-encryptor-bundle/UrlEncryptor/UrlEncryptor.php';
  712.             include_once \dirname(__DIR__4).'/vendor/nzo/url-encryptor-bundle/Annotations/AnnotationResolver.php';
  713.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/AbstractLogger.php';
  714.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  715.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/HubInterface.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Debug/TraceableHub.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Hub.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/TokenProviderInterface.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/FactoryTokenProvider.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/TokenFactoryInterface.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/LcobucciFactory.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/HubRegistry.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/EventSubscriber/SetCookieSubscriber.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle/Redis/FactoryInterface.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle/Redis/Factory.php';
  730.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/ClientInterface.php';
  731.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Client.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle/Redis/ClientInterface.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle/Redis/Client.php';
  734.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  735.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  736.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  737.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  738.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  739.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  740.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  741.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/UrlSigner.php';
  742.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  743.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  744.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  745.             include_once \dirname(__DIR__4).'/vendor/league/flysystem-bundle/src/Lazy/LazyFactory.php';
  746.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  747.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  748.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  749.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  750.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DecoratorTrait.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/AsyncDecoratorTrait.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/RetryableHttpClient.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClientTrait.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/ScopingHttpClient.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/Retry/RetryStrategyInterface.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/Retry/GenericRetryStrategy.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  759.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  760.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV2.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisAdapter.php';
  763.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
  764.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV5.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  766.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  767.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  773.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  776.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  777.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  778.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  779.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  780.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  781.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  782.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  783.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  784.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  785.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  788.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  789.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  790.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  791.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  796.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  797.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  798.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  799.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  800.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  801.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  804.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  805.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  807.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  808.             include_once \dirname(__DIR__4).'/src/Serializer/CreditNoteNormalizer.php';
  809.             include_once \dirname(__DIR__4).'/src/Serializer/DocumentNormalizer.php';
  810.             include_once \dirname(__DIR__4).'/src/Serializer/InvoiceNormalizer.php';
  811.             include_once \dirname(__DIR__4).'/src/Serializer/LetterNormalizer.php';
  812.             include_once \dirname(__DIR__4).'/src/Serializer/LetterSignatureNormalizer.php';
  813.             include_once \dirname(__DIR__4).'/src/Serializer/OrganizationNormalizer.php';
  814.             include_once \dirname(__DIR__4).'/src/Serializer/QuoteNormalizer.php';
  815.             include_once \dirname(__DIR__4).'/src/Serializer/StoreNormalizer.php';
  816.             include_once \dirname(__DIR__4).'/src/Serializer/SubscriptionNormalizer.php';
  817.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  818.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  819.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  820.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  822.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  823.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  824.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  825.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  826.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  827.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  828.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  829.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  830.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/ValidationExceptionNormalizer.php';
  831.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/HttpExceptionNormalizer.php';
  832.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/RuntimeExceptionNormalizer.php';
  833.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/ErrorNormalizer.php';
  834.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  835.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  836.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  837.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  838.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  840.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  841.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  842.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  843.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  844.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/OperationContextTrait.php';
  845.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  846.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  847.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  848.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  849.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/ItemNormalizer.php';
  850.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  851.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  852.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  853.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  854.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  855.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  856.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  857.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  858.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  859.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  860.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  861.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  862.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  863.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  864.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  865.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  866.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  867.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  868.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/ObjectNormalizer.php';
  869.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  870.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  871.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  872.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  873.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  874.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  875.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  876.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  879.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  881.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  882.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  884.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  885.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  886.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  887.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  888.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  889.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  890.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  891.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  892.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  893.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  894.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  895.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  896.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  897.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  898.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
  899.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/DataCollector/MercureDataCollector.php';
  900.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  901.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  902.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  903.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  904.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  905.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  906.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  907.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  908.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  909.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  910.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  911.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  912.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  913.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  914.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  915.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  916.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  917.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  918.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  919.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  920.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  921.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  923.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  924.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  925.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  928.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  929.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  930.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  931.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  932.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  933.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  934.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  935.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  936.             include_once \dirname(__DIR__4).'/src/Service/NumberText.php';
  937.             include_once \dirname(__DIR__4).'/src/Utils/GocardlessEventUtils.php';
  938.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  939.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  940.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  941.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  942.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  943.             include_once \dirname(__DIR__4).'/vendor/nzo/url-encryptor-bundle/Twig/UrlEncryptorExtension.php';
  944.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  945.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  946.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  947.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  948.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  949.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  950.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  951.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  952.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Twig/MercureExtension.php';
  953.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Authorization.php';
  954.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  955.             include_once \dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/AbstractEnumTwigExtension.php';
  956.             include_once \dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/EnumConstantTwigExtension.php';
  957.             include_once \dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/EnumValuesAsArrayTwigExtension.php';
  958.             include_once \dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/ReadableEnumValueTwigExtension.php';
  959.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  960.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  961.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  962.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  963.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  964.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  965.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  966.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  967.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  968.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  969.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  971.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  972.         };
  973.     }
  974.     public function compile(): void
  975.     {
  976.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  977.     }
  978.     public function isCompiled(): bool
  979.     {
  980.         return true;
  981.     }
  982.     public function getRemovedIds(): array
  983.     {
  984.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  985.     }
  986.     protected function load($file$lazyLoad true)
  987.     {
  988.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  989.             return $class::do($this$lazyLoad);
  990.         }
  991.         if ('.' === $file[-4]) {
  992.             $class substr($class0, -4);
  993.         } else {
  994.             $file .= '.php';
  995.         }
  996.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  997.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  998.     }
  999.     protected function createProxy($class, \Closure $factory)
  1000.     {
  1001.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1002.         return $factory();
  1003.     }
  1004.     /**
  1005.      * Gets the public '.container.private.profiler' shared service.
  1006.      *
  1007.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1008.      */
  1009.     protected function get_Container_Private_ProfilerService()
  1010.     {
  1011.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1012.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1013.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1014.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1015.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1016.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1017.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1018.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1019.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1020.         $d->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1021.         $d->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1022.         $d->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  1023.         $d->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  1024.         $d->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  1025.         $d->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  1026.         $d->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  1027.         $d->addInstance('doctrine.result_cache_pool.traceable', ($this->privates['doctrine.result_cache_pool.traceable'] ?? $this->getDoctrine_ResultCachePool_TraceableService()));
  1028.         $d->addInstance('doctrine.system_cache_pool.traceable', ($this->privates['doctrine.system_cache_pool.traceable'] ?? $this->getDoctrine_SystemCachePool_TraceableService()));
  1029.         $d->addInstance('annotations.traceable', ($this->privates['annotations.traceable'] ?? $this->getAnnotations_TraceableService()));
  1030.         $d->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1031.         $d->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  1032.         $d->addInstance('api_platform.cache.route_name_resolver.traceable', ($this->privates['api_platform.cache.route_name_resolver.traceable'] ?? $this->getApiPlatform_Cache_RouteNameResolver_TraceableService()));
  1033.         $d->addInstance('api_platform.cache.metadata.resource.traceable', ($this->privates['api_platform.cache.metadata.resource.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_TraceableService()));
  1034.         $d->addInstance('api_platform.cache.metadata.resource.legacy.traceable', ($this->privates['api_platform.cache.metadata.resource.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService()));
  1035.         $d->addInstance('api_platform.cache.metadata.property.legacy.traceable', ($this->privates['api_platform.cache.metadata.property.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService()));
  1036.         $d->addInstance('api_platform.cache.subresource_operation_factory.traceable', ($this->privates['api_platform.cache.subresource_operation_factory.traceable'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactory_TraceableService()));
  1037.         $d->addInstance('api_platform.graphql.cache.subscription.traceable', ($this->privates['api_platform.graphql.cache.subscription.traceable'] ?? $this->getApiPlatform_Graphql_Cache_Subscription_TraceableService()));
  1038.         $d->addInstance('api_platform.cache.identifiers_extractor.traceable', ($this->privates['api_platform.cache.identifiers_extractor.traceable'] ?? $this->getApiPlatform_Cache_IdentifiersExtractor_TraceableService()));
  1039.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1040.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1041.         $e->registerClient('pennylane.client', ($this->privates['.debug.pennylane.client'] ?? $this->get_Debug_Pennylane_ClientService()));
  1042.         $e->registerClient('yousign.client', ($this->privates['.debug.yousign.client'] ?? $this->get_Debug_Yousign_ClientService()));
  1043.         $e->registerClient('yousign.client.production', ($this->privates['.debug.yousign.client.production'] ?? $this->get_Debug_Yousign_Client_ProductionService()));
  1044.         $e->registerClient('pappers.client', ($this->privates['.debug.pappers.client'] ?? $this->get_Debug_Pappers_ClientService()));
  1045.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  1046.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1047.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1048.         $g->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1049.         $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1050.         if ($this->has('kernel')) {
  1051.             $h->setKernel($b);
  1052.         }
  1053.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1054.         $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->getApiPlatform_FilterLocatorService()), ($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())));
  1055.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1056.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1057.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1058.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1059.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1060.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1061.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1062.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1063.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1064.         $instance->add($d);
  1065.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1066.         $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));
  1067.         $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())));
  1068.         $instance->add($e);
  1069.         $instance->add($f);
  1070.         $instance->add($g);
  1071.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1072.         $instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
  1073.         $instance->add(new \Symfony\Bundle\MercureBundle\DataCollector\MercureDataCollector(new RewindableGenerator(function () {
  1074.             yield 'default' => ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService());
  1075.         }, 1)));
  1076.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  1077.         $instance->add($h);
  1078.         return $instance;
  1079.     }
  1080.     /**
  1081.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1082.      *
  1083.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1084.      */
  1085.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1086.     {
  1087.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1088.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1089.             return $this->services['.container.private.security.authorization_checker'];
  1090.         }
  1091.         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);
  1092.     }
  1093.     /**
  1094.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1095.      *
  1096.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1097.      */
  1098.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1099.     {
  1100.         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())));
  1101.     }
  1102.     /**
  1103.      * Gets the public '.container.private.security.token_storage' shared service.
  1104.      *
  1105.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1106.      */
  1107.     protected function get_Container_Private_Security_TokenStorageService()
  1108.     {
  1109.         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, [
  1110.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1111.         ], [
  1112.             'request_stack' => '?',
  1113.         ]));
  1114.     }
  1115.     /**
  1116.      * Gets the public '.container.private.serializer' shared service.
  1117.      *
  1118.      * @return \Symfony\Component\Serializer\Serializer
  1119.      */
  1120.     protected function get_Container_Private_SerializerService()
  1121.     {
  1122.         $a = ($this->services['router'] ?? $this->getRouterService());
  1123.         if (isset($this->services['.container.private.serializer'])) {
  1124.             return $this->services['.container.private.serializer'];
  1125.         }
  1126.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1127.         if (isset($this->services['.container.private.serializer'])) {
  1128.             return $this->services['.container.private.serializer'];
  1129.         }
  1130.         $c = ($this->privates['App\\Utils\\InvoiceUtils'] ?? $this->getInvoiceUtilsService());
  1131.         if (isset($this->services['.container.private.serializer'])) {
  1132.             return $this->services['.container.private.serializer'];
  1133.         }
  1134.         $d = ($this->privates['App\\Service\\SubscriptionUtils'] ?? $this->getSubscriptionUtilsService());
  1135.         if (isset($this->services['.container.private.serializer'])) {
  1136.             return $this->services['.container.private.serializer'];
  1137.         }
  1138.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1139.         if (isset($this->services['.container.private.serializer'])) {
  1140.             return $this->services['.container.private.serializer'];
  1141.         }
  1142.         $f = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1143.         if (isset($this->services['.container.private.serializer'])) {
  1144.             return $this->services['.container.private.serializer'];
  1145.         }
  1146.         $g = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1147.         if (isset($this->services['.container.private.serializer'])) {
  1148.             return $this->services['.container.private.serializer'];
  1149.         }
  1150.         $h = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  1151.         if (isset($this->services['.container.private.serializer'])) {
  1152.             return $this->services['.container.private.serializer'];
  1153.         }
  1154.         $i = ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService());
  1155.         if (isset($this->services['.container.private.serializer'])) {
  1156.             return $this->services['.container.private.serializer'];
  1157.         }
  1158.         $j = ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService());
  1159.         if (isset($this->services['.container.private.serializer'])) {
  1160.             return $this->services['.container.private.serializer'];
  1161.         }
  1162.         $k = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  1163.         if (isset($this->services['.container.private.serializer'])) {
  1164.             return $this->services['.container.private.serializer'];
  1165.         }
  1166.         $l = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  1167.         if (isset($this->services['.container.private.serializer'])) {
  1168.             return $this->services['.container.private.serializer'];
  1169.         }
  1170.         $m = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  1171.         if (isset($this->services['.container.private.serializer'])) {
  1172.             return $this->services['.container.private.serializer'];
  1173.         }
  1174.         $n = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1175.         if (isset($this->services['.container.private.serializer'])) {
  1176.             return $this->services['.container.private.serializer'];
  1177.         }
  1178.         $o = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService'));
  1179.         if (isset($this->services['.container.private.serializer'])) {
  1180.             return $this->services['.container.private.serializer'];
  1181.         }
  1182.         $p = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1183.         if (isset($this->services['.container.private.serializer'])) {
  1184.             return $this->services['.container.private.serializer'];
  1185.         }
  1186.         $q = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  1187.         if (isset($this->services['.container.private.serializer'])) {
  1188.             return $this->services['.container.private.serializer'];
  1189.         }
  1190.         $r = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  1191.         if (isset($this->services['.container.private.serializer'])) {
  1192.             return $this->services['.container.private.serializer'];
  1193.         }
  1194.         $s = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1195.         $t = ($this->privates['App\\Service\\EncryptorDataUtils'] ?? $this->getEncryptorDataUtilsService());
  1196.         $u = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1197.         $v = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  1198.         $w = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$s$f)], [=> $v]));
  1199.         $x = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($w);
  1200.         $y = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1201.         $z = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($y$g$h$i, ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), $jNULL$kNULLfalse'oauth2''application''''', [], $this->parameters['api_platform.swagger.api_keys'], $ltrue'page'true'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], $mNULLtrue$w));
  1202.         $aa = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1203.         $ba = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1204.         $ca = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  1205.         $da = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($ca);
  1206.         $ea = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($ca$aa$s$f$daNULL, [], $f);
  1207.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($s), => new \App\Serializer\CreditNoteNormalizer($t$a, ($this->privates['App\\Service\\CreditNoteFilesService'] ?? $this->getCreditNoteFilesServiceService()), $b), => new \App\Serializer\DocumentNormalizer($u$t$a), => new \App\Serializer\InvoiceNormalizer($t$c$a, ($this->privates['App\\Service\\InvoiceFilesService'] ?? $this->getInvoiceFilesServiceService()), $b), => new \App\Serializer\LetterNormalizer($t$a, ($this->services['translator'] ?? $this->getTranslatorService())), => new \App\Serializer\LetterSignatureNormalizer(($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService()), $u), => new \App\Serializer\OrganizationNormalizer($d), => new \App\Serializer\QuoteNormalizer($t$a, ($this->privates['App\\Service\\QuoteFilesService'] ?? $this->getQuoteFilesServiceService()), $b), => new \App\Serializer\StoreNormalizer($e), => new \App\Serializer\SubscriptionNormalizer($d), 10 => $x11 => $z12 => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($n, [], $aa), 13 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $aa), 14 => new \ApiPlatform\Core\GraphQl\Serializer\Exception\ValidationExceptionNormalizer($this->parameters['api_platform.exception_to_status']), 15 => new \ApiPlatform\Core\GraphQl\Serializer\Exception\HttpExceptionNormalizer(), 16 => new \ApiPlatform\Core\GraphQl\Serializer\Exception\RuntimeExceptionNormalizer(), 17 => $z18 => new \ApiPlatform\Core\GraphQl\Serializer\Exception\ErrorNormalizer(), 19 => $x20 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($y$g$h$baNULL$nNULL$aa), 21 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($y$o$n), 22 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($ntrue), 23 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 24 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 25 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 26 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 27 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($y$g$h$o$ba$p$s$aa$ca, [], new RewindableGenerator(function () {
  1208.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1209.         }, 1), $q), 28 => new \ApiPlatform\Core\GraphQl\Serializer\ItemNormalizer($g$h$o$m$ba$s$aa$ca$rfalseNULL, new RewindableGenerator(function () {
  1210.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1211.         }, 1), $y), 29 => new \ApiPlatform\Serializer\ItemNormalizer($g$h$o$ba$s$aa$ca$rfalseNULL, new RewindableGenerator(function () {
  1212.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1213.         }, 1), $y$q), 30 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 31 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $aa), 32 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($ca$aa$f$daNULL, [])), 33 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 34 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 35 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 36 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 37 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 38 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($p$ba$oNULL), 'page''pagination'$y$s), $y$ba$k), 39 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 40 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($ea$o$p), 41 => new \ApiPlatform\Core\GraphQl\Serializer\ObjectNormalizer($ea$o$m), 42 => $ea], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $v=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  1214.     }
  1215.     /**
  1216.      * Gets the public '.container.private.session' shared service.
  1217.      *
  1218.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1219.      */
  1220.     protected function get_Container_Private_SessionService()
  1221.     {
  1222.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1223.         if (isset($this->services['.container.private.session'])) {
  1224.             return $this->services['.container.private.session'];
  1225.         }
  1226.         return $this->services['.container.private.session'] = $a->createSession();
  1227.     }
  1228.     /**
  1229.      * Gets the public '.container.private.twig' shared service.
  1230.      *
  1231.      * @return \Twig\Environment
  1232.      */
  1233.     protected function get_Container_Private_TwigService()
  1234.     {
  1235.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1236.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1237.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1238.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1239.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1240.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1241.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1242.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  1243.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  1244.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  1245.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  1246.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1247.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1248.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1249.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1250.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/Resources/views'), 'Mercure');
  1251.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/Resources/views'), '!Mercure');
  1252.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  1253.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  1254.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  1255.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1256.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1257.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1258.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1259.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1260.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1261.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1262.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1263.         $e = ($this->services['router'] ?? $this->getRouterService());
  1264.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1265.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1266.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1267.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1268.         $i = ($this->privates['Symfony\\Component\\Mercure\\HubRegistry'] ?? $this->getHubRegistryService());
  1269.         $j = new \Symfony\Bridge\Twig\AppVariable();
  1270.         $j->setEnvironment('dev');
  1271.         $j->setDebug(true);
  1272.         if ($this->has('.container.private.security.token_storage')) {
  1273.             $j->setTokenStorage($g);
  1274.         }
  1275.         if ($this->has('request_stack')) {
  1276.             $j->setRequestStack($f);
  1277.         }
  1278.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1279.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1280.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1281.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1282.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1283.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  1284.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  1285.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1286.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1287.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1288.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1289.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService())));
  1290.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  1291.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1292.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1293.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1294.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  1295.         $instance->addExtension(new \App\Twig\AppExtension(new \App\Service\NumberText(), ($this->privates['App\\Service\\EncryptorDataUtils'] ?? $this->getEncryptorDataUtilsService()), ($this->privates['App\\Utils\\TranslationUtils'] ?? $this->getTranslationUtilsService()), ($this->privates['App\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService()), ($this->privates['App\\Service\\OrganizationUtils'] ?? $this->getOrganizationUtilsService()), new \App\Utils\GocardlessEventUtils(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\GocardlessAPI'] ?? ($this->privates['App\\Service\\GocardlessAPI'] = new \App\Service\GocardlessAPI($this->getEnv('GC_ACCESS_TOKEN'), $this->getEnv('GC_ENV'))))), $f));
  1296.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  1297.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1298.         $instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
  1299.         $instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
  1300.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  1301.         $instance->addExtension(new \Nzo\UrlEncryptorBundle\Twig\UrlEncryptorExtension(($this->privates['nzo_url_encryptor'] ?? ($this->privates['nzo_url_encryptor'] = new \Nzo\UrlEncryptorBundle\UrlEncryptor\UrlEncryptor('$encryptagedigidom2020#''$encryptagedigidom2020Key#''')))));
  1302.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($e$c)));
  1303.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  1304.         $instance->addExtension(new \Symfony\Component\Mercure\Twig\MercureExtension($i, new \Symfony\Component\Mercure\Authorization($iNULL), $f));
  1305.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1306.         $instance->addExtension(new \Fresh\DoctrineEnumBundle\Twig\Extension\EnumConstantTwigExtension($this->parameters['doctrine.dbal.connection_factory.types']));
  1307.         $instance->addExtension(new \Fresh\DoctrineEnumBundle\Twig\Extension\EnumValuesAsArrayTwigExtension($this->parameters['doctrine.dbal.connection_factory.types']));
  1308.         $instance->addExtension(new \Fresh\DoctrineEnumBundle\Twig\Extension\ReadableEnumValueTwigExtension($this->parameters['doctrine.dbal.connection_factory.types']));
  1309.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1310.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  1311.         ], [
  1312.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  1313.         ])));
  1314.         $instance->addGlobal('app'$j);
  1315.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1316.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1317.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1318.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1319.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1320.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates''Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime''getUploaderExtensionRuntimeService'true],
  1321.         ], [
  1322.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1323.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1324.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1325.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1326.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  1327.         ])));
  1328.         $instance->addGlobal('uri_tunnel'$this->getEnv('URL_TUNNEL'));
  1329.         $instance->addGlobal('uri_gocardless_dashboard'$this->getEnv('GC_URL_DASHBOARD'));
  1330.         $instance->addGlobal('uri_stripe_dashboard'$this->getEnv('STRIPE_URL_DASHBOARD'));
  1331.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  1332.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  1333.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  1334.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1335.         return $instance;
  1336.     }
  1337.     /**
  1338.      * Gets the public '.container.private.validator' shared service.
  1339.      *
  1340.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1341.      */
  1342.     protected function get_Container_Private_ValidatorService()
  1343.     {
  1344.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1345.         if (isset($this->services['.container.private.validator'])) {
  1346.             return $this->services['.container.private.validator'];
  1347.         }
  1348.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1349.     }
  1350.     /**
  1351.      * Gets the public 'SymfonyBundles\RedisBundle\Redis\ClientInterface' shared service.
  1352.      *
  1353.      * @return \SymfonyBundles\RedisBundle\Redis\Client
  1354.      */
  1355.     protected function getClientInterfaceService()
  1356.     {
  1357.         return $this->services['SymfonyBundles\\RedisBundle\\Redis\\ClientInterface'] = ($this->privates['SymfonyBundles\\RedisBundle\\Redis\\FactoryInterface'] ?? ($this->privates['SymfonyBundles\\RedisBundle\\Redis\\FactoryInterface'] = new \SymfonyBundles\RedisBundle\Redis\Factory()))->create([=> $this->getEnv('REDIS_URL')], []);
  1358.     }
  1359.     /**
  1360.      * Gets the public 'cache.app' shared service.
  1361.      *
  1362.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1363.      */
  1364.     protected function getCache_AppService()
  1365.     {
  1366.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.nfRrjKA'] ?? $this->get_CacheConnection_NfRrjKAService()), 'uMuIdWTVhM'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1367.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1368.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  1369.     }
  1370.     /**
  1371.      * Gets the public 'cache.system' shared service.
  1372.      *
  1373.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1374.      */
  1375.     protected function getCache_SystemService()
  1376.     {
  1377.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.nfRrjKA'] ?? $this->get_CacheConnection_NfRrjKAService()), 'n22GQprrSl'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1378.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1379.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  1380.     }
  1381.     /**
  1382.      * Gets the public 'cache.validator_expression_language' shared service.
  1383.      *
  1384.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1385.      */
  1386.     protected function getCache_ValidatorExpressionLanguageService()
  1387.     {
  1388.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.nfRrjKA'] ?? $this->get_CacheConnection_NfRrjKAService()), 'rQ7nU74fht'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1389.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1390.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  1391.     }
  1392.     /**
  1393.      * Gets the public 'doctrine' shared service.
  1394.      *
  1395.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1396.      */
  1397.     protected function getDoctrineService()
  1398.     {
  1399.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1400.     }
  1401.     /**
  1402.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1403.      *
  1404.      * @return \Doctrine\DBAL\Connection
  1405.      */
  1406.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1407.     {
  1408.         $a = new \Doctrine\DBAL\Configuration();
  1409.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1410.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1411.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1412.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1413.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1414.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['host' => $this->getEnv('DATABASE_HOST'), 'dbname' => $this->getEnv('DATABASE_NAME'), 'user' => $this->getEnv('DATABASE_USER'), 'password' => $this->getEnv('DATABASE_PASSWORD'), 'port' => $this->getEnv('int:DATABASE_PORT'), 'driver' => 'pdo_mysql''charset' => 'utf8mb4''driverOptions' => [], 'serverVersion' => '8.0''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1415.             'App\\EventSubscriber\\Doctrine\\AssociateSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\AssociateSubscriber''getAssociateSubscriberService'true],
  1416.             'App\\EventSubscriber\\Doctrine\\CategorySubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\CategorySubscriber''getCategorySubscriberService'true],
  1417.             'App\\EventSubscriber\\Doctrine\\CommercialGestureSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\CommercialGestureSubscriber''getCommercialGestureSubscriberService'true],
  1418.             'App\\EventSubscriber\\Doctrine\\CreditNoteSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\CreditNoteSubscriber''getCreditNoteSubscriberService'true],
  1419.             'App\\EventSubscriber\\Doctrine\\DiscountCodeSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\DiscountCodeSubscriber''getDiscountCodeSubscriberService'true],
  1420.             'App\\EventSubscriber\\Doctrine\\DocumentSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\DocumentSubscriber''getDocumentSubscriberService'true],
  1421.             'App\\EventSubscriber\\Doctrine\\ItemSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\ItemSubscriber''getItemSubscriberService'true],
  1422.             'App\\EventSubscriber\\Doctrine\\LeadSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\LeadSubscriber''getLeadSubscriberService'true],
  1423.             'App\\EventSubscriber\\Doctrine\\LegalRepresentativeSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\LegalRepresentativeSubscriber''getLegalRepresentativeSubscriberService'true],
  1424.             'App\\EventSubscriber\\Doctrine\\LetterForwardSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\LetterForwardSubscriber''getLetterForwardSubscriberService'true],
  1425.             'App\\EventSubscriber\\Doctrine\\LetterSignatureSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\LetterSignatureSubscriber''getLetterSignatureSubscriberService'true],
  1426.             'App\\EventSubscriber\\Doctrine\\LetterSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\LetterSubscriber''getLetterSubscriberService'true],
  1427.             'App\\EventSubscriber\\Doctrine\\MandatarySubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\MandatarySubscriber''getMandatarySubscriberService'true],
  1428.             'App\\EventSubscriber\\Doctrine\\NotificationPreferenceSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\NotificationPreferenceSubscriber''getNotificationPreferenceSubscriberService'true],
  1429.             'App\\EventSubscriber\\Doctrine\\OrderSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\OrderSubscriber''getOrderSubscriberService'true],
  1430.             'App\\EventSubscriber\\Doctrine\\OrganizationSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\OrganizationSubscriber''getOrganizationSubscriberService'true],
  1431.             'App\\EventSubscriber\\Doctrine\\PackSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\PackSubscriber''getPackSubscriberService'true],
  1432.             'App\\EventSubscriber\\Doctrine\\PaymentSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\PaymentSubscriber''getPaymentSubscriberService'true],
  1433.             'App\\EventSubscriber\\Doctrine\\PersonSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\PersonSubscriber''getPersonSubscriberService'true],
  1434.             'App\\EventSubscriber\\Doctrine\\PostalAddressSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\PostalAddressSubscriber''getPostalAddressSubscriberService'true],
  1435.             'App\\EventSubscriber\\Doctrine\\PotentialCaseSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\PotentialCaseSubscriber''getPotentialCaseSubscriberService'true],
  1436.             'App\\EventSubscriber\\Doctrine\\ProductHistorySubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\ProductHistorySubscriber''getProductHistorySubscriberService'true],
  1437.             'App\\EventSubscriber\\Doctrine\\ProductSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\ProductSubscriber''getProductSubscriberService'true],
  1438.             'App\\EventSubscriber\\Doctrine\\QuoteSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\QuoteSubscriber''getQuoteSubscriberService'true],
  1439.             'App\\EventSubscriber\\Doctrine\\RefundSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\RefundSubscriber''getRefundSubscriberService'true],
  1440.             'App\\EventSubscriber\\Doctrine\\SubscriptionModelSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\SubscriptionModelSubscriber''getSubscriptionModelSubscriberService'true],
  1441.             'App\\EventSubscriber\\Doctrine\\SubscriptionSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\SubscriptionSubscriber''getSubscriptionSubscriberService'true],
  1442.             'App\\EventSubscriber\\Doctrine\\UserSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\UserSubscriber''getUserSubscriberService'true],
  1443.             'Evo\\Infrastructure\\DoctrineSubscriber\\InvoiceSubscriber' => ['privates''Evo\\Infrastructure\\DoctrineSubscriber\\InvoiceSubscriber''getInvoiceSubscriberService'true],
  1444.             'api_platform.doctrine.orm.listener.mercure.publish' => ['privates''api_platform.doctrine.orm.listener.mercure.publish''getApiPlatform_Doctrine_Orm_Listener_Mercure_PublishService'true],
  1445.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1446.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1447.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1448.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1449.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  1450.             'fos_elastica.listener.app_legalRepresentative.legalRepresentatives' => ['services''fos_elastica.listener.app_legalRepresentative.legalRepresentatives''getFosElastica_Listener_AppLegalRepresentative_LegalRepresentativesService'true],
  1451.             'fos_elastica.listener.app_organization.organization' => ['services''fos_elastica.listener.app_organization.organization''getFosElastica_Listener_AppOrganization_OrganizationService'true],
  1452.             'fos_elastica.listener.app_person.person' => ['services''fos_elastica.listener.app_person.person''getFosElastica_Listener_AppPerson_PersonService'true],
  1453.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  1454.             'vich_uploader.listener.clean.sector' => ['privates''vich_uploader.listener.clean.sector''getVichUploader_Listener_Clean_SectorService'true],
  1455.             'vich_uploader.listener.inject.letter' => ['privates''vich_uploader.listener.inject.letter''getVichUploader_Listener_Inject_LetterService'true],
  1456.             'vich_uploader.listener.inject.letter_signature' => ['privates''vich_uploader.listener.inject.letter_signature''getVichUploader_Listener_Inject_LetterSignatureService'true],
  1457.             'vich_uploader.listener.inject.sector' => ['privates''vich_uploader.listener.inject.sector''getVichUploader_Listener_Inject_SectorService'true],
  1458.             'vich_uploader.listener.remove.letter' => ['privates''vich_uploader.listener.remove.letter''getVichUploader_Listener_Remove_LetterService'true],
  1459.             'vich_uploader.listener.remove.letter_signature' => ['privates''vich_uploader.listener.remove.letter_signature''getVichUploader_Listener_Remove_LetterSignatureService'true],
  1460.             'vich_uploader.listener.remove.sector' => ['privates''vich_uploader.listener.remove.sector''getVichUploader_Listener_Remove_SectorService'true],
  1461.             'vich_uploader.listener.upload.document' => ['privates''vich_uploader.listener.upload.document''getVichUploader_Listener_Upload_DocumentService'true],
  1462.             'vich_uploader.listener.upload.letter' => ['privates''vich_uploader.listener.upload.letter''getVichUploader_Listener_Upload_LetterService'true],
  1463.             'vich_uploader.listener.upload.letter_signature' => ['privates''vich_uploader.listener.upload.letter_signature''getVichUploader_Listener_Upload_LetterSignatureService'true],
  1464.             'vich_uploader.listener.upload.sector' => ['privates''vich_uploader.listener.upload.sector''getVichUploader_Listener_Upload_SectorService'true],
  1465.         ], [
  1466.             'App\\EventSubscriber\\Doctrine\\AssociateSubscriber' => '?',
  1467.             'App\\EventSubscriber\\Doctrine\\CategorySubscriber' => '?',
  1468.             'App\\EventSubscriber\\Doctrine\\CommercialGestureSubscriber' => '?',
  1469.             'App\\EventSubscriber\\Doctrine\\CreditNoteSubscriber' => '?',
  1470.             'App\\EventSubscriber\\Doctrine\\DiscountCodeSubscriber' => '?',
  1471.             'App\\EventSubscriber\\Doctrine\\DocumentSubscriber' => '?',
  1472.             'App\\EventSubscriber\\Doctrine\\ItemSubscriber' => '?',
  1473.             'App\\EventSubscriber\\Doctrine\\LeadSubscriber' => '?',
  1474.             'App\\EventSubscriber\\Doctrine\\LegalRepresentativeSubscriber' => '?',
  1475.             'App\\EventSubscriber\\Doctrine\\LetterForwardSubscriber' => '?',
  1476.             'App\\EventSubscriber\\Doctrine\\LetterSignatureSubscriber' => '?',
  1477.             'App\\EventSubscriber\\Doctrine\\LetterSubscriber' => '?',
  1478.             'App\\EventSubscriber\\Doctrine\\MandatarySubscriber' => '?',
  1479.             'App\\EventSubscriber\\Doctrine\\NotificationPreferenceSubscriber' => '?',
  1480.             'App\\EventSubscriber\\Doctrine\\OrderSubscriber' => '?',
  1481.             'App\\EventSubscriber\\Doctrine\\OrganizationSubscriber' => '?',
  1482.             'App\\EventSubscriber\\Doctrine\\PackSubscriber' => '?',
  1483.             'App\\EventSubscriber\\Doctrine\\PaymentSubscriber' => '?',
  1484.             'App\\EventSubscriber\\Doctrine\\PersonSubscriber' => '?',
  1485.             'App\\EventSubscriber\\Doctrine\\PostalAddressSubscriber' => '?',
  1486.             'App\\EventSubscriber\\Doctrine\\PotentialCaseSubscriber' => '?',
  1487.             'App\\EventSubscriber\\Doctrine\\ProductHistorySubscriber' => '?',
  1488.             'App\\EventSubscriber\\Doctrine\\ProductSubscriber' => '?',
  1489.             'App\\EventSubscriber\\Doctrine\\QuoteSubscriber' => '?',
  1490.             'App\\EventSubscriber\\Doctrine\\RefundSubscriber' => '?',
  1491.             'App\\EventSubscriber\\Doctrine\\SubscriptionModelSubscriber' => '?',
  1492.             'App\\EventSubscriber\\Doctrine\\SubscriptionSubscriber' => '?',
  1493.             'App\\EventSubscriber\\Doctrine\\UserSubscriber' => '?',
  1494.             'Evo\\Infrastructure\\DoctrineSubscriber\\InvoiceSubscriber' => '?',
  1495.             'api_platform.doctrine.orm.listener.mercure.publish' => '?',
  1496.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1497.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1498.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1499.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1500.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  1501.             'fos_elastica.listener.app_legalRepresentative.legalRepresentatives' => '?',
  1502.             'fos_elastica.listener.app_organization.organization' => '?',
  1503.             'fos_elastica.listener.app_person.person' => '?',
  1504.             'stof_doctrine_extensions.listener.timestampable' => '?',
  1505.             'vich_uploader.listener.clean.sector' => '?',
  1506.             'vich_uploader.listener.inject.letter' => '?',
  1507.             'vich_uploader.listener.inject.letter_signature' => '?',
  1508.             'vich_uploader.listener.inject.sector' => '?',
  1509.             'vich_uploader.listener.remove.letter' => '?',
  1510.             'vich_uploader.listener.remove.letter_signature' => '?',
  1511.             'vich_uploader.listener.remove.sector' => '?',
  1512.             'vich_uploader.listener.upload.document' => '?',
  1513.             'vich_uploader.listener.upload.letter' => '?',
  1514.             'vich_uploader.listener.upload.letter_signature' => '?',
  1515.             'vich_uploader.listener.upload.sector' => '?',
  1516.         ]), [=> 'vich_uploader.listener.clean.sector'=> 'App\\EventSubscriber\\Doctrine\\OrganizationSubscriber'=> 'App\\EventSubscriber\\Doctrine\\DocumentSubscriber'=> 'App\\EventSubscriber\\Doctrine\\AssociateSubscriber'=> 'App\\EventSubscriber\\Doctrine\\CategorySubscriber'=> 'App\\EventSubscriber\\Doctrine\\CommercialGestureSubscriber'=> 'App\\EventSubscriber\\Doctrine\\CreditNoteSubscriber'=> 'App\\EventSubscriber\\Doctrine\\DiscountCodeSubscriber'=> 'App\\EventSubscriber\\Doctrine\\ItemSubscriber'=> 'App\\EventSubscriber\\Doctrine\\LeadSubscriber'10 => 'App\\EventSubscriber\\Doctrine\\LegalRepresentativeSubscriber'11 => 'App\\EventSubscriber\\Doctrine\\LetterForwardSubscriber'12 => 'App\\EventSubscriber\\Doctrine\\LetterSignatureSubscriber'13 => 'App\\EventSubscriber\\Doctrine\\LetterSubscriber'14 => 'App\\EventSubscriber\\Doctrine\\MandatarySubscriber'15 => 'App\\EventSubscriber\\Doctrine\\NotificationPreferenceSubscriber'16 => 'App\\EventSubscriber\\Doctrine\\OrderSubscriber'17 => 'App\\EventSubscriber\\Doctrine\\PackSubscriber'18 => 'App\\EventSubscriber\\Doctrine\\PaymentSubscriber'19 => 'App\\EventSubscriber\\Doctrine\\PersonSubscriber'20 => 'App\\EventSubscriber\\Doctrine\\PostalAddressSubscriber'21 => 'App\\EventSubscriber\\Doctrine\\PotentialCaseSubscriber'22 => 'App\\EventSubscriber\\Doctrine\\ProductHistorySubscriber'23 => 'App\\EventSubscriber\\Doctrine\\ProductSubscriber'24 => 'App\\EventSubscriber\\Doctrine\\QuoteSubscriber'25 => 'App\\EventSubscriber\\Doctrine\\RefundSubscriber'26 => 'App\\EventSubscriber\\Doctrine\\SubscriptionModelSubscriber'27 => 'App\\EventSubscriber\\Doctrine\\SubscriptionSubscriber'28 => 'App\\EventSubscriber\\Doctrine\\UserSubscriber'29 => 'Evo\\Infrastructure\\DoctrineSubscriber\\InvoiceSubscriber'30 => 'doctrine.orm.messenger.doctrine_schema_subscriber'31 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'32 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'33 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'34 => 'vich_uploader.listener.upload.document'35 => 'vich_uploader.listener.inject.letter'36 => 'vich_uploader.listener.remove.letter'37 => 'vich_uploader.listener.upload.letter'38 => 'vich_uploader.listener.inject.letter_signature'39 => 'vich_uploader.listener.remove.letter_signature'40 => 'vich_uploader.listener.upload.letter_signature'41 => 'vich_uploader.listener.inject.sector'42 => 'vich_uploader.listener.remove.sector'43 => 'vich_uploader.listener.upload.sector'44 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 45 => [=> [=> 'onFlush'], => 'api_platform.doctrine.orm.listener.mercure.publish'], 46 => [=> [=> 'postFlush'], => 'api_platform.doctrine.orm.listener.mercure.publish'], 47 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.timestampable'], 48 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.timestampable'], 49 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.timestampable'], 50 => [=> [=> 'postPersist'], => 'fos_elastica.listener.app_person.person'], 51 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.app_person.person'], 52 => [=> [=> 'preRemove'], => 'fos_elastica.listener.app_person.person'], 53 => [=> [=> 'postFlush'], => 'fos_elastica.listener.app_person.person'], 54 => [=> [=> 'postPersist'], => 'fos_elastica.listener.app_organization.organization'], 55 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.app_organization.organization'], 56 => [=> [=> 'preRemove'], => 'fos_elastica.listener.app_organization.organization'], 57 => [=> [=> 'postFlush'], => 'fos_elastica.listener.app_organization.organization'], 58 => [=> [=> 'postPersist'], => 'fos_elastica.listener.app_legalRepresentative.legalRepresentatives'], 59 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.app_legalRepresentative.legalRepresentatives'], 60 => [=> [=> 'preRemove'], => 'fos_elastica.listener.app_legalRepresentative.legalRepresentatives'], 61 => [=> [=> 'postFlush'], => 'fos_elastica.listener.app_legalRepresentative.legalRepresentatives']]), ['enum' => 'string']);
  1517.     }
  1518.     /**
  1519.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1520.      *
  1521.      * @return \Doctrine\ORM\EntityManager
  1522.      */
  1523.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1524.     {
  1525.         if ($lazyLoad) {
  1526.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1527.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1528.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1529.                     $proxy->setProxyInitializer(null);
  1530.                     return true;
  1531.                 });
  1532.             });
  1533.         }
  1534.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1535.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1536.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1537.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1538.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1539.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1540.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php';
  1541.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1542.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1543.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1544.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1545.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1546.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1547.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1548.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1549.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1550.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1551.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1552.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1553.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1554.         $a = new \Doctrine\ORM\Configuration();
  1555.         $b = ($this->privates['doctrine.system_cache_provider'] ?? $this->getDoctrine_SystemCacheProviderService());
  1556.         $c = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1557.         $d = ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService());
  1558.         $c->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'Evo\\Infrastructure\\MappingORM');
  1559.         $c->addDriver($d'Vich\\UploaderBundle\\Entity');
  1560.         $c->addDriver($d'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  1561.         $a->setEntityNamespaces(['Evo' => 'Evo\\Infrastructure\\MappingORM''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity''GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity']);
  1562.         $a->setMetadataCache(\Doctrine\Common\Cache\Psr6\CacheAdapter::wrap($b));
  1563.         $a->setQueryCacheImpl($b);
  1564.         $a->setResultCacheImpl(($this->privates['doctrine.result_cache_provider'] ?? $this->getDoctrine_ResultCacheProviderService()));
  1565.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($c, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1566.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1567.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1568.         ], [
  1569.             'doctrine.ulid_generator' => '?',
  1570.             'doctrine.uuid_generator' => '?',
  1571.         ])));
  1572.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1573.         $a->setProxyNamespace('Proxies');
  1574.         $a->setAutoGenerateProxyClasses(true);
  1575.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1576.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1577.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1578.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1579.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1580.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1581.             'App\\Repository\\AWSSyncRepository' => ['privates''App\\Repository\\AWSSyncRepository''getAWSSyncRepositoryService'true],
  1582.             'App\\Repository\\AccountantRepository' => ['privates''App\\Repository\\AccountantRepository''getAccountantRepositoryService'true],
  1583.             'App\\Repository\\ActivityDomainRepository' => ['privates''App\\Repository\\ActivityDomainRepository''getActivityDomainRepositoryService'true],
  1584.             'App\\Repository\\ActivityLogRepository' => ['privates''App\\Repository\\ActivityLogRepository''getActivityLogRepositoryService'true],
  1585.             'App\\Repository\\ActivitySubdomainRepository' => ['privates''App\\Repository\\ActivitySubdomainRepository''getActivitySubdomainRepositoryService'true],
  1586.             'App\\Repository\\AssociateRepository' => ['privates''App\\Repository\\AssociateRepository''getAssociateRepositoryService'true],
  1587.             'App\\Repository\\AuditorRepository' => ['privates''App\\Repository\\AuditorRepository''getAuditorRepositoryService'true],
  1588.             'App\\Repository\\CMSArticleRepository' => ['privates''App\\Repository\\CMSArticleRepository''getCMSArticleRepositoryService'true],
  1589.             'App\\Repository\\CMSCategoryRepository' => ['privates''App\\Repository\\CMSCategoryRepository''getCMSCategoryRepositoryService'true],
  1590.             'App\\Repository\\CMSSlugRepository' => ['privates''App\\Repository\\CMSSlugRepository''getCMSSlugRepositoryService'true],
  1591.             'App\\Repository\\CategoryRepository' => ['privates''App\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1592.             'App\\Repository\\CommercialGestureRepository' => ['privates''App\\Repository\\CommercialGestureRepository''getCommercialGestureRepositoryService'true],
  1593.             'App\\Repository\\CreditNoteRepository' => ['privates''App\\Repository\\CreditNoteRepository''getCreditNoteRepositoryService'true],
  1594.             'App\\Repository\\CustomerIoEventRepository' => ['privates''App\\Repository\\CustomerIoEventRepository''getCustomerIoEventRepositoryService'true],
  1595.             'App\\Repository\\DiscountCodeRepository' => ['privates''App\\Repository\\DiscountCodeRepository''getDiscountCodeRepositoryService'true],
  1596.             'App\\Repository\\DocumentRejectionMessageRepository' => ['privates''App\\Repository\\DocumentRejectionMessageRepository''getDocumentRejectionMessageRepositoryService'true],
  1597.             'App\\Repository\\DocumentRepository' => ['privates''App\\Repository\\DocumentRepository''getDocumentRepositoryService'true],
  1598.             'App\\Repository\\GocardlessEventRepository' => ['privates''App\\Repository\\GocardlessEventRepository''getGocardlessEventRepositoryService'true],
  1599.             'App\\Repository\\IbmlOrganizationConfigurationRepository' => ['privates''App\\Repository\\IbmlOrganizationConfigurationRepository''getIbmlOrganizationConfigurationRepositoryService'true],
  1600.             'App\\Repository\\InvoiceItemRepository' => ['privates''App\\Repository\\InvoiceItemRepository''getInvoiceItemRepositoryService'true],
  1601.             'App\\Repository\\LeadRepository' => ['privates''App\\Repository\\LeadRepository''getLeadRepositoryService'true],
  1602.             'App\\Repository\\LegalRepresentativeRepository' => ['privates''App\\Repository\\LegalRepresentativeRepository''getLegalRepresentativeRepositoryService'true],
  1603.             'App\\Repository\\LetterForwardRepository' => ['privates''App\\Repository\\LetterForwardRepository''getLetterForwardRepositoryService'true],
  1604.             'App\\Repository\\LetterRepository' => ['privates''App\\Repository\\LetterRepository''getLetterRepositoryService'true],
  1605.             'App\\Repository\\MandataryRepository' => ['privates''App\\Repository\\MandataryRepository''getMandataryRepositoryService'true],
  1606.             'App\\Repository\\MessageRepository' => ['privates''App\\Repository\\MessageRepository''getMessageRepositoryService'true],
  1607.             'App\\Repository\\NotificationPreferenceRepository' => ['privates''App\\Repository\\NotificationPreferenceRepository''getNotificationPreferenceRepositoryService'true],
  1608.             'App\\Repository\\OrderRepository' => ['privates''App\\Repository\\OrderRepository''getOrderRepositoryService'true],
  1609.             'App\\Repository\\OrganizationRepository' => ['privates''App\\Repository\\OrganizationRepository''getOrganizationRepositoryService'true],
  1610.             'App\\Repository\\OrganizationSectorRepository' => ['privates''App\\Repository\\OrganizationSectorRepository''getOrganizationSectorRepositoryService'true],
  1611.             'App\\Repository\\PackRepository' => ['privates''App\\Repository\\PackRepository''getPackRepositoryService'true],
  1612.             'App\\Repository\\PaymentRepository' => ['privates''App\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1613.             'App\\Repository\\PersonRepository' => ['privates''App\\Repository\\PersonRepository''getPersonRepositoryService'true],
  1614.             'App\\Repository\\PostalAddressRepository' => ['privates''App\\Repository\\PostalAddressRepository''getPostalAddressRepositoryService'true],
  1615.             'App\\Repository\\PotentialCaseRepository' => ['privates''App\\Repository\\PotentialCaseRepository''getPotentialCaseRepositoryService'true],
  1616.             'App\\Repository\\PrescriberSourceRepository' => ['privates''App\\Repository\\PrescriberSourceRepository''getPrescriberSourceRepositoryService'true],
  1617.             'App\\Repository\\ProcessYousignRepository' => ['privates''App\\Repository\\ProcessYousignRepository''getProcessYousignRepositoryService'true],
  1618.             'App\\Repository\\ProductRepository' => ['privates''App\\Repository\\ProductRepository''getProductRepositoryService'false],
  1619.             'App\\Repository\\ProfessionDetailRepository' => ['privates''App\\Repository\\ProfessionDetailRepository''getProfessionDetailRepositoryService'true],
  1620.             'App\\Repository\\ProfessionTypeRepository' => ['privates''App\\Repository\\ProfessionTypeRepository''getProfessionTypeRepositoryService'true],
  1621.             'App\\Repository\\PromoCodeHistoryRepository' => ['privates''App\\Repository\\PromoCodeHistoryRepository''getPromoCodeHistoryRepositoryService'true],
  1622.             'App\\Repository\\QuoteRepository' => ['privates''App\\Repository\\QuoteRepository''getQuoteRepositoryService'true],
  1623.             'App\\Repository\\ReasonRIBInactiveRepository' => ['privates''App\\Repository\\ReasonRIBInactiveRepository''getReasonRIBInactiveRepositoryService'true],
  1624.             'App\\Repository\\ReasonUnpaidRepository' => ['privates''App\\Repository\\ReasonUnpaidRepository''getReasonUnpaidRepositoryService'true],
  1625.             'App\\Repository\\RefundRepository' => ['privates''App\\Repository\\RefundRepository''getRefundRepositoryService'true],
  1626.             'App\\Repository\\RiskyCountryRepository' => ['privates''App\\Repository\\RiskyCountryRepository''getRiskyCountryRepositoryService'true],
  1627.             'App\\Repository\\SectorRepository' => ['privates''App\\Repository\\SectorRepository''getSectorRepositoryService'true],
  1628.             'App\\Repository\\ServiceRepository' => ['privates''App\\Repository\\ServiceRepository''getServiceRepositoryService'true],
  1629.             'App\\Repository\\SignatureRepository' => ['privates''App\\Repository\\SignatureRepository''getSignatureRepositoryService'true],
  1630.             'App\\Repository\\StoreRepository' => ['privates''App\\Repository\\StoreRepository''getStoreRepositoryService'true],
  1631.             'App\\Repository\\SubscriptionModelRepository' => ['privates''App\\Repository\\SubscriptionModelRepository''getSubscriptionModelRepositoryService'false],
  1632.             'App\\Repository\\SubscriptionRepository' => ['privates''App\\Repository\\SubscriptionRepository''getSubscriptionRepositoryService'false],
  1633.             'App\\Repository\\TaskRepository' => ['privates''App\\Repository\\TaskRepository''getTaskRepositoryService'true],
  1634.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  1635.             'App\\Repository\\UserUTMRepository' => ['privates''App\\Repository\\UserUTMRepository''getUserUTMRepositoryService'true],
  1636.             'Evo\\Infrastructure\\Repository\\BALRepository' => ['privates''Evo\\Infrastructure\\Repository\\BALRepository''getBALRepositoryService'true],
  1637.             'Evo\\Infrastructure\\Repository\\DiscountConfigurationRepository' => ['privates''Evo\\Infrastructure\\Repository\\DiscountConfigurationRepository''getDiscountConfigurationRepositoryService'true],
  1638.             'Evo\\Infrastructure\\Repository\\InvoiceRepository' => ['privates''Evo\\Infrastructure\\Repository\\InvoiceRepository''getInvoiceRepositoryService'false],
  1639.             'Evo\\Infrastructure\\Repository\\PappersActivityLogWrapperRepository' => ['privates''Evo\\Infrastructure\\Repository\\PappersActivityLogWrapperRepository''getPappersActivityLogWrapperRepositoryService'true],
  1640.         ], [
  1641.             'App\\Repository\\AWSSyncRepository' => '?',
  1642.             'App\\Repository\\AccountantRepository' => '?',
  1643.             'App\\Repository\\ActivityDomainRepository' => '?',
  1644.             'App\\Repository\\ActivityLogRepository' => '?',
  1645.             'App\\Repository\\ActivitySubdomainRepository' => '?',
  1646.             'App\\Repository\\AssociateRepository' => '?',
  1647.             'App\\Repository\\AuditorRepository' => '?',
  1648.             'App\\Repository\\CMSArticleRepository' => '?',
  1649.             'App\\Repository\\CMSCategoryRepository' => '?',
  1650.             'App\\Repository\\CMSSlugRepository' => '?',
  1651.             'App\\Repository\\CategoryRepository' => '?',
  1652.             'App\\Repository\\CommercialGestureRepository' => '?',
  1653.             'App\\Repository\\CreditNoteRepository' => '?',
  1654.             'App\\Repository\\CustomerIoEventRepository' => '?',
  1655.             'App\\Repository\\DiscountCodeRepository' => '?',
  1656.             'App\\Repository\\DocumentRejectionMessageRepository' => '?',
  1657.             'App\\Repository\\DocumentRepository' => '?',
  1658.             'App\\Repository\\GocardlessEventRepository' => '?',
  1659.             'App\\Repository\\IbmlOrganizationConfigurationRepository' => '?',
  1660.             'App\\Repository\\InvoiceItemRepository' => '?',
  1661.             'App\\Repository\\LeadRepository' => '?',
  1662.             'App\\Repository\\LegalRepresentativeRepository' => '?',
  1663.             'App\\Repository\\LetterForwardRepository' => '?',
  1664.             'App\\Repository\\LetterRepository' => '?',
  1665.             'App\\Repository\\MandataryRepository' => '?',
  1666.             'App\\Repository\\MessageRepository' => '?',
  1667.             'App\\Repository\\NotificationPreferenceRepository' => '?',
  1668.             'App\\Repository\\OrderRepository' => '?',
  1669.             'App\\Repository\\OrganizationRepository' => '?',
  1670.             'App\\Repository\\OrganizationSectorRepository' => '?',
  1671.             'App\\Repository\\PackRepository' => '?',
  1672.             'App\\Repository\\PaymentRepository' => '?',
  1673.             'App\\Repository\\PersonRepository' => '?',
  1674.             'App\\Repository\\PostalAddressRepository' => '?',
  1675.             'App\\Repository\\PotentialCaseRepository' => '?',
  1676.             'App\\Repository\\PrescriberSourceRepository' => '?',
  1677.             'App\\Repository\\ProcessYousignRepository' => '?',
  1678.             'App\\Repository\\ProductRepository' => '?',
  1679.             'App\\Repository\\ProfessionDetailRepository' => '?',
  1680.             'App\\Repository\\ProfessionTypeRepository' => '?',
  1681.             'App\\Repository\\PromoCodeHistoryRepository' => '?',
  1682.             'App\\Repository\\QuoteRepository' => '?',
  1683.             'App\\Repository\\ReasonRIBInactiveRepository' => '?',
  1684.             'App\\Repository\\ReasonUnpaidRepository' => '?',
  1685.             'App\\Repository\\RefundRepository' => '?',
  1686.             'App\\Repository\\RiskyCountryRepository' => '?',
  1687.             'App\\Repository\\SectorRepository' => '?',
  1688.             'App\\Repository\\ServiceRepository' => '?',
  1689.             'App\\Repository\\SignatureRepository' => '?',
  1690.             'App\\Repository\\StoreRepository' => '?',
  1691.             'App\\Repository\\SubscriptionModelRepository' => '?',
  1692.             'App\\Repository\\SubscriptionRepository' => '?',
  1693.             'App\\Repository\\TaskRepository' => '?',
  1694.             'App\\Repository\\UserRepository' => '?',
  1695.             'App\\Repository\\UserUTMRepository' => '?',
  1696.             'Evo\\Infrastructure\\Repository\\BALRepository' => '?',
  1697.             'Evo\\Infrastructure\\Repository\\DiscountConfigurationRepository' => '?',
  1698.             'Evo\\Infrastructure\\Repository\\InvoiceRepository' => '?',
  1699.             'Evo\\Infrastructure\\Repository\\PappersActivityLogWrapperRepository' => '?',
  1700.         ])));
  1701.         $a->addCustomStringFunction('FIRST''App\\DBAL\\FirstResultDbal');
  1702.         $a->addCustomStringFunction('REGEXP_REPLACE''App\\DQL\\RegexpReplaceFunction');
  1703.         $a->addCustomDatetimeFunction('DATE_FORMAT''App\\DQL\\DateFormatFunction');
  1704.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1705.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1706.         return $instance;
  1707.     }
  1708.     /**
  1709.      * Gets the public 'event_dispatcher' shared service.
  1710.      *
  1711.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1712.      */
  1713.     protected function getEventDispatcherService()
  1714.     {
  1715.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1716.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1717.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1718.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1719.         $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())));
  1720.         $instance->addListener('kernel.request', [=> function () {
  1721.             return ($this->privates['App\\EventListener\\DeserializeListener'] ?? $this->getDeserializeListenerService());
  1722.         }, => 'onKernelRequest'], 2);
  1723.         $instance->addListener('vich_uploader.pre_upload', [=> function () {
  1724.             return ($this->privates['App\\EventListener\\DocumentUploadListener'] ?? $this->load('getDocumentUploadListenerService'));
  1725.         }, => 'onVichUploaderPreUpload'], 0);
  1726.         $instance->addListener('vich_uploader.post_upload', [=> function () {
  1727.             return ($this->privates['App\\EventListener\\DocumentUploadListener'] ?? $this->load('getDocumentUploadListenerService'));
  1728.         }, => 'onVichUploaderPostUpload'], 0);
  1729.         $instance->addListener('kernel.exception', [=> function () {
  1730.             return ($this->privates['App\\EventListener\\ExceptionListener'] ?? ($this->privates['App\\EventListener\\ExceptionListener'] = new \App\EventListener\ExceptionListener()));
  1731.         }, => 'onKernelException'], 0);
  1732.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  1733.             return ($this->privates['App\\EventListener\\JWTAuthenticatedListener'] ?? ($this->privates['App\\EventListener\\JWTAuthenticatedListener'] = new \App\EventListener\JWTAuthenticatedListener($this->getEnv('int:JWT_TOKEN_TTL'))));
  1734.         }, => 'onAuthenticationSuccessResponse'], 0);
  1735.         $instance->addListener('kernel.controller', [=> function () {
  1736.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1737.         }, => 'onKernelController'], 0);
  1738.         $instance->addListener('kernel.request', [=> function () {
  1739.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1740.         }, => 'onKernelRequest'], 28);
  1741.         $instance->addListener('kernel.view', [=> function () {
  1742.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1743.         }, => 'onKernelView'], 16);
  1744.         $instance->addListener('kernel.view', [=> function () {
  1745.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1746.         }, => 'onKernelView'], 8);
  1747.         $instance->addListener('kernel.exception', [=> function () {
  1748.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1749.         }, => 'onKernelException'], 0);
  1750.         $instance->addListener('kernel.exception', [=> function () {
  1751.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1752.         }, => 'onKernelException'], -96);
  1753.         $instance->addListener('kernel.view', [=> function () {
  1754.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  1755.         }, => 'onKernelView'], 32);
  1756.         $instance->addListener('kernel.request', [=> function () {
  1757.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  1758.         }, => 'onKernelRequest'], 4);
  1759.         $instance->addListener('kernel.response', [=> function () {
  1760.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1761.         }, => 'onKernelResponse'], 0);
  1762.         $instance->addListener('kernel.response', [=> function () {
  1763.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1764.         }, => 'onKernelResponse'], -1);
  1765.         $instance->addListener('kernel.view', [=> function () {
  1766.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1767.         }, => 'onKernelView'], 64);
  1768.         $instance->addListener('kernel.request', [=> function () {
  1769.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1770.         }, => 'onKernelRequest'], 16);
  1771.         $instance->addListener('kernel.response', [=> function () {
  1772.             return ($this->privates['api_platform.mercure.listener.response.add_link_header'] ?? $this->getApiPlatform_Mercure_Listener_Response_AddLinkHeaderService());
  1773.         }, => 'onKernelResponse'], 0);
  1774.         $instance->addListener('kernel.request', [=> function () {
  1775.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1776.         }, => 'onSecurity'], 3);
  1777.         $instance->addListener('kernel.request', [=> function () {
  1778.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1779.         }, => 'onSecurityPostDenormalize'], 1);
  1780.         $instance->addListener('kernel.view', [=> function () {
  1781.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1782.         }, => 'onSecurityPostValidation'], 63);
  1783.         $instance->addListener('console.command', [=> function () {
  1784.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1785.         }, => 'handleConsoleCommandEvent'], 128);
  1786.         $instance->addListener('console.terminate', [=> function () {
  1787.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1788.         }, => 'handleConsoleTerminateEvent'], -64);
  1789.         $instance->addListener('console.error', [=> function () {
  1790.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1791.         }, => 'handleConsoleErrorEvent'], -64);
  1792.         $instance->addListener('kernel.exception', [=> function () {
  1793.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->load('getErrorListenerService'));
  1794.         }, => 'handleExceptionEvent'], 128);
  1795.         $instance->addListener('kernel.request', [=> function () {
  1796.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1797.         }, => 'handleKernelRequestEvent'], 5);
  1798.         $instance->addListener('kernel.controller', [=> function () {
  1799.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1800.         }, => 'handleKernelControllerEvent'], 10);
  1801.         $instance->addListener('kernel.request', [=> function () {
  1802.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1803.         }, => 'handleKernelRequestEvent'], 3);
  1804.         $instance->addListener('kernel.finish_request', [=> function () {
  1805.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1806.         }, => 'handleKernelFinishRequestEvent'], 5);
  1807.         $instance->addListener('kernel.request', [=> function () {
  1808.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1809.         }, => 'handleKernelRequestEvent'], 4);
  1810.         $instance->addListener('kernel.response', [=> function () {
  1811.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1812.         }, => 'handleKernelResponseEvent'], 15);
  1813.         $instance->addListener('kernel.terminate', [=> function () {
  1814.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1815.         }, => 'handleKernelTerminateEvent'], 5);
  1816.         $instance->addListener('kernel.request', [=> function () {
  1817.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1818.         }, => 'handleKernelRequestEvent'], 2);
  1819.         $instance->addListener('kernel.finish_request', [=> function () {
  1820.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1821.         }, => 'handleKernelFinishRequestEvent'], 10);
  1822.         $instance->addListener('kernel.response', [=> function () {
  1823.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1824.         }, => 'handleKernelResponseEvent'], 15);
  1825.         $instance->addListener('console.command', [=> function () {
  1826.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  1827.         }, => 'handleConsoleCommandEvent'], 118);
  1828.         $instance->addListener('console.terminate', [=> function () {
  1829.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  1830.         }, => 'handleConsoleTerminateEvent'], -54);
  1831.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1832.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
  1833.         }, => 'handleWorkerMessageFailedEvent'], 50);
  1834.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1835.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
  1836.         }, => 'handleWorkerMessageHandledEvent'], 50);
  1837.         $instance->addListener('kernel.request', [=> function () {
  1838.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  1839.         }, => 'handleKernelRequestEvent'], 0);
  1840.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1841.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  1842.         }, => 'handleLoginSuccessEvent'], 0);
  1843.         $instance->addListener('kernel.request', [=> function () {
  1844.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1845.         }, => 'onKernelRequest'], 250);
  1846.         $instance->addListener('kernel.response', [=> function () {
  1847.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1848.         }, => 'onKernelResponse'], 0);
  1849.         $instance->addListener('kernel.response', [=> function () {
  1850.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1851.         }, => 'onResponse'], -10);
  1852.         $instance->addListener('kernel.controller', [=> function () {
  1853.             return ($this->privates['nzo.annotation_resolver'] ?? $this->getNzo_AnnotationResolverService());
  1854.         }, => 'onKernelController'], 0);
  1855.         $instance->addListener('elastica.index.index_post_populate', [=> function () {
  1856.             return ($this->privates['fos_elastica.populate_listener'] ?? $this->load('getFosElastica_PopulateListenerService'));
  1857.         }, => 'onPostIndexPopulate'], -9999);
  1858.         $instance->addListener('kernel.terminate', [=> function () {
  1859.             return ($this->services['fos_elastica.listener.app_person.person'] ?? $this->load('getFosElastica_Listener_AppPerson_PersonService'));
  1860.         }, => 'onTerminate'], 0);
  1861.         $instance->addListener('console.terminate', [=> function () {
  1862.             return ($this->services['fos_elastica.listener.app_person.person'] ?? $this->load('getFosElastica_Listener_AppPerson_PersonService'));
  1863.         }, => 'onTerminate'], 0);
  1864.         $instance->addListener('kernel.terminate', [=> function () {
  1865.             return ($this->services['fos_elastica.listener.app_organization.organization'] ?? $this->load('getFosElastica_Listener_AppOrganization_OrganizationService'));
  1866.         }, => 'onTerminate'], 0);
  1867.         $instance->addListener('console.terminate', [=> function () {
  1868.             return ($this->services['fos_elastica.listener.app_organization.organization'] ?? $this->load('getFosElastica_Listener_AppOrganization_OrganizationService'));
  1869.         }, => 'onTerminate'], 0);
  1870.         $instance->addListener('kernel.terminate', [=> function () {
  1871.             return ($this->services['fos_elastica.listener.app_legalRepresentative.legalRepresentatives'] ?? $this->load('getFosElastica_Listener_AppLegalRepresentative_LegalRepresentativesService'));
  1872.         }, => 'onTerminate'], 0);
  1873.         $instance->addListener('console.terminate', [=> function () {
  1874.             return ($this->services['fos_elastica.listener.app_legalRepresentative.legalRepresentatives'] ?? $this->load('getFosElastica_Listener_AppLegalRepresentative_LegalRepresentativesService'));
  1875.         }, => 'onTerminate'], 0);
  1876.         $instance->addListener('kernel.request', [=> function () {
  1877.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1878.         }, => 'onKernelRequest'], 0);
  1879.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  1880.             return ($this->privates['gesdinet.jwtrefreshtoken.send_token'] ?? $this->load('getGesdinet_Jwtrefreshtoken_SendTokenService'));
  1881.         }, => 'attachRefreshToken'], 0);
  1882.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1883.             return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->load('getLogoutEventListenerService'));
  1884.         }, => 'onLogout'], 0);
  1885.         $instance->addListener('kernel.exception', [=> function () {
  1886.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListener2Service'));
  1887.         }, => 'onKernelException'], -64);
  1888.         $instance->addListener('kernel.view', [=> function () {
  1889.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  1890.         }, => 'onKernelView'], 0);
  1891.         $instance->addListener('subscription.changed', [=> function () {
  1892.             return ($this->privates['App\\EventSubscriber\\SubscriberChangedSubscriber'] ?? $this->load('getSubscriberChangedSubscriberService'));
  1893.         }, => 'onSubscriberChanged'], 0);
  1894.         $instance->addListener('kernel.view', [=> function () {
  1895.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriber2Service'));
  1896.         }, => 'onWrite'], 31);
  1897.         $instance->addListener('kernel.exception', [=> function () {
  1898.             return ($this->privates['Evo\\Application\\Payload\\Listener\\PayloadValidationListener'] ?? $this->load('getPayloadValidationListenerService'));
  1899.         }, => 'onException'], 0);
  1900.         $instance->addListener('kernel.response', [=> function () {
  1901.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1902.         }, => 'onKernelResponse'], 0);
  1903.         $instance->addListener('kernel.response', [=> function () {
  1904.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1905.         }, => 'onKernelResponse'], -1024);
  1906.         $instance->addListener('kernel.request', [=> function () {
  1907.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1908.         }, => 'setDefaultLocale'], 100);
  1909.         $instance->addListener('kernel.request', [=> function () {
  1910.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1911.         }, => 'onKernelRequest'], 16);
  1912.         $instance->addListener('kernel.finish_request', [=> function () {
  1913.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1914.         }, => 'onKernelFinishRequest'], 0);
  1915.         $instance->addListener('kernel.request', [=> function () {
  1916.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1917.         }, => 'onKernelRequest'], 256);
  1918.         $instance->addListener('kernel.response', [=> function () {
  1919.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1920.         }, => 'onResponse'], -255);
  1921.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1922.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener3Service());
  1923.         }, => 'onControllerArguments'], 0);
  1924.         $instance->addListener('kernel.exception', [=> function () {
  1925.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener3Service());
  1926.         }, => 'logKernelException'], 0);
  1927.         $instance->addListener('kernel.exception', [=> function () {
  1928.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener3Service());
  1929.         }, => 'onKernelException'], -128);
  1930.         $instance->addListener('kernel.response', [=> function () {
  1931.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener3Service());
  1932.         }, => 'removeCspHeader'], -128);
  1933.         $instance->addListener('kernel.request', [=> function () {
  1934.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1935.         }, => 'onKernelRequest'], 15);
  1936.         $instance->addListener('kernel.finish_request', [=> function () {
  1937.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1938.         }, => 'onKernelFinishRequest'], -15);
  1939.         $instance->addListener('console.error', [=> function () {
  1940.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1941.         }, => 'onConsoleError'], -128);
  1942.         $instance->addListener('console.terminate', [=> function () {
  1943.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1944.         }, => 'onConsoleTerminate'], -128);
  1945.         $instance->addListener('console.error', [=> function () {
  1946.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1947.         }, => 'onConsoleError'], 0);
  1948.         $instance->addListener('kernel.request', [=> function () {
  1949.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1950.         }, => 'configure'], 2048);
  1951.         $instance->addListener('console.command', [=> function () {
  1952.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1953.         }, => 'configure'], 2048);
  1954.         $instance->addListener('kernel.request', [=> function () {
  1955.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1956.         }, => 'onKernelRequest'], 32);
  1957.         $instance->addListener('kernel.finish_request', [=> function () {
  1958.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1959.         }, => 'onKernelFinishRequest'], 0);
  1960.         $instance->addListener('kernel.exception', [=> function () {
  1961.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1962.         }, => 'onKernelException'], -64);
  1963.         $instance->addListener('kernel.response', [=> function () {
  1964.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1965.         }, => 'onKernelResponse'], 0);
  1966.         $instance->addListener('kernel.request', [=> function () {
  1967.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1968.         }, => 'onKernelRequest'], 128);
  1969.         $instance->addListener('kernel.response', [=> function () {
  1970.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1971.         }, => 'onKernelResponse'], -1000);
  1972.         $instance->addListener('kernel.finish_request', [=> function () {
  1973.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1974.         }, => 'onFinishRequest'], 0);
  1975.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1976.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1977.         }, => 'onMessageFailed'], 100);
  1978.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1979.             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()));
  1980.         }, => 'onMessageFailed'], 200);
  1981.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1982.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  1983.         }, => 'onWorkerRunning'], 100);
  1984.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1985.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1986.         }, => 'onWorkerStarted'], 0);
  1987.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1988.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1989.         }, => 'onWorkerRunning'], 0);
  1990.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1991.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnSigtermSignalListenerService'));
  1992.         }, => 'onWorkerStarted'], 100);
  1993.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1994.             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()));
  1995.         }, => 'onMessageFailed'], 0);
  1996.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1997.             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()));
  1998.         }, => 'onWorkerRunning'], 0);
  1999.         $instance->addListener('kernel.response', [=> function () {
  2000.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2001.         }, => 'onKernelResponse'], -100);
  2002.         $instance->addListener('kernel.exception', [=> function () {
  2003.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2004.         }, => 'onKernelException'], 0);
  2005.         $instance->addListener('kernel.terminate', [=> function () {
  2006.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2007.         }, => 'onKernelTerminate'], -1024);
  2008.         $instance->addListener('kernel.controller', [=> function () {
  2009.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2010.         }, => 'onKernelController'], 0);
  2011.         $instance->addListener('kernel.response', [=> function () {
  2012.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2013.         }, => 'onKernelResponse'], 0);
  2014.         $instance->addListener('kernel.response', [=> function () {
  2015.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2016.         }, => 'onKernelResponse'], 0);
  2017.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2018.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2019.         }, => 'onVoterVote'], 0);
  2020.         $instance->addListener('kernel.request', [=> function () {
  2021.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2022.         }, => 'configureLogoutUrlGenerator'], 8);
  2023.         $instance->addListener('kernel.request', [=> function () {
  2024.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2025.         }, => 'onKernelRequest'], 8);
  2026.         $instance->addListener('kernel.finish_request', [=> function () {
  2027.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2028.         }, => 'onKernelFinishRequest'], 0);
  2029.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2030.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2031.         }, => 'onWorkerMessageHandled'], 0);
  2032.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2033.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2034.         }, => 'onWorkerMessageFailed'], 0);
  2035.         $instance->addListener('console.error', [=> function () {
  2036.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2037.         }, => 'onConsoleError'], 0);
  2038.         $instance->addListener('console.terminate', [=> function () {
  2039.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2040.         }, => 'onConsoleTerminate'], 0);
  2041.         $instance->addListener('console.command', [=> function () {
  2042.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2043.         }, => 'onCommand'], 255);
  2044.         $instance->addListener('console.terminate', [=> function () {
  2045.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2046.         }, => 'onTerminate'], -255);
  2047.         $instance->addListener('elastica.pager_persister.pre_insert_objects', [=> function () {
  2048.             return ($this->services['fos_elastica.filter_objects_listener'] ?? $this->load('getFosElastica_FilterObjectsListenerService'));
  2049.         }, => 'filterObjects'], 0);
  2050.         $instance->addListener('knp_pager.before', [=> function () {
  2051.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2052.         }, => 'before'], 0);
  2053.         $instance->addListener('knp_pager.pagination', [=> function () {
  2054.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2055.         }, => 'pagination'], 0);
  2056.         $instance->addListener('knp_pager.before', [=> function () {
  2057.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2058.         }, => 'before'], 1);
  2059.         $instance->addListener('knp_pager.before', [=> function () {
  2060.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2061.         }, => 'before'], 1);
  2062.         $instance->addListener('knp_pager.pagination', [=> function () {
  2063.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2064.         }, => 'pagination'], 1);
  2065.         $instance->addListener('kernel.response', [=> function () {
  2066.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2067.         }, => 'onKernelResponse'], -128);
  2068.         $instance->addListener('kernel.response', [=> function () {
  2069.             return ($this->privates['Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber'] ?? ($this->privates['Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber'] = new \Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber()));
  2070.         }, => 'onKernelResponse'], 0);
  2071.         $instance->addListener('kernel.request', [=> function () {
  2072.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  2073.         }, => 'handleLegacyEaContext'], 10);
  2074.         $instance->addListener('kernel.request', [=> function () {
  2075.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  2076.         }, => 'onKernelRequest'], 0);
  2077.         $instance->addListener('kernel.controller', [=> function () {
  2078.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  2079.         }, => 'onKernelController'], 128);
  2080.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2081.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2082.         }, => 'onLogout'], 0);
  2083.         $instance->addListener('knp_pager.items', [=> function () {
  2084.             return ($this->services['fos_elastica.paginator.subscriber'] ?? $this->load('getFosElastica_Paginator_SubscriberService'));
  2085.         }, => 'items'], 1);
  2086.         return $instance;
  2087.     }
  2088.     /**
  2089.      * Gets the public 'http_kernel' shared service.
  2090.      *
  2091.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2092.      */
  2093.     protected function getHttpKernelService()
  2094.     {
  2095.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2096.         if (isset($this->services['http_kernel'])) {
  2097.             return $this->services['http_kernel'];
  2098.         }
  2099.         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(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  2100.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2101.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2102.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2103.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2104.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  2105.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  2106.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2107.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2108.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2109.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2110.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2111.     }
  2112.     /**
  2113.      * Gets the public 'knp_paginator' shared service.
  2114.      *
  2115.      * @return \Knp\Component\Pager\Paginator
  2116.      */
  2117.     protected function getKnpPaginatorService($lazyLoad true)
  2118.     {
  2119.         if ($lazyLoad) {
  2120.             return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
  2121.                 return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2122.                     $wrappedInstance $this->getKnpPaginatorService(false);
  2123.                     $proxy->setProxyInitializer(null);
  2124.                     return true;
  2125.                 });
  2126.             });
  2127.         }
  2128.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  2129.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  2130.         $instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2131.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  2132.         return $instance;
  2133.     }
  2134.     /**
  2135.      * Gets the public 'knp_snappy.pdf' shared service.
  2136.      *
  2137.      * @return \Knp\Snappy\Pdf
  2138.      */
  2139.     protected function getKnpSnappy_PdfService()
  2140.     {
  2141.         $this->services['knp_snappy.pdf'] = $instance = new \Knp\Snappy\Pdf($this->getEnv('WKHTMLTOPDF_PATH'), [], []);
  2142.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  2143.         return $instance;
  2144.     }
  2145.     /**
  2146.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  2147.      *
  2148.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  2149.      */
  2150.     protected function getLexikJwtAuthentication_EncoderService()
  2151.     {
  2152.         return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'openssl''RS256'$this->getEnv('int:JWT_TOKEN_TTL'), 0false));
  2153.     }
  2154.     /**
  2155.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  2156.      *
  2157.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  2158.      */
  2159.     protected function getLexikJwtAuthentication_KeyLoaderService()
  2160.     {
  2161.         return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'), []);
  2162.     }
  2163.     /**
  2164.      * Gets the public 'messenger.default_bus' shared service.
  2165.      *
  2166.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2167.      */
  2168.     protected function getMessenger_DefaultBusService()
  2169.     {
  2170.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2171.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  2172.             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')));
  2173.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2174.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2175.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2176.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  2177.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  2178.         }, 7)));
  2179.     }
  2180.     /**
  2181.      * Gets the public 'request_stack' shared service.
  2182.      *
  2183.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2184.      */
  2185.     protected function getRequestStackService()
  2186.     {
  2187.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2188.     }
  2189.     /**
  2190.      * Gets the public 'router' shared service.
  2191.      *
  2192.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2193.      */
  2194.     protected function getRouterService()
  2195.     {
  2196.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2197.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2198.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2199.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2200.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2201.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2202.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2203.         ], [
  2204.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2205.         ]))->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');
  2206.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2207.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2208.         return $instance;
  2209.     }
  2210.     /**
  2211.      * Gets the public 'sb_redis.default' shared service.
  2212.      *
  2213.      * @return \SymfonyBundles\RedisBundle\Redis\Client
  2214.      */
  2215.     protected function getSbRedis_DefaultService()
  2216.     {
  2217.         return $this->services['sb_redis.default'] = ($this->privates['SymfonyBundles\\RedisBundle\\Redis\\FactoryInterface'] ?? ($this->privates['SymfonyBundles\\RedisBundle\\Redis\\FactoryInterface'] = new \SymfonyBundles\RedisBundle\Redis\Factory()))->create([=> $this->getEnv('REDIS_URL')], []);
  2218.     }
  2219.     /**
  2220.      * Gets the public 'translator' shared service.
  2221.      *
  2222.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2223.      */
  2224.     protected function getTranslatorService()
  2225.     {
  2226.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2227.     }
  2228.     /**
  2229.      * Gets the private '.cache_connection.nfRrjKA' shared service.
  2230.      *
  2231.      * @return \Symfony\Component\Cache\Adapter\AbstractAdapter
  2232.      */
  2233.     protected function get_CacheConnection_NfRrjKAService()
  2234.     {
  2235.         return $this->privates['.cache_connection.nfRrjKA'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection($this->getEnv('REDIS_URL'), ['lazy' => true]);
  2236.     }
  2237.     /**
  2238.      * Gets the private '.debug.http_client' shared service.
  2239.      *
  2240.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2241.      */
  2242.     protected function get_Debug_HttpClientService()
  2243.     {
  2244.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(($this->privates['Sentry\\SentryBundle\\Tracing\\HttpClient\\TraceableHttpClient'] ?? $this->getTraceableHttpClientService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2245.     }
  2246.     /**
  2247.      * Gets the private '.debug.pappers.client' shared service.
  2248.      *
  2249.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2250.      */
  2251.     protected function get_Debug_Pappers_ClientService()
  2252.     {
  2253.         return $this->privates['.debug.pappers.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['Sentry\\SentryBundle\\Tracing\\HttpClient\\TraceableHttpClient'] ?? $this->getTraceableHttpClientService()), $this->getEnv('PAPPERS_URL'), ['query' => [], 'headers' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2254.     }
  2255.     /**
  2256.      * Gets the private '.debug.pennylane.client' shared service.
  2257.      *
  2258.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2259.      */
  2260.     protected function get_Debug_Pennylane_ClientService()
  2261.     {
  2262.         return $this->privates['.debug.pennylane.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(new \Symfony\Component\HttpClient\RetryableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['Sentry\\SentryBundle\\Tracing\\HttpClient\\TraceableHttpClient'] ?? $this->getTraceableHttpClientService()), $this->getEnv('PENNYLANE_API_URL'), ['auth_bearer' => $this->getEnv('PENNYLANE_API_KEY'), 'headers' => ['Accept' => 'application/json''Content-Type' => 'application/json'], 'query' => [], 'resolve' => []]), new \Symfony\Component\HttpClient\Retry\GenericRetryStrategy([=> 429], 3000031200000.5), 5, ($this->privates['monolog.logger.http_client'] ?? $this->getMonolog_Logger_HttpClientService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2263.     }
  2264.     /**
  2265.      * Gets the private '.debug.yousign.client' shared service.
  2266.      *
  2267.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2268.      */
  2269.     protected function get_Debug_Yousign_ClientService()
  2270.     {
  2271.         return $this->privates['.debug.yousign.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['Sentry\\SentryBundle\\Tracing\\HttpClient\\TraceableHttpClient'] ?? $this->getTraceableHttpClientService()), $this->getEnv('YOUSIGN_API_URL'), ['auth_bearer' => $this->getEnv('YOUSIGN_API_KEY'), 'headers' => ['Accept' => 'application/json''Content-Type' => 'application/json'], 'query' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2272.     }
  2273.     /**
  2274.      * Gets the private '.debug.yousign.client.production' shared service.
  2275.      *
  2276.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2277.      */
  2278.     protected function get_Debug_Yousign_Client_ProductionService()
  2279.     {
  2280.         return $this->privates['.debug.yousign.client.production'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['Sentry\\SentryBundle\\Tracing\\HttpClient\\TraceableHttpClient'] ?? $this->getTraceableHttpClientService()), $this->getEnv('YOUSIGN_API_URL_PRODUCTION'), ['auth_bearer' => $this->getEnv('YOUSIGN_API_KEY_PRODUCTION'), 'headers' => ['Accept' => 'application/json''Content-Type' => 'application/json'], 'query' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2281.     }
  2282.     /**
  2283.      * Gets the private '.service_locator.3oRFjZS' shared service.
  2284.      *
  2285.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2286.      */
  2287.     protected function get_ServiceLocator_3oRFjZSService()
  2288.     {
  2289.         return $this->privates['.service_locator.3oRFjZS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2290.             'security.firewall.map.context.admin_api' => ['privates''security.firewall.map.context.admin_api''getSecurity_Firewall_Map_Context_AdminApiService'true],
  2291.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  2292.             'security.firewall.map.context.api_activity' => ['privates''security.firewall.map.context.api_activity''getSecurity_Firewall_Map_Context_ApiActivityService'true],
  2293.             'security.firewall.map.context.api_cms' => ['privates''security.firewall.map.context.api_cms''getSecurity_Firewall_Map_Context_ApiCmsService'true],
  2294.             'security.firewall.map.context.api_document' => ['privates''security.firewall.map.context.api_document''getSecurity_Firewall_Map_Context_ApiDocumentService'true],
  2295.             'security.firewall.map.context.api_etiquette_pdf' => ['privates''security.firewall.map.context.api_etiquette_pdf''getSecurity_Firewall_Map_Context_ApiEtiquettePdfService'true],
  2296.             'security.firewall.map.context.api_evo' => ['privates''security.firewall.map.context.api_evo''getSecurity_Firewall_Map_Context_ApiEvoService'true],
  2297.             'security.firewall.map.context.api_file' => ['privates''security.firewall.map.context.api_file''getSecurity_Firewall_Map_Context_ApiFileService'true],
  2298.             'security.firewall.map.context.api_find_user_by_email' => ['privates''security.firewall.map.context.api_find_user_by_email''getSecurity_Firewall_Map_Context_ApiFindUserByEmailService'true],
  2299.             'security.firewall.map.context.api_leads' => ['privates''security.firewall.map.context.api_leads''getSecurity_Firewall_Map_Context_ApiLeadsService'true],
  2300.             'security.firewall.map.context.api_letter' => ['privates''security.firewall.map.context.api_letter''getSecurity_Firewall_Map_Context_ApiLetterService'true],
  2301.             'security.firewall.map.context.api_security' => ['privates''security.firewall.map.context.api_security''getSecurity_Firewall_Map_Context_ApiSecurityService'true],
  2302.             'security.firewall.map.context.api_users' => ['privates''security.firewall.map.context.api_users''getSecurity_Firewall_Map_Context_ApiUsersService'true],
  2303.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2304.             'security.firewall.map.context.graphql' => ['privates''security.firewall.map.context.graphql''getSecurity_Firewall_Map_Context_GraphqlService'true],
  2305.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  2306.             'security.firewall.map.context.refresh' => ['privates''security.firewall.map.context.refresh''getSecurity_Firewall_Map_Context_RefreshService'true],
  2307.         ], [
  2308.             'security.firewall.map.context.admin_api' => '?',
  2309.             'security.firewall.map.context.api' => '?',
  2310.             'security.firewall.map.context.api_activity' => '?',
  2311.             'security.firewall.map.context.api_cms' => '?',
  2312.             'security.firewall.map.context.api_document' => '?',
  2313.             'security.firewall.map.context.api_etiquette_pdf' => '?',
  2314.             'security.firewall.map.context.api_evo' => '?',
  2315.             'security.firewall.map.context.api_file' => '?',
  2316.             'security.firewall.map.context.api_find_user_by_email' => '?',
  2317.             'security.firewall.map.context.api_leads' => '?',
  2318.             'security.firewall.map.context.api_letter' => '?',
  2319.             'security.firewall.map.context.api_security' => '?',
  2320.             'security.firewall.map.context.api_users' => '?',
  2321.             'security.firewall.map.context.dev' => '?',
  2322.             'security.firewall.map.context.graphql' => '?',
  2323.             'security.firewall.map.context.main' => '?',
  2324.             'security.firewall.map.context.refresh' => '?',
  2325.         ]);
  2326.     }
  2327.     /**
  2328.      * Gets the private '.service_locator.uJ_tkR_' shared service.
  2329.      *
  2330.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2331.      */
  2332.     protected function get_ServiceLocator_UJTkRService()
  2333.     {
  2334.         return $this->privates['.service_locator.uJ_tkR_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2335.             'credit_notes.storage' => ['privates''credit_notes.storage''getCreditNotes_StorageService'false],
  2336.             'credit_notes.storage.aws' => ['privates''credit_notes.storage.aws''getCreditNotes_Storage_AwsService'true],
  2337.             'credit_notes.storage.local' => ['privates''credit_notes.storage.local''getCreditNotes_Storage_LocalService'true],
  2338.             'credit_notes.storage.localstack.aws' => ['privates''credit_notes.storage.localstack.aws''getCreditNotes_Storage_Localstack_AwsService'true],
  2339.             'credit_notes.storage.memory' => ['privates''credit_notes.storage.memory''getCreditNotes_Storage_MemoryService'true],
  2340.             'csv.storage' => ['privates''csv.storage''getCsv_StorageService'true],
  2341.             'csv.storage.local' => ['privates''csv.storage.local''getCsv_Storage_LocalService'true],
  2342.             'csv.storage.memory' => ['privates''csv.storage.memory''getCsv_Storage_MemoryService'true],
  2343.             'documents.storage' => ['privates''documents.storage''getDocuments_StorageService'false],
  2344.             'documents.storage.aws' => ['privates''documents.storage.aws''getDocuments_Storage_AwsService'true],
  2345.             'documents.storage.local' => ['privates''documents.storage.local''getDocuments_Storage_LocalService'true],
  2346.             'documents.storage.localstack.aws' => ['privates''documents.storage.localstack.aws''getDocuments_Storage_Localstack_AwsService'true],
  2347.             'documents.storage.memory' => ['privates''documents.storage.memory''getDocuments_Storage_MemoryService'true],
  2348.             'export.storage' => ['privates''export.storage''getExport_StorageService'true],
  2349.             'export.storage.aws' => ['privates''export.storage.aws''getExport_Storage_AwsService'true],
  2350.             'export.storage.local' => ['privates''export.storage.local''getExport_Storage_LocalService'true],
  2351.             'export.storage.localstack.aws' => ['privates''export.storage.localstack.aws''getExport_Storage_Localstack_AwsService'true],
  2352.             'export.storage.memory' => ['privates''export.storage.memory''getExport_Storage_MemoryService'true],
  2353.             'invoices.storage' => ['privates''invoices.storage''getInvoices_StorageService'false],
  2354.             'invoices.storage.aws' => ['privates''invoices.storage.aws''getInvoices_Storage_AwsService'true],
  2355.             'invoices.storage.local' => ['privates''invoices.storage.local''getInvoices_Storage_LocalService'true],
  2356.             'invoices.storage.localstack.aws' => ['privates''invoices.storage.localstack.aws''getInvoices_Storage_Localstack_AwsService'true],
  2357.             'invoices.storage.memory' => ['privates''invoices.storage.memory''getInvoices_Storage_MemoryService'true],
  2358.             'letters.storage' => ['privates''letters.storage''getLetters_StorageService'true],
  2359.             'letters.storage.aws' => ['privates''letters.storage.aws''getLetters_Storage_AwsService'true],
  2360.             'letters.storage.local' => ['privates''letters.storage.local''getLetters_Storage_LocalService'true],
  2361.             'letters.storage.localstack.aws' => ['privates''letters.storage.localstack.aws''getLetters_Storage_Localstack_AwsService'true],
  2362.             'letters.storage.memory' => ['privates''letters.storage.memory''getLetters_Storage_MemoryService'true],
  2363.             'quotes.storage' => ['privates''quotes.storage''getQuotes_StorageService'false],
  2364.             'quotes.storage.aws' => ['privates''quotes.storage.aws''getQuotes_Storage_AwsService'true],
  2365.             'quotes.storage.local' => ['privates''quotes.storage.local''getQuotes_Storage_LocalService'true],
  2366.             'quotes.storage.localstack.aws' => ['privates''quotes.storage.localstack.aws''getQuotes_Storage_Localstack_AwsService'true],
  2367.             'quotes.storage.memory' => ['privates''quotes.storage.memory''getQuotes_Storage_MemoryService'true],
  2368.         ], [
  2369.             'credit_notes.storage' => '?',
  2370.             'credit_notes.storage.aws' => '?',
  2371.             'credit_notes.storage.local' => '?',
  2372.             'credit_notes.storage.localstack.aws' => '?',
  2373.             'credit_notes.storage.memory' => '?',
  2374.             'csv.storage' => '?',
  2375.             'csv.storage.local' => '?',
  2376.             'csv.storage.memory' => '?',
  2377.             'documents.storage' => '?',
  2378.             'documents.storage.aws' => '?',
  2379.             'documents.storage.local' => '?',
  2380.             'documents.storage.localstack.aws' => '?',
  2381.             'documents.storage.memory' => '?',
  2382.             'export.storage' => '?',
  2383.             'export.storage.aws' => '?',
  2384.             'export.storage.local' => '?',
  2385.             'export.storage.localstack.aws' => '?',
  2386.             'export.storage.memory' => '?',
  2387.             'invoices.storage' => '?',
  2388.             'invoices.storage.aws' => '?',
  2389.             'invoices.storage.local' => '?',
  2390.             'invoices.storage.localstack.aws' => '?',
  2391.             'invoices.storage.memory' => '?',
  2392.             'letters.storage' => '?',
  2393.             'letters.storage.aws' => '?',
  2394.             'letters.storage.local' => '?',
  2395.             'letters.storage.localstack.aws' => '?',
  2396.             'letters.storage.memory' => '?',
  2397.             'quotes.storage' => '?',
  2398.             'quotes.storage.aws' => '?',
  2399.             'quotes.storage.local' => '?',
  2400.             'quotes.storage.localstack.aws' => '?',
  2401.             'quotes.storage.memory' => '?',
  2402.         ]);
  2403.     }
  2404.     /**
  2405.      * Gets the private 'App\EventListener\DeserializeListener' shared autowired service.
  2406.      *
  2407.      * @return \App\EventListener\DeserializeListener
  2408.      */
  2409.     protected function getDeserializeListenerService()
  2410.     {
  2411.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  2412.         if (isset($this->privates['App\\EventListener\\DeserializeListener'])) {
  2413.             return $this->privates['App\\EventListener\\DeserializeListener'];
  2414.         }
  2415.         $b = ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService());
  2416.         if (isset($this->privates['App\\EventListener\\DeserializeListener'])) {
  2417.             return $this->privates['App\\EventListener\\DeserializeListener'];
  2418.         }
  2419.         return $this->privates['App\\EventListener\\DeserializeListener'] = new \App\EventListener\DeserializeListener($a$b, new \ApiPlatform\Symfony\EventListener\DeserializeListener($a$b, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService())));
  2420.     }
  2421.     /**
  2422.      * Gets the private 'App\Repository\ProductRepository' shared autowired service.
  2423.      *
  2424.      * @return \App\Repository\ProductRepository
  2425.      */
  2426.     protected function getProductRepositoryService()
  2427.     {
  2428.         return $this->privates['App\\Repository\\ProductRepository'] = new \App\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2429.     }
  2430.     /**
  2431.      * Gets the private 'App\Repository\SubscriptionModelRepository' shared autowired service.
  2432.      *
  2433.      * @return \App\Repository\SubscriptionModelRepository
  2434.      */
  2435.     protected function getSubscriptionModelRepositoryService()
  2436.     {
  2437.         return $this->privates['App\\Repository\\SubscriptionModelRepository'] = new \App\Repository\SubscriptionModelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2438.     }
  2439.     /**
  2440.      * Gets the private 'App\Repository\SubscriptionRepository' shared autowired service.
  2441.      *
  2442.      * @return \App\Repository\SubscriptionRepository
  2443.      */
  2444.     protected function getSubscriptionRepositoryService()
  2445.     {
  2446.         return $this->privates['App\\Repository\\SubscriptionRepository'] = new \App\Repository\SubscriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2447.     }
  2448.     /**
  2449.      * Gets the private 'App\Service\CreditNoteFilesService' shared autowired service.
  2450.      *
  2451.      * @return \App\Service\CreditNoteFilesService
  2452.      */
  2453.     protected function getCreditNoteFilesServiceService()
  2454.     {
  2455.         $this->privates['App\\Service\\CreditNoteFilesService'] = $instance = new \App\Service\CreditNoteFilesService('digidom-api-avoirs', ($this->privates['App\\Service\\S3ClientProvider'] ?? ($this->privates['App\\Service\\S3ClientProvider'] = new \App\Service\S3ClientProvider($this))), ($this->services['kernel'] ?? $this->get('kernel'1)));
  2456.         $instance->setStorage(($this->privates['credit_notes.storage'] ?? $this->getCreditNotes_StorageService()));
  2457.         return $instance;
  2458.     }
  2459.     /**
  2460.      * Gets the private 'App\Service\DocumentFilesService' shared autowired service.
  2461.      *
  2462.      * @return \App\Service\DocumentFilesService
  2463.      */
  2464.     protected function getDocumentFilesServiceService()
  2465.     {
  2466.         $this->privates['App\\Service\\DocumentFilesService'] = $instance = new \App\Service\DocumentFilesService('digidom-api-documents', ($this->privates['App\\Service\\S3ClientProvider'] ?? ($this->privates['App\\Service\\S3ClientProvider'] = new \App\Service\S3ClientProvider($this))));
  2467.         $instance->setStorage(($this->privates['documents.storage'] ?? $this->getDocuments_StorageService()));
  2468.         return $instance;
  2469.     }
  2470.     /**
  2471.      * Gets the private 'App\Service\DocumentUtils' shared autowired service.
  2472.      *
  2473.      * @return \App\Service\DocumentUtils
  2474.      */
  2475.     protected function getDocumentUtilsService()
  2476.     {
  2477.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2478.         if (isset($this->privates['App\\Service\\DocumentUtils'])) {
  2479.             return $this->privates['App\\Service\\DocumentUtils'];
  2480.         }
  2481.         $b = ($this->privates['App\\Service\\SubscriptionUtils'] ?? $this->getSubscriptionUtilsService());
  2482.         if (isset($this->privates['App\\Service\\DocumentUtils'])) {
  2483.             return $this->privates['App\\Service\\DocumentUtils'];
  2484.         }
  2485.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2486.         if (isset($this->privates['App\\Service\\DocumentUtils'])) {
  2487.             return $this->privates['App\\Service\\DocumentUtils'];
  2488.         }
  2489.         return $this->privates['App\\Service\\DocumentUtils'] = new \App\Service\DocumentUtils(new \App\Service\AssociateUtils(), ($this->privates['Evo\\Infrastructure\\Core\\Adapter\\YousignAPIV3Adapter'] ?? $this->getYousignAPIV3AdapterService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, ($this->privates['App\\Service\\DocumentFilesService'] ?? $this->getDocumentFilesServiceService()), $b, ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), $c, ($this->privates['App\\Utils\\AppUtils'] ?? ($this->privates['App\\Utils\\AppUtils'] = new \App\Utils\AppUtils())));
  2490.     }
  2491.     /**
  2492.      * Gets the private 'App\Service\EncryptorDataUtils' shared autowired service.
  2493.      *
  2494.      * @return \App\Service\EncryptorDataUtils
  2495.      */
  2496.     protected function getEncryptorDataUtilsService()
  2497.     {
  2498.         return $this->privates['App\\Service\\EncryptorDataUtils'] = new \App\Service\EncryptorDataUtils(($this->privates['nzo_url_encryptor'] ?? ($this->privates['nzo_url_encryptor'] = new \Nzo\UrlEncryptorBundle\UrlEncryptor\UrlEncryptor('$encryptagedigidom2020#''$encryptagedigidom2020Key#'''))));
  2499.     }
  2500.     /**
  2501.      * Gets the private 'App\Service\FrontAppAPI' shared autowired service.
  2502.      *
  2503.      * @return \App\Service\FrontAppAPI
  2504.      */
  2505.     protected function getFrontAppAPIService()
  2506.     {
  2507.         return $this->privates['App\\Service\\FrontAppAPI'] = new \App\Service\FrontAppAPI($this->getEnv('FRONTAPP_TOKEN'), $this->getEnv('FRONTAPP_API_URL'), ($this->privates['App\\Utils\\TranslationUtils'] ?? $this->getTranslationUtilsService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Service\\SubscriptionUtils'] ?? $this->getSubscriptionUtilsService()));
  2508.     }
  2509.     /**
  2510.      * Gets the private 'App\Service\InvoiceFilesService' shared autowired service.
  2511.      *
  2512.      * @return \App\Service\InvoiceFilesService
  2513.      */
  2514.     protected function getInvoiceFilesServiceService()
  2515.     {
  2516.         $this->privates['App\\Service\\InvoiceFilesService'] = $instance = new \App\Service\InvoiceFilesService('digidom-api-factures', ($this->privates['App\\Service\\S3ClientProvider'] ?? ($this->privates['App\\Service\\S3ClientProvider'] = new \App\Service\S3ClientProvider($this))));
  2517.         $instance->setStorage(($this->privates['invoices.storage'] ?? $this->getInvoices_StorageService()));
  2518.         return $instance;
  2519.     }
  2520.     /**
  2521.      * Gets the private 'App\Service\LeadUtils' shared autowired service.
  2522.      *
  2523.      * @return \App\Service\LeadUtils
  2524.      */
  2525.     protected function getLeadUtilsService()
  2526.     {
  2527.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2528.         if (isset($this->privates['App\\Service\\LeadUtils'])) {
  2529.             return $this->privates['App\\Service\\LeadUtils'];
  2530.         }
  2531.         return $this->privates['App\\Service\\LeadUtils'] = new \App\Service\LeadUtils($a);
  2532.     }
  2533.     /**
  2534.      * Gets the private 'App\Service\LegalRepresentativeChecker' shared autowired service.
  2535.      *
  2536.      * @return \App\Service\LegalRepresentativeChecker
  2537.      */
  2538.     protected function getLegalRepresentativeCheckerService()
  2539.     {
  2540.         return $this->privates['App\\Service\\LegalRepresentativeChecker'] = new \App\Service\LegalRepresentativeChecker(($this->services['translator'] ?? $this->getTranslatorService()));
  2541.     }
  2542.     /**
  2543.      * Gets the private 'App\Service\LegalRepresentativeUtils' shared autowired service.
  2544.      *
  2545.      * @return \App\Service\LegalRepresentativeUtils
  2546.      */
  2547.     protected function getLegalRepresentativeUtilsService()
  2548.     {
  2549.         return $this->privates['App\\Service\\LegalRepresentativeUtils'] = new \App\Service\LegalRepresentativeUtils(($this->services['translator'] ?? $this->getTranslatorService()));
  2550.     }
  2551.     /**
  2552.      * Gets the private 'App\Service\OrganizationUtils' shared autowired service.
  2553.      *
  2554.      * @return \App\Service\OrganizationUtils
  2555.      */
  2556.     protected function getOrganizationUtilsService()
  2557.     {
  2558.         $a = ($this->privates['url_helper'] ?? $this->getUrlHelperService());
  2559.         if (isset($this->privates['App\\Service\\OrganizationUtils'])) {
  2560.             return $this->privates['App\\Service\\OrganizationUtils'];
  2561.         }
  2562.         $b = ($this->privates['App\\Utils\\InvoiceUtils'] ?? $this->getInvoiceUtilsService());
  2563.         if (isset($this->privates['App\\Service\\OrganizationUtils'])) {
  2564.             return $this->privates['App\\Service\\OrganizationUtils'];
  2565.         }
  2566.         $c = ($this->privates['App\\Service\\LeadUtils'] ?? $this->getLeadUtilsService());
  2567.         if (isset($this->privates['App\\Service\\OrganizationUtils'])) {
  2568.             return $this->privates['App\\Service\\OrganizationUtils'];
  2569.         }
  2570.         $d = ($this->privates['App\\Service\\UserChecker'] ?? $this->getUserCheckerService());
  2571.         if (isset($this->privates['App\\Service\\OrganizationUtils'])) {
  2572.             return $this->privates['App\\Service\\OrganizationUtils'];
  2573.         }
  2574.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2575.         if (isset($this->privates['App\\Service\\OrganizationUtils'])) {
  2576.             return $this->privates['App\\Service\\OrganizationUtils'];
  2577.         }
  2578.         return $this->privates['App\\Service\\OrganizationUtils'] = new \App\Service\OrganizationUtils(($this->services['translator'] ?? $this->getTranslatorService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Service\\GocardlessAPI'] ?? ($this->privates['App\\Service\\GocardlessAPI'] = new \App\Service\GocardlessAPI($this->getEnv('GC_ACCESS_TOKEN'), $this->getEnv('GC_ENV')))), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['App\\Service\\DocumentUtils'] ?? $this->getDocumentUtilsService()), $b, ($this->privates['App\\Utils\\QuoteUtils'] ?? ($this->privates['App\\Utils\\QuoteUtils'] = new \App\Utils\QuoteUtils())), ($this->privates['App\\Service\\LegalRepresentativeChecker'] ?? $this->getLegalRepresentativeCheckerService()), ($this->privates['App\\Service\\LegalRepresentativeUtils'] ?? $this->getLegalRepresentativeUtilsService()), $c$d$e, ($this->privates['App\\Service\\PersonUtils'] ?? $this->getPersonUtilsService()), ($this->privates['App\\Service\\FrontAppAPI'] ?? $this->getFrontAppAPIService()), ($this->privates['App\\Service\\PappersService'] ?? $this->getPappersServiceService()), ($this->privates['App\\Service\\SubscriptionUtils'] ?? $this->getSubscriptionUtilsService()), ($this->privates['App\\Service\\DocumentFilesService'] ?? $this->getDocumentFilesServiceService()));
  2579.     }
  2580.     /**
  2581.      * Gets the private 'App\Service\PappersService' shared autowired service.
  2582.      *
  2583.      * @return \App\Service\PappersService
  2584.      */
  2585.     protected function getPappersServiceService()
  2586.     {
  2587.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  2588.         if (isset($this->privates['App\\Service\\PappersService'])) {
  2589.             return $this->privates['App\\Service\\PappersService'];
  2590.         }
  2591.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2592.         if (isset($this->privates['App\\Service\\PappersService'])) {
  2593.             return $this->privates['App\\Service\\PappersService'];
  2594.         }
  2595.         return $this->privates['App\\Service\\PappersService'] = new \App\Service\PappersService(($this->privates['Evo\\Infrastructure\\Core\\Adapter\\PappersAdapter'] ?? $this->getPappersAdapterService()), $a$b);
  2596.     }
  2597.     /**
  2598.      * Gets the private 'App\Service\PersonUtils' shared autowired service.
  2599.      *
  2600.      * @return \App\Service\PersonUtils
  2601.      */
  2602.     protected function getPersonUtilsService()
  2603.     {
  2604.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2605.         if (isset($this->privates['App\\Service\\PersonUtils'])) {
  2606.             return $this->privates['App\\Service\\PersonUtils'];
  2607.         }
  2608.         return $this->privates['App\\Service\\PersonUtils'] = new \App\Service\PersonUtils($a);
  2609.     }
  2610.     /**
  2611.      * Gets the private 'App\Service\QuoteFilesService' shared autowired service.
  2612.      *
  2613.      * @return \App\Service\QuoteFilesService
  2614.      */
  2615.     protected function getQuoteFilesServiceService()
  2616.     {
  2617.         $this->privates['App\\Service\\QuoteFilesService'] = $instance = new \App\Service\QuoteFilesService('digidom-api-devis', ($this->privates['App\\Service\\S3ClientProvider'] ?? ($this->privates['App\\Service\\S3ClientProvider'] = new \App\Service\S3ClientProvider($this))), ($this->services['kernel'] ?? $this->get('kernel'1)));
  2618.         $instance->setStorage(($this->privates['quotes.storage'] ?? $this->getQuotes_StorageService()));
  2619.         return $instance;
  2620.     }
  2621.     /**
  2622.      * Gets the private 'App\Service\SubscriptionUtils' shared autowired service.
  2623.      *
  2624.      * @return \App\Service\SubscriptionUtils
  2625.      */
  2626.     protected function getSubscriptionUtilsService()
  2627.     {
  2628.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2629.         if (isset($this->privates['App\\Service\\SubscriptionUtils'])) {
  2630.             return $this->privates['App\\Service\\SubscriptionUtils'];
  2631.         }
  2632.         return $this->privates['App\\Service\\SubscriptionUtils'] = new \App\Service\SubscriptionUtils($a, ($this->privates['App\\Repository\\SubscriptionRepository'] ?? $this->getSubscriptionRepositoryService()), ($this->privates['App\\Repository\\SubscriptionModelRepository'] ?? $this->getSubscriptionModelRepositoryService()), ($this->services['cache.app'] ?? $this->getCache_AppService()));
  2633.     }
  2634.     /**
  2635.      * Gets the private 'App\Service\UserChecker' shared autowired service.
  2636.      *
  2637.      * @return \App\Service\UserChecker
  2638.      */
  2639.     protected function getUserCheckerService()
  2640.     {
  2641.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2642.         if (isset($this->privates['App\\Service\\UserChecker'])) {
  2643.             return $this->privates['App\\Service\\UserChecker'];
  2644.         }
  2645.         return $this->privates['App\\Service\\UserChecker'] = new \App\Service\UserChecker(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), $a);
  2646.     }
  2647.     /**
  2648.      * Gets the private 'App\Utils\InvoiceUtils' shared autowired service.
  2649.      *
  2650.      * @return \App\Utils\InvoiceUtils
  2651.      */
  2652.     protected function getInvoiceUtilsService()
  2653.     {
  2654.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2655.         if (isset($this->privates['App\\Utils\\InvoiceUtils'])) {
  2656.             return $this->privates['App\\Utils\\InvoiceUtils'];
  2657.         }
  2658.         $b = ($this->privates['Evo\\Infrastructure\\Repository\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService());
  2659.         if (isset($this->privates['App\\Utils\\InvoiceUtils'])) {
  2660.             return $this->privates['App\\Utils\\InvoiceUtils'];
  2661.         }
  2662.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2663.         if (isset($this->privates['App\\Utils\\InvoiceUtils'])) {
  2664.             return $this->privates['App\\Utils\\InvoiceUtils'];
  2665.         }
  2666.         $d = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  2667.         if (isset($this->privates['App\\Utils\\InvoiceUtils'])) {
  2668.             return $this->privates['App\\Utils\\InvoiceUtils'];
  2669.         }
  2670.         return $this->privates['App\\Utils\\InvoiceUtils'] = new \App\Utils\InvoiceUtils($a, ($this->privates['App\\Service\\GocardlessAPI'] ?? ($this->privates['App\\Service\\GocardlessAPI'] = new \App\Service\GocardlessAPI($this->getEnv('GC_ACCESS_TOKEN'), $this->getEnv('GC_ENV')))), ($this->services['kernel'] ?? $this->get('kernel'1)), $b$c, ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), ($this->privates['App\\Service\\InvoiceFilesService'] ?? $this->getInvoiceFilesServiceService()), $d, ($this->services['SymfonyBundles\\RedisBundle\\Redis\\ClientInterface'] ?? $this->getClientInterfaceService()));
  2671.     }
  2672.     /**
  2673.      * Gets the private 'App\Utils\TranslationUtils' shared autowired service.
  2674.      *
  2675.      * @return \App\Utils\TranslationUtils
  2676.      */
  2677.     protected function getTranslationUtilsService()
  2678.     {
  2679.         return $this->privates['App\\Utils\\TranslationUtils'] = new \App\Utils\TranslationUtils(($this->services['translator'] ?? $this->getTranslatorService()));
  2680.     }
  2681.     /**
  2682.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  2683.      *
  2684.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  2685.      */
  2686.     protected function getAdminRouterSubscriberService()
  2687.     {
  2688.         $a = ($this->services['router'] ?? $this->getRouterService());
  2689.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  2690.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  2691.         }
  2692.         $b = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  2693.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  2694.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  2695.         }
  2696.         $c = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  2697.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  2698.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  2699.         }
  2700.         $d = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2701.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  2702.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  2703.         }
  2704.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  2705.         $f = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService());
  2706.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.''$e, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), $e$a$b, (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService())), $f$c), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), $f, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $a$a$d, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  2707.     }
  2708.     /**
  2709.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  2710.      *
  2711.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  2712.      */
  2713.     protected function getActionFactoryService()
  2714.     {
  2715.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), ($this->services['translator'] ?? $this->getTranslatorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  2716.     }
  2717.     /**
  2718.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  2719.      *
  2720.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  2721.      */
  2722.     protected function getControllerFactoryService()
  2723.     {
  2724.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  2725.     }
  2726.     /**
  2727.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  2728.      *
  2729.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  2730.      */
  2731.     protected function getEntityFactoryService()
  2732.     {
  2733.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService());
  2734.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  2735.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  2736.         }
  2737.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2738.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  2739.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  2740.         }
  2741.         $c = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  2742.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory(new \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $c, new RewindableGenerator(function () {
  2743.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  2744.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  2745.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  2746.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  2747.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  2748.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  2749.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator()));
  2750.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  2751.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  2752.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  2753.             yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator()));
  2754.             yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator()));
  2755.             yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator()));
  2756.             yield 13 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator(\dirname(__DIR__4))));
  2757.             yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator()));
  2758.             yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator()));
  2759.             yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator()));
  2760.             yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  2761.             yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  2762.             yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator()));
  2763.             yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? $this->load('getChoiceConfiguratorService'));
  2764.             yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? $this->load('getSlugConfiguratorService'));
  2765.             yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator()));
  2766.             yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator()));
  2767.             yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator()));
  2768.             yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator()));
  2769.             yield 26 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator()));
  2770.             yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  2771.         }, 28)), $a$c, ($this->services['doctrine'] ?? $this->getDoctrineService()), $b);
  2772.     }
  2773.     /**
  2774.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  2775.      *
  2776.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  2777.      */
  2778.     protected function getAdminContextProviderService()
  2779.     {
  2780.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2781.     }
  2782.     /**
  2783.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry' shared service.
  2784.      *
  2785.      * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry
  2786.      */
  2787.     protected function getCrudControllerRegistryService()
  2788.     {
  2789.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [=> 'App\\Controller\\Admin\\AWSSyncCrudController'=> 'App\\Controller\\Admin\\CategoryCrudController'=> 'App\\Controller\\Admin\\CustomerIoEventCrudController'=> 'App\\Controller\\Admin\\GocardlessEventCrudController'=> 'App\\Controller\\Admin\\OrganizationSectorCrudController'=> 'App\\Controller\\Admin\\PrescriberSourceCrudController'=> 'App\\Controller\\Admin\\ReasonRIBInactiveCrudController'=> 'App\\Controller\\Admin\\ReasonUnpaidCrudController'=> 'App\\Controller\\Admin\\SectorCrudController'=> 'App\\Controller\\Admin\\StoreCrudController']);
  2790.     }
  2791.     /**
  2792.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  2793.      *
  2794.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  2795.      */
  2796.     protected function getAdminUrlGeneratorService()
  2797.     {
  2798.         $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  2799.             $a = ($this->services['router'] ?? $this->getRouterService());
  2800.             if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'])) {
  2801.                 return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'];
  2802.             }
  2803.             return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  2804.         };
  2805.         return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  2806.     }
  2807.     /**
  2808.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  2809.      *
  2810.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  2811.      */
  2812.     protected function getAuthorizationCheckerService()
  2813.     {
  2814.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2815.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  2816.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  2817.         }
  2818.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  2819.     }
  2820.     /**
  2821.      * Gets the private 'Evo\Infrastructure\Core\Adapter\PappersAdapter' shared autowired service.
  2822.      *
  2823.      * @return \Evo\Infrastructure\Core\Adapter\PappersAdapter
  2824.      */
  2825.     protected function getPappersAdapterService()
  2826.     {
  2827.         return $this->privates['Evo\\Infrastructure\\Core\\Adapter\\PappersAdapter'] = new \Evo\Infrastructure\Core\Adapter\PappersAdapter(($this->privates['.debug.pappers.client'] ?? $this->get_Debug_Pappers_ClientService()));
  2828.     }
  2829.     /**
  2830.      * Gets the private 'Evo\Infrastructure\Core\Adapter\YousignAPIV3Adapter' shared autowired service.
  2831.      *
  2832.      * @return \Evo\Infrastructure\Core\Adapter\YousignAPIV3Adapter
  2833.      */
  2834.     protected function getYousignAPIV3AdapterService()
  2835.     {
  2836.         return $this->privates['Evo\\Infrastructure\\Core\\Adapter\\YousignAPIV3Adapter'] = new \Evo\Infrastructure\Core\Adapter\YousignAPIV3Adapter(($this->privates['.debug.yousign.client'] ?? $this->get_Debug_Yousign_ClientService()), ($this->privates['.debug.yousign.client.production'] ?? $this->get_Debug_Yousign_Client_ProductionService()), ($this->privates['App\\Service\\DocumentFilesService'] ?? $this->getDocumentFilesServiceService()));
  2837.     }
  2838.     /**
  2839.      * Gets the private 'Evo\Infrastructure\Repository\InvoiceRepository' shared autowired service.
  2840.      *
  2841.      * @return \Evo\Infrastructure\Repository\InvoiceRepository
  2842.      */
  2843.     protected function getInvoiceRepositoryService()
  2844.     {
  2845.         $a = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
  2846.         if (isset($this->privates['Evo\\Infrastructure\\Repository\\InvoiceRepository'])) {
  2847.             return $this->privates['Evo\\Infrastructure\\Repository\\InvoiceRepository'];
  2848.         }
  2849.         return $this->privates['Evo\\Infrastructure\\Repository\\InvoiceRepository'] = new \Evo\Infrastructure\Repository\InvoiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  2850.     }
  2851.     /**
  2852.      * Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
  2853.      *
  2854.      * @return \Sentry\SentryBundle\EventListener\LoginListener
  2855.      */
  2856.     protected function getLoginListenerService()
  2857.     {
  2858.         return $this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] = new \Sentry\SentryBundle\EventListener\LoginListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2859.     }
  2860.     /**
  2861.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  2862.      *
  2863.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  2864.      */
  2865.     protected function getRequestListenerService()
  2866.     {
  2867.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  2868.     }
  2869.     /**
  2870.      * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  2871.      *
  2872.      * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  2873.      */
  2874.     protected function getSubRequestListenerService()
  2875.     {
  2876.         return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  2877.     }
  2878.     /**
  2879.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  2880.      *
  2881.      * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  2882.      */
  2883.     protected function getTracingRequestListenerService()
  2884.     {
  2885.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  2886.     }
  2887.     /**
  2888.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  2889.      *
  2890.      * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  2891.      */
  2892.     protected function getTracingSubRequestListenerService()
  2893.     {
  2894.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  2895.     }
  2896.     /**
  2897.      * Gets the private 'Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient' shared service.
  2898.      *
  2899.      * @return \Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient
  2900.      */
  2901.     protected function getTraceableHttpClientService()
  2902.     {
  2903.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2904.         $a->setLogger(($this->privates['monolog.logger.http_client'] ?? $this->getMonolog_Logger_HttpClientService()));
  2905.         return $this->privates['Sentry\\SentryBundle\\Tracing\\HttpClient\\TraceableHttpClient'] = new \Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient($a, ($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  2906.     }
  2907.     /**
  2908.      * Gets the private 'Sentry\State\HubInterface' shared service.
  2909.      *
  2910.      * @return \Sentry\State\HubInterface
  2911.      */
  2912.     protected function getHubInterfaceService()
  2913.     {
  2914.         $this->privates['Sentry\\State\\HubInterface'] = $instance = \Sentry\State\HubAdapter::getInstance();
  2915.         $a = new \Sentry\Options(['environment' => $this->getEnv('SENTRY_ENV'), 'in_app_exclude' => [=> $this->targetDir.''=> (\dirname(__DIR__4).'/vendor')], 'ignore_exceptions' => [=> 'Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException'=> 'Symfony\\Component\\Security\\Core\\Exception\\AuthenticationCredentialsNotFoundException'=> 'Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException'=> 'ApiPlatform\\Symfony\\Validator\\Exception\\ValidationException'], 'integrations' => new \Sentry\SentryBundle\Integration\IntegrationConfigurator([=> new \Sentry\Integration\RequestIntegration(new \Sentry\SentryBundle\Integration\RequestFetcher(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL))], true), 'prefixes' => [=> \dirname(__DIR__4), => '.'=> '/usr/share/php'], 'release' => $this->getEnv('default::SENTRY_RELEASE'), 'ignore_transactions' => [], 'tags' => [], 'in_app_include' => [], 'class_serializers' => [], 'dsn' => $this->getEnv('SENTRY_DSN')]);
  2916.         $b = new \Sentry\ClientBuilder($a);
  2917.         $b->setSdkIdentifier('sentry.php.symfony');
  2918.         $b->setSdkVersion('5.0.1');
  2919.         $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  2920.         if ($this->has('Psr\\Log\\NullLogger')) {
  2921.             $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger'/* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  2922.         }
  2923.         $instance->bindClient($b->getClient());
  2924.         return $instance;
  2925.     }
  2926.     /**
  2927.      * Gets the private 'Symfony\Component\Mercure\HubRegistry' shared service.
  2928.      *
  2929.      * @return \Symfony\Component\Mercure\HubRegistry
  2930.      */
  2931.     protected function getHubRegistryService()
  2932.     {
  2933.         $a = ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService());
  2934.         return $this->privates['Symfony\\Component\\Mercure\\HubRegistry'] = new \Symfony\Component\Mercure\HubRegistry($a, ['default' => $a]);
  2935.     }
  2936.     /**
  2937.      * Gets the private 'Vich\UploaderBundle\Templating\Helper\UploaderHelper' shared service.
  2938.      *
  2939.      * @return \Vich\UploaderBundle\Templating\Helper\UploaderHelper
  2940.      */
  2941.     protected function getUploaderHelperService()
  2942.     {
  2943.         return $this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] = new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.flysystem'] ?? $this->getVichUploader_Storage_FlysystemService()));
  2944.     }
  2945.     /**
  2946.      * Gets the private 'annotations.cache_adapter' shared service.
  2947.      *
  2948.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2949.      */
  2950.     protected function getAnnotations_CacheAdapterService()
  2951.     {
  2952.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  2953.     }
  2954.     /**
  2955.      * Gets the private 'annotations.cached_reader' shared service.
  2956.      *
  2957.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2958.      */
  2959.     protected function getAnnotations_CachedReaderService()
  2960.     {
  2961.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2962.     }
  2963.     /**
  2964.      * Gets the private 'annotations.reader' shared service.
  2965.      *
  2966.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2967.      */
  2968.     protected function getAnnotations_ReaderService()
  2969.     {
  2970.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2971.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2972.         $a->registerUniqueLoader('class_exists');
  2973.         $instance->addGlobalIgnoredName('required'$a);
  2974.         return $instance;
  2975.     }
  2976.     /**
  2977.      * Gets the private 'annotations.traceable' shared service.
  2978.      *
  2979.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2980.      */
  2981.     protected function getAnnotations_TraceableService()
  2982.     {
  2983.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.nfRrjKA'] ?? $this->get_CacheConnection_NfRrjKAService()), '0wEaoiTCfF'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  2984.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2985.         return $this->privates['annotations.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  2986.     }
  2987.     /**
  2988.      * Gets the private 'api_platform.cache.identifiers_extractor.traceable' shared service.
  2989.      *
  2990.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2991.      */
  2992.     protected function getApiPlatform_Cache_IdentifiersExtractor_TraceableService()
  2993.     {
  2994.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.nfRrjKA'] ?? $this->get_CacheConnection_NfRrjKAService()), 'KpFZaoLyZq'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  2995.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2996.         return $this->privates['api_platform.cache.identifiers_extractor.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  2997.     }
  2998.     /**
  2999.      * Gets the private 'api_platform.cache.metadata.property.legacy.traceable' shared service.
  3000.      *
  3001.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3002.      */
  3003.     protected function getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService()
  3004.     {
  3005.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.nfRrjKA'] ?? $this->get_CacheConnection_NfRrjKAService()), 'lpC3K9Vk6s'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3006.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3007.         return $this->privates['api_platform.cache.metadata.property.legacy.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  3008.     }
  3009.     /**
  3010.      * Gets the private 'api_platform.cache.metadata.resource.legacy.traceable' shared service.
  3011.      *
  3012.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3013.      */
  3014.     protected function getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService()
  3015.     {
  3016.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.nfRrjKA'] ?? $this->get_CacheConnection_NfRrjKAService()), 'IneJ5kuedk'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3017.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3018.         return $this->privates['api_platform.cache.metadata.resource.legacy.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  3019.     }
  3020.     /**
  3021.      * Gets the private 'api_platform.cache.metadata.resource.traceable' shared service.
  3022.      *
  3023.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3024.      */
  3025.     protected function getApiPlatform_Cache_Metadata_Resource_TraceableService()
  3026.     {
  3027.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.nfRrjKA'] ?? $this->get_CacheConnection_NfRrjKAService()), 'ZFBVX+OAhh'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3028.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3029.         return $this->privates['api_platform.cache.metadata.resource.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  3030.     }
  3031.     /**
  3032.      * Gets the private 'api_platform.cache.route_name_resolver.traceable' shared service.
  3033.      *
  3034.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3035.      */
  3036.     protected function getApiPlatform_Cache_RouteNameResolver_TraceableService()
  3037.     {
  3038.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.nfRrjKA'] ?? $this->get_CacheConnection_NfRrjKAService()), 'gupsHKqSvZ'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3039.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3040.         return $this->privates['api_platform.cache.route_name_resolver.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  3041.     }
  3042.     /**
  3043.      * Gets the private 'api_platform.cache.subresource_operation_factory.traceable' shared service.
  3044.      *
  3045.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3046.      */
  3047.     protected function getApiPlatform_Cache_SubresourceOperationFactory_TraceableService()
  3048.     {
  3049.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.nfRrjKA'] ?? $this->get_CacheConnection_NfRrjKAService()), '9idPB3x5kD'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3050.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3051.         return $this->privates['api_platform.cache.subresource_operation_factory.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  3052.     }
  3053.     /**
  3054.      * Gets the private 'api_platform.filter_locator' shared service.
  3055.      *
  3056.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3057.      */
  3058.     protected function getApiPlatform_FilterLocatorService()
  3059.     {
  3060.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3061.             'App\\Filter\\Invoice\\PrescribersInvoices' => ['privates''App\\Filter\\Invoice\\PrescribersInvoices''getPrescribersInvoicesService'true],
  3062.             'Evo\\Infrastructure\\ApiPlatform\\Filter\\GroupByFilter' => ['privates''Evo\\Infrastructure\\ApiPlatform\\Filter\\GroupByFilter''getGroupByFilterService'true],
  3063.             'annotated_evo_infrastructure_mapping_o_r_m_activity_domain_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_activity_domain_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMActivityDomainApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3064.             'annotated_evo_infrastructure_mapping_o_r_m_activity_log_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_activity_log_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedEvoInfrastructureMappingORMActivityLogApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  3065.             'annotated_evo_infrastructure_mapping_o_r_m_activity_log_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_activity_log_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMActivityLogApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3066.             'annotated_evo_infrastructure_mapping_o_r_m_activity_log_api_platform_serializer_filter_group_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_activity_log_api_platform_serializer_filter_group_filter''getAnnotatedEvoInfrastructureMappingORMActivityLogApiPlatformSerializerFilterGroupFilterService'true],
  3067.             'annotated_evo_infrastructure_mapping_o_r_m_activity_subdomain_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_activity_subdomain_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMActivitySubdomainApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3068.             'annotated_evo_infrastructure_mapping_o_r_m_associate_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_associate_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMAssociateApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3069.             'annotated_evo_infrastructure_mapping_o_r_m_associate_api_platform_serializer_filter_property_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_associate_api_platform_serializer_filter_property_filter''getAnnotatedEvoInfrastructureMappingORMAssociateApiPlatformSerializerFilterPropertyFilterService'true],
  3070.             'annotated_evo_infrastructure_mapping_o_r_m_auditor_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_auditor_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMAuditorApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3071.             'annotated_evo_infrastructure_mapping_o_r_m_auditor_api_platform_serializer_filter_property_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_auditor_api_platform_serializer_filter_property_filter''getAnnotatedEvoInfrastructureMappingORMAuditorApiPlatformSerializerFilterPropertyFilterService'true],
  3072.             'annotated_evo_infrastructure_mapping_o_r_m_category_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_category_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMCategoryApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3073.             'annotated_evo_infrastructure_mapping_o_r_m_category_api_platform_serializer_filter_property_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_category_api_platform_serializer_filter_property_filter''getAnnotatedEvoInfrastructureMappingORMCategoryApiPlatformSerializerFilterPropertyFilterService'true],
  3074.             'annotated_evo_infrastructure_mapping_o_r_m_credit_note_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_credit_note_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedEvoInfrastructureMappingORMCreditNoteApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  3075.             'annotated_evo_infrastructure_mapping_o_r_m_credit_note_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_credit_note_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMCreditNoteApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3076.             'annotated_evo_infrastructure_mapping_o_r_m_credit_note_api_platform_serializer_filter_group_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_credit_note_api_platform_serializer_filter_group_filter''getAnnotatedEvoInfrastructureMappingORMCreditNoteApiPlatformSerializerFilterGroupFilterService'true],
  3077.             'annotated_evo_infrastructure_mapping_o_r_m_discount_code_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_discount_code_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedEvoInfrastructureMappingORMDiscountCodeApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'true],
  3078.             'annotated_evo_infrastructure_mapping_o_r_m_discount_code_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_discount_code_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMDiscountCodeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3079.             'annotated_evo_infrastructure_mapping_o_r_m_discount_code_api_platform_serializer_filter_group_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_discount_code_api_platform_serializer_filter_group_filter''getAnnotatedEvoInfrastructureMappingORMDiscountCodeApiPlatformSerializerFilterGroupFilterService'true],
  3080.             'annotated_evo_infrastructure_mapping_o_r_m_document_api_platform_core_bridge_doctrine_orm_filter_exists_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_document_api_platform_core_bridge_doctrine_orm_filter_exists_filter''getAnnotatedEvoInfrastructureMappingORMDocumentApiPlatformCoreBridgeDoctrineOrmFilterExistsFilterService'true],
  3081.             'annotated_evo_infrastructure_mapping_o_r_m_document_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_document_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedEvoInfrastructureMappingORMDocumentApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  3082.             'annotated_evo_infrastructure_mapping_o_r_m_document_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_document_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMDocumentApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3083.             'annotated_evo_infrastructure_mapping_o_r_m_document_api_platform_serializer_filter_group_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_document_api_platform_serializer_filter_group_filter''getAnnotatedEvoInfrastructureMappingORMDocumentApiPlatformSerializerFilterGroupFilterService'true],
  3084.             'annotated_evo_infrastructure_mapping_o_r_m_document_api_platform_serializer_filter_property_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_document_api_platform_serializer_filter_property_filter''getAnnotatedEvoInfrastructureMappingORMDocumentApiPlatformSerializerFilterPropertyFilterService'true],
  3085.             'annotated_evo_infrastructure_mapping_o_r_m_document_rejection_message_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_document_rejection_message_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedEvoInfrastructureMappingORMDocumentRejectionMessageApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'true],
  3086.             'annotated_evo_infrastructure_mapping_o_r_m_document_rejection_message_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_document_rejection_message_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedEvoInfrastructureMappingORMDocumentRejectionMessageApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  3087.             'annotated_evo_infrastructure_mapping_o_r_m_document_rejection_message_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_document_rejection_message_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMDocumentRejectionMessageApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3088.             'annotated_evo_infrastructure_mapping_o_r_m_document_rejection_message_api_platform_serializer_filter_property_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_document_rejection_message_api_platform_serializer_filter_property_filter''getAnnotatedEvoInfrastructureMappingORMDocumentRejectionMessageApiPlatformSerializerFilterPropertyFilterService'true],
  3089.             'annotated_evo_infrastructure_mapping_o_r_m_invoice_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_invoice_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedEvoInfrastructureMappingORMInvoiceApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'true],
  3090.             'annotated_evo_infrastructure_mapping_o_r_m_invoice_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_invoice_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedEvoInfrastructureMappingORMInvoiceApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'true],
  3091.             'annotated_evo_infrastructure_mapping_o_r_m_invoice_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_invoice_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedEvoInfrastructureMappingORMInvoiceApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  3092.             'annotated_evo_infrastructure_mapping_o_r_m_invoice_api_platform_core_bridge_doctrine_orm_filter_range_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_invoice_api_platform_core_bridge_doctrine_orm_filter_range_filter''getAnnotatedEvoInfrastructureMappingORMInvoiceApiPlatformCoreBridgeDoctrineOrmFilterRangeFilterService'true],
  3093.             'annotated_evo_infrastructure_mapping_o_r_m_invoice_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_invoice_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMInvoiceApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3094.             'annotated_evo_infrastructure_mapping_o_r_m_invoice_api_platform_serializer_filter_group_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_invoice_api_platform_serializer_filter_group_filter''getAnnotatedEvoInfrastructureMappingORMInvoiceApiPlatformSerializerFilterGroupFilterService'true],
  3095.             'annotated_evo_infrastructure_mapping_o_r_m_invoice_app_filter_invoice_prescribers_invoices' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_invoice_app_filter_invoice_prescribers_invoices''getAnnotatedEvoInfrastructureMappingORMInvoiceAppFilterInvoicePrescribersInvoicesService'true],
  3096.             'annotated_evo_infrastructure_mapping_o_r_m_lead_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_lead_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedEvoInfrastructureMappingORMLeadApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'true],
  3097.             'annotated_evo_infrastructure_mapping_o_r_m_lead_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_lead_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedEvoInfrastructureMappingORMLeadApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  3098.             'annotated_evo_infrastructure_mapping_o_r_m_lead_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_lead_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMLeadApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3099.             'annotated_evo_infrastructure_mapping_o_r_m_lead_api_platform_serializer_filter_property_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_lead_api_platform_serializer_filter_property_filter''getAnnotatedEvoInfrastructureMappingORMLeadApiPlatformSerializerFilterPropertyFilterService'true],
  3100.             'annotated_evo_infrastructure_mapping_o_r_m_legal_representative_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_legal_representative_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMLegalRepresentativeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3101.             'annotated_evo_infrastructure_mapping_o_r_m_legal_representative_api_platform_serializer_filter_property_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_legal_representative_api_platform_serializer_filter_property_filter''getAnnotatedEvoInfrastructureMappingORMLegalRepresentativeApiPlatformSerializerFilterPropertyFilterService'true],
  3102.             'annotated_evo_infrastructure_mapping_o_r_m_letter_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_letter_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedEvoInfrastructureMappingORMLetterApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'true],
  3103.             'annotated_evo_infrastructure_mapping_o_r_m_letter_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_letter_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedEvoInfrastructureMappingORMLetterApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'true],
  3104.             'annotated_evo_infrastructure_mapping_o_r_m_letter_api_platform_core_bridge_doctrine_orm_filter_exists_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_letter_api_platform_core_bridge_doctrine_orm_filter_exists_filter''getAnnotatedEvoInfrastructureMappingORMLetterApiPlatformCoreBridgeDoctrineOrmFilterExistsFilterService'true],
  3105.             'annotated_evo_infrastructure_mapping_o_r_m_letter_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_letter_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedEvoInfrastructureMappingORMLetterApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  3106.             'annotated_evo_infrastructure_mapping_o_r_m_letter_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_letter_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMLetterApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3107.             'annotated_evo_infrastructure_mapping_o_r_m_letter_api_platform_serializer_filter_group_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_letter_api_platform_serializer_filter_group_filter''getAnnotatedEvoInfrastructureMappingORMLetterApiPlatformSerializerFilterGroupFilterService'true],
  3108.             'annotated_evo_infrastructure_mapping_o_r_m_letter_forward_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_letter_forward_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedEvoInfrastructureMappingORMLetterForwardApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'true],
  3109.             'annotated_evo_infrastructure_mapping_o_r_m_letter_forward_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_letter_forward_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedEvoInfrastructureMappingORMLetterForwardApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  3110.             'annotated_evo_infrastructure_mapping_o_r_m_letter_forward_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_letter_forward_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMLetterForwardApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3111.             'annotated_evo_infrastructure_mapping_o_r_m_letter_forward_api_platform_serializer_filter_group_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_letter_forward_api_platform_serializer_filter_group_filter''getAnnotatedEvoInfrastructureMappingORMLetterForwardApiPlatformSerializerFilterGroupFilterService'true],
  3112.             'annotated_evo_infrastructure_mapping_o_r_m_letter_signature_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_letter_signature_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedEvoInfrastructureMappingORMLetterSignatureApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'true],
  3113.             'annotated_evo_infrastructure_mapping_o_r_m_letter_signature_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_letter_signature_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedEvoInfrastructureMappingORMLetterSignatureApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  3114.             'annotated_evo_infrastructure_mapping_o_r_m_notification_preference_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_notification_preference_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMNotificationPreferenceApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3115.             'annotated_evo_infrastructure_mapping_o_r_m_order_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_order_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMOrderApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3116.             'annotated_evo_infrastructure_mapping_o_r_m_organization_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_organization_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedEvoInfrastructureMappingORMOrganizationApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'true],
  3117.             'annotated_evo_infrastructure_mapping_o_r_m_organization_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_organization_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedEvoInfrastructureMappingORMOrganizationApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'true],
  3118.             'annotated_evo_infrastructure_mapping_o_r_m_organization_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_organization_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedEvoInfrastructureMappingORMOrganizationApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  3119.             'annotated_evo_infrastructure_mapping_o_r_m_organization_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_organization_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMOrganizationApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3120.             'annotated_evo_infrastructure_mapping_o_r_m_organization_api_platform_serializer_filter_group_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_organization_api_platform_serializer_filter_group_filter''getAnnotatedEvoInfrastructureMappingORMOrganizationApiPlatformSerializerFilterGroupFilterService'true],
  3121.             'annotated_evo_infrastructure_mapping_o_r_m_organization_api_platform_serializer_filter_property_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_organization_api_platform_serializer_filter_property_filter''getAnnotatedEvoInfrastructureMappingORMOrganizationApiPlatformSerializerFilterPropertyFilterService'true],
  3122.             'annotated_evo_infrastructure_mapping_o_r_m_organization_sector_api_platform_serializer_filter_property_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_organization_sector_api_platform_serializer_filter_property_filter''getAnnotatedEvoInfrastructureMappingORMOrganizationSectorApiPlatformSerializerFilterPropertyFilterService'true],
  3123.             'annotated_evo_infrastructure_mapping_o_r_m_pack_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_pack_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMPackApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3124.             'annotated_evo_infrastructure_mapping_o_r_m_pappers_activity_log_wrapper_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_pappers_activity_log_wrapper_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedEvoInfrastructureMappingORMPappersActivityLogWrapperApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  3125.             'annotated_evo_infrastructure_mapping_o_r_m_pappers_activity_log_wrapper_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_pappers_activity_log_wrapper_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMPappersActivityLogWrapperApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3126.             'annotated_evo_infrastructure_mapping_o_r_m_pappers_activity_log_wrapper_api_platform_serializer_filter_group_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_pappers_activity_log_wrapper_api_platform_serializer_filter_group_filter''getAnnotatedEvoInfrastructureMappingORMPappersActivityLogWrapperApiPlatformSerializerFilterGroupFilterService'true],
  3127.             'annotated_evo_infrastructure_mapping_o_r_m_pappers_activity_log_wrapper_evo_infrastructure_api_platform_filter_group_by_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_pappers_activity_log_wrapper_evo_infrastructure_api_platform_filter_group_by_filter''getAnnotatedEvoInfrastructureMappingORMPappersActivityLogWrapperEvoInfrastructureApiPlatformFilterGroupByFilterService'true],
  3128.             'annotated_evo_infrastructure_mapping_o_r_m_product_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_product_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedEvoInfrastructureMappingORMProductApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  3129.             'annotated_evo_infrastructure_mapping_o_r_m_product_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_product_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMProductApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3130.             'annotated_evo_infrastructure_mapping_o_r_m_product_api_platform_doctrine_orm_filter_boolean_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_product_api_platform_doctrine_orm_filter_boolean_filter''getAnnotatedEvoInfrastructureMappingORMProductApiPlatformDoctrineOrmFilterBooleanFilterService'true],
  3131.             'annotated_evo_infrastructure_mapping_o_r_m_product_api_platform_serializer_filter_group_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_product_api_platform_serializer_filter_group_filter''getAnnotatedEvoInfrastructureMappingORMProductApiPlatformSerializerFilterGroupFilterService'true],
  3132.             'annotated_evo_infrastructure_mapping_o_r_m_product_api_platform_serializer_filter_property_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_product_api_platform_serializer_filter_property_filter''getAnnotatedEvoInfrastructureMappingORMProductApiPlatformSerializerFilterPropertyFilterService'true],
  3133.             'annotated_evo_infrastructure_mapping_o_r_m_profession_detail_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_profession_detail_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMProfessionDetailApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3134.             'annotated_evo_infrastructure_mapping_o_r_m_profession_type_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_profession_type_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMProfessionTypeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3135.             'annotated_evo_infrastructure_mapping_o_r_m_quote_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_quote_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedEvoInfrastructureMappingORMQuoteApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'true],
  3136.             'annotated_evo_infrastructure_mapping_o_r_m_quote_api_platform_core_bridge_doctrine_orm_filter_exists_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_quote_api_platform_core_bridge_doctrine_orm_filter_exists_filter''getAnnotatedEvoInfrastructureMappingORMQuoteApiPlatformCoreBridgeDoctrineOrmFilterExistsFilterService'true],
  3137.             'annotated_evo_infrastructure_mapping_o_r_m_quote_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_quote_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedEvoInfrastructureMappingORMQuoteApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  3138.             'annotated_evo_infrastructure_mapping_o_r_m_quote_api_platform_core_bridge_doctrine_orm_filter_range_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_quote_api_platform_core_bridge_doctrine_orm_filter_range_filter''getAnnotatedEvoInfrastructureMappingORMQuoteApiPlatformCoreBridgeDoctrineOrmFilterRangeFilterService'true],
  3139.             'annotated_evo_infrastructure_mapping_o_r_m_quote_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_quote_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMQuoteApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3140.             'annotated_evo_infrastructure_mapping_o_r_m_quote_api_platform_serializer_filter_group_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_quote_api_platform_serializer_filter_group_filter''getAnnotatedEvoInfrastructureMappingORMQuoteApiPlatformSerializerFilterGroupFilterService'true],
  3141.             'annotated_evo_infrastructure_mapping_o_r_m_reason_r_i_b_inactive_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_reason_r_i_b_inactive_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMReasonRIBInactiveApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3142.             'annotated_evo_infrastructure_mapping_o_r_m_reason_r_i_b_inactive_api_platform_serializer_filter_property_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_reason_r_i_b_inactive_api_platform_serializer_filter_property_filter''getAnnotatedEvoInfrastructureMappingORMReasonRIBInactiveApiPlatformSerializerFilterPropertyFilterService'true],
  3143.             'annotated_evo_infrastructure_mapping_o_r_m_reason_unpaid_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_reason_unpaid_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMReasonUnpaidApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3144.             'annotated_evo_infrastructure_mapping_o_r_m_reason_unpaid_api_platform_serializer_filter_property_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_reason_unpaid_api_platform_serializer_filter_property_filter''getAnnotatedEvoInfrastructureMappingORMReasonUnpaidApiPlatformSerializerFilterPropertyFilterService'true],
  3145.             'annotated_evo_infrastructure_mapping_o_r_m_risky_country_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_risky_country_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMRiskyCountryApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3146.             'annotated_evo_infrastructure_mapping_o_r_m_sector_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_sector_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMSectorApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3147.             'annotated_evo_infrastructure_mapping_o_r_m_sector_api_platform_serializer_filter_property_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_sector_api_platform_serializer_filter_property_filter''getAnnotatedEvoInfrastructureMappingORMSectorApiPlatformSerializerFilterPropertyFilterService'true],
  3148.             'annotated_evo_infrastructure_mapping_o_r_m_store_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_store_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMStoreApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3149.             'annotated_evo_infrastructure_mapping_o_r_m_store_api_platform_serializer_filter_property_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_store_api_platform_serializer_filter_property_filter''getAnnotatedEvoInfrastructureMappingORMStoreApiPlatformSerializerFilterPropertyFilterService'true],
  3150.             'annotated_evo_infrastructure_mapping_o_r_m_subscription_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_subscription_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMSubscriptionApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3151.             'annotated_evo_infrastructure_mapping_o_r_m_subscription_api_platform_serializer_filter_property_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_subscription_api_platform_serializer_filter_property_filter''getAnnotatedEvoInfrastructureMappingORMSubscriptionApiPlatformSerializerFilterPropertyFilterService'true],
  3152.             'annotated_evo_infrastructure_mapping_o_r_m_subscription_model_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_subscription_model_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedEvoInfrastructureMappingORMSubscriptionModelApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'true],
  3153.             'annotated_evo_infrastructure_mapping_o_r_m_subscription_model_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_subscription_model_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMSubscriptionModelApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3154.             'annotated_evo_infrastructure_mapping_o_r_m_subscription_model_api_platform_serializer_filter_property_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_subscription_model_api_platform_serializer_filter_property_filter''getAnnotatedEvoInfrastructureMappingORMSubscriptionModelApiPlatformSerializerFilterPropertyFilterService'true],
  3155.             'annotated_evo_infrastructure_mapping_o_r_m_user_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_user_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedEvoInfrastructureMappingORMUserApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  3156.             'annotated_evo_infrastructure_mapping_o_r_m_user_api_platform_serializer_filter_group_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_user_api_platform_serializer_filter_group_filter''getAnnotatedEvoInfrastructureMappingORMUserApiPlatformSerializerFilterGroupFilterService'true],
  3157.         ], [
  3158.             'App\\Filter\\Invoice\\PrescribersInvoices' => '?',
  3159.             'Evo\\Infrastructure\\ApiPlatform\\Filter\\GroupByFilter' => '?',
  3160.             'annotated_evo_infrastructure_mapping_o_r_m_activity_domain_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3161.             'annotated_evo_infrastructure_mapping_o_r_m_activity_log_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  3162.             'annotated_evo_infrastructure_mapping_o_r_m_activity_log_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3163.             'annotated_evo_infrastructure_mapping_o_r_m_activity_log_api_platform_serializer_filter_group_filter' => '?',
  3164.             'annotated_evo_infrastructure_mapping_o_r_m_activity_subdomain_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3165.             'annotated_evo_infrastructure_mapping_o_r_m_associate_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3166.             'annotated_evo_infrastructure_mapping_o_r_m_associate_api_platform_serializer_filter_property_filter' => '?',
  3167.             'annotated_evo_infrastructure_mapping_o_r_m_auditor_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3168.             'annotated_evo_infrastructure_mapping_o_r_m_auditor_api_platform_serializer_filter_property_filter' => '?',
  3169.             'annotated_evo_infrastructure_mapping_o_r_m_category_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3170.             'annotated_evo_infrastructure_mapping_o_r_m_category_api_platform_serializer_filter_property_filter' => '?',
  3171.             'annotated_evo_infrastructure_mapping_o_r_m_credit_note_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  3172.             'annotated_evo_infrastructure_mapping_o_r_m_credit_note_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3173.             'annotated_evo_infrastructure_mapping_o_r_m_credit_note_api_platform_serializer_filter_group_filter' => '?',
  3174.             'annotated_evo_infrastructure_mapping_o_r_m_discount_code_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  3175.             'annotated_evo_infrastructure_mapping_o_r_m_discount_code_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3176.             'annotated_evo_infrastructure_mapping_o_r_m_discount_code_api_platform_serializer_filter_group_filter' => '?',
  3177.             'annotated_evo_infrastructure_mapping_o_r_m_document_api_platform_core_bridge_doctrine_orm_filter_exists_filter' => '?',
  3178.             'annotated_evo_infrastructure_mapping_o_r_m_document_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  3179.             'annotated_evo_infrastructure_mapping_o_r_m_document_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3180.             'annotated_evo_infrastructure_mapping_o_r_m_document_api_platform_serializer_filter_group_filter' => '?',
  3181.             'annotated_evo_infrastructure_mapping_o_r_m_document_api_platform_serializer_filter_property_filter' => '?',
  3182.             'annotated_evo_infrastructure_mapping_o_r_m_document_rejection_message_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  3183.             'annotated_evo_infrastructure_mapping_o_r_m_document_rejection_message_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  3184.             'annotated_evo_infrastructure_mapping_o_r_m_document_rejection_message_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3185.             'annotated_evo_infrastructure_mapping_o_r_m_document_rejection_message_api_platform_serializer_filter_property_filter' => '?',
  3186.             'annotated_evo_infrastructure_mapping_o_r_m_invoice_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  3187.             'annotated_evo_infrastructure_mapping_o_r_m_invoice_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  3188.             'annotated_evo_infrastructure_mapping_o_r_m_invoice_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  3189.             'annotated_evo_infrastructure_mapping_o_r_m_invoice_api_platform_core_bridge_doctrine_orm_filter_range_filter' => '?',
  3190.             'annotated_evo_infrastructure_mapping_o_r_m_invoice_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3191.             'annotated_evo_infrastructure_mapping_o_r_m_invoice_api_platform_serializer_filter_group_filter' => '?',
  3192.             'annotated_evo_infrastructure_mapping_o_r_m_invoice_app_filter_invoice_prescribers_invoices' => '?',
  3193.             'annotated_evo_infrastructure_mapping_o_r_m_lead_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  3194.             'annotated_evo_infrastructure_mapping_o_r_m_lead_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  3195.             'annotated_evo_infrastructure_mapping_o_r_m_lead_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3196.             'annotated_evo_infrastructure_mapping_o_r_m_lead_api_platform_serializer_filter_property_filter' => '?',
  3197.             'annotated_evo_infrastructure_mapping_o_r_m_legal_representative_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3198.             'annotated_evo_infrastructure_mapping_o_r_m_legal_representative_api_platform_serializer_filter_property_filter' => '?',
  3199.             'annotated_evo_infrastructure_mapping_o_r_m_letter_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  3200.             'annotated_evo_infrastructure_mapping_o_r_m_letter_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  3201.             'annotated_evo_infrastructure_mapping_o_r_m_letter_api_platform_core_bridge_doctrine_orm_filter_exists_filter' => '?',
  3202.             'annotated_evo_infrastructure_mapping_o_r_m_letter_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  3203.             'annotated_evo_infrastructure_mapping_o_r_m_letter_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3204.             'annotated_evo_infrastructure_mapping_o_r_m_letter_api_platform_serializer_filter_group_filter' => '?',
  3205.             'annotated_evo_infrastructure_mapping_o_r_m_letter_forward_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  3206.             'annotated_evo_infrastructure_mapping_o_r_m_letter_forward_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  3207.             'annotated_evo_infrastructure_mapping_o_r_m_letter_forward_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3208.             'annotated_evo_infrastructure_mapping_o_r_m_letter_forward_api_platform_serializer_filter_group_filter' => '?',
  3209.             'annotated_evo_infrastructure_mapping_o_r_m_letter_signature_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  3210.             'annotated_evo_infrastructure_mapping_o_r_m_letter_signature_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  3211.             'annotated_evo_infrastructure_mapping_o_r_m_notification_preference_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3212.             'annotated_evo_infrastructure_mapping_o_r_m_order_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3213.             'annotated_evo_infrastructure_mapping_o_r_m_organization_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  3214.             'annotated_evo_infrastructure_mapping_o_r_m_organization_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  3215.             'annotated_evo_infrastructure_mapping_o_r_m_organization_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  3216.             'annotated_evo_infrastructure_mapping_o_r_m_organization_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3217.             'annotated_evo_infrastructure_mapping_o_r_m_organization_api_platform_serializer_filter_group_filter' => '?',
  3218.             'annotated_evo_infrastructure_mapping_o_r_m_organization_api_platform_serializer_filter_property_filter' => '?',
  3219.             'annotated_evo_infrastructure_mapping_o_r_m_organization_sector_api_platform_serializer_filter_property_filter' => '?',
  3220.             'annotated_evo_infrastructure_mapping_o_r_m_pack_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3221.             'annotated_evo_infrastructure_mapping_o_r_m_pappers_activity_log_wrapper_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  3222.             'annotated_evo_infrastructure_mapping_o_r_m_pappers_activity_log_wrapper_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3223.             'annotated_evo_infrastructure_mapping_o_r_m_pappers_activity_log_wrapper_api_platform_serializer_filter_group_filter' => '?',
  3224.             'annotated_evo_infrastructure_mapping_o_r_m_pappers_activity_log_wrapper_evo_infrastructure_api_platform_filter_group_by_filter' => '?',
  3225.             'annotated_evo_infrastructure_mapping_o_r_m_product_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  3226.             'annotated_evo_infrastructure_mapping_o_r_m_product_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3227.             'annotated_evo_infrastructure_mapping_o_r_m_product_api_platform_doctrine_orm_filter_boolean_filter' => '?',
  3228.             'annotated_evo_infrastructure_mapping_o_r_m_product_api_platform_serializer_filter_group_filter' => '?',
  3229.             'annotated_evo_infrastructure_mapping_o_r_m_product_api_platform_serializer_filter_property_filter' => '?',
  3230.             'annotated_evo_infrastructure_mapping_o_r_m_profession_detail_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3231.             'annotated_evo_infrastructure_mapping_o_r_m_profession_type_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3232.             'annotated_evo_infrastructure_mapping_o_r_m_quote_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  3233.             'annotated_evo_infrastructure_mapping_o_r_m_quote_api_platform_core_bridge_doctrine_orm_filter_exists_filter' => '?',
  3234.             'annotated_evo_infrastructure_mapping_o_r_m_quote_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  3235.             'annotated_evo_infrastructure_mapping_o_r_m_quote_api_platform_core_bridge_doctrine_orm_filter_range_filter' => '?',
  3236.             'annotated_evo_infrastructure_mapping_o_r_m_quote_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3237.             'annotated_evo_infrastructure_mapping_o_r_m_quote_api_platform_serializer_filter_group_filter' => '?',
  3238.             'annotated_evo_infrastructure_mapping_o_r_m_reason_r_i_b_inactive_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3239.             'annotated_evo_infrastructure_mapping_o_r_m_reason_r_i_b_inactive_api_platform_serializer_filter_property_filter' => '?',
  3240.             'annotated_evo_infrastructure_mapping_o_r_m_reason_unpaid_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3241.             'annotated_evo_infrastructure_mapping_o_r_m_reason_unpaid_api_platform_serializer_filter_property_filter' => '?',
  3242.             'annotated_evo_infrastructure_mapping_o_r_m_risky_country_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3243.             'annotated_evo_infrastructure_mapping_o_r_m_sector_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3244.             'annotated_evo_infrastructure_mapping_o_r_m_sector_api_platform_serializer_filter_property_filter' => '?',
  3245.             'annotated_evo_infrastructure_mapping_o_r_m_store_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3246.             'annotated_evo_infrastructure_mapping_o_r_m_store_api_platform_serializer_filter_property_filter' => '?',
  3247.             'annotated_evo_infrastructure_mapping_o_r_m_subscription_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3248.             'annotated_evo_infrastructure_mapping_o_r_m_subscription_api_platform_serializer_filter_property_filter' => '?',
  3249.             'annotated_evo_infrastructure_mapping_o_r_m_subscription_model_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  3250.             'annotated_evo_infrastructure_mapping_o_r_m_subscription_model_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3251.             'annotated_evo_infrastructure_mapping_o_r_m_subscription_model_api_platform_serializer_filter_property_filter' => '?',
  3252.             'annotated_evo_infrastructure_mapping_o_r_m_user_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3253.             'annotated_evo_infrastructure_mapping_o_r_m_user_api_platform_serializer_filter_group_filter' => '?',
  3254.         ]);
  3255.     }
  3256.     /**
  3257.      * Gets the private 'api_platform.graphql.cache.subscription.traceable' shared service.
  3258.      *
  3259.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3260.      */
  3261.     protected function getApiPlatform_Graphql_Cache_Subscription_TraceableService()
  3262.     {
  3263.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.nfRrjKA'] ?? $this->get_CacheConnection_NfRrjKAService()), '5ulHqZlnCT'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3264.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3265.         return $this->privates['api_platform.graphql.cache.subscription.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  3266.     }
  3267.     /**
  3268.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  3269.      *
  3270.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  3271.      */
  3272.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  3273.     {
  3274.         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()));
  3275.     }
  3276.     /**
  3277.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  3278.      *
  3279.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  3280.      */
  3281.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  3282.     {
  3283.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  3284.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  3285.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  3286.         }
  3287.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  3288.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  3289.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  3290.         }
  3291.         $c = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  3292.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  3293.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  3294.         }
  3295.         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()), $b$c, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  3296.     }
  3297.     /**
  3298.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  3299.      *
  3300.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  3301.      */
  3302.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  3303.     {
  3304.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  3305.         if (isset($this->privates['api_platform.hydra.listener.response.add_link_header'])) {
  3306.             return $this->privates['api_platform.hydra.listener.response.add_link_header'];
  3307.         }
  3308.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener($a);
  3309.     }
  3310.     /**
  3311.      * Gets the private 'api_platform.identifier.converter' shared service.
  3312.      *
  3313.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  3314.      */
  3315.     protected function getApiPlatform_Identifier_ConverterService()
  3316.     {
  3317.         $a = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  3318.         if (isset($this->privates['api_platform.identifier.converter'])) {
  3319.             return $this->privates['api_platform.identifier.converter'];
  3320.         }
  3321.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  3322.         if (isset($this->privates['api_platform.identifier.converter'])) {
  3323.             return $this->privates['api_platform.identifier.converter'];
  3324.         }
  3325.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter($a$b, new RewindableGenerator(function () {
  3326.             yield => ($this->privates['api_platform.identifier.symfony_ulid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUlidNormalizerService'));
  3327.             yield => ($this->privates['api_platform.identifier.symfony_uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUuidNormalizerService'));
  3328.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  3329.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  3330.         }, 4));
  3331.     }
  3332.     /**
  3333.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  3334.      *
  3335.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  3336.      */
  3337.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  3338.     {
  3339.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  3340.         if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  3341.             return $this->privates['api_platform.identifiers_extractor.cached'];
  3342.         }
  3343.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  3344.         if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  3345.             return $this->privates['api_platform.identifiers_extractor.cached'];
  3346.         }
  3347.         $c = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  3348.         $d = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  3349.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor.traceable'] ?? $this->getApiPlatform_Cache_IdentifiersExtractor_TraceableService()), new \ApiPlatform\Core\Api\IdentifiersExtractor($a$b$c$dtrue), $c$d);
  3350.     }
  3351.     /**
  3352.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  3353.      *
  3354.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  3355.      */
  3356.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  3357.     {
  3358.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  3359.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  3360.         return $instance;
  3361.     }
  3362.     /**
  3363.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  3364.      *
  3365.      * @return \ApiPlatform\JsonLd\ContextBuilder
  3366.      */
  3367.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  3368.     {
  3369.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  3370.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  3371.             return $this->privates['api_platform.jsonld.context_builder'];
  3372.         }
  3373.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  3374.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  3375.             return $this->privates['api_platform.jsonld.context_builder'];
  3376.         }
  3377.         $c = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  3378.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  3379.             return $this->privates['api_platform.jsonld.context_builder'];
  3380.         }
  3381.         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()), $a$b$c, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), new \ApiPlatform\Symfony\Routing\SkolemIriConverter($c));
  3382.     }
  3383.     /**
  3384.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  3385.      *
  3386.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  3387.      */
  3388.     protected function getApiPlatform_Listener_Request_AddFormatService()
  3389.     {
  3390.         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']);
  3391.     }
  3392.     /**
  3393.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  3394.      *
  3395.      * @return \ApiPlatform\Core\EventListener\ReadListener
  3396.      */
  3397.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  3398.     {
  3399.         $a = ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService());
  3400.         if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  3401.             return $this->privates['api_platform.listener.request.read.legacy'];
  3402.         }
  3403.         $b = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  3404.         if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  3405.             return $this->privates['api_platform.listener.request.read.legacy'];
  3406.         }
  3407.         $c = ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService());
  3408.         if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  3409.             return $this->privates['api_platform.listener.request.read.legacy'];
  3410.         }
  3411.         return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a$b$c, ($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()));
  3412.     }
  3413.     /**
  3414.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  3415.      *
  3416.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  3417.      */
  3418.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  3419.     {
  3420.         $a = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  3421.         if (isset($this->privates['api_platform.listener.view.validate_query_parameters'])) {
  3422.             return $this->privates['api_platform.listener.view.validate_query_parameters'];
  3423.         }
  3424.         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($a), true);
  3425.     }
  3426.     /**
  3427.      * Gets the private 'api_platform.mercure.listener.response.add_link_header' shared service.
  3428.      *
  3429.      * @return \ApiPlatform\Symfony\EventListener\AddLinkHeaderListener
  3430.      */
  3431.     protected function getApiPlatform_Mercure_Listener_Response_AddLinkHeaderService()
  3432.     {
  3433.         return $this->privates['api_platform.mercure.listener.response.add_link_header'] = new \ApiPlatform\Symfony\EventListener\AddLinkHeaderListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \Symfony\Component\Mercure\Discovery(($this->privates['Symfony\\Component\\Mercure\\HubRegistry'] ?? $this->getHubRegistryService())));
  3434.     }
  3435.     /**
  3436.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  3437.      *
  3438.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  3439.      */
  3440.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  3441.     {
  3442.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  3443.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  3444.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  3445.         }
  3446.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3447.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  3448.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  3449.         }
  3450.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  3451.         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.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService()), 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 () {
  3452.             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()));
  3453.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  3454.             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()));
  3455.             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()));
  3456.             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()));
  3457.             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()));
  3458.             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()));
  3459.             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()));
  3460.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  3461.             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()));
  3462.             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()));
  3463.             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()));
  3464.             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()));
  3465.         }, 13)));
  3466.     }
  3467.     /**
  3468.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  3469.      *
  3470.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  3471.      */
  3472.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  3473.     {
  3474.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3475.         if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  3476.             return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  3477.         }
  3478.         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.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService()), 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)));
  3479.     }
  3480.     /**
  3481.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  3482.      *
  3483.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  3484.      */
  3485.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  3486.     {
  3487.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  3488.         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.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService()), 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.formats'], []));
  3489.     }
  3490.     /**
  3491.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  3492.      *
  3493.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  3494.      */
  3495.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  3496.     {
  3497.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_TraceableService()), 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)))))));
  3498.     }
  3499.     /**
  3500.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  3501.      *
  3502.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  3503.      */
  3504.     protected function getApiPlatform_OperationPathResolver_CustomService()
  3505.     {
  3506.         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()))));
  3507.     }
  3508.     /**
  3509.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  3510.      *
  3511.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  3512.      */
  3513.     protected function getApiPlatform_OperationPathResolver_RouterService()
  3514.     {
  3515.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  3516.         if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  3517.             return $this->privates['api_platform.operation_path_resolver.router'];
  3518.         }
  3519.         $b = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  3520.         if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  3521.             return $this->privates['api_platform.operation_path_resolver.router'];
  3522.         }
  3523.         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()), $b);
  3524.     }
  3525.     /**
  3526.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  3527.      *
  3528.      * @return \ApiPlatform\Api\ResourceClassResolver
  3529.      */
  3530.     protected function getApiPlatform_ResourceClassResolverService()
  3531.     {
  3532.         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()));
  3533.     }
  3534.     /**
  3535.      * Gets the private 'api_platform.router' shared service.
  3536.      *
  3537.      * @return \ApiPlatform\Symfony\Routing\Router
  3538.      */
  3539.     protected function getApiPlatform_RouterService()
  3540.     {
  3541.         $a = ($this->services['router'] ?? $this->getRouterService());
  3542.         if (isset($this->privates['api_platform.router'])) {
  3543.             return $this->privates['api_platform.router'];
  3544.         }
  3545.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router($a1);
  3546.     }
  3547.     /**
  3548.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  3549.      *
  3550.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  3551.      */
  3552.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  3553.     {
  3554.         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()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));
  3555.     }
  3556.     /**
  3557.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  3558.      *
  3559.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  3560.      */
  3561.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  3562.     {
  3563.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3564.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  3565.             return $this->privates['api_platform.security.resource_access_checker'];
  3566.         }
  3567.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  3568.     }
  3569.     /**
  3570.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  3571.      *
  3572.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  3573.      */
  3574.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  3575.     {
  3576.         $a = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  3577.         if (isset($this->privates['api_platform.serializer.context_builder.filter'])) {
  3578.             return $this->privates['api_platform.serializer.context_builder.filter'];
  3579.         }
  3580.         $b = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  3581.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($b$a, new \ApiPlatform\Serializer\SerializerContextBuilder($b));
  3582.     }
  3583.     /**
  3584.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  3585.      *
  3586.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  3587.      */
  3588.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  3589.     {
  3590.         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()))])));
  3591.     }
  3592.     /**
  3593.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  3594.      *
  3595.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  3596.      */
  3597.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  3598.     {
  3599.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  3600.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  3601.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  3602.         }
  3603.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory.traceable'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactory_TraceableService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a, ($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())));
  3604.     }
  3605.     /**
  3606.      * Gets the private 'assets.packages' shared service.
  3607.      *
  3608.      * @return \Symfony\Component\Asset\Packages
  3609.      */
  3610.     protected function getAssets_PackagesService()
  3611.     {
  3612.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3613.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), 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 () {
  3614.             return new \EmptyIterator();
  3615.         }, 0));
  3616.     }
  3617.     /**
  3618.      * Gets the private 'cache.annotations.traceable' shared service.
  3619.      *
  3620.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3621.      */
  3622.     protected function getCache_Annotations_TraceableService()
  3623.     {
  3624.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.nfRrjKA'] ?? $this->get_CacheConnection_NfRrjKAService()), '4rWfjMBhF7'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3625.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3626.         return $this->privates['cache.annotations.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  3627.     }
  3628.     /**
  3629.      * Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
  3630.      *
  3631.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3632.      */
  3633.     protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
  3634.     {
  3635.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.nfRrjKA'] ?? $this->get_CacheConnection_NfRrjKAService()), 'V4wVU3stl0'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3636.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3637.         return $this->privates['cache.messenger.restart_workers_signal.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  3638.     }
  3639.     /**
  3640.      * Gets the private 'cache.property_info.traceable' shared service.
  3641.      *
  3642.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3643.      */
  3644.     protected function getCache_PropertyInfo_TraceableService()
  3645.     {
  3646.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.nfRrjKA'] ?? $this->get_CacheConnection_NfRrjKAService()), 'qSrLh5inm+'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3647.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3648.         return $this->privates['cache.property_info.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  3649.     }
  3650.     /**
  3651.      * Gets the private 'cache.security_expression_language.traceable' shared service.
  3652.      *
  3653.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3654.      */
  3655.     protected function getCache_SecurityExpressionLanguage_TraceableService()
  3656.     {
  3657.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.nfRrjKA'] ?? $this->get_CacheConnection_NfRrjKAService()), 'cakXcvXKHS'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3658.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3659.         return $this->privates['cache.security_expression_language.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  3660.     }
  3661.     /**
  3662.      * Gets the private 'cache.serializer.traceable' shared service.
  3663.      *
  3664.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3665.      */
  3666.     protected function getCache_Serializer_TraceableService()
  3667.     {
  3668.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.nfRrjKA'] ?? $this->get_CacheConnection_NfRrjKAService()), 'cCui5OdUTu'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3669.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3670.         return $this->privates['cache.serializer.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  3671.     }
  3672.     /**
  3673.      * Gets the private 'cache.validator.traceable' shared service.
  3674.      *
  3675.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3676.      */
  3677.     protected function getCache_Validator_TraceableService()
  3678.     {
  3679.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.nfRrjKA'] ?? $this->get_CacheConnection_NfRrjKAService()), 'aGGLFVqEmm'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3680.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3681.         return $this->privates['cache.validator.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  3682.     }
  3683.     /**
  3684.      * Gets the private 'config_cache_factory' shared service.
  3685.      *
  3686.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3687.      */
  3688.     protected function getConfigCacheFactoryService()
  3689.     {
  3690.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3691.             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)));
  3692.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3693.         }, 2));
  3694.     }
  3695.     /**
  3696.      * Gets the private 'credit_notes.storage' shared service.
  3697.      *
  3698.      * @return \League\Flysystem\FilesystemOperator
  3699.      */
  3700.     protected function getCreditNotes_StorageService()
  3701.     {
  3702.         $a = ($this->privates['flysystem.adapter.lazy.factory'] ?? $this->getFlysystem_Adapter_Lazy_FactoryService());
  3703.         if (isset($this->privates['credit_notes.storage'])) {
  3704.             return $this->privates['credit_notes.storage'];
  3705.         }
  3706.         return $this->privates['credit_notes.storage'] = $a->createStorage($this->getEnv('APP_CREDIT_NOTES_STORAGE'), 'credit_notes.storage');
  3707.     }
  3708.     /**
  3709.      * Gets the private 'data_collector.form' shared service.
  3710.      *
  3711.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3712.      */
  3713.     protected function getDataCollector_FormService()
  3714.     {
  3715.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3716.     }
  3717.     /**
  3718.      * Gets the private 'data_collector.request' shared service.
  3719.      *
  3720.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3721.      */
  3722.     protected function getDataCollector_RequestService()
  3723.     {
  3724.         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())));
  3725.     }
  3726.     /**
  3727.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  3728.      *
  3729.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  3730.      */
  3731.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  3732.     {
  3733.         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 () {
  3734.             yield => ($this->privates['App\\DataProvider\\ActivityDomainAllDataProvider'] ?? $this->load('getActivityDomainAllDataProviderService'));
  3735.             yield => ($this->privates['App\\DataProvider\\ActivityLogsDataProvider'] ?? $this->load('getActivityLogsDataProviderService'));
  3736.             yield => ($this->privates['App\\DataProvider\\ActivitySubdomainAllDataProvider'] ?? $this->load('getActivitySubdomainAllDataProviderService'));
  3737.             yield => ($this->privates['App\\DataProvider\\ComparisonKycDataProvider'] ?? $this->load('getComparisonKycDataProviderService'));
  3738.             yield => ($this->privates['App\\DataProvider\\IbmlOrganizationListDataProvider'] ?? $this->load('getIbmlOrganizationListDataProviderService'));
  3739.             yield => ($this->privates['App\\DataProvider\\OrganizationBaseClient'] ?? $this->load('getOrganizationBaseClientService'));
  3740.             yield => ($this->privates['App\\DataProvider\\OrganizationGlobalSearchDataProvider'] ?? $this->load('getOrganizationGlobalSearchDataProviderService'));
  3741.             yield => ($this->privates['App\\DataProvider\\OrganizationImpayeDataProvider'] ?? $this->load('getOrganizationImpayeDataProviderService'));
  3742.             yield => ($this->privates['App\\DataProvider\\ProfessionDetailAllDataProvider'] ?? $this->load('getProfessionDetailAllDataProviderService'));
  3743.             yield => ($this->privates['App\\DataProvider\\ProfessionTypeAllDataProvider'] ?? $this->load('getProfessionTypeAllDataProviderService'));
  3744.             yield 10 => ($this->privates['App\\DataProvider\\UserMeDataProvider'] ?? $this->load('getUserMeDataProviderService'));
  3745.             yield 11 => ($this->privates['App\\DataProvider\\ValidationKycDataProvider'] ?? $this->load('getValidationKycDataProviderService'));
  3746.             yield 12 => ($this->privates['App\\DataProvider\\ValidationKycKBISDataProvider'] ?? $this->load('getValidationKycKBISDataProviderService'));
  3747.             yield 13 => ($this->privates['App\\DataProvider\\ValidationKycProcurationDataProvider'] ?? $this->load('getValidationKycProcurationDataProviderService'));
  3748.             yield 14 => ($this->privates['Evo\\Infrastructure\\ApiPlatform\\Provider\\Invoice\\DuplicatedInvoiceProvider'] ?? $this->load('getDuplicatedInvoiceProviderService'));
  3749.             yield 15 => ($this->privates['Evo\\Infrastructure\\ApiPlatform\\Provider\\Invoice\\InvoiceImpayeDataProvider'] ?? $this->load('getInvoiceImpayeDataProviderService'));
  3750.             yield 16 => ($this->services['Evo\\Infrastructure\\ApiPlatform\\Provider\\PappersActivityLogWrapper\\PappersActivityLogWrapperDataProvider'] ?? $this->load('getPappersActivityLogWrapperDataProviderService'));
  3751.             yield 17 => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  3752.         }, 18)));
  3753.     }
  3754.     /**
  3755.      * Gets the private 'debug.api_platform.data_persister' shared service.
  3756.      *
  3757.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  3758.      */
  3759.     protected function getDebug_ApiPlatform_DataPersisterService()
  3760.     {
  3761.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  3762.             yield => ($this->privates['App\\DataPersister\\SubscriptionModelDataPersister'] ?? $this->load('getSubscriptionModelDataPersisterService'));
  3763.             yield => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService'));
  3764.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  3765.         }, 3)));
  3766.     }
  3767.     /**
  3768.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  3769.      *
  3770.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  3771.      */
  3772.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  3773.     {
  3774.         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 () {
  3775.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  3776.         }, 1)));
  3777.     }
  3778.     /**
  3779.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  3780.      *
  3781.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  3782.      */
  3783.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  3784.     {
  3785.         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 () {
  3786.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  3787.         }, 1)));
  3788.     }
  3789.     /**
  3790.      * Gets the private 'debug.controller_resolver' shared service.
  3791.      *
  3792.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3793.      */
  3794.     protected function getDebug_ControllerResolverService()
  3795.     {
  3796.         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))));
  3797.     }
  3798.     /**
  3799.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3800.      *
  3801.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3802.      */
  3803.     protected function getDebug_DebugHandlersListenerService()
  3804.     {
  3805.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3806.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3807.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3808.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3809.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3810.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3811.     }
  3812.     /**
  3813.      * Gets the private 'debug.file_link_formatter' shared service.
  3814.      *
  3815.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3816.      */
  3817.     protected function getDebug_FileLinkFormatterService()
  3818.     {
  3819.         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 () {
  3820.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3821.         });
  3822.     }
  3823.     /**
  3824.      * Gets the private 'debug.log_processor' shared service.
  3825.      *
  3826.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3827.      */
  3828.     protected function getDebug_LogProcessorService()
  3829.     {
  3830.         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())));
  3831.     }
  3832.     /**
  3833.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3834.      *
  3835.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3836.      */
  3837.     protected function getDebug_Security_Access_DecisionManagerService()
  3838.     {
  3839.         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 () {
  3840.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3841.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  3842.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3843.             yield => ($this->privates['debug.security.voter.Evo\\Application\\Security\\Voter\\AdminManageVoter'] ?? $this->load('getAdminManageVoterService'));
  3844.             yield => ($this->privates['debug.security.voter.Evo\\Application\\Security\\Voter\\UserVoter'] ?? $this->load('getUserVoterService'));
  3845.             yield => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  3846.         }, 6), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3847.     }
  3848.     /**
  3849.      * Gets the private 'debug.security.firewall' shared service.
  3850.      *
  3851.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3852.      */
  3853.     protected function getDebug_Security_FirewallService()
  3854.     {
  3855.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3856.         if (isset($this->privates['debug.security.firewall'])) {
  3857.             return $this->privates['debug.security.firewall'];
  3858.         }
  3859.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3860.         if (isset($this->privates['debug.security.firewall'])) {
  3861.             return $this->privates['debug.security.firewall'];
  3862.         }
  3863.         $c = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  3864.         if (isset($this->privates['debug.security.firewall'])) {
  3865.             return $this->privates['debug.security.firewall'];
  3866.         }
  3867.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b$c);
  3868.     }
  3869.     /**
  3870.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  3871.      *
  3872.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  3873.      */
  3874.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  3875.     {
  3876.         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/Evo/Infrastructure/MappingORM')]);
  3877.     }
  3878.     /**
  3879.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  3880.      *
  3881.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  3882.      */
  3883.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  3884.     {
  3885.         $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', (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/doctrine') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity']);
  3886.         $instance->setGlobalBasename('mapping');
  3887.         return $instance;
  3888.     }
  3889.     /**
  3890.      * Gets the private 'doctrine.result_cache_pool.traceable' shared service.
  3891.      *
  3892.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3893.      */
  3894.     protected function getDoctrine_ResultCachePool_TraceableService()
  3895.     {
  3896.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.nfRrjKA'] ?? $this->get_CacheConnection_NfRrjKAService()), 'Dv-vDCpb00'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3897.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3898.         return $this->privates['doctrine.result_cache_pool.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  3899.     }
  3900.     /**
  3901.      * Gets the private 'doctrine.result_cache_provider' shared autowired service.
  3902.      *
  3903.      * @return \Symfony\Component\Cache\DoctrineProvider
  3904.      */
  3905.     protected function getDoctrine_ResultCacheProviderService()
  3906.     {
  3907.         return $this->privates['doctrine.result_cache_provider'] = new \Symfony\Component\Cache\DoctrineProvider(($this->privates['doctrine.result_cache_pool.traceable'] ?? $this->getDoctrine_ResultCachePool_TraceableService()));
  3908.     }
  3909.     /**
  3910.      * Gets the private 'doctrine.system_cache_pool.traceable' shared service.
  3911.      *
  3912.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3913.      */
  3914.     protected function getDoctrine_SystemCachePool_TraceableService()
  3915.     {
  3916.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.nfRrjKA'] ?? $this->get_CacheConnection_NfRrjKAService()), 'jYwIph2OD6'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3917.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3918.         return $this->privates['doctrine.system_cache_pool.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  3919.     }
  3920.     /**
  3921.      * Gets the private 'doctrine.system_cache_provider' shared autowired service.
  3922.      *
  3923.      * @return \Symfony\Component\Cache\DoctrineProvider
  3924.      */
  3925.     protected function getDoctrine_SystemCacheProviderService()
  3926.     {
  3927.         return $this->privates['doctrine.system_cache_provider'] = new \Symfony\Component\Cache\DoctrineProvider(($this->privates['doctrine.system_cache_pool.traceable'] ?? $this->getDoctrine_SystemCachePool_TraceableService()));
  3928.     }
  3929.     /**
  3930.      * Gets the private 'documents.storage' shared service.
  3931.      *
  3932.      * @return \League\Flysystem\FilesystemOperator
  3933.      */
  3934.     protected function getDocuments_StorageService()
  3935.     {
  3936.         $a = ($this->privates['flysystem.adapter.lazy.factory'] ?? $this->getFlysystem_Adapter_Lazy_FactoryService());
  3937.         if (isset($this->privates['documents.storage'])) {
  3938.             return $this->privates['documents.storage'];
  3939.         }
  3940.         return $this->privates['documents.storage'] = $a->createStorage($this->getEnv('APP_DOCUMENTS_STORAGE'), 'documents.storage');
  3941.     }
  3942.     /**
  3943.      * Gets the private 'exception_listener' shared service.
  3944.      *
  3945.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3946.      */
  3947.     protected function getExceptionListener3Service()
  3948.     {
  3949.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3950.     }
  3951.     /**
  3952.      * Gets the private 'flysystem.adapter.lazy.factory' shared service.
  3953.      *
  3954.      * @return \League\FlysystemBundle\Lazy\LazyFactory
  3955.      */
  3956.     protected function getFlysystem_Adapter_Lazy_FactoryService()
  3957.     {
  3958.         $a = ($this->privates['.service_locator.uJ_tkR_'] ?? $this->get_ServiceLocator_UJTkRService());
  3959.         if (isset($this->privates['flysystem.adapter.lazy.factory'])) {
  3960.             return $this->privates['flysystem.adapter.lazy.factory'];
  3961.         }
  3962.         return $this->privates['flysystem.adapter.lazy.factory'] = new \League\FlysystemBundle\Lazy\LazyFactory($a);
  3963.     }
  3964.     /**
  3965.      * Gets the private 'fos_elastica.logger' shared service.
  3966.      *
  3967.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  3968.      */
  3969.     protected function getFosElastica_LoggerService()
  3970.     {
  3971.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  3972.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3973.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3974.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3975.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3976.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  3977.     }
  3978.     /**
  3979.      * Gets the private 'invoices.storage' shared service.
  3980.      *
  3981.      * @return \League\Flysystem\FilesystemOperator
  3982.      */
  3983.     protected function getInvoices_StorageService()
  3984.     {
  3985.         $a = ($this->privates['flysystem.adapter.lazy.factory'] ?? $this->getFlysystem_Adapter_Lazy_FactoryService());
  3986.         if (isset($this->privates['invoices.storage'])) {
  3987.             return $this->privates['invoices.storage'];
  3988.         }
  3989.         return $this->privates['invoices.storage'] = $a->createStorage($this->getEnv('APP_INVOICES_STORAGE'), 'invoices.storage');
  3990.     }
  3991.     /**
  3992.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  3993.      *
  3994.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  3995.      */
  3996.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  3997.     {
  3998.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => 'pagination/KYCPagination.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  3999.     }
  4000.     /**
  4001.      * Gets the private 'locale_aware_listener' shared service.
  4002.      *
  4003.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4004.      */
  4005.     protected function getLocaleAwareListenerService()
  4006.     {
  4007.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4008.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  4009.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4010.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4011.     }
  4012.     /**
  4013.      * Gets the private 'locale_listener' shared service.
  4014.      *
  4015.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4016.      */
  4017.     protected function getLocaleListenerService()
  4018.     {
  4019.         $a = ($this->services['router'] ?? $this->getRouterService());
  4020.         if (isset($this->privates['locale_listener'])) {
  4021.             return $this->privates['locale_listener'];
  4022.         }
  4023.         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, []);
  4024.     }
  4025.     /**
  4026.      * Gets the private 'mercure.hub.default.traceable' shared service.
  4027.      *
  4028.      * @return \Symfony\Component\Mercure\Debug\TraceableHub
  4029.      */
  4030.     protected function getMercure_Hub_Default_TraceableService()
  4031.     {
  4032.         $a = new \Symfony\Component\Mercure\Jwt\LcobucciFactory($this->getEnv('MERCURE_JWT_SECRET'), 'hmac.sha256'NULL'');
  4033.         return $this->privates['mercure.hub.default.traceable'] = new \Symfony\Component\Mercure\Debug\TraceableHub(new \Symfony\Component\Mercure\Hub($this->getEnv('MERCURE_URL'), new \Symfony\Component\Mercure\Jwt\FactoryTokenProvider($a, [], [=> '*']), $a$this->getEnv('MERCURE_PUBLIC_URL'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4034.     }
  4035.     /**
  4036.      * Gets the private 'mime_types' shared service.
  4037.      *
  4038.      * @return \Symfony\Component\Mime\MimeTypes
  4039.      */
  4040.     protected function getMimeTypesService()
  4041.     {
  4042.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  4043.         $instance->setDefault($instance);
  4044.         return $instance;
  4045.     }
  4046.     /**
  4047.      * Gets the private 'monolog.handler.console' shared service.
  4048.      *
  4049.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  4050.      */
  4051.     protected function getMonolog_Handler_ConsoleService()
  4052.     {
  4053.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  4054.     }
  4055.     /**
  4056.      * Gets the private 'monolog.handler.main' shared service.
  4057.      *
  4058.      * @return \Monolog\Handler\RotatingFileHandler
  4059.      */
  4060.     protected function getMonolog_Handler_MainService()
  4061.     {
  4062.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.log'), 10'debug'trueNULLfalse);
  4063.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4064.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  4065.         return $instance;
  4066.     }
  4067.     /**
  4068.      * Gets the private 'monolog.logger.cache' shared service.
  4069.      *
  4070.      * @return \Symfony\Bridge\Monolog\Logger
  4071.      */
  4072.     protected function getMonolog_Logger_CacheService()
  4073.     {
  4074.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4075.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4076.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4077.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4078.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4079.         return $instance;
  4080.     }
  4081.     /**
  4082.      * Gets the private 'monolog.logger.http_client' shared service.
  4083.      *
  4084.      * @return \Symfony\Bridge\Monolog\Logger
  4085.      */
  4086.     protected function getMonolog_Logger_HttpClientService()
  4087.     {
  4088.         $this->privates['monolog.logger.http_client'] = $instance = new \Symfony\Bridge\Monolog\Logger('http_client');
  4089.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4090.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4091.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4092.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4093.         return $instance;
  4094.     }
  4095.     /**
  4096.      * Gets the private 'monolog.logger.request' shared service.
  4097.      *
  4098.      * @return \Symfony\Bridge\Monolog\Logger
  4099.      */
  4100.     protected function getMonolog_Logger_RequestService()
  4101.     {
  4102.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  4103.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4104.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4105.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4106.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4107.         return $instance;
  4108.     }
  4109.     /**
  4110.      * Gets the private 'monolog.logger.snappy' shared service.
  4111.      *
  4112.      * @return \Symfony\Bridge\Monolog\Logger
  4113.      */
  4114.     protected function getMonolog_Logger_SnappyService()
  4115.     {
  4116.         $this->privates['monolog.logger.snappy'] = $instance = new \Symfony\Bridge\Monolog\Logger('snappy');
  4117.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4118.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4119.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4120.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4121.         return $instance;
  4122.     }
  4123.     /**
  4124.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  4125.      *
  4126.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  4127.      */
  4128.     protected function getNelmioCors_CorsListenerService()
  4129.     {
  4130.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults'])]));
  4131.     }
  4132.     /**
  4133.      * Gets the private 'nzo.annotation_resolver' shared service.
  4134.      *
  4135.      * @return \Nzo\UrlEncryptorBundle\Annotations\AnnotationResolver
  4136.      */
  4137.     protected function getNzo_AnnotationResolverService()
  4138.     {
  4139.         return $this->privates['nzo.annotation_resolver'] = new \Nzo\UrlEncryptorBundle\Annotations\AnnotationResolver(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['nzo_url_encryptor'] ?? ($this->privates['nzo_url_encryptor'] = new \Nzo\UrlEncryptorBundle\UrlEncryptor\UrlEncryptor('$encryptagedigidom2020#''$encryptagedigidom2020Key#'''))));
  4140.     }
  4141.     /**
  4142.      * Gets the private 'parameter_bag' shared service.
  4143.      *
  4144.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4145.      */
  4146.     protected function getParameterBagService()
  4147.     {
  4148.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4149.     }
  4150.     /**
  4151.      * Gets the private 'profiler_listener' shared service.
  4152.      *
  4153.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4154.      */
  4155.     protected function getProfilerListenerService()
  4156.     {
  4157.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  4158.         if (isset($this->privates['profiler_listener'])) {
  4159.             return $this->privates['profiler_listener'];
  4160.         }
  4161.         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);
  4162.     }
  4163.     /**
  4164.      * Gets the private 'property_accessor' shared service.
  4165.      *
  4166.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  4167.      */
  4168.     protected function getPropertyAccessorService()
  4169.     {
  4170.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4171.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  4172.     }
  4173.     /**
  4174.      * Gets the private 'property_info' shared service.
  4175.      *
  4176.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4177.      */
  4178.     protected function getPropertyInfoService()
  4179.     {
  4180.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4181.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  4182.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4183.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4184.         }, 3), new RewindableGenerator(function () {
  4185.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4186.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4187.         }, 2), new RewindableGenerator(function () {
  4188.             return new \EmptyIterator();
  4189.         }, 0), new RewindableGenerator(function () {
  4190.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4191.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4192.         }, 2), new RewindableGenerator(function () {
  4193.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4194.         }, 1));
  4195.     }
  4196.     /**
  4197.      * Gets the private 'quotes.storage' shared service.
  4198.      *
  4199.      * @return \League\Flysystem\FilesystemOperator
  4200.      */
  4201.     protected function getQuotes_StorageService()
  4202.     {
  4203.         $a = ($this->privates['flysystem.adapter.lazy.factory'] ?? $this->getFlysystem_Adapter_Lazy_FactoryService());
  4204.         if (isset($this->privates['quotes.storage'])) {
  4205.             return $this->privates['quotes.storage'];
  4206.         }
  4207.         return $this->privates['quotes.storage'] = $a->createStorage($this->getEnv('APP_QUOTES_STORAGE'), 'quotes.storage');
  4208.     }
  4209.     /**
  4210.      * Gets the private 'router.expression_language_provider' shared service.
  4211.      *
  4212.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  4213.      */
  4214.     protected function getRouter_ExpressionLanguageProviderService()
  4215.     {
  4216.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4217.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  4218.         ], [
  4219.             'env' => 'Closure',
  4220.         ]));
  4221.     }
  4222.     /**
  4223.      * Gets the private 'router.request_context' shared service.
  4224.      *
  4225.      * @return \Symfony\Component\Routing\RequestContext
  4226.      */
  4227.     protected function getRouter_RequestContextService()
  4228.     {
  4229.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  4230.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4231.         return $instance;
  4232.     }
  4233.     /**
  4234.      * Gets the private 'router_listener' shared service.
  4235.      *
  4236.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4237.      */
  4238.     protected function getRouterListenerService()
  4239.     {
  4240.         $a = ($this->services['router'] ?? $this->getRouterService());
  4241.         if (isset($this->privates['router_listener'])) {
  4242.             return $this->privates['router_listener'];
  4243.         }
  4244.         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);
  4245.     }
  4246.     /**
  4247.      * Gets the private 'security.csrf.token_storage' shared service.
  4248.      *
  4249.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  4250.      */
  4251.     protected function getSecurity_Csrf_TokenStorageService()
  4252.     {
  4253.         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())));
  4254.     }
  4255.     /**
  4256.      * Gets the private 'security.expression_language' shared service.
  4257.      *
  4258.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  4259.      */
  4260.     protected function getSecurity_ExpressionLanguageService()
  4261.     {
  4262.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  4263.         $instance->registerProvider(new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider());
  4264.         return $instance;
  4265.     }
  4266.     /**
  4267.      * Gets the private 'security.firewall.map' shared service.
  4268.      *
  4269.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4270.      */
  4271.     protected function getSecurity_Firewall_MapService()
  4272.     {
  4273.         $a = ($this->privates['.service_locator.3oRFjZS'] ?? $this->get_ServiceLocator_3oRFjZSService());
  4274.         if (isset($this->privates['security.firewall.map'])) {
  4275.             return $this->privates['security.firewall.map'];
  4276.         }
  4277.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  4278.             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)/')));
  4279.             yield 'security.firewall.map.context.api_etiquette_pdf' => ($this->privates['.security.request_matcher.7d_f.CT'] ?? ($this->privates['.security.request_matcher.7d_f.CT'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/v1/organizations/\\d+/etiquette')));
  4280.             yield 'security.firewall.map.context.api_file' => ($this->privates['.security.request_matcher.t0gYpoa'] ?? ($this->privates['.security.request_matcher.t0gYpoa'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/v1/(invoice|document|quote|creditNote)/(view|download)/\\w+/.*$')));
  4281.             yield 'security.firewall.map.context.api_letter' => ($this->privates['.security.request_matcher.LinxfxS'] ?? ($this->privates['.security.request_matcher.LinxfxS'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/v1/letter/view/\\w+/type/(recto|verso|content)/.*$')));
  4282.             yield 'security.firewall.map.context.api_activity' => ($this->privates['.security.request_matcher.N_MOZVc'] ?? ($this->privates['.security.request_matcher.N_MOZVc'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/v1/activity_domains')));
  4283.             yield 'security.firewall.map.context.api_document' => ($this->privates['.security.request_matcher.OxsFwoq'] ?? ($this->privates['.security.request_matcher.OxsFwoq'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/v1/document/view/\\w+$')));
  4284.             yield 'security.firewall.map.context.api_security' => ($this->privates['.security.request_matcher.WIBWSCD'] ?? ($this->privates['.security.request_matcher.WIBWSCD'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/v1/(auth|register|request-new-pwd|change-password|invoicetoken-auth|send-back-code|login|check-code|organization_sectors|sectors)')));
  4285.             yield 'security.firewall.map.context.api_cms' => ($this->privates['.security.request_matcher.d9BM4ob'] ?? ($this->privates['.security.request_matcher.d9BM4ob'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/v1/(cms_articles|cms_categories|cms_slugs|stores)(/\\d+)?$'NULL, [=> 'GET'])));
  4286.             yield 'security.firewall.map.context.api_leads' => ($this->privates['.security.request_matcher.BxSuei9'] ?? ($this->privates['.security.request_matcher.BxSuei9'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/v1/leads$'NULL, [=> 'POST'])));
  4287.             yield 'security.firewall.map.context.api_users' => ($this->privates['.security.request_matcher.iI5O6tf'] ?? ($this->privates['.security.request_matcher.iI5O6tf'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/v1/users$'NULL, [=> 'POST'])));
  4288.             yield 'security.firewall.map.context.api_find_user_by_email' => ($this->privates['.security.request_matcher.Ucuhx8b'] ?? ($this->privates['.security.request_matcher.Ucuhx8b'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/v1/user/find-by-email$'NULL, [=> 'POST'])));
  4289.             yield 'security.firewall.map.context.graphql' => ($this->privates['.security.request_matcher.asPJ4xN'] ?? ($this->privates['.security.request_matcher.asPJ4xN'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/v1/graphql$')));
  4290.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.DRbgG1p'] ?? ($this->privates['.security.request_matcher.DRbgG1p'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/v1')));
  4291.             yield 'security.firewall.map.context.api_evo' => ($this->privates['.security.request_matcher.tD1w51r'] ?? ($this->privates['.security.request_matcher.tD1w51r'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/v2')));
  4292.             yield 'security.firewall.map.context.admin_api' => ($this->privates['.security.request_matcher._5X4khD'] ?? ($this->privates['.security.request_matcher._5X4khD'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/admin')));
  4293.             yield 'security.firewall.map.context.refresh' => ($this->privates['.security.request_matcher.UQgI.UV'] ?? ($this->privates['.security.request_matcher.UQgI.UV'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/token/refresh')));
  4294.             yield 'security.firewall.map.context.main' => NULL;
  4295.         }, 17));
  4296.     }
  4297.     /**
  4298.      * Gets the private 'security.helper' shared service.
  4299.      *
  4300.      * @return \Symfony\Component\Security\Core\Security
  4301.      */
  4302.     protected function getSecurity_HelperService()
  4303.     {
  4304.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4305.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4306.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4307.         ], [
  4308.             'security.authorization_checker' => '?',
  4309.             'security.token_storage' => '?',
  4310.         ]));
  4311.     }
  4312.     /**
  4313.      * Gets the private 'security.logout_url_generator' shared service.
  4314.      *
  4315.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4316.      */
  4317.     protected function getSecurity_LogoutUrlGeneratorService()
  4318.     {
  4319.         $a = ($this->services['router'] ?? $this->getRouterService());
  4320.         if (isset($this->privates['security.logout_url_generator'])) {
  4321.             return $this->privates['security.logout_url_generator'];
  4322.         }
  4323.         $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()));
  4324.         $instance->registerListener('main''app_admin_logout''logout''_csrf_token'NULLNULL);
  4325.         return $instance;
  4326.     }
  4327.     /**
  4328.      * Gets the private 'security.role_hierarchy' shared service.
  4329.      *
  4330.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  4331.      */
  4332.     protected function getSecurity_RoleHierarchyService()
  4333.     {
  4334.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  4335.     }
  4336.     /**
  4337.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  4338.      *
  4339.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  4340.      */
  4341.     protected function getSerializer_NameConverter_MetadataAwareService()
  4342.     {
  4343.         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()));
  4344.     }
  4345.     /**
  4346.      * Gets the private 'session.factory' shared service.
  4347.      *
  4348.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  4349.      */
  4350.     protected function getSession_FactoryService()
  4351.     {
  4352.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  4353.         if (isset($this->privates['session.factory'])) {
  4354.             return $this->privates['session.factory'];
  4355.         }
  4356.         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']);
  4357.     }
  4358.     /**
  4359.      * Gets the private 'session_listener' shared service.
  4360.      *
  4361.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4362.      */
  4363.     protected function getSessionListenerService()
  4364.     {
  4365.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4366.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  4367.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'true],
  4368.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4369.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  4370.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  4371.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  4372.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  4373.         ], [
  4374.             'initialized_session' => '?',
  4375.             'logger' => '?',
  4376.             'request_stack' => '?',
  4377.             'session' => '?',
  4378.             'session_collector' => '?',
  4379.             'session_factory' => '?',
  4380.             'session_storage' => '?',
  4381.         ]), true$this->parameters['session.storage.options']);
  4382.     }
  4383.     /**
  4384.      * Gets the private 'translator.default' shared service.
  4385.      *
  4386.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4387.      */
  4388.     protected function getTranslator_DefaultService()
  4389.     {
  4390.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4391.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  4392.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  4393.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  4394.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  4395.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  4396.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  4397.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  4398.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  4399.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  4400.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  4401.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  4402.         ], [
  4403.             'translation.loader.csv' => '?',
  4404.             'translation.loader.dat' => '?',
  4405.             'translation.loader.ini' => '?',
  4406.             'translation.loader.json' => '?',
  4407.             'translation.loader.mo' => '?',
  4408.             'translation.loader.php' => '?',
  4409.             'translation.loader.po' => '?',
  4410.             'translation.loader.qt' => '?',
  4411.             'translation.loader.res' => '?',
  4412.             'translation.loader.xliff' => '?',
  4413.             'translation.loader.yml' => '?',
  4414.         ]), 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')], '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/vich/uploader-bundle/translations/messages.ar.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.php')], '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/vich/uploader-bundle/translations/messages.bg.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.php')], '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/vich/uploader-bundle/translations/messages.cs.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.php')], '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/vich/uploader-bundle/translations/messages.de.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.php')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.php')], '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/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php')], '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/vich/uploader-bundle/translations/messages.es.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.php')], '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')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.php')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.php')], '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/vich/uploader-bundle/translations/messages.fi.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.php')], '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/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), => (\dirname(__DIR__4).'/translations/messages.fr.yml'), => (\dirname(__DIR__4).'/translations/validators.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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.php')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.php')], '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/vich/uploader-bundle/translations/messages.hu.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.php')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.id.php')], '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/vich/uploader-bundle/translations/messages.it.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.php')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lb.php')], '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/vich/uploader-bundle/translations/messages.lt.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.php')], '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')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], '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')], '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')], '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/vich/uploader-bundle/translations/messages.nl.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.php')], '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/vich/uploader-bundle/translations/messages.pl.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.php')], '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/vich/uploader-bundle/translations/messages.pt.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.php')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.php')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.php')], '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/vich/uploader-bundle/translations/messages.ru.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.php')], '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')], '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/vich/uploader-bundle/translations/messages.sl.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.php')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.php')], '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')], '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/vich/uploader-bundle/translations/messages.tr.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.php')], '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/vich/uploader-bundle/translations/messages.uk.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php')], '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')], '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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.php')], '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')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'sr_RS' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.php')]], '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/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 13 => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/translations'), 14 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/nzo/url-encryptor-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/league/flysystem-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'vendor/easycorp/easyadmin-bundle/src/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/security-bundle/translations'10 => 'vendor/doctrine/doctrine-bundle/translations'11 => 'vendor/api-platform/core/src/Symfony/Bundle/translations'12 => 'vendor/symfony/maker-bundle/src/translations'13 => 'vendor/sentry/sentry-symfony/src/translations'14 => 'vendor/knplabs/knp-snappy-bundle/src/translations'15 => 'vendor/lexik/jwt-authentication-bundle/translations'16 => 'vendor/stof/doctrine-extensions-bundle/src/translations'17 => 'vendor/nelmio/cors-bundle/translations'18 => 'vendor/symfony/monolog-bundle/translations'19 => 'vendor/nzo/url-encryptor-bundle/translations'20 => 'vendor/friendsofsymfony/elastica-bundle/src/translations'21 => 'vendor/symfony/web-profiler-bundle/translations'22 => 'vendor/symfony/mercure-bundle/src/translations'23 => 'vendor/symfony-bundles/redis-bundle/translations'24 => 'vendor/gesdinet/jwt-refresh-token-bundle/translations'25 => 'vendor/twig/extra-bundle/translations'26 => 'vendor/fresh/doctrine-enum-bundle/translations'27 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'28 => 'vendor/doctrine/doctrine-migrations-bundle/translations'29 => 'vendor/league/flysystem-bundle/src/translations']]], []);
  4415.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4416.         $instance->setFallbackLocales([=> 'fr']);
  4417.         return $instance;
  4418.     }
  4419.     /**
  4420.      * Gets the private 'url_helper' shared service.
  4421.      *
  4422.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  4423.      */
  4424.     protected function getUrlHelperService()
  4425.     {
  4426.         $a = ($this->services['router'] ?? $this->getRouterService());
  4427.         if (isset($this->privates['url_helper'])) {
  4428.             return $this->privates['url_helper'];
  4429.         }
  4430.         return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  4431.     }
  4432.     /**
  4433.      * Gets the private 'validator.builder' shared service.
  4434.      *
  4435.      * @return \Symfony\Component\Validator\ValidatorBuilder
  4436.      */
  4437.     protected function getValidator_BuilderService()
  4438.     {
  4439.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  4440.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4441.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4442.             'App\\Validator\\Constraints\\OrganizationConstraintsValidator' => ['privates''App\\Validator\\Constraints\\OrganizationConstraintsValidator''getOrganizationConstraintsValidatorService'true],
  4443.             'App\\Validator\\Constraints\\ServiceConstraintValidator' => ['privates''App\\Validator\\Constraints\\ServiceConstraintValidator''getServiceConstraintValidatorService'true],
  4444.             'App\\Validator\\Constraints\\UniqueArticleConstraintsValidator' => ['privates''App\\Validator\\Constraints\\UniqueArticleConstraintsValidator''getUniqueArticleConstraintsValidatorService'true],
  4445.             'App\\Validator\\Constraints\\UniqueSlugConstraintsValidator' => ['privates''App\\Validator\\Constraints\\UniqueSlugConstraintsValidator''getUniqueSlugConstraintsValidatorService'true],
  4446.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4447.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4448.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  4449.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4450.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  4451.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4452.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4453.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4454.         ], [
  4455.             'App\\Validator\\Constraints\\OrganizationConstraintsValidator' => '?',
  4456.             'App\\Validator\\Constraints\\ServiceConstraintValidator' => '?',
  4457.             'App\\Validator\\Constraints\\UniqueArticleConstraintsValidator' => '?',
  4458.             'App\\Validator\\Constraints\\UniqueSlugConstraintsValidator' => '?',
  4459.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  4460.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  4461.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  4462.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  4463.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  4464.             'doctrine.orm.validator.unique' => '?',
  4465.             'security.validator.user_password' => '?',
  4466.             'validator.expression' => '?',
  4467.         ])));
  4468.         if ($this->has('translator')) {
  4469.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  4470.         }
  4471.         $instance->setTranslationDomain('validators');
  4472.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  4473.         $instance->addYamlMappings([=> (\dirname(__DIR__4).'/config/validator/validation.yaml')]);
  4474.         $instance->enableAnnotationMapping(true);
  4475.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4476.         $instance->addMethodMapping('loadValidatorMetadata');
  4477.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  4478.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  4479.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  4480.         return $instance;
  4481.     }
  4482.     /**
  4483.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  4484.      *
  4485.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  4486.      */
  4487.     protected function getVichUploader_MetadataReaderService()
  4488.     {
  4489.         $a = new \Metadata\Driver\FileLocator([]);
  4490.         $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);
  4491.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  4492.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  4493.     }
  4494.     /**
  4495.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  4496.      *
  4497.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  4498.      */
  4499.     protected function getVichUploader_PropertyMappingFactoryService()
  4500.     {
  4501.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->getParameter('vich_uploader.mappings'), '_name');
  4502.     }
  4503.     /**
  4504.      * Gets the private 'vich_uploader.storage.flysystem' shared service.
  4505.      *
  4506.      * @return \Vich\UploaderBundle\Storage\FlysystemStorage
  4507.      */
  4508.     protected function getVichUploader_Storage_FlysystemService()
  4509.     {
  4510.         return $this->privates['vich_uploader.storage.flysystem'] = new \Vich\UploaderBundle\Storage\FlysystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['.service_locator.uJ_tkR_'] ?? $this->get_ServiceLocator_UJTkRService()));
  4511.     }
  4512.     /**
  4513.      * Gets the private 'web_profiler.csp.handler' shared service.
  4514.      *
  4515.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  4516.      */
  4517.     protected function getWebProfiler_Csp_HandlerService()
  4518.     {
  4519.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  4520.     }
  4521.     /**
  4522.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  4523.      *
  4524.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  4525.      */
  4526.     protected function getWebProfiler_DebugToolbarService()
  4527.     {
  4528.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4529.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  4530.             return $this->privates['web_profiler.debug_toolbar'];
  4531.         }
  4532.         $b = ($this->services['router'] ?? $this->getRouterService());
  4533.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  4534.             return $this->privates['web_profiler.debug_toolbar'];
  4535.         }
  4536.         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()), NULL);
  4537.     }
  4538.     /**
  4539.      * Gets the public 'cache_clearer' alias.
  4540.      *
  4541.      * @return object The ".container.private.cache_clearer" service.
  4542.      */
  4543.     protected function getCacheClearerService()
  4544.     {
  4545.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  4546.         return $this->get('.container.private.cache_clearer');
  4547.     }
  4548.     /**
  4549.      * Gets the public 'filesystem' alias.
  4550.      *
  4551.      * @return object The ".container.private.filesystem" service.
  4552.      */
  4553.     protected function getFilesystemService()
  4554.     {
  4555.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  4556.         return $this->get('.container.private.filesystem');
  4557.     }
  4558.     /**
  4559.      * Gets the public 'serializer' alias.
  4560.      *
  4561.      * @return object The ".container.private.serializer" service.
  4562.      */
  4563.     protected function getSerializerService()
  4564.     {
  4565.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  4566.         return $this->get('.container.private.serializer');
  4567.     }
  4568.     /**
  4569.      * Gets the public 'security.csrf.token_manager' alias.
  4570.      *
  4571.      * @return object The ".container.private.security.csrf.token_manager" service.
  4572.      */
  4573.     protected function getSecurity_Csrf_TokenManagerService()
  4574.     {
  4575.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  4576.         return $this->get('.container.private.security.csrf.token_manager');
  4577.     }
  4578.     /**
  4579.      * Gets the public 'form.factory' alias.
  4580.      *
  4581.      * @return object The ".container.private.form.factory" service.
  4582.      */
  4583.     protected function getForm_FactoryService()
  4584.     {
  4585.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  4586.         return $this->get('.container.private.form.factory');
  4587.     }
  4588.     /**
  4589.      * Gets the public 'form.type.file' alias.
  4590.      *
  4591.      * @return object The ".container.private.form.type.file" service.
  4592.      */
  4593.     protected function getForm_Type_FileService()
  4594.     {
  4595.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  4596.         return $this->get('.container.private.form.type.file');
  4597.     }
  4598.     /**
  4599.      * Gets the public 'profiler' alias.
  4600.      *
  4601.      * @return object The ".container.private.profiler" service.
  4602.      */
  4603.     protected function getProfilerService()
  4604.     {
  4605.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  4606.         return $this->get('.container.private.profiler');
  4607.     }
  4608.     /**
  4609.      * Gets the public 'twig' alias.
  4610.      *
  4611.      * @return object The ".container.private.twig" service.
  4612.      */
  4613.     protected function getTwigService()
  4614.     {
  4615.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  4616.         return $this->get('.container.private.twig');
  4617.     }
  4618.     /**
  4619.      * Gets the public 'security.authorization_checker' alias.
  4620.      *
  4621.      * @return object The ".container.private.security.authorization_checker" service.
  4622.      */
  4623.     protected function getSecurity_AuthorizationCheckerService()
  4624.     {
  4625.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  4626.         return $this->get('.container.private.security.authorization_checker');
  4627.     }
  4628.     /**
  4629.      * Gets the public 'security.token_storage' alias.
  4630.      *
  4631.      * @return object The ".container.private.security.token_storage" service.
  4632.      */
  4633.     protected function getSecurity_TokenStorageService()
  4634.     {
  4635.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  4636.         return $this->get('.container.private.security.token_storage');
  4637.     }
  4638.     /**
  4639.      * Gets the public 'security.password_encoder' alias.
  4640.      *
  4641.      * @return object The ".container.private.security.password_encoder" service.
  4642.      */
  4643.     protected function getSecurity_PasswordEncoderService()
  4644.     {
  4645.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  4646.         return $this->get('.container.private.security.password_encoder');
  4647.     }
  4648.     /**
  4649.      * Gets the public 'session' alias.
  4650.      *
  4651.      * @return object The ".container.private.session" service.
  4652.      */
  4653.     protected function getSessionService()
  4654.     {
  4655.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  4656.         return $this->get('.container.private.session');
  4657.     }
  4658.     /**
  4659.      * Gets the public 'validator' alias.
  4660.      *
  4661.      * @return object The ".container.private.validator" service.
  4662.      */
  4663.     protected function getValidatorService()
  4664.     {
  4665.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  4666.         return $this->get('.container.private.validator');
  4667.     }
  4668.     /**
  4669.      * @return array|bool|float|int|string|\UnitEnum|null
  4670.      */
  4671.     public function getParameter(string $name)
  4672.     {
  4673.         if (isset($this->buildParameters[$name])) {
  4674.             return $this->buildParameters[$name];
  4675.         }
  4676.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  4677.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  4678.         }
  4679.         if (isset($this->loadedDynamicParameters[$name])) {
  4680.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4681.         }
  4682.         return $this->parameters[$name];
  4683.     }
  4684.     public function hasParameter(string $name): bool
  4685.     {
  4686.         if (isset($this->buildParameters[$name])) {
  4687.             return true;
  4688.         }
  4689.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  4690.     }
  4691.     public function setParameter(string $name$value): void
  4692.     {
  4693.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4694.     }
  4695.     public function getParameterBag(): ParameterBagInterface
  4696.     {
  4697.         if (null === $this->parameterBag) {
  4698.             $parameters $this->parameters;
  4699.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4700.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4701.             }
  4702.             foreach ($this->buildParameters as $name => $value) {
  4703.                 $parameters[$name] = $value;
  4704.             }
  4705.             $this->parameterBag = new FrozenParameterBag($parameters);
  4706.         }
  4707.         return $this->parameterBag;
  4708.     }
  4709.     private $loadedDynamicParameters = [
  4710.         'kernel.runtime_environment' => false,
  4711.         'kernel.build_dir' => false,
  4712.         'kernel.cache_dir' => false,
  4713.         'uri_tunnel' => false,
  4714.         'uri_bv' => false,
  4715.         'uri_new_admin' => false,
  4716.         'webhook_secret' => false,
  4717.         'stripe_webhook_secret' => false,
  4718.         'session_max_idle_time' => false,
  4719.         'app_base_url' => false,
  4720.         'kernel.secret' => false,
  4721.         'debug.container.dump' => false,
  4722.         'serializer.mapping.cache.file' => false,
  4723.         'session.save_path' => false,
  4724.         'validator.mapping.cache.file' => false,
  4725.         'profiler.storage.dsn' => false,
  4726.         'doctrine.orm.proxy_dir' => false,
  4727.         'knp_snappy.pdf.binary' => false,
  4728.         'knp_snappy.image.binary' => false,
  4729.         'lexik_jwt_authentication.pass_phrase' => false,
  4730.         'lexik_jwt_authentication.token_ttl' => false,
  4731.         'vich_uploader.mappings' => false,
  4732.         'mercure.hubs' => false,
  4733.         'mercure.default_hub' => false,
  4734.     ];
  4735.     private $dynamicParameters = [];
  4736.     private function getDynamicParameter(string $name)
  4737.     {
  4738.         switch ($name) {
  4739.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4740.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  4741.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4742.             case 'uri_tunnel'$value $this->getEnv('URL_TUNNEL'); break;
  4743.             case 'uri_bv'$value $this->getEnv('URL_BV'); break;
  4744.             case 'uri_new_admin'$value $this->getEnv('URL_NEW_ADMIN'); break;
  4745.             case 'webhook_secret'$value $this->getEnv('WEBHOOK_SECRET'); break;
  4746.             case 'stripe_webhook_secret'$value $this->getEnv('STRIPE_WEBHOOK_SECRET'); break;
  4747.             case 'session_max_idle_time'$value $this->getEnv('SESSION_MAX'); break;
  4748.             case 'app_base_url'$value $this->getEnv('APP_BASE_URL'); break;
  4749.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  4750.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  4751.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4752.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  4753.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4754.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4755.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4756.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  4757.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  4758.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  4759.             case 'lexik_jwt_authentication.token_ttl'$value $this->getEnv('int:JWT_TOKEN_TTL'); break;
  4760.             case 'vich_uploader.mappings'$value = [
  4761.                 'document' => [
  4762.                     'upload_destination' => $this->getEnv('resolve:APP_DOCUMENTS_STORAGE'),
  4763.                     'namer' => [
  4764.                         'service' => 'App\\Service\\VichUploadWithDatedPathNamer.document',
  4765.                         'options' => [
  4766.                         ],
  4767.                     ],
  4768.                     'delete_on_remove' => false,
  4769.                     'delete_on_update' => false,
  4770.                     'uri_prefix' => '/uploads',
  4771.                     'directory_namer' => [
  4772.                         'service' => NULL,
  4773.                         'options' => NULL,
  4774.                     ],
  4775.                     'inject_on_load' => false,
  4776.                     'db_driver' => 'orm',
  4777.                 ],
  4778.                 'letter' => [
  4779.                     'upload_destination' => $this->getEnv('resolve:APP_LETTERS_STORAGE'),
  4780.                     'namer' => [
  4781.                         'service' => 'App\\Service\\VichUploadLetterNamer.letter',
  4782.                         'options' => [
  4783.                         ],
  4784.                     ],
  4785.                     'inject_on_load' => true,
  4786.                     'delete_on_update' => false,
  4787.                     'delete_on_remove' => true,
  4788.                     'uri_prefix' => '/uploads',
  4789.                     'directory_namer' => [
  4790.                         'service' => NULL,
  4791.                         'options' => NULL,
  4792.                     ],
  4793.                     'db_driver' => 'orm',
  4794.                 ],
  4795.                 'letter_signature' => [
  4796.                     'upload_destination' => 'letters.storage.memory',
  4797.                     'namer' => [
  4798.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.letter_signature',
  4799.                         'options' => [
  4800.                         ],
  4801.                     ],
  4802.                     'inject_on_load' => true,
  4803.                     'delete_on_update' => false,
  4804.                     'delete_on_remove' => true,
  4805.                     'uri_prefix' => '/uploads',
  4806.                     'directory_namer' => [
  4807.                         'service' => NULL,
  4808.                         'options' => NULL,
  4809.                     ],
  4810.                     'db_driver' => 'orm',
  4811.                 ],
  4812.                 'sector' => [
  4813.                     'uri_prefix' => '/upload/sectors',
  4814.                     'upload_destination' => (\dirname(__DIR__4).'/public/upload/sectors'),
  4815.                     'namer' => [
  4816.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.sector',
  4817.                         'options' => [
  4818.                         ],
  4819.                     ],
  4820.                     'inject_on_load' => true,
  4821.                     'delete_on_update' => true,
  4822.                     'delete_on_remove' => true,
  4823.                     'directory_namer' => [
  4824.                         'service' => NULL,
  4825.                         'options' => NULL,
  4826.                     ],
  4827.                     'db_driver' => 'orm',
  4828.                 ],
  4829.             ]; break;
  4830.             case 'mercure.hubs'$value = [
  4831.                 'default' => $this->getEnv('MERCURE_URL'),
  4832.             ]; break;
  4833.             case 'mercure.default_hub'$value $this->getEnv('MERCURE_URL'); break;
  4834.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4835.         }
  4836.         $this->loadedDynamicParameters[$name] = true;
  4837.         return $this->dynamicParameters[$name] = $value;
  4838.     }
  4839.     protected function getDefaultParameters(): array
  4840.     {
  4841.         return [
  4842.             'kernel.project_dir' => \dirname(__DIR__4),
  4843.             'kernel.environment' => 'dev',
  4844.             'kernel.debug' => true,
  4845.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4846.             'kernel.bundles' => [
  4847.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4848.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4849.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4850.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4851.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  4852.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4853.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  4854.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  4855.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  4856.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  4857.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  4858.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  4859.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4860.                 'NzoUrlEncryptorBundle' => 'Nzo\\UrlEncryptorBundle\\NzoUrlEncryptorBundle',
  4861.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  4862.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  4863.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4864.                 'MercureBundle' => 'Symfony\\Bundle\\MercureBundle\\MercureBundle',
  4865.                 'SymfonyBundlesRedisBundle' => 'SymfonyBundles\\RedisBundle\\SymfonyBundlesRedisBundle',
  4866.                 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
  4867.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4868.                 'FreshDoctrineEnumBundle' => 'Fresh\\DoctrineEnumBundle\\FreshDoctrineEnumBundle',
  4869.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  4870.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  4871.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4872.                 'FlysystemBundle' => 'League\\FlysystemBundle\\FlysystemBundle',
  4873.             ],
  4874.             'kernel.bundles_metadata' => [
  4875.                 'FrameworkBundle' => [
  4876.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4877.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4878.                 ],
  4879.                 'TwigBundle' => [
  4880.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4881.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4882.                 ],
  4883.                 'SecurityBundle' => [
  4884.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4885.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4886.                 ],
  4887.                 'DoctrineBundle' => [
  4888.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4889.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4890.                 ],
  4891.                 'ApiPlatformBundle' => [
  4892.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  4893.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  4894.                 ],
  4895.                 'MakerBundle' => [
  4896.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4897.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4898.                 ],
  4899.                 'SentryBundle' => [
  4900.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  4901.                     'namespace' => 'Sentry\\SentryBundle',
  4902.                 ],
  4903.                 'KnpSnappyBundle' => [
  4904.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  4905.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  4906.                 ],
  4907.                 'LexikJWTAuthenticationBundle' => [
  4908.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  4909.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  4910.                 ],
  4911.                 'StofDoctrineExtensionsBundle' => [
  4912.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  4913.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  4914.                 ],
  4915.                 'VichUploaderBundle' => [
  4916.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  4917.                     'namespace' => 'Vich\\UploaderBundle',
  4918.                 ],
  4919.                 'NelmioCorsBundle' => [
  4920.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  4921.                     'namespace' => 'Nelmio\\CorsBundle',
  4922.                 ],
  4923.                 'MonologBundle' => [
  4924.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4925.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4926.                 ],
  4927.                 'NzoUrlEncryptorBundle' => [
  4928.                     'path' => (\dirname(__DIR__4).'/vendor/nzo/url-encryptor-bundle'),
  4929.                     'namespace' => 'Nzo\\UrlEncryptorBundle',
  4930.                 ],
  4931.                 'FOSElasticaBundle' => [
  4932.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  4933.                     'namespace' => 'FOS\\ElasticaBundle',
  4934.                 ],
  4935.                 'KnpPaginatorBundle' => [
  4936.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  4937.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  4938.                 ],
  4939.                 'WebProfilerBundle' => [
  4940.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4941.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4942.                 ],
  4943.                 'MercureBundle' => [
  4944.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src'),
  4945.                     'namespace' => 'Symfony\\Bundle\\MercureBundle',
  4946.                 ],
  4947.                 'SymfonyBundlesRedisBundle' => [
  4948.                     'path' => (\dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle'),
  4949.                     'namespace' => 'SymfonyBundles\\RedisBundle',
  4950.                 ],
  4951.                 'GesdinetJWTRefreshTokenBundle' => [
  4952.                     'path' => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
  4953.                     'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
  4954.                 ],
  4955.                 'TwigExtraBundle' => [
  4956.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4957.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4958.                 ],
  4959.                 'FreshDoctrineEnumBundle' => [
  4960.                     'path' => (\dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle'),
  4961.                     'namespace' => 'Fresh\\DoctrineEnumBundle',
  4962.                 ],
  4963.                 'DoctrineFixturesBundle' => [
  4964.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  4965.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  4966.                 ],
  4967.                 'EasyAdminBundle' => [
  4968.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  4969.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  4970.                 ],
  4971.                 'DoctrineMigrationsBundle' => [
  4972.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4973.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4974.                 ],
  4975.                 'FlysystemBundle' => [
  4976.                     'path' => (\dirname(__DIR__4).'/vendor/league/flysystem-bundle/src'),
  4977.                     'namespace' => 'League\\FlysystemBundle',
  4978.                 ],
  4979.             ],
  4980.             'kernel.charset' => 'UTF-8',
  4981.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  4982.             'container.dumper.inline_class_loader' => true,
  4983.             'api_version' => 'v1',
  4984.             'env(DATABASE_URL)' => '',
  4985.             'app.upload_path.document' => '/upload/documents',
  4986.             'app.upload_path.letter' => '/upload/letters',
  4987.             'app.upload_path.letter_signature' => '/upload/letter_signatures',
  4988.             'app.upload_path.sector' => '/upload/sectors',
  4989.             'locale' => 'fr',
  4990.             'documents_directory' => (\dirname(__DIR__4).'/public/upload/documents/'),
  4991.             'bucket_name' => 'digidom-api-documents',
  4992.             'bucket_name_letters' => 'scandg',
  4993.             'bucket_name_invoice' => 'digidom-api-factures',
  4994.             'bucket_name_credit_note' => 'digidom-api-avoirs',
  4995.             'bucket_name_quote' => 'digidom-api-devis',
  4996.             'csv_directory' => (\dirname(__DIR__4).'/public/upload/Data'),
  4997.             'date_immat_rcs_max_for_filter' => '2023-05-01',
  4998.             'max_number_of_row_to_update' => 10,
  4999.             'kernelProjectDir' => \dirname(__DIR__4),
  5000.             'event_dispatcher.event_aliases' => [
  5001.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  5002.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  5003.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  5004.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  5005.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  5006.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  5007.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  5008.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  5009.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  5010.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  5011.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  5012.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  5013.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  5014.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  5015.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  5016.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  5017.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  5018.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  5019.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  5020.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  5021.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  5022.             ],
  5023.             'fragment.renderer.hinclude.global_template' => NULL,
  5024.             'fragment.path' => '/_fragment',
  5025.             'kernel.http_method_override' => true,
  5026.             'kernel.trusted_hosts' => [
  5027.             ],
  5028.             'kernel.default_locale' => 'fr',
  5029.             'kernel.enabled_locales' => [
  5030.             ],
  5031.             'kernel.error_controller' => 'error_controller',
  5032.             'debug.file_link_format' => NULL,
  5033.             'asset.request_context.base_path' => NULL,
  5034.             'asset.request_context.secure' => NULL,
  5035.             'translator.logging' => false,
  5036.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  5037.             'debug.error_handler.throw_at' => -1,
  5038.             'router.request_context.host' => 'localhost',
  5039.             'router.request_context.scheme' => 'http',
  5040.             'router.request_context.base_url' => '',
  5041.             'router.resource' => 'kernel::loadRoutes',
  5042.             'request_listener.http_port' => 80,
  5043.             'request_listener.https_port' => 443,
  5044.             'session.metadata.storage_key' => '_sf2_meta',
  5045.             'session.storage.options' => [
  5046.                 'cache_limiter' => '0',
  5047.                 'cookie_secure' => 'auto',
  5048.                 'cookie_httponly' => true,
  5049.                 'cookie_samesite' => 'lax',
  5050.                 'gc_probability' => 1,
  5051.             ],
  5052.             'session.metadata.update_threshold' => 0,
  5053.             'form.type_extension.csrf.enabled' => true,
  5054.             'form.type_extension.csrf.field_name' => '_token',
  5055.             'validator.translation_domain' => 'validators',
  5056.             'profiler_listener.only_exceptions' => false,
  5057.             'profiler_listener.only_main_requests' => false,
  5058.             'twig.form.resources' => [
  5059.                 => '@VichUploader/Form/fields.html.twig',
  5060.                 => 'form_div_layout.html.twig',
  5061.             ],
  5062.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5063.             'security.role_hierarchy.roles' => [
  5064.                 'ROLE_ADMIN' => [
  5065.                     => 'ROLE_USER',
  5066.                     => 'ROLE_ALLOWED_TO_SWITCH',
  5067.                 ],
  5068.                 'ROLE_SUPER_ADMIN' => [
  5069.                     => 'ROLE_ADMIN',
  5070.                 ],
  5071.                 'ROLE_DEV' => [
  5072.                     => 'ROLE_SUPER_ADMIN',
  5073.                 ],
  5074.             ],
  5075.             'security.access.denied_url' => NULL,
  5076.             'security.authentication.manager.erase_credentials' => true,
  5077.             'security.authentication.session_strategy.strategy' => 'migrate',
  5078.             'security.access.always_authenticate_before_granting' => false,
  5079.             'security.authentication.hide_user_not_found' => true,
  5080.             'security.firewalls' => [
  5081.                 => 'dev',
  5082.                 => 'api_etiquette_pdf',
  5083.                 => 'api_file',
  5084.                 => 'api_letter',
  5085.                 => 'api_activity',
  5086.                 => 'api_document',
  5087.                 => 'api_security',
  5088.                 => 'api_cms',
  5089.                 => 'api_leads',
  5090.                 => 'api_users',
  5091.                 10 => 'api_find_user_by_email',
  5092.                 11 => 'graphql',
  5093.                 12 => 'api',
  5094.                 13 => 'api_evo',
  5095.                 14 => 'admin_api',
  5096.                 15 => 'refresh',
  5097.                 16 => 'main',
  5098.             ],
  5099.             'security.api_security._indexed_authenticators' => [
  5100.             ],
  5101.             'security.api_cms._indexed_authenticators' => [
  5102.             ],
  5103.             'security.api_leads._indexed_authenticators' => [
  5104.             ],
  5105.             'security.api_users._indexed_authenticators' => [
  5106.             ],
  5107.             'security.api_find_user_by_email._indexed_authenticators' => [
  5108.             ],
  5109.             'security.graphql._indexed_authenticators' => [
  5110.             ],
  5111.             'security.api._indexed_authenticators' => [
  5112.             ],
  5113.             'security.api_evo._indexed_authenticators' => [
  5114.             ],
  5115.             'security.admin_api._indexed_authenticators' => [
  5116.             ],
  5117.             'security.refresh._indexed_authenticators' => [
  5118.             ],
  5119.             'security.main._indexed_authenticators' => [
  5120.             ],
  5121.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  5122.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  5123.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  5124.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  5125.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  5126.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  5127.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  5128.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  5129.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  5130.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  5131.             'doctrine.entity_managers' => [
  5132.                 'default' => 'doctrine.orm.default_entity_manager',
  5133.             ],
  5134.             'doctrine.default_entity_manager' => 'default',
  5135.             'doctrine.dbal.connection_factory.types' => [
  5136.                 'HeadQuartersEnum' => [
  5137.                     'class' => 'App\\Enum\\HeadQuartersEnum',
  5138.                 ],
  5139.                 'LegalRepresentativeAddressEnum' => [
  5140.                     'class' => 'App\\Enum\\LegalRepresentativeAddressEnum',
  5141.                 ],
  5142.                 'LegalRepresentativeQualityTypeEnum' => [
  5143.                     'class' => 'App\\Enum\\LegalRepresentativeQualityTypeEnum',
  5144.                 ],
  5145.                 'GenderTypeEnum' => [
  5146.                     'class' => 'App\\Enum\\GenderTypeEnum',
  5147.                 ],
  5148.                 'LegalStatusTypeEnum' => [
  5149.                     'class' => 'App\\Enum\\LegalStatusTypeEnum',
  5150.                 ],
  5151.                 'InvoiceStatusEnum' => [
  5152.                     'class' => 'App\\Enum\\InvoiceStatusEnum',
  5153.                 ],
  5154.                 'QuoteStatusEnum' => [
  5155.                     'class' => 'App\\Enum\\QuoteStatusEnum',
  5156.                 ],
  5157.                 'OrderStatusEnum' => [
  5158.                     'class' => 'App\\Enum\\OrderStatusEnum',
  5159.                 ],
  5160.                 'DocumentTypeEnum' => [
  5161.                     'class' => 'App\\Enum\\DocumentTypeEnum',
  5162.                 ],
  5163.                 'DocumentTypeUserEnum' => [
  5164.                     'class' => 'App\\Enum\\DocumentTypeUserEnum',
  5165.                 ],
  5166.                 'DocumentTypeOrganizationEnum' => [
  5167.                     'class' => 'App\\Enum\\DocumentTypeOrganizationEnum',
  5168.                 ],
  5169.                 'LeadStatusEnum' => [
  5170.                     'class' => 'App\\Enum\\LeadStatusEnum',
  5171.                 ],
  5172.                 'TaxReportingEnum' => [
  5173.                     'class' => 'App\\Enum\\TaxReportingEnum',
  5174.                 ],
  5175.                 'OrganizationStatusEnum' => [
  5176.                     'class' => 'App\\Enum\\OrganizationStatusEnum',
  5177.                 ],
  5178.                 'OrganizationStatusImmatriculationEnum' => [
  5179.                     'class' => 'App\\Enum\\OrganizationStatusImmatriculationEnum',
  5180.                 ],
  5181.                 'CreditNoteTypeEnum' => [
  5182.                     'class' => 'App\\Enum\\CreditNoteTypeEnum',
  5183.                 ],
  5184.                 'OrganizationProjectStageEnum' => [
  5185.                     'class' => 'App\\Enum\\OrganizationProjectStageEnum',
  5186.                 ],
  5187.                 'uuid' => [
  5188.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  5189.                 ],
  5190.                 'ulid' => [
  5191.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  5192.                 ],
  5193.             ],
  5194.             'doctrine.connections' => [
  5195.                 'default' => 'doctrine.dbal.default_connection',
  5196.             ],
  5197.             'doctrine.default_connection' => 'default',
  5198.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  5199.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  5200.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  5201.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5202.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  5203.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  5204.             'doctrine.orm.cache.memcache_host' => 'localhost',
  5205.             'doctrine.orm.cache.memcache_port' => 11211,
  5206.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  5207.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  5208.             'doctrine.orm.cache.memcached_host' => 'localhost',
  5209.             'doctrine.orm.cache.memcached_port' => 11211,
  5210.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  5211.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  5212.             'doctrine.orm.cache.redis_host' => 'localhost',
  5213.             'doctrine.orm.cache.redis_port' => 6379,
  5214.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  5215.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  5216.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  5217.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  5218.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  5219.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  5220.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  5221.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  5222.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  5223.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  5224.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  5225.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  5226.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  5227.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  5228.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  5229.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  5230.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  5231.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  5232.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  5233.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  5234.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  5235.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  5236.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  5237.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  5238.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  5239.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  5240.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  5241.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  5242.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  5243.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  5244.             'doctrine.orm.auto_generate_proxy_classes' => true,
  5245.             'doctrine.orm.proxy_namespace' => 'Proxies',
  5246.             'api_platform.metadata_backward_compatibility_layer' => true,
  5247.             'api_platform.enable_entrypoint' => true,
  5248.             'api_platform.enable_docs' => true,
  5249.             'api_platform.title' => 'Digidom API',
  5250.             'api_platform.description' => '',
  5251.             'api_platform.version' => '1.0.0',
  5252.             'api_platform.show_webby' => true,
  5253.             'api_platform.url_generation_strategy' => 1,
  5254.             'api_platform.exception_to_status' => [
  5255.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  5256.                 'ApiPlatform\\Core\\Exception\\InvalidArgumentException' => 400,
  5257.                 'ApiPlatform\\Core\\Exception\\FilterValidationException' => 400,
  5258.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  5259.             ],
  5260.             'api_platform.formats' => [
  5261.                 'jsonld' => [
  5262.                     => 'application/ld+json',
  5263.                 ],
  5264.                 'json' => [
  5265.                     => 'application/json',
  5266.                 ],
  5267.                 'html' => [
  5268.                     => 'text/html',
  5269.                 ],
  5270.             ],
  5271.             'api_platform.patch_formats' => [
  5272.             ],
  5273.             'api_platform.error_formats' => [
  5274.                 'jsonproblem' => [
  5275.                     => 'application/problem+json',
  5276.                 ],
  5277.                 'jsonld' => [
  5278.                     => 'application/ld+json',
  5279.                 ],
  5280.             ],
  5281.             'api_platform.allow_plain_identifiers' => false,
  5282.             'api_platform.eager_loading.enabled' => true,
  5283.             'api_platform.eager_loading.max_joins' => 30,
  5284.             'api_platform.eager_loading.fetch_partial' => false,
  5285.             'api_platform.eager_loading.force_eager' => false,
  5286.             'api_platform.collection.exists_parameter_name' => 'exists',
  5287.             'api_platform.collection.order' => 'ASC',
  5288.             'api_platform.collection.order_parameter_name' => 'order',
  5289.             'api_platform.collection.order_nulls_comparison' => NULL,
  5290.             'api_platform.collection.pagination.enabled' => true,
  5291.             'api_platform.collection.pagination.partial' => false,
  5292.             'api_platform.collection.pagination.client_enabled' => false,
  5293.             'api_platform.collection.pagination.client_items_per_page' => true,
  5294.             'api_platform.collection.pagination.client_partial' => false,
  5295.             'api_platform.collection.pagination.items_per_page' => 30,
  5296.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  5297.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  5298.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  5299.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  5300.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  5301.             'api_platform.collection.pagination' => [
  5302.                 'client_items_per_page' => true,
  5303.                 'items_per_page_parameter_name' => 'itemsPerPage',
  5304.                 'enabled' => true,
  5305.                 'partial' => false,
  5306.                 'client_enabled' => false,
  5307.                 'client_partial' => false,
  5308.                 'items_per_page' => 30,
  5309.                 'page_parameter_name' => 'page',
  5310.                 'enabled_parameter_name' => 'pagination',
  5311.                 'partial_parameter_name' => 'partial',
  5312.                 'maximum_items_per_page' => NULL,
  5313.             ],
  5314.             'api_platform.http_cache.etag' => true,
  5315.             'api_platform.http_cache.max_age' => NULL,
  5316.             'api_platform.http_cache.shared_max_age' => NULL,
  5317.             'api_platform.http_cache.vary' => [
  5318.                 => 'Accept',
  5319.             ],
  5320.             'api_platform.http_cache.public' => NULL,
  5321.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  5322.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  5323.             'api_platform.asset_package' => NULL,
  5324.             'api_platform.defaults' => [
  5325.                 'attributes' => [
  5326.                 ],
  5327.             ],
  5328.             'api_platform.resource_class_directories' => [
  5329.                 => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Entity'),
  5330.                 => (\dirname(__DIR__4).'/src/Entity'),
  5331.                 => (\dirname(__DIR__4).'/src/Evo/Infrastructure/MappingORM'),
  5332.             ],
  5333.             'api_platform.oauth.enabled' => false,
  5334.             'api_platform.oauth.clientId' => '',
  5335.             'api_platform.oauth.clientSecret' => '',
  5336.             'api_platform.oauth.type' => 'oauth2',
  5337.             'api_platform.oauth.flow' => 'application',
  5338.             'api_platform.oauth.tokenUrl' => '',
  5339.             'api_platform.oauth.authorizationUrl' => '',
  5340.             'api_platform.oauth.refreshUrl' => '',
  5341.             'api_platform.oauth.scopes' => [
  5342.             ],
  5343.             'api_platform.oauth.pkce' => false,
  5344.             'api_platform.openapi.termsOfService' => NULL,
  5345.             'api_platform.openapi.contact.name' => NULL,
  5346.             'api_platform.openapi.contact.url' => NULL,
  5347.             'api_platform.openapi.contact.email' => NULL,
  5348.             'api_platform.openapi.license.name' => NULL,
  5349.             'api_platform.openapi.license.url' => NULL,
  5350.             'api_platform.swagger.versions' => [
  5351.                 => 2,
  5352.                 => 3,
  5353.             ],
  5354.             'api_platform.enable_swagger_ui' => false,
  5355.             'api_platform.enable_re_doc' => false,
  5356.             'api_platform.swagger.api_keys' => [
  5357.                 'apiKey' => [
  5358.                     'name' => 'Authorization',
  5359.                     'type' => 'header',
  5360.                 ],
  5361.             ],
  5362.             'api_platform.swagger_ui.extra_configuration' => [
  5363.             ],
  5364.             'api_platform.graphql.enabled' => true,
  5365.             'api_platform.graphql.graphiql.enabled' => true,
  5366.             'api_platform.graphql.graphql_playground.enabled' => true,
  5367.             'api_platform.graphql.collection.pagination' => [
  5368.                 'enabled' => true,
  5369.             ],
  5370.             'api_platform.graphql.default_ide' => 'graphiql',
  5371.             'api_platform.graphql.nesting_separator' => '_',
  5372.             'api_platform.validator.serialize_payload_fields' => [
  5373.             ],
  5374.             'api_platform.validator.query_parameter_validation' => true,
  5375.             'api_platform.elasticsearch.enabled' => false,
  5376.             'env(SENTRY_RELEASE)' => '1.0.0+no-version-set@{no ref',
  5377.             'sentry.tracing.enabled' => true,
  5378.             'sentry.tracing.dbal.enabled' => true,
  5379.             'sentry.tracing.dbal.connections' => [
  5380.             ],
  5381.             'sentry.tracing.cache.enabled' => true,
  5382.             'sentry.tracing.http_client.enabled' => true,
  5383.             'knp_snappy.pdf.options' => [
  5384.             ],
  5385.             'knp_snappy.pdf.env' => [
  5386.             ],
  5387.             'knp_snappy.image.options' => [
  5388.             ],
  5389.             'knp_snappy.image.env' => [
  5390.             ],
  5391.             'lexik_jwt_authentication.clock_skew' => 0,
  5392.             'lexik_jwt_authentication.user_identity_field' => 'username',
  5393.             'lexik_jwt_authentication.allow_no_expiration' => false,
  5394.             'lexik_jwt_authentication.user_id_claim' => 'username',
  5395.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  5396.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  5397.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  5398.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  5399.             'stof_doctrine_extensions.translation_fallback' => false,
  5400.             'stof_doctrine_extensions.persist_default_translation' => false,
  5401.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  5402.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  5403.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  5404.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  5405.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  5406.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  5407.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  5408.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  5409.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  5410.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  5411.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  5412.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  5413.             'nelmio_cors.map' => [
  5414.                 '^/' => [
  5415.                 ],
  5416.             ],
  5417.             'nelmio_cors.defaults' => [
  5418.                 'allow_origin' => true,
  5419.                 'allow_credentials' => false,
  5420.                 'allow_headers' => [
  5421.                     => 'content-type',
  5422.                     => 'authorization',
  5423.                     => 'access-control-allow-methods',
  5424.                     => 'access-control-allow-origin',
  5425.                     => 'cache-control',
  5426.                     => 'x-yousign-key',
  5427.                 ],
  5428.                 'allow_private_network' => false,
  5429.                 'expose_headers' => [
  5430.                     => 'Link',
  5431.                 ],
  5432.                 'allow_methods' => [
  5433.                     => 'GET',
  5434.                     => 'PUT',
  5435.                     => 'OPTIONS',
  5436.                     => 'POST',
  5437.                     => 'PATCH',
  5438.                     => 'DELETE',
  5439.                 ],
  5440.                 'max_age' => 3600,
  5441.                 'hosts' => [
  5442.                 ],
  5443.                 'origin_regex' => true,
  5444.                 'forced_allow_origin_value' => NULL,
  5445.                 'skip_same_as_origin' => true,
  5446.             ],
  5447.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  5448.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  5449.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  5450.             'monolog.use_microseconds' => true,
  5451.             'monolog.swift_mailer.handlers' => [
  5452.             ],
  5453.             'monolog.handlers_to_channels' => [
  5454.                 'monolog.handler.subscription' => [
  5455.                     'type' => 'inclusive',
  5456.                     'elements' => [
  5457.                         => 'subscription',
  5458.                     ],
  5459.                 ],
  5460.                 'monolog.handler.pappers' => [
  5461.                     'type' => 'inclusive',
  5462.                     'elements' => [
  5463.                         => 'pappers',
  5464.                     ],
  5465.                 ],
  5466.                 'monolog.handler.console' => [
  5467.                     'type' => 'exclusive',
  5468.                     'elements' => [
  5469.                         => 'event',
  5470.                         => 'doctrine',
  5471.                         => 'console',
  5472.                         => 'pappers',
  5473.                     ],
  5474.                 ],
  5475.                 'monolog.handler.main' => [
  5476.                     'type' => 'exclusive',
  5477.                     'elements' => [
  5478.                         => 'event',
  5479.                         => 'pappers',
  5480.                     ],
  5481.                 ],
  5482.             ],
  5483.             'nzo_url_encryptor.secret_key' => '$encryptagedigidom2020#',
  5484.             'nzo_url_encryptor.secret_iv' => '$encryptagedigidom2020Key#',
  5485.             'nzo_url_encryptor.cipher_algorithm' => '',
  5486.             'fos_elastica.property_accessor.magicCall' => false,
  5487.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => false,
  5488.             'fos_elastica.default_index' => 'app_person',
  5489.             'knp_paginator.template.pagination' => 'pagination/KYCPagination.html.twig',
  5490.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  5491.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  5492.             'knp_paginator.page_range' => 5,
  5493.             'knp_paginator.page_limit' => NULL,
  5494.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5495.             'web_profiler.debug_toolbar.mode' => 2,
  5496.             'gesdinet_jwt_refresh_token.ttl' => 604800,
  5497.             'gesdinet_jwt_refresh_token.ttl_update' => false,
  5498.             'gesdinet_jwt_refresh_token.security.firewall' => 'api',
  5499.             'gesdinet_jwt_refresh_token.user_provider' => NULL,
  5500.             'gesdinet_jwt_refresh_token.user_identity_field' => 'username',
  5501.             'gesdinet_jwt_refresh_token.single_use' => false,
  5502.             'gesdinet_jwt_refresh_token.token_parameter_name' => 'refresh_token',
  5503.             'gesdinet_jwt_refresh_token.doctrine_mappings' => true,
  5504.             'gesdinet_jwt_refresh_token.cookie' => [
  5505.                 'enabled' => false,
  5506.                 'same_site' => 'lax',
  5507.                 'path' => '/',
  5508.                 'domain' => NULL,
  5509.                 'http_only' => true,
  5510.                 'secure' => true,
  5511.                 'partitioned' => false,
  5512.                 'remove_token_from_body' => true,
  5513.             ],
  5514.             'gesdinet_jwt_refresh_token.logout_firewall_context' => 'security.firewall.map.context.api',
  5515.             'gesdinet_jwt_refresh_token.return_expiration' => false,
  5516.             'gesdinet_jwt_refresh_token.return_expiration_parameter_name' => 'refresh_token_expiration',
  5517.             'gesdinet.jwtrefreshtoken.refresh_token.class' => 'Evo\\Infrastructure\\MappingORM\\RefreshToken',
  5518.             'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.entity_manager',
  5519.             'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
  5520.             'easyadmin.config' => [
  5521.             ],
  5522.             'doctrine.migrations.preferred_em' => NULL,
  5523.             'doctrine.migrations.preferred_connection' => NULL,
  5524.             'maker.compatible_check.doctrine.supports_attributes' => true,
  5525.             'data_collector.templates' => [
  5526.                 'data_collector.request' => [
  5527.                     => 'request',
  5528.                     => '@WebProfiler/Collector/request.html.twig',
  5529.                 ],
  5530.                 'api_platform.data_collector.request' => [
  5531.                     => 'api_platform.data_collector.request',
  5532.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  5533.                 ],
  5534.                 'data_collector.time' => [
  5535.                     => 'time',
  5536.                     => '@WebProfiler/Collector/time.html.twig',
  5537.                 ],
  5538.                 'data_collector.memory' => [
  5539.                     => 'memory',
  5540.                     => '@WebProfiler/Collector/memory.html.twig',
  5541.                 ],
  5542.                 'data_collector.validator' => [
  5543.                     => 'validator',
  5544.                     => '@WebProfiler/Collector/validator.html.twig',
  5545.                 ],
  5546.                 'data_collector.ajax' => [
  5547.                     => 'ajax',
  5548.                     => '@WebProfiler/Collector/ajax.html.twig',
  5549.                 ],
  5550.                 'data_collector.form' => [
  5551.                     => 'form',
  5552.                     => '@WebProfiler/Collector/form.html.twig',
  5553.                 ],
  5554.                 'data_collector.exception' => [
  5555.                     => 'exception',
  5556.                     => '@WebProfiler/Collector/exception.html.twig',
  5557.                 ],
  5558.                 'data_collector.logger' => [
  5559.                     => 'logger',
  5560.                     => '@WebProfiler/Collector/logger.html.twig',
  5561.                 ],
  5562.                 'data_collector.events' => [
  5563.                     => 'events',
  5564.                     => '@WebProfiler/Collector/events.html.twig',
  5565.                 ],
  5566.                 'data_collector.router' => [
  5567.                     => 'router',
  5568.                     => '@WebProfiler/Collector/router.html.twig',
  5569.                 ],
  5570.                 'data_collector.cache' => [
  5571.                     => 'cache',
  5572.                     => '@WebProfiler/Collector/cache.html.twig',
  5573.                 ],
  5574.                 'data_collector.translation' => [
  5575.                     => 'translation',
  5576.                     => '@WebProfiler/Collector/translation.html.twig',
  5577.                 ],
  5578.                 'data_collector.security' => [
  5579.                     => 'security',
  5580.                     => '@Security/Collector/security.html.twig',
  5581.                 ],
  5582.                 'data_collector.twig' => [
  5583.                     => 'twig',
  5584.                     => '@WebProfiler/Collector/twig.html.twig',
  5585.                 ],
  5586.                 'data_collector.http_client' => [
  5587.                     => 'http_client',
  5588.                     => '@WebProfiler/Collector/http_client.html.twig',
  5589.                 ],
  5590.                 'data_collector.doctrine' => [
  5591.                     => 'db',
  5592.                     => '@Doctrine/Collector/db.html.twig',
  5593.                 ],
  5594.                 'data_collector.messenger' => [
  5595.                     => 'messenger',
  5596.                     => '@WebProfiler/Collector/messenger.html.twig',
  5597.                 ],
  5598.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  5599.                     => 'vich_uploader.mapping_collector',
  5600.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  5601.                 ],
  5602.                 'fos_elastica.data_collector' => [
  5603.                     => 'elastica',
  5604.                     => '@FOSElastica/Collector/elastica.html.twig',
  5605.                 ],
  5606.                 'data_collector.mercure' => [
  5607.                     => 'mercure',
  5608.                     => '@Mercure/Collector/mercure.html.twig',
  5609.                 ],
  5610.                 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  5611.                     => 'easyadmin',
  5612.                     => '@EasyAdmin/inspector/data_collector.html.twig',
  5613.                 ],
  5614.                 'data_collector.config' => [
  5615.                     => 'config',
  5616.                     => '@WebProfiler/Collector/config.html.twig',
  5617.                 ],
  5618.             ],
  5619.             'console.command.ids' => [
  5620.                 => 'console.command.public_alias.App\\Command\\OCRIndexationLetterCommand',
  5621.             ],
  5622.         ];
  5623.     }
  5624.     protected function throw($message)
  5625.     {
  5626.         throw new RuntimeException($message);
  5627.     }
  5628. }