var/cache/dev/ContainerTqz2B0u/App_KernelDevDebugContainer.php line 4293

Open in your IDE?
  1. <?php
  2. namespace ContainerTqz2B0u;
  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\\Pappers\\DataCollectionController' => 'getDataCollectionControllerService',
  135.             'App\\Controller\\Api\\Pappers\\GetSirenController' => 'getGetSirenControllerService',
  136.             'App\\Controller\\Api\\PaymentController' => 'getPaymentControllerService',
  137.             'App\\Controller\\Api\\PersonController' => 'getPersonControllerService',
  138.             'App\\Controller\\Api\\QuoteController' => 'getQuoteController2Service',
  139.             'App\\Controller\\Api\\RegisterController' => 'getRegisterControllerService',
  140.             'App\\Controller\\Api\\ResynchronizeController' => 'getResynchronizeControllerService',
  141.             'App\\Controller\\Api\\SearchController' => 'getSearchControllerService',
  142.             'App\\Controller\\Api\\SecurityController' => 'getSecurityController2Service',
  143.             'App\\Controller\\Api\\SegmentController' => 'getSegmentControllerService',
  144.             'App\\Controller\\Api\\SitemapController' => 'getSitemapControllerService',
  145.             'App\\Controller\\Api\\SyncInvoiceForBillingReport' => 'getSyncInvoiceForBillingReportService',
  146.             'App\\Controller\\Api\\UserController' => 'getUserControllerService',
  147.             'App\\Controller\\Api\\YousignSignatureController' => 'getYousignSignatureControllerService',
  148.             'App\\Controller\\Pennylane\\ExportProductController' => 'getExportProductControllerService',
  149.             'App\\Controller\\Redirection\\RedirectionController' => 'getRedirectionControllerService',
  150.             'App\\Controller\\Webhook\\CustomerIoController' => 'getCustomerIoControllerService',
  151.             'App\\Controller\\Webhook\\FrontAppController' => 'getFrontAppControllerService',
  152.             'App\\Controller\\Webhook\\GocardlessController' => 'getGocardlessControllerService',
  153.             'App\\Controller\\Webhook\\PappersController' => 'getPappersControllerService',
  154.             'App\\Controller\\Webhook\\RingOverController' => 'getRingOverControllerService',
  155.             'App\\Controller\\Webhook\\StripeController' => 'getStripeControllerService',
  156.             'App\\Controller\\Webhook\\YousignController' => 'getYousignControllerService',
  157.             'App\\Controller\\Webhook\\ZapierController' => 'getZapierControllerService',
  158.             'App\\Service\\VichUploadLetterNamer' => 'getVichUploadLetterNamerService',
  159.             'App\\Service\\VichUploadLetterNamer.letter' => 'getVichUploadLetterNamer_LetterService',
  160.             'App\\Service\\VichUploadWithDatedPathNamer' => 'getVichUploadWithDatedPathNamerService',
  161.             'App\\Service\\VichUploadWithDatedPathNamer.document' => 'getVichUploadWithDatedPathNamer_DocumentService',
  162.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  163.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  164.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => 'getMakeAdminMigrationCommandService',
  165.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  166.             'Evo\\Application\\Controller\\AbstractEvoController' => 'getAbstractEvoControllerService',
  167.             'Evo\\Application\\Controller\\Core\\EnumController' => 'getEnumController2Service',
  168.             'Evo\\Application\\Controller\\Core\\StreamCsvAction' => 'getStreamCsvActionService',
  169.             'Evo\\Application\\Controller\\Document\\Read\\GetDocumentsForOrganizationAction' => 'getGetDocumentsForOrganizationActionService',
  170.             'Evo\\Application\\Controller\\Document\\Read\\ViewDocumentAction' => 'getViewDocumentActionService',
  171.             'Evo\\Application\\Controller\\Health\\HealthAction' => 'getHealthActionService',
  172.             'Evo\\Application\\Controller\\Invoice\\Write\\GenerateInvoicesAction' => 'getGenerateInvoicesActionService',
  173.             'Evo\\Application\\Controller\\PappersActivityLogWrapper\\Write\\IgnorePappersActivityLogWrapperAction' => 'getIgnorePappersActivityLogWrapperActionService',
  174.             'Evo\\Application\\Controller\\PappersActivityLogWrapper\\Write\\SendPappersActivityLogWrapperAction' => 'getSendPappersActivityLogWrapperActionService',
  175.             'Evo\\Domain\\PappersActivityLogWrapper\\Service\\PappersActivityLogWrapperService' => 'getPappersActivityLogWrapperServiceService',
  176.             'Evo\\Infrastructure\\ApiPlatform\\Provider\\PappersActivityLogWrapper\\PappersActivityLogWrapperDataProvider' => 'getPappersActivityLogWrapperDataProviderService',
  177.             'Evo\\Infrastructure\\Core\\Adapter\\FlysystemAdapter' => 'getFlysystemAdapterService',
  178.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  179.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  180.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  181.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  182.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  183.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  184.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  185.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  186.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  187.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  188.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  189.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.letter_signature' => 'getUniqidNamer_LetterSignatureService',
  190.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.sector' => 'getUniqidNamer_SectorService',
  191.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  192.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  193.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  194.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  195.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  196.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  197.             'api_platform.graphql.action.entrypoint' => 'getApiPlatform_Graphql_Action_EntrypointService',
  198.             'api_platform.graphql.action.graphiql' => 'getApiPlatform_Graphql_Action_GraphiqlService',
  199.             'api_platform.graphql.action.graphql_playground' => 'getApiPlatform_Graphql_Action_GraphqlPlaygroundService',
  200.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  201.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  202.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  203.             'aws_s3_client' => 'getAwsS3ClientService',
  204.             'aws_s3_local' => 'getAwsS3LocalService',
  205.             'cache.app_clearer' => 'getCache_AppClearerService',
  206.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  207.             'cache.system_clearer' => 'getCache_SystemClearerService',
  208.             'cache_warmer' => 'getCacheWarmerService',
  209.             'console.command.public_alias.App\\Command\\OCRIndexationLetterCommand' => 'getOCRIndexationLetterCommandService',
  210.             'console.command_loader' => 'getConsole_CommandLoaderService',
  211.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  212.             'error_controller' => 'getErrorControllerService',
  213.             'fos_elastica.client.default' => 'getFosElastica_Client_DefaultService',
  214.             'fos_elastica.config_manager' => 'getFosElastica_ConfigManagerService',
  215.             'fos_elastica.config_manager.index_templates' => 'getFosElastica_ConfigManager_IndexTemplatesService',
  216.             'fos_elastica.filter_objects_listener' => 'getFosElastica_FilterObjectsListenerService',
  217.             'fos_elastica.finder.app_legalRepresentative.legalRepresentatives' => 'getFosElastica_Finder_AppLegalRepresentative_LegalRepresentativesService',
  218.             'fos_elastica.finder.app_letters.letterOCRIndexation' => 'getFosElastica_Finder_AppLetters_LetterOCRIndexationService',
  219.             'fos_elastica.finder.app_organization.organization' => 'getFosElastica_Finder_AppOrganization_OrganizationService',
  220.             'fos_elastica.finder.app_person.person' => 'getFosElastica_Finder_AppPerson_PersonService',
  221.             'fos_elastica.in_place_pager_persister' => 'getFosElastica_InPlacePagerPersisterService',
  222.             'fos_elastica.index.app_legalRepresentative' => 'getFosElastica_Index_AppLegalRepresentativeService',
  223.             'fos_elastica.index.app_legalRepresentative.legalRepresentatives' => 'getFosElastica_Index_AppLegalRepresentative_LegalRepresentativesService',
  224.             'fos_elastica.index.app_letters' => 'getFosElastica_Index_AppLettersService',
  225.             'fos_elastica.index.app_letters.letterOCRIndexation' => 'getFosElastica_Index_AppLetters_LetterOCRIndexationService',
  226.             'fos_elastica.index.app_organization' => 'getFosElastica_Index_AppOrganizationService',
  227.             'fos_elastica.index.app_organization.organization' => 'getFosElastica_Index_AppOrganization_OrganizationService',
  228.             'fos_elastica.index.app_person' => 'getFosElastica_Index_AppPersonService',
  229.             'fos_elastica.index.app_person.person' => 'getFosElastica_Index_AppPerson_PersonService',
  230.             'fos_elastica.index_manager' => 'getFosElastica_IndexManagerService',
  231.             'fos_elastica.index_template_manager' => 'getFosElastica_IndexTemplateManagerService',
  232.             'fos_elastica.listener.app_legalRepresentative.legalRepresentatives' => 'getFosElastica_Listener_AppLegalRepresentative_LegalRepresentativesService',
  233.             'fos_elastica.listener.app_organization.organization' => 'getFosElastica_Listener_AppOrganization_OrganizationService',
  234.             'fos_elastica.listener.app_person.person' => 'getFosElastica_Listener_AppPerson_PersonService',
  235.             'fos_elastica.manager.orm' => 'getFosElastica_Manager_OrmService',
  236.             'fos_elastica.object_persister.app_legalRepresentative.legalRepresentatives' => 'getFosElastica_ObjectPersister_AppLegalRepresentative_LegalRepresentativesService',
  237.             'fos_elastica.object_persister.app_letters.letterOCRIndexation' => 'getFosElastica_ObjectPersister_AppLetters_LetterOCRIndexationService',
  238.             'fos_elastica.object_persister.app_organization.organization' => 'getFosElastica_ObjectPersister_AppOrganization_OrganizationService',
  239.             'fos_elastica.object_persister.app_person.person' => 'getFosElastica_ObjectPersister_AppPerson_PersonService',
  240.             'fos_elastica.pager_persister_registry' => 'getFosElastica_PagerPersisterRegistryService',
  241.             'fos_elastica.pager_provider.app_legalRepresentative.legalRepresentatives' => 'getFosElastica_PagerProvider_AppLegalRepresentative_LegalRepresentativesService',
  242.             'fos_elastica.pager_provider.app_letters.letterOCRIndexation' => 'getFosElastica_PagerProvider_AppLetters_LetterOCRIndexationService',
  243.             'fos_elastica.pager_provider.app_organization.organization' => 'getFosElastica_PagerProvider_AppOrganization_OrganizationService',
  244.             'fos_elastica.pager_provider.app_person.person' => 'getFosElastica_PagerProvider_AppPerson_PersonService',
  245.             'fos_elastica.pager_provider_registry' => 'getFosElastica_PagerProviderRegistryService',
  246.             'fos_elastica.paginator.subscriber' => 'getFosElastica_Paginator_SubscriberService',
  247.             'fos_elastica.persister_registry' => 'getFosElastica_PersisterRegistryService',
  248.             'fos_elastica.repository_manager' => 'getFosElastica_RepositoryManagerService',
  249.             'fos_elastica.resetter' => 'getFosElastica_ResetterService',
  250.             'fos_elastica.template_resetter' => 'getFosElastica_TemplateResetterService',
  251.             'gesdinet.jwtrefreshtoken' => 'getGesdinet_JwtrefreshtokenService',
  252.             'gesdinet.jwtrefreshtoken.refresh_token_generator' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenGeneratorService',
  253.             'gesdinet.jwtrefreshtoken.refresh_token_manager' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService',
  254.             'gesdinet.jwtrefreshtoken.request.extractor.chain' => 'getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService',
  255.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  256.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  257.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  258.             'routing.loader' => 'getRouting_LoaderService',
  259.             'services_resetter' => 'getServicesResetterService',
  260.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  261.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  262.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  263.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  264.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  265.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  266.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  267.         ];
  268.         $this->aliases = [
  269.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  270.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  271.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  272.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  273.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  274.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  275.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  276.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  277.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  278.             'database_connection' => 'doctrine.dbal.default_connection',
  279.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  280.             'fos_elastica.client' => 'fos_elastica.client.default',
  281.             'fos_elastica.index' => 'fos_elastica.index.app_letters',
  282.             'fos_elastica.manager' => 'fos_elastica.manager.orm',
  283.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  284.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  285.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  286.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  287.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  288.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  289.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  290.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  291.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  292.         ];
  293.         $this->privates['service_container'] = function () {
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  300.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  301.             include_once \dirname(__DIR__4).'/src/Traits/FormDataForPutTrait.php';
  302.             include_once \dirname(__DIR__4).'/src/EventListener/DeserializeListener.php';
  303.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  304.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  305.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  306.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  307.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  308.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  309.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  311.             include_once \dirname(__DIR__4).'/src/Repository/ProductRepository.php';
  312.             include_once \dirname(__DIR__4).'/src/Repository/SubscriptionModelRepository.php';
  313.             include_once \dirname(__DIR__4).'/src/Repository/SubscriptionRepository.php';
  314.             include_once \dirname(__DIR__4).'/src/Service/UploadServiceInterface.php';
  315.             include_once \dirname(__DIR__4).'/src/Traits/SentryNotifyTrait.php';
  316.             include_once \dirname(__DIR__4).'/src/Service/FilesService.php';
  317.             include_once \dirname(__DIR__4).'/src/Service/CreditNoteFilesService.php';
  318.             include_once \dirname(__DIR__4).'/src/Service/DocumentFilesService.php';
  319.             include_once \dirname(__DIR__4).'/src/Service/DocumentUtils.php';
  320.             include_once \dirname(__DIR__4).'/src/Service/AssociateUtils.php';
  321.             include_once \dirname(__DIR__4).'/src/Service/EncryptorDataUtils.php';
  322.             include_once \dirname(__DIR__4).'/src/Service/FrontAppAPI.php';
  323.             include_once \dirname(__DIR__4).'/src/CustomInterface/PaymentInterface.php';
  324.             include_once \dirname(__DIR__4).'/src/Service/GocardlessAPI.php';
  325.             include_once \dirname(__DIR__4).'/src/Service/InvoiceFilesService.php';
  326.             include_once \dirname(__DIR__4).'/src/Service/LeadUtils.php';
  327.             include_once \dirname(__DIR__4).'/src/Service/LegalRepresentativeChecker.php';
  328.             include_once \dirname(__DIR__4).'/src/Service/LegalRepresentativeUtils.php';
  329.             include_once \dirname(__DIR__4).'/src/Service/OrganizationUtils.php';
  330.             include_once \dirname(__DIR__4).'/src/Service/PappersService.php';
  331.             include_once \dirname(__DIR__4).'/src/Service/PersonUtils.php';
  332.             include_once \dirname(__DIR__4).'/src/Service/QuoteFilesService.php';
  333.             include_once \dirname(__DIR__4).'/src/Service/S3ClientProvider.php';
  334.             include_once \dirname(__DIR__4).'/src/CustomInterface/SubscriptionUtilsInterface.php';
  335.             include_once \dirname(__DIR__4).'/src/Service/SubscriptionUtils.php';
  336.             include_once \dirname(__DIR__4).'/src/Service/UserChecker.php';
  337.             include_once \dirname(__DIR__4).'/src/Utils/AppUtils.php';
  338.             include_once \dirname(__DIR__4).'/src/Utils/InvoiceUtils.php';
  339.             include_once \dirname(__DIR__4).'/src/Utils/QuoteUtils.php';
  340.             include_once \dirname(__DIR__4).'/src/Utils/TranslationUtils.php';
  341.             include_once \dirname(__DIR__4).'/src/Evo/Domain/Core/PappersAdapterInterface.php';
  342.             include_once \dirname(__DIR__4).'/src/Evo/Infrastructure/Core/Adapter/PappersAdapter.php';
  343.             include_once \dirname(__DIR__4).'/src/Evo/Domain/Core/SignatureServiceInterface.php';
  344.             include_once \dirname(__DIR__4).'/src/Evo/Infrastructure/Core/Adapter/YousignAPIV3Adapter.php';
  345.             include_once \dirname(__DIR__4).'/src/Evo/Domain/Billing/Invoice/Repository/InvoiceRepositoryInterface.php';
  346.             include_once \dirname(__DIR__4).'/src/Evo/Infrastructure/Repository/InvoiceRepository.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  348.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  350.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  351.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  352.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  353.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  354.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  369.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  408.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  425.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  426.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  427.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  428.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  429.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  438.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  489.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  498.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  514.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  515.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  516.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  518.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  519.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/SQLLogger.php';
  520.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/DebugStack.php';
  521.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  522.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  523.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  524.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/LoggerChain.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  526.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  528.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  529.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  530.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  531.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  532.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  533.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  534.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  535.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  537.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  544.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  546.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  554.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  556.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  557.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  559.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  560.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  561.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  562.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  563.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  564.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  565.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  566.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  568.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  569.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  570.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  571.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  573.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  574.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  575.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  577.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  578.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  579.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  580.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  581.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  582.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  583.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  584.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  585.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  586.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  588.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  589.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  590.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  591.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  592.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  593.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  594.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  595.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  596.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  597.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  599.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  601.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  603.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  604.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  605.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  607.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  610.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  612.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  613.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  614.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  616.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  617.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  618.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  619.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  620.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  621.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  623.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  625.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  626.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  627.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  629.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  630.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  631.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  632.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  633.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  636.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  637.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddLinkHeaderListener.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Discovery.php';
  639.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  641.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  642.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  644.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  645.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  647.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  648.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  650.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  651.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  652.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  653.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  654.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
  655.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  657.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  658.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  659.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  660.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  661.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  662.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  663.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  664.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  665.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  666.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  667.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  668.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
  669.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  671.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php';
  672.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  673.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  674.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  675.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  676.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  677.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  678.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  679.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  680.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  681.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  682.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  684.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  685.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  686.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  687.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  688.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  689.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  690.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  691.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  692.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  693.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  694.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  695.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FlysystemStorage.php';
  696.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  697.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  698.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  699.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  700.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  701.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  702.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  703.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  704.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  705.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  706.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  707.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  708.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  709.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  710.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  711.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  712.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  713.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  714.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  715.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  717.             include_once \dirname(__DIR__4).'/vendor/nzo/url-encryptor-bundle/UrlEncryptor/UrlEncryptor.php';
  718.             include_once \dirname(__DIR__4).'/vendor/nzo/url-encryptor-bundle/Annotations/AnnotationResolver.php';
  719.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/AbstractLogger.php';
  720.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  721.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/HubInterface.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Debug/TraceableHub.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Hub.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/TokenProviderInterface.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/FactoryTokenProvider.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/TokenFactoryInterface.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/LcobucciFactory.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/HubRegistry.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/EventSubscriber/SetCookieSubscriber.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle/Redis/FactoryInterface.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle/Redis/Factory.php';
  736.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/ClientInterface.php';
  737.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Client.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle/Redis/ClientInterface.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle/Redis/Client.php';
  740.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  741.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  742.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  743.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  744.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  745.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  746.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  747.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/UrlSigner.php';
  748.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  749.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  750.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  751.             include_once \dirname(__DIR__4).'/vendor/league/flysystem-bundle/src/Lazy/LazyFactory.php';
  752.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  753.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  754.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DecoratorTrait.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/AsyncDecoratorTrait.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/RetryableHttpClient.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClientTrait.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/ScopingHttpClient.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/Retry/RetryStrategyInterface.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/Retry/GenericRetryStrategy.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  765.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  766.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV2.php';
  767.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisAdapter.php';
  769.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
  770.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV5.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  772.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  773.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  782.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  783.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  784.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  785.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  786.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  787.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  788.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  789.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  790.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  791.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  796.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  797.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  798.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  799.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  800.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  801.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  804.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  805.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  807.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  808.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  809.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  810.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  811.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  813.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  814.             include_once \dirname(__DIR__4).'/src/Serializer/CreditNoteNormalizer.php';
  815.             include_once \dirname(__DIR__4).'/src/Serializer/DocumentNormalizer.php';
  816.             include_once \dirname(__DIR__4).'/src/Serializer/InvoiceNormalizer.php';
  817.             include_once \dirname(__DIR__4).'/src/Serializer/LetterNormalizer.php';
  818.             include_once \dirname(__DIR__4).'/src/Serializer/LetterSignatureNormalizer.php';
  819.             include_once \dirname(__DIR__4).'/src/Serializer/OrganizationNormalizer.php';
  820.             include_once \dirname(__DIR__4).'/src/Serializer/QuoteNormalizer.php';
  821.             include_once \dirname(__DIR__4).'/src/Serializer/StoreNormalizer.php';
  822.             include_once \dirname(__DIR__4).'/src/Serializer/SubscriptionNormalizer.php';
  823.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  824.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  825.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  826.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  827.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  828.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  829.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  830.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  831.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  832.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  833.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  834.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  835.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  836.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/ValidationExceptionNormalizer.php';
  837.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/HttpExceptionNormalizer.php';
  838.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/RuntimeExceptionNormalizer.php';
  839.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/ErrorNormalizer.php';
  840.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  841.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  842.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  843.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  844.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  847.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  848.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  849.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  850.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/OperationContextTrait.php';
  851.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  852.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  853.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  854.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  855.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/ItemNormalizer.php';
  856.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  857.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  858.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  859.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  860.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  861.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  862.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  863.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  864.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  865.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  866.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  867.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  868.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  869.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  870.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  871.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  872.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  873.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  874.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/ObjectNormalizer.php';
  875.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  876.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  879.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  881.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  882.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  884.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  885.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  886.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  887.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  888.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  889.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  890.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  891.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  892.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  893.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  894.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  895.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  896.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  897.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  898.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  899.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  900.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  901.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  902.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  903.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  904.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
  905.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/DataCollector/MercureDataCollector.php';
  906.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  908.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  909.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  910.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  911.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  912.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  913.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  914.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  915.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  916.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  917.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  918.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  919.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  920.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  921.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  923.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  924.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  925.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  928.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  929.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  930.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  931.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  932.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  933.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  934.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  935.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  936.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  937.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  938.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  939.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  940.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  941.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  942.             include_once \dirname(__DIR__4).'/src/Service/NumberText.php';
  943.             include_once \dirname(__DIR__4).'/src/Utils/GocardlessEventUtils.php';
  944.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  945.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  946.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  947.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  948.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  949.             include_once \dirname(__DIR__4).'/vendor/nzo/url-encryptor-bundle/Twig/UrlEncryptorExtension.php';
  950.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  951.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  952.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  953.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  954.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  955.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  956.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  957.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  958.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Twig/MercureExtension.php';
  959.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Authorization.php';
  960.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  961.             include_once \dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/AbstractEnumTwigExtension.php';
  962.             include_once \dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/EnumConstantTwigExtension.php';
  963.             include_once \dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/EnumValuesAsArrayTwigExtension.php';
  964.             include_once \dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/ReadableEnumValueTwigExtension.php';
  965.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  966.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  967.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  968.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  969.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  971.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  972.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  973.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  978.         };
  979.     }
  980.     public function compile(): void
  981.     {
  982.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  983.     }
  984.     public function isCompiled(): bool
  985.     {
  986.         return true;
  987.     }
  988.     public function getRemovedIds(): array
  989.     {
  990.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  991.     }
  992.     protected function load($file$lazyLoad true)
  993.     {
  994.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  995.             return $class::do($this$lazyLoad);
  996.         }
  997.         if ('.' === $file[-4]) {
  998.             $class substr($class0, -4);
  999.         } else {
  1000.             $file .= '.php';
  1001.         }
  1002.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1003.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1004.     }
  1005.     protected function createProxy($class, \Closure $factory)
  1006.     {
  1007.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1008.         return $factory();
  1009.     }
  1010.     /**
  1011.      * Gets the public '.container.private.profiler' shared service.
  1012.      *
  1013.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1014.      */
  1015.     protected function get_Container_Private_ProfilerService()
  1016.     {
  1017.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1018.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1019.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1020.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1021.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1022.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1023.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1024.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1025.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1026.         $d->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1027.         $d->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1028.         $d->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  1029.         $d->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  1030.         $d->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  1031.         $d->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  1032.         $d->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  1033.         $d->addInstance('doctrine.result_cache_pool.traceable', ($this->privates['doctrine.result_cache_pool.traceable'] ?? $this->getDoctrine_ResultCachePool_TraceableService()));
  1034.         $d->addInstance('doctrine.system_cache_pool.traceable', ($this->privates['doctrine.system_cache_pool.traceable'] ?? $this->getDoctrine_SystemCachePool_TraceableService()));
  1035.         $d->addInstance('annotations.traceable', ($this->privates['annotations.traceable'] ?? $this->getAnnotations_TraceableService()));
  1036.         $d->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1037.         $d->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  1038.         $d->addInstance('api_platform.cache.route_name_resolver.traceable', ($this->privates['api_platform.cache.route_name_resolver.traceable'] ?? $this->getApiPlatform_Cache_RouteNameResolver_TraceableService()));
  1039.         $d->addInstance('api_platform.cache.metadata.resource.traceable', ($this->privates['api_platform.cache.metadata.resource.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_TraceableService()));
  1040.         $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()));
  1041.         $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()));
  1042.         $d->addInstance('api_platform.cache.subresource_operation_factory.traceable', ($this->privates['api_platform.cache.subresource_operation_factory.traceable'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactory_TraceableService()));
  1043.         $d->addInstance('api_platform.graphql.cache.subscription.traceable', ($this->privates['api_platform.graphql.cache.subscription.traceable'] ?? $this->getApiPlatform_Graphql_Cache_Subscription_TraceableService()));
  1044.         $d->addInstance('api_platform.cache.identifiers_extractor.traceable', ($this->privates['api_platform.cache.identifiers_extractor.traceable'] ?? $this->getApiPlatform_Cache_IdentifiersExtractor_TraceableService()));
  1045.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1046.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1047.         $e->registerClient('pennylane.client', ($this->privates['.debug.pennylane.client'] ?? $this->get_Debug_Pennylane_ClientService()));
  1048.         $e->registerClient('yousign.client', ($this->privates['.debug.yousign.client'] ?? $this->get_Debug_Yousign_ClientService()));
  1049.         $e->registerClient('yousign.client.production', ($this->privates['.debug.yousign.client.production'] ?? $this->get_Debug_Yousign_Client_ProductionService()));
  1050.         $e->registerClient('pappers.client', ($this->privates['.debug.pappers.client'] ?? $this->get_Debug_Pappers_ClientService()));
  1051.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  1052.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1053.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1054.         $g->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1055.         $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1056.         if ($this->has('kernel')) {
  1057.             $h->setKernel($b);
  1058.         }
  1059.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1060.         $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())));
  1061.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1062.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1063.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1064.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1065.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1066.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1067.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1068.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1069.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1070.         $instance->add($d);
  1071.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1072.         $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));
  1073.         $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())));
  1074.         $instance->add($e);
  1075.         $instance->add($f);
  1076.         $instance->add($g);
  1077.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1078.         $instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
  1079.         $instance->add(new \Symfony\Bundle\MercureBundle\DataCollector\MercureDataCollector(new RewindableGenerator(function () {
  1080.             yield 'default' => ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService());
  1081.         }, 1)));
  1082.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  1083.         $instance->add($h);
  1084.         return $instance;
  1085.     }
  1086.     /**
  1087.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1088.      *
  1089.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1090.      */
  1091.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1092.     {
  1093.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1094.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1095.             return $this->services['.container.private.security.authorization_checker'];
  1096.         }
  1097.         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);
  1098.     }
  1099.     /**
  1100.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1101.      *
  1102.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1103.      */
  1104.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1105.     {
  1106.         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())));
  1107.     }
  1108.     /**
  1109.      * Gets the public '.container.private.security.token_storage' shared service.
  1110.      *
  1111.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1112.      */
  1113.     protected function get_Container_Private_Security_TokenStorageService()
  1114.     {
  1115.         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, [
  1116.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1117.         ], [
  1118.             'request_stack' => '?',
  1119.         ]));
  1120.     }
  1121.     /**
  1122.      * Gets the public '.container.private.serializer' shared service.
  1123.      *
  1124.      * @return \Symfony\Component\Serializer\Serializer
  1125.      */
  1126.     protected function get_Container_Private_SerializerService()
  1127.     {
  1128.         $a = ($this->services['router'] ?? $this->getRouterService());
  1129.         if (isset($this->services['.container.private.serializer'])) {
  1130.             return $this->services['.container.private.serializer'];
  1131.         }
  1132.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1133.         if (isset($this->services['.container.private.serializer'])) {
  1134.             return $this->services['.container.private.serializer'];
  1135.         }
  1136.         $c = ($this->privates['App\\Utils\\InvoiceUtils'] ?? $this->getInvoiceUtilsService());
  1137.         if (isset($this->services['.container.private.serializer'])) {
  1138.             return $this->services['.container.private.serializer'];
  1139.         }
  1140.         $d = ($this->privates['App\\Service\\SubscriptionUtils'] ?? $this->getSubscriptionUtilsService());
  1141.         if (isset($this->services['.container.private.serializer'])) {
  1142.             return $this->services['.container.private.serializer'];
  1143.         }
  1144.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1145.         if (isset($this->services['.container.private.serializer'])) {
  1146.             return $this->services['.container.private.serializer'];
  1147.         }
  1148.         $f = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1149.         if (isset($this->services['.container.private.serializer'])) {
  1150.             return $this->services['.container.private.serializer'];
  1151.         }
  1152.         $g = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1153.         if (isset($this->services['.container.private.serializer'])) {
  1154.             return $this->services['.container.private.serializer'];
  1155.         }
  1156.         $h = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  1157.         if (isset($this->services['.container.private.serializer'])) {
  1158.             return $this->services['.container.private.serializer'];
  1159.         }
  1160.         $i = ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService());
  1161.         if (isset($this->services['.container.private.serializer'])) {
  1162.             return $this->services['.container.private.serializer'];
  1163.         }
  1164.         $j = ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService());
  1165.         if (isset($this->services['.container.private.serializer'])) {
  1166.             return $this->services['.container.private.serializer'];
  1167.         }
  1168.         $k = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  1169.         if (isset($this->services['.container.private.serializer'])) {
  1170.             return $this->services['.container.private.serializer'];
  1171.         }
  1172.         $l = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  1173.         if (isset($this->services['.container.private.serializer'])) {
  1174.             return $this->services['.container.private.serializer'];
  1175.         }
  1176.         $m = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  1177.         if (isset($this->services['.container.private.serializer'])) {
  1178.             return $this->services['.container.private.serializer'];
  1179.         }
  1180.         $n = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1181.         if (isset($this->services['.container.private.serializer'])) {
  1182.             return $this->services['.container.private.serializer'];
  1183.         }
  1184.         $o = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService'));
  1185.         if (isset($this->services['.container.private.serializer'])) {
  1186.             return $this->services['.container.private.serializer'];
  1187.         }
  1188.         $p = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1189.         if (isset($this->services['.container.private.serializer'])) {
  1190.             return $this->services['.container.private.serializer'];
  1191.         }
  1192.         $q = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  1193.         if (isset($this->services['.container.private.serializer'])) {
  1194.             return $this->services['.container.private.serializer'];
  1195.         }
  1196.         $r = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  1197.         if (isset($this->services['.container.private.serializer'])) {
  1198.             return $this->services['.container.private.serializer'];
  1199.         }
  1200.         $s = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1201.         $t = ($this->privates['App\\Service\\EncryptorDataUtils'] ?? $this->getEncryptorDataUtilsService());
  1202.         $u = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1203.         $v = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  1204.         $w = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$s$f)], [=> $v]));
  1205.         $x = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($w);
  1206.         $y = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1207.         $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));
  1208.         $aa = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1209.         $ba = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1210.         $ca = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  1211.         $da = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($ca);
  1212.         $ea = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($ca$aa$s$f$daNULL, [], $f);
  1213.         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 () {
  1214.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1215.         }, 1), $q), 28 => new \ApiPlatform\Core\GraphQl\Serializer\ItemNormalizer($g$h$o$m$ba$s$aa$ca$rfalseNULL, new RewindableGenerator(function () {
  1216.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1217.         }, 1), $y), 29 => new \ApiPlatform\Serializer\ItemNormalizer($g$h$o$ba$s$aa$ca$rfalseNULL, new RewindableGenerator(function () {
  1218.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1219.         }, 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')]);
  1220.     }
  1221.     /**
  1222.      * Gets the public '.container.private.session' shared service.
  1223.      *
  1224.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1225.      */
  1226.     protected function get_Container_Private_SessionService()
  1227.     {
  1228.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1229.         if (isset($this->services['.container.private.session'])) {
  1230.             return $this->services['.container.private.session'];
  1231.         }
  1232.         return $this->services['.container.private.session'] = $a->createSession();
  1233.     }
  1234.     /**
  1235.      * Gets the public '.container.private.twig' shared service.
  1236.      *
  1237.      * @return \Twig\Environment
  1238.      */
  1239.     protected function get_Container_Private_TwigService()
  1240.     {
  1241.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1242.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1243.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1244.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1245.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1246.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1247.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1248.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  1249.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  1250.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  1251.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  1252.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1253.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1254.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1255.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1256.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/Resources/views'), 'Mercure');
  1257.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/Resources/views'), '!Mercure');
  1258.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  1259.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  1260.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  1261.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1262.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1263.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1264.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1265.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1266.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1267.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1268.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1269.         $e = ($this->services['router'] ?? $this->getRouterService());
  1270.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1271.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1272.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1273.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1274.         $i = ($this->privates['Symfony\\Component\\Mercure\\HubRegistry'] ?? $this->getHubRegistryService());
  1275.         $j = new \Symfony\Bridge\Twig\AppVariable();
  1276.         $j->setEnvironment('dev');
  1277.         $j->setDebug(true);
  1278.         if ($this->has('.container.private.security.token_storage')) {
  1279.             $j->setTokenStorage($g);
  1280.         }
  1281.         if ($this->has('request_stack')) {
  1282.             $j->setRequestStack($f);
  1283.         }
  1284.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1285.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1286.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1287.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1288.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1289.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  1290.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  1291.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1292.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1293.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1294.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1295.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService())));
  1296.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  1297.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1298.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1299.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1300.         $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)));
  1301.         $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));
  1302.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  1303.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1304.         $instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
  1305.         $instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
  1306.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  1307.         $instance->addExtension(new \Nzo\UrlEncryptorBundle\Twig\UrlEncryptorExtension(($this->privates['nzo_url_encryptor'] ?? ($this->privates['nzo_url_encryptor'] = new \Nzo\UrlEncryptorBundle\UrlEncryptor\UrlEncryptor('$encryptagedigidom2020#''$encryptagedigidom2020Key#''')))));
  1308.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($e$c)));
  1309.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  1310.         $instance->addExtension(new \Symfony\Component\Mercure\Twig\MercureExtension($i, new \Symfony\Component\Mercure\Authorization($iNULL), $f));
  1311.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1312.         $instance->addExtension(new \Fresh\DoctrineEnumBundle\Twig\Extension\EnumConstantTwigExtension($this->parameters['doctrine.dbal.connection_factory.types']));
  1313.         $instance->addExtension(new \Fresh\DoctrineEnumBundle\Twig\Extension\EnumValuesAsArrayTwigExtension($this->parameters['doctrine.dbal.connection_factory.types']));
  1314.         $instance->addExtension(new \Fresh\DoctrineEnumBundle\Twig\Extension\ReadableEnumValueTwigExtension($this->parameters['doctrine.dbal.connection_factory.types']));
  1315.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1316.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  1317.         ], [
  1318.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  1319.         ])));
  1320.         $instance->addGlobal('app'$j);
  1321.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1322.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1323.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1324.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1325.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1326.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates''Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime''getUploaderExtensionRuntimeService'true],
  1327.         ], [
  1328.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1329.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1330.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1331.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1332.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  1333.         ])));
  1334.         $instance->addGlobal('uri_tunnel'$this->getEnv('URL_TUNNEL'));
  1335.         $instance->addGlobal('uri_gocardless_dashboard'$this->getEnv('GC_URL_DASHBOARD'));
  1336.         $instance->addGlobal('uri_stripe_dashboard'$this->getEnv('STRIPE_URL_DASHBOARD'));
  1337.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  1338.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  1339.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  1340.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1341.         return $instance;
  1342.     }
  1343.     /**
  1344.      * Gets the public '.container.private.validator' shared service.
  1345.      *
  1346.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1347.      */
  1348.     protected function get_Container_Private_ValidatorService()
  1349.     {
  1350.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1351.         if (isset($this->services['.container.private.validator'])) {
  1352.             return $this->services['.container.private.validator'];
  1353.         }
  1354.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1355.     }
  1356.     /**
  1357.      * Gets the public 'SymfonyBundles\RedisBundle\Redis\ClientInterface' shared service.
  1358.      *
  1359.      * @return \SymfonyBundles\RedisBundle\Redis\Client
  1360.      */
  1361.     protected function getClientInterfaceService()
  1362.     {
  1363.         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')], []);
  1364.     }
  1365.     /**
  1366.      * Gets the public 'cache.app' shared service.
  1367.      *
  1368.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1369.      */
  1370.     protected function getCache_AppService()
  1371.     {
  1372.         $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))));
  1373.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1374.         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));
  1375.     }
  1376.     /**
  1377.      * Gets the public 'cache.system' shared service.
  1378.      *
  1379.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1380.      */
  1381.     protected function getCache_SystemService()
  1382.     {
  1383.         $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))));
  1384.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1385.         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));
  1386.     }
  1387.     /**
  1388.      * Gets the public 'cache.validator_expression_language' shared service.
  1389.      *
  1390.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1391.      */
  1392.     protected function getCache_ValidatorExpressionLanguageService()
  1393.     {
  1394.         $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))));
  1395.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1396.         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));
  1397.     }
  1398.     /**
  1399.      * Gets the public 'doctrine' shared service.
  1400.      *
  1401.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1402.      */
  1403.     protected function getDoctrineService()
  1404.     {
  1405.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1406.     }
  1407.     /**
  1408.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1409.      *
  1410.      * @return \Doctrine\DBAL\Connection
  1411.      */
  1412.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1413.     {
  1414.         $a = new \Doctrine\DBAL\Configuration();
  1415.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1416.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1417.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1418.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1419.         $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()))]));
  1420.         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, [
  1421.             'App\\EventSubscriber\\Doctrine\\AssociateSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\AssociateSubscriber''getAssociateSubscriberService'true],
  1422.             'App\\EventSubscriber\\Doctrine\\CategorySubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\CategorySubscriber''getCategorySubscriberService'true],
  1423.             'App\\EventSubscriber\\Doctrine\\CommercialGestureSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\CommercialGestureSubscriber''getCommercialGestureSubscriberService'true],
  1424.             'App\\EventSubscriber\\Doctrine\\CreditNoteSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\CreditNoteSubscriber''getCreditNoteSubscriberService'true],
  1425.             'App\\EventSubscriber\\Doctrine\\DiscountCodeSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\DiscountCodeSubscriber''getDiscountCodeSubscriberService'true],
  1426.             'App\\EventSubscriber\\Doctrine\\DocumentSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\DocumentSubscriber''getDocumentSubscriberService'true],
  1427.             'App\\EventSubscriber\\Doctrine\\ItemSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\ItemSubscriber''getItemSubscriberService'true],
  1428.             'App\\EventSubscriber\\Doctrine\\LeadSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\LeadSubscriber''getLeadSubscriberService'true],
  1429.             'App\\EventSubscriber\\Doctrine\\LegalRepresentativeSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\LegalRepresentativeSubscriber''getLegalRepresentativeSubscriberService'true],
  1430.             'App\\EventSubscriber\\Doctrine\\LetterForwardSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\LetterForwardSubscriber''getLetterForwardSubscriberService'true],
  1431.             'App\\EventSubscriber\\Doctrine\\LetterSignatureSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\LetterSignatureSubscriber''getLetterSignatureSubscriberService'true],
  1432.             'App\\EventSubscriber\\Doctrine\\LetterSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\LetterSubscriber''getLetterSubscriberService'true],
  1433.             'App\\EventSubscriber\\Doctrine\\MandatarySubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\MandatarySubscriber''getMandatarySubscriberService'true],
  1434.             'App\\EventSubscriber\\Doctrine\\NotificationPreferenceSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\NotificationPreferenceSubscriber''getNotificationPreferenceSubscriberService'true],
  1435.             'App\\EventSubscriber\\Doctrine\\OrderSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\OrderSubscriber''getOrderSubscriberService'true],
  1436.             'App\\EventSubscriber\\Doctrine\\OrganizationSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\OrganizationSubscriber''getOrganizationSubscriberService'true],
  1437.             'App\\EventSubscriber\\Doctrine\\PackSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\PackSubscriber''getPackSubscriberService'true],
  1438.             'App\\EventSubscriber\\Doctrine\\PaymentSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\PaymentSubscriber''getPaymentSubscriberService'true],
  1439.             'App\\EventSubscriber\\Doctrine\\PersonSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\PersonSubscriber''getPersonSubscriberService'true],
  1440.             'App\\EventSubscriber\\Doctrine\\PostalAddressSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\PostalAddressSubscriber''getPostalAddressSubscriberService'true],
  1441.             'App\\EventSubscriber\\Doctrine\\PotentialCaseSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\PotentialCaseSubscriber''getPotentialCaseSubscriberService'true],
  1442.             'App\\EventSubscriber\\Doctrine\\ProductHistorySubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\ProductHistorySubscriber''getProductHistorySubscriberService'true],
  1443.             'App\\EventSubscriber\\Doctrine\\ProductSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\ProductSubscriber''getProductSubscriberService'true],
  1444.             'App\\EventSubscriber\\Doctrine\\QuoteSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\QuoteSubscriber''getQuoteSubscriberService'true],
  1445.             'App\\EventSubscriber\\Doctrine\\RefundSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\RefundSubscriber''getRefundSubscriberService'true],
  1446.             'App\\EventSubscriber\\Doctrine\\SubscriptionModelSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\SubscriptionModelSubscriber''getSubscriptionModelSubscriberService'true],
  1447.             'App\\EventSubscriber\\Doctrine\\SubscriptionSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\SubscriptionSubscriber''getSubscriptionSubscriberService'true],
  1448.             'App\\EventSubscriber\\Doctrine\\UserSubscriber' => ['privates''App\\EventSubscriber\\Doctrine\\UserSubscriber''getUserSubscriberService'true],
  1449.             'Evo\\Infrastructure\\DoctrineSubscriber\\InvoiceSubscriber' => ['privates''Evo\\Infrastructure\\DoctrineSubscriber\\InvoiceSubscriber''getInvoiceSubscriberService'true],
  1450.             'api_platform.doctrine.orm.listener.mercure.publish' => ['privates''api_platform.doctrine.orm.listener.mercure.publish''getApiPlatform_Doctrine_Orm_Listener_Mercure_PublishService'true],
  1451.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1452.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1453.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1454.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1455.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  1456.             'fos_elastica.listener.app_legalRepresentative.legalRepresentatives' => ['services''fos_elastica.listener.app_legalRepresentative.legalRepresentatives''getFosElastica_Listener_AppLegalRepresentative_LegalRepresentativesService'true],
  1457.             'fos_elastica.listener.app_letters.letterOCRIndexation' => ['privates''fos_elastica.listener.app_letters.letterOCRIndexation''getFosElastica_Listener_AppLetters_LetterOCRIndexationService'true],
  1458.             'fos_elastica.listener.app_organization.organization' => ['services''fos_elastica.listener.app_organization.organization''getFosElastica_Listener_AppOrganization_OrganizationService'true],
  1459.             'fos_elastica.listener.app_person.person' => ['services''fos_elastica.listener.app_person.person''getFosElastica_Listener_AppPerson_PersonService'true],
  1460.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  1461.             'vich_uploader.listener.clean.sector' => ['privates''vich_uploader.listener.clean.sector''getVichUploader_Listener_Clean_SectorService'true],
  1462.             'vich_uploader.listener.inject.letter' => ['privates''vich_uploader.listener.inject.letter''getVichUploader_Listener_Inject_LetterService'true],
  1463.             'vich_uploader.listener.inject.letter_signature' => ['privates''vich_uploader.listener.inject.letter_signature''getVichUploader_Listener_Inject_LetterSignatureService'true],
  1464.             'vich_uploader.listener.inject.sector' => ['privates''vich_uploader.listener.inject.sector''getVichUploader_Listener_Inject_SectorService'true],
  1465.             'vich_uploader.listener.remove.letter' => ['privates''vich_uploader.listener.remove.letter''getVichUploader_Listener_Remove_LetterService'true],
  1466.             'vich_uploader.listener.remove.letter_signature' => ['privates''vich_uploader.listener.remove.letter_signature''getVichUploader_Listener_Remove_LetterSignatureService'true],
  1467.             'vich_uploader.listener.remove.sector' => ['privates''vich_uploader.listener.remove.sector''getVichUploader_Listener_Remove_SectorService'true],
  1468.             'vich_uploader.listener.upload.document' => ['privates''vich_uploader.listener.upload.document''getVichUploader_Listener_Upload_DocumentService'true],
  1469.             'vich_uploader.listener.upload.letter' => ['privates''vich_uploader.listener.upload.letter''getVichUploader_Listener_Upload_LetterService'true],
  1470.             'vich_uploader.listener.upload.letter_signature' => ['privates''vich_uploader.listener.upload.letter_signature''getVichUploader_Listener_Upload_LetterSignatureService'true],
  1471.             'vich_uploader.listener.upload.sector' => ['privates''vich_uploader.listener.upload.sector''getVichUploader_Listener_Upload_SectorService'true],
  1472.         ], [
  1473.             'App\\EventSubscriber\\Doctrine\\AssociateSubscriber' => '?',
  1474.             'App\\EventSubscriber\\Doctrine\\CategorySubscriber' => '?',
  1475.             'App\\EventSubscriber\\Doctrine\\CommercialGestureSubscriber' => '?',
  1476.             'App\\EventSubscriber\\Doctrine\\CreditNoteSubscriber' => '?',
  1477.             'App\\EventSubscriber\\Doctrine\\DiscountCodeSubscriber' => '?',
  1478.             'App\\EventSubscriber\\Doctrine\\DocumentSubscriber' => '?',
  1479.             'App\\EventSubscriber\\Doctrine\\ItemSubscriber' => '?',
  1480.             'App\\EventSubscriber\\Doctrine\\LeadSubscriber' => '?',
  1481.             'App\\EventSubscriber\\Doctrine\\LegalRepresentativeSubscriber' => '?',
  1482.             'App\\EventSubscriber\\Doctrine\\LetterForwardSubscriber' => '?',
  1483.             'App\\EventSubscriber\\Doctrine\\LetterSignatureSubscriber' => '?',
  1484.             'App\\EventSubscriber\\Doctrine\\LetterSubscriber' => '?',
  1485.             'App\\EventSubscriber\\Doctrine\\MandatarySubscriber' => '?',
  1486.             'App\\EventSubscriber\\Doctrine\\NotificationPreferenceSubscriber' => '?',
  1487.             'App\\EventSubscriber\\Doctrine\\OrderSubscriber' => '?',
  1488.             'App\\EventSubscriber\\Doctrine\\OrganizationSubscriber' => '?',
  1489.             'App\\EventSubscriber\\Doctrine\\PackSubscriber' => '?',
  1490.             'App\\EventSubscriber\\Doctrine\\PaymentSubscriber' => '?',
  1491.             'App\\EventSubscriber\\Doctrine\\PersonSubscriber' => '?',
  1492.             'App\\EventSubscriber\\Doctrine\\PostalAddressSubscriber' => '?',
  1493.             'App\\EventSubscriber\\Doctrine\\PotentialCaseSubscriber' => '?',
  1494.             'App\\EventSubscriber\\Doctrine\\ProductHistorySubscriber' => '?',
  1495.             'App\\EventSubscriber\\Doctrine\\ProductSubscriber' => '?',
  1496.             'App\\EventSubscriber\\Doctrine\\QuoteSubscriber' => '?',
  1497.             'App\\EventSubscriber\\Doctrine\\RefundSubscriber' => '?',
  1498.             'App\\EventSubscriber\\Doctrine\\SubscriptionModelSubscriber' => '?',
  1499.             'App\\EventSubscriber\\Doctrine\\SubscriptionSubscriber' => '?',
  1500.             'App\\EventSubscriber\\Doctrine\\UserSubscriber' => '?',
  1501.             'Evo\\Infrastructure\\DoctrineSubscriber\\InvoiceSubscriber' => '?',
  1502.             'api_platform.doctrine.orm.listener.mercure.publish' => '?',
  1503.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1504.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1505.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1506.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1507.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  1508.             'fos_elastica.listener.app_legalRepresentative.legalRepresentatives' => '?',
  1509.             'fos_elastica.listener.app_letters.letterOCRIndexation' => '?',
  1510.             'fos_elastica.listener.app_organization.organization' => '?',
  1511.             'fos_elastica.listener.app_person.person' => '?',
  1512.             'stof_doctrine_extensions.listener.timestampable' => '?',
  1513.             'vich_uploader.listener.clean.sector' => '?',
  1514.             'vich_uploader.listener.inject.letter' => '?',
  1515.             'vich_uploader.listener.inject.letter_signature' => '?',
  1516.             'vich_uploader.listener.inject.sector' => '?',
  1517.             'vich_uploader.listener.remove.letter' => '?',
  1518.             'vich_uploader.listener.remove.letter_signature' => '?',
  1519.             'vich_uploader.listener.remove.sector' => '?',
  1520.             'vich_uploader.listener.upload.document' => '?',
  1521.             'vich_uploader.listener.upload.letter' => '?',
  1522.             'vich_uploader.listener.upload.letter_signature' => '?',
  1523.             'vich_uploader.listener.upload.sector' => '?',
  1524.         ]), [=> '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_letters.letterOCRIndexation'], 51 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.app_letters.letterOCRIndexation'], 52 => [=> [=> 'preRemove'], => 'fos_elastica.listener.app_letters.letterOCRIndexation'], 53 => [=> [=> 'postFlush'], => 'fos_elastica.listener.app_letters.letterOCRIndexation'], 54 => [=> [=> 'postPersist'], => 'fos_elastica.listener.app_person.person'], 55 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.app_person.person'], 56 => [=> [=> 'preRemove'], => 'fos_elastica.listener.app_person.person'], 57 => [=> [=> 'postFlush'], => 'fos_elastica.listener.app_person.person'], 58 => [=> [=> 'postPersist'], => 'fos_elastica.listener.app_organization.organization'], 59 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.app_organization.organization'], 60 => [=> [=> 'preRemove'], => 'fos_elastica.listener.app_organization.organization'], 61 => [=> [=> 'postFlush'], => 'fos_elastica.listener.app_organization.organization'], 62 => [=> [=> 'postPersist'], => 'fos_elastica.listener.app_legalRepresentative.legalRepresentatives'], 63 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.app_legalRepresentative.legalRepresentatives'], 64 => [=> [=> 'preRemove'], => 'fos_elastica.listener.app_legalRepresentative.legalRepresentatives'], 65 => [=> [=> 'postFlush'], => 'fos_elastica.listener.app_legalRepresentative.legalRepresentatives']]), ['enum' => 'string']);
  1525.     }
  1526.     /**
  1527.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1528.      *
  1529.      * @return \Doctrine\ORM\EntityManager
  1530.      */
  1531.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1532.     {
  1533.         if ($lazyLoad) {
  1534.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1535.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1536.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1537.                     $proxy->setProxyInitializer(null);
  1538.                     return true;
  1539.                 });
  1540.             });
  1541.         }
  1542.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1543.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1544.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1545.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1546.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1547.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1548.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php';
  1549.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1550.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1551.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1552.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1553.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1554.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1555.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1556.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1557.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1558.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1559.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1560.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1561.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1562.         $a = new \Doctrine\ORM\Configuration();
  1563.         $b = ($this->privates['doctrine.system_cache_provider'] ?? $this->getDoctrine_SystemCacheProviderService());
  1564.         $c = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1565.         $d = ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService());
  1566.         $c->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'Evo\\Infrastructure\\MappingORM');
  1567.         $c->addDriver($d'Vich\\UploaderBundle\\Entity');
  1568.         $c->addDriver($d'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  1569.         $a->setEntityNamespaces(['Evo' => 'Evo\\Infrastructure\\MappingORM''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity''GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity']);
  1570.         $a->setMetadataCache(\Doctrine\Common\Cache\Psr6\CacheAdapter::wrap($b));
  1571.         $a->setQueryCacheImpl($b);
  1572.         $a->setResultCacheImpl(($this->privates['doctrine.result_cache_provider'] ?? $this->getDoctrine_ResultCacheProviderService()));
  1573.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($c, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1574.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1575.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1576.         ], [
  1577.             'doctrine.ulid_generator' => '?',
  1578.             'doctrine.uuid_generator' => '?',
  1579.         ])));
  1580.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1581.         $a->setProxyNamespace('Proxies');
  1582.         $a->setAutoGenerateProxyClasses(true);
  1583.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1584.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1585.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1586.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1587.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1588.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1589.             'App\\Repository\\AWSSyncRepository' => ['privates''App\\Repository\\AWSSyncRepository''getAWSSyncRepositoryService'true],
  1590.             'App\\Repository\\AccountantRepository' => ['privates''App\\Repository\\AccountantRepository''getAccountantRepositoryService'true],
  1591.             'App\\Repository\\ActivityDomainRepository' => ['privates''App\\Repository\\ActivityDomainRepository''getActivityDomainRepositoryService'true],
  1592.             'App\\Repository\\ActivityLogRepository' => ['privates''App\\Repository\\ActivityLogRepository''getActivityLogRepositoryService'true],
  1593.             'App\\Repository\\ActivitySubdomainRepository' => ['privates''App\\Repository\\ActivitySubdomainRepository''getActivitySubdomainRepositoryService'true],
  1594.             'App\\Repository\\AssociateRepository' => ['privates''App\\Repository\\AssociateRepository''getAssociateRepositoryService'true],
  1595.             'App\\Repository\\AuditorRepository' => ['privates''App\\Repository\\AuditorRepository''getAuditorRepositoryService'true],
  1596.             'App\\Repository\\CMSArticleRepository' => ['privates''App\\Repository\\CMSArticleRepository''getCMSArticleRepositoryService'true],
  1597.             'App\\Repository\\CMSCategoryRepository' => ['privates''App\\Repository\\CMSCategoryRepository''getCMSCategoryRepositoryService'true],
  1598.             'App\\Repository\\CMSSlugRepository' => ['privates''App\\Repository\\CMSSlugRepository''getCMSSlugRepositoryService'true],
  1599.             'App\\Repository\\CategoryRepository' => ['privates''App\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1600.             'App\\Repository\\CommercialGestureRepository' => ['privates''App\\Repository\\CommercialGestureRepository''getCommercialGestureRepositoryService'true],
  1601.             'App\\Repository\\CreditNoteRepository' => ['privates''App\\Repository\\CreditNoteRepository''getCreditNoteRepositoryService'true],
  1602.             'App\\Repository\\CustomerIoEventRepository' => ['privates''App\\Repository\\CustomerIoEventRepository''getCustomerIoEventRepositoryService'true],
  1603.             'App\\Repository\\DiscountCodeRepository' => ['privates''App\\Repository\\DiscountCodeRepository''getDiscountCodeRepositoryService'true],
  1604.             'App\\Repository\\DocumentRejectionMessageRepository' => ['privates''App\\Repository\\DocumentRejectionMessageRepository''getDocumentRejectionMessageRepositoryService'true],
  1605.             'App\\Repository\\DocumentRepository' => ['privates''App\\Repository\\DocumentRepository''getDocumentRepositoryService'true],
  1606.             'App\\Repository\\GocardlessEventRepository' => ['privates''App\\Repository\\GocardlessEventRepository''getGocardlessEventRepositoryService'true],
  1607.             'App\\Repository\\IbmlOrganizationConfigurationRepository' => ['privates''App\\Repository\\IbmlOrganizationConfigurationRepository''getIbmlOrganizationConfigurationRepositoryService'true],
  1608.             'App\\Repository\\InvoiceItemRepository' => ['privates''App\\Repository\\InvoiceItemRepository''getInvoiceItemRepositoryService'true],
  1609.             'App\\Repository\\LeadRepository' => ['privates''App\\Repository\\LeadRepository''getLeadRepositoryService'true],
  1610.             'App\\Repository\\LegalRepresentativeRepository' => ['privates''App\\Repository\\LegalRepresentativeRepository''getLegalRepresentativeRepositoryService'true],
  1611.             'App\\Repository\\LetterForwardRepository' => ['privates''App\\Repository\\LetterForwardRepository''getLetterForwardRepositoryService'true],
  1612.             'App\\Repository\\LetterRepository' => ['privates''App\\Repository\\LetterRepository''getLetterRepositoryService'true],
  1613.             'App\\Repository\\MandataryRepository' => ['privates''App\\Repository\\MandataryRepository''getMandataryRepositoryService'true],
  1614.             'App\\Repository\\MessageRepository' => ['privates''App\\Repository\\MessageRepository''getMessageRepositoryService'true],
  1615.             'App\\Repository\\NotificationPreferenceRepository' => ['privates''App\\Repository\\NotificationPreferenceRepository''getNotificationPreferenceRepositoryService'true],
  1616.             'App\\Repository\\OrderRepository' => ['privates''App\\Repository\\OrderRepository''getOrderRepositoryService'true],
  1617.             'App\\Repository\\OrganizationRepository' => ['privates''App\\Repository\\OrganizationRepository''getOrganizationRepositoryService'true],
  1618.             'App\\Repository\\OrganizationSectorRepository' => ['privates''App\\Repository\\OrganizationSectorRepository''getOrganizationSectorRepositoryService'true],
  1619.             'App\\Repository\\PackRepository' => ['privates''App\\Repository\\PackRepository''getPackRepositoryService'true],
  1620.             'App\\Repository\\PaymentRepository' => ['privates''App\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1621.             'App\\Repository\\PersonRepository' => ['privates''App\\Repository\\PersonRepository''getPersonRepositoryService'true],
  1622.             'App\\Repository\\PostalAddressRepository' => ['privates''App\\Repository\\PostalAddressRepository''getPostalAddressRepositoryService'true],
  1623.             'App\\Repository\\PotentialCaseRepository' => ['privates''App\\Repository\\PotentialCaseRepository''getPotentialCaseRepositoryService'true],
  1624.             'App\\Repository\\PrescriberSourceRepository' => ['privates''App\\Repository\\PrescriberSourceRepository''getPrescriberSourceRepositoryService'true],
  1625.             'App\\Repository\\ProcessYousignRepository' => ['privates''App\\Repository\\ProcessYousignRepository''getProcessYousignRepositoryService'true],
  1626.             'App\\Repository\\ProductRepository' => ['privates''App\\Repository\\ProductRepository''getProductRepositoryService'false],
  1627.             'App\\Repository\\ProfessionDetailRepository' => ['privates''App\\Repository\\ProfessionDetailRepository''getProfessionDetailRepositoryService'true],
  1628.             'App\\Repository\\ProfessionTypeRepository' => ['privates''App\\Repository\\ProfessionTypeRepository''getProfessionTypeRepositoryService'true],
  1629.             'App\\Repository\\PromoCodeHistoryRepository' => ['privates''App\\Repository\\PromoCodeHistoryRepository''getPromoCodeHistoryRepositoryService'true],
  1630.             'App\\Repository\\QuoteRepository' => ['privates''App\\Repository\\QuoteRepository''getQuoteRepositoryService'true],
  1631.             'App\\Repository\\ReasonRIBInactiveRepository' => ['privates''App\\Repository\\ReasonRIBInactiveRepository''getReasonRIBInactiveRepositoryService'true],
  1632.             'App\\Repository\\ReasonUnpaidRepository' => ['privates''App\\Repository\\ReasonUnpaidRepository''getReasonUnpaidRepositoryService'true],
  1633.             'App\\Repository\\RefundRepository' => ['privates''App\\Repository\\RefundRepository''getRefundRepositoryService'true],
  1634.             'App\\Repository\\RiskyCountryRepository' => ['privates''App\\Repository\\RiskyCountryRepository''getRiskyCountryRepositoryService'true],
  1635.             'App\\Repository\\SectorRepository' => ['privates''App\\Repository\\SectorRepository''getSectorRepositoryService'true],
  1636.             'App\\Repository\\ServiceRepository' => ['privates''App\\Repository\\ServiceRepository''getServiceRepositoryService'true],
  1637.             'App\\Repository\\SignatureRepository' => ['privates''App\\Repository\\SignatureRepository''getSignatureRepositoryService'true],
  1638.             'App\\Repository\\StoreRepository' => ['privates''App\\Repository\\StoreRepository''getStoreRepositoryService'true],
  1639.             'App\\Repository\\SubscriptionModelRepository' => ['privates''App\\Repository\\SubscriptionModelRepository''getSubscriptionModelRepositoryService'false],
  1640.             'App\\Repository\\SubscriptionRepository' => ['privates''App\\Repository\\SubscriptionRepository''getSubscriptionRepositoryService'false],
  1641.             'App\\Repository\\TaskRepository' => ['privates''App\\Repository\\TaskRepository''getTaskRepositoryService'true],
  1642.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  1643.             'App\\Repository\\UserUTMRepository' => ['privates''App\\Repository\\UserUTMRepository''getUserUTMRepositoryService'true],
  1644.             'Evo\\Infrastructure\\Repository\\BALRepository' => ['privates''Evo\\Infrastructure\\Repository\\BALRepository''getBALRepositoryService'true],
  1645.             'Evo\\Infrastructure\\Repository\\DiscountConfigurationRepository' => ['privates''Evo\\Infrastructure\\Repository\\DiscountConfigurationRepository''getDiscountConfigurationRepositoryService'true],
  1646.             'Evo\\Infrastructure\\Repository\\InvoiceRepository' => ['privates''Evo\\Infrastructure\\Repository\\InvoiceRepository''getInvoiceRepositoryService'false],
  1647.             'Evo\\Infrastructure\\Repository\\PappersActivityLogWrapperRepository' => ['privates''Evo\\Infrastructure\\Repository\\PappersActivityLogWrapperRepository''getPappersActivityLogWrapperRepositoryService'true],
  1648.         ], [
  1649.             'App\\Repository\\AWSSyncRepository' => '?',
  1650.             'App\\Repository\\AccountantRepository' => '?',
  1651.             'App\\Repository\\ActivityDomainRepository' => '?',
  1652.             'App\\Repository\\ActivityLogRepository' => '?',
  1653.             'App\\Repository\\ActivitySubdomainRepository' => '?',
  1654.             'App\\Repository\\AssociateRepository' => '?',
  1655.             'App\\Repository\\AuditorRepository' => '?',
  1656.             'App\\Repository\\CMSArticleRepository' => '?',
  1657.             'App\\Repository\\CMSCategoryRepository' => '?',
  1658.             'App\\Repository\\CMSSlugRepository' => '?',
  1659.             'App\\Repository\\CategoryRepository' => '?',
  1660.             'App\\Repository\\CommercialGestureRepository' => '?',
  1661.             'App\\Repository\\CreditNoteRepository' => '?',
  1662.             'App\\Repository\\CustomerIoEventRepository' => '?',
  1663.             'App\\Repository\\DiscountCodeRepository' => '?',
  1664.             'App\\Repository\\DocumentRejectionMessageRepository' => '?',
  1665.             'App\\Repository\\DocumentRepository' => '?',
  1666.             'App\\Repository\\GocardlessEventRepository' => '?',
  1667.             'App\\Repository\\IbmlOrganizationConfigurationRepository' => '?',
  1668.             'App\\Repository\\InvoiceItemRepository' => '?',
  1669.             'App\\Repository\\LeadRepository' => '?',
  1670.             'App\\Repository\\LegalRepresentativeRepository' => '?',
  1671.             'App\\Repository\\LetterForwardRepository' => '?',
  1672.             'App\\Repository\\LetterRepository' => '?',
  1673.             'App\\Repository\\MandataryRepository' => '?',
  1674.             'App\\Repository\\MessageRepository' => '?',
  1675.             'App\\Repository\\NotificationPreferenceRepository' => '?',
  1676.             'App\\Repository\\OrderRepository' => '?',
  1677.             'App\\Repository\\OrganizationRepository' => '?',
  1678.             'App\\Repository\\OrganizationSectorRepository' => '?',
  1679.             'App\\Repository\\PackRepository' => '?',
  1680.             'App\\Repository\\PaymentRepository' => '?',
  1681.             'App\\Repository\\PersonRepository' => '?',
  1682.             'App\\Repository\\PostalAddressRepository' => '?',
  1683.             'App\\Repository\\PotentialCaseRepository' => '?',
  1684.             'App\\Repository\\PrescriberSourceRepository' => '?',
  1685.             'App\\Repository\\ProcessYousignRepository' => '?',
  1686.             'App\\Repository\\ProductRepository' => '?',
  1687.             'App\\Repository\\ProfessionDetailRepository' => '?',
  1688.             'App\\Repository\\ProfessionTypeRepository' => '?',
  1689.             'App\\Repository\\PromoCodeHistoryRepository' => '?',
  1690.             'App\\Repository\\QuoteRepository' => '?',
  1691.             'App\\Repository\\ReasonRIBInactiveRepository' => '?',
  1692.             'App\\Repository\\ReasonUnpaidRepository' => '?',
  1693.             'App\\Repository\\RefundRepository' => '?',
  1694.             'App\\Repository\\RiskyCountryRepository' => '?',
  1695.             'App\\Repository\\SectorRepository' => '?',
  1696.             'App\\Repository\\ServiceRepository' => '?',
  1697.             'App\\Repository\\SignatureRepository' => '?',
  1698.             'App\\Repository\\StoreRepository' => '?',
  1699.             'App\\Repository\\SubscriptionModelRepository' => '?',
  1700.             'App\\Repository\\SubscriptionRepository' => '?',
  1701.             'App\\Repository\\TaskRepository' => '?',
  1702.             'App\\Repository\\UserRepository' => '?',
  1703.             'App\\Repository\\UserUTMRepository' => '?',
  1704.             'Evo\\Infrastructure\\Repository\\BALRepository' => '?',
  1705.             'Evo\\Infrastructure\\Repository\\DiscountConfigurationRepository' => '?',
  1706.             'Evo\\Infrastructure\\Repository\\InvoiceRepository' => '?',
  1707.             'Evo\\Infrastructure\\Repository\\PappersActivityLogWrapperRepository' => '?',
  1708.         ])));
  1709.         $a->addCustomStringFunction('FIRST''App\\DBAL\\FirstResultDbal');
  1710.         $a->addCustomStringFunction('REGEXP_REPLACE''App\\DQL\\RegexpReplaceFunction');
  1711.         $a->addCustomDatetimeFunction('DATE_FORMAT''App\\DQL\\DateFormatFunction');
  1712.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1713.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1714.         return $instance;
  1715.     }
  1716.     /**
  1717.      * Gets the public 'event_dispatcher' shared service.
  1718.      *
  1719.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1720.      */
  1721.     protected function getEventDispatcherService()
  1722.     {
  1723.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1724.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1725.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1726.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1727.         $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())));
  1728.         $instance->addListener('kernel.request', [=> function () {
  1729.             return ($this->privates['App\\EventListener\\DeserializeListener'] ?? $this->getDeserializeListenerService());
  1730.         }, => 'onKernelRequest'], 2);
  1731.         $instance->addListener('vich_uploader.pre_upload', [=> function () {
  1732.             return ($this->privates['App\\EventListener\\DocumentUploadListener'] ?? $this->load('getDocumentUploadListenerService'));
  1733.         }, => 'onVichUploaderPreUpload'], 0);
  1734.         $instance->addListener('vich_uploader.post_upload', [=> function () {
  1735.             return ($this->privates['App\\EventListener\\DocumentUploadListener'] ?? $this->load('getDocumentUploadListenerService'));
  1736.         }, => 'onVichUploaderPostUpload'], 0);
  1737.         $instance->addListener('kernel.exception', [=> function () {
  1738.             return ($this->privates['App\\EventListener\\ExceptionListener'] ?? ($this->privates['App\\EventListener\\ExceptionListener'] = new \App\EventListener\ExceptionListener()));
  1739.         }, => 'onKernelException'], 0);
  1740.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  1741.             return ($this->privates['App\\EventListener\\JWTAuthenticatedListener'] ?? ($this->privates['App\\EventListener\\JWTAuthenticatedListener'] = new \App\EventListener\JWTAuthenticatedListener($this->getEnv('int:JWT_TOKEN_TTL'))));
  1742.         }, => 'onAuthenticationSuccessResponse'], 0);
  1743.         $instance->addListener('kernel.controller', [=> function () {
  1744.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1745.         }, => 'onKernelController'], 0);
  1746.         $instance->addListener('kernel.request', [=> function () {
  1747.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1748.         }, => 'onKernelRequest'], 28);
  1749.         $instance->addListener('kernel.view', [=> function () {
  1750.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1751.         }, => 'onKernelView'], 16);
  1752.         $instance->addListener('kernel.view', [=> function () {
  1753.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1754.         }, => 'onKernelView'], 8);
  1755.         $instance->addListener('kernel.exception', [=> function () {
  1756.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1757.         }, => 'onKernelException'], 0);
  1758.         $instance->addListener('kernel.exception', [=> function () {
  1759.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1760.         }, => 'onKernelException'], -96);
  1761.         $instance->addListener('kernel.view', [=> function () {
  1762.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  1763.         }, => 'onKernelView'], 32);
  1764.         $instance->addListener('kernel.request', [=> function () {
  1765.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  1766.         }, => 'onKernelRequest'], 4);
  1767.         $instance->addListener('kernel.response', [=> function () {
  1768.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1769.         }, => 'onKernelResponse'], 0);
  1770.         $instance->addListener('kernel.response', [=> function () {
  1771.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1772.         }, => 'onKernelResponse'], -1);
  1773.         $instance->addListener('kernel.view', [=> function () {
  1774.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1775.         }, => 'onKernelView'], 64);
  1776.         $instance->addListener('kernel.request', [=> function () {
  1777.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1778.         }, => 'onKernelRequest'], 16);
  1779.         $instance->addListener('kernel.response', [=> function () {
  1780.             return ($this->privates['api_platform.mercure.listener.response.add_link_header'] ?? $this->getApiPlatform_Mercure_Listener_Response_AddLinkHeaderService());
  1781.         }, => 'onKernelResponse'], 0);
  1782.         $instance->addListener('kernel.request', [=> function () {
  1783.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1784.         }, => 'onSecurity'], 3);
  1785.         $instance->addListener('kernel.request', [=> function () {
  1786.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1787.         }, => 'onSecurityPostDenormalize'], 1);
  1788.         $instance->addListener('kernel.view', [=> function () {
  1789.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1790.         }, => 'onSecurityPostValidation'], 63);
  1791.         $instance->addListener('console.command', [=> function () {
  1792.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1793.         }, => 'handleConsoleCommandEvent'], 128);
  1794.         $instance->addListener('console.terminate', [=> function () {
  1795.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1796.         }, => 'handleConsoleTerminateEvent'], -64);
  1797.         $instance->addListener('console.error', [=> function () {
  1798.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1799.         }, => 'handleConsoleErrorEvent'], -64);
  1800.         $instance->addListener('kernel.exception', [=> function () {
  1801.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->load('getErrorListenerService'));
  1802.         }, => 'handleExceptionEvent'], 128);
  1803.         $instance->addListener('kernel.request', [=> function () {
  1804.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1805.         }, => 'handleKernelRequestEvent'], 5);
  1806.         $instance->addListener('kernel.controller', [=> function () {
  1807.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1808.         }, => 'handleKernelControllerEvent'], 10);
  1809.         $instance->addListener('kernel.request', [=> function () {
  1810.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1811.         }, => 'handleKernelRequestEvent'], 3);
  1812.         $instance->addListener('kernel.finish_request', [=> function () {
  1813.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1814.         }, => 'handleKernelFinishRequestEvent'], 5);
  1815.         $instance->addListener('kernel.request', [=> function () {
  1816.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1817.         }, => 'handleKernelRequestEvent'], 4);
  1818.         $instance->addListener('kernel.response', [=> function () {
  1819.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1820.         }, => 'handleKernelResponseEvent'], 15);
  1821.         $instance->addListener('kernel.terminate', [=> function () {
  1822.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1823.         }, => 'handleKernelTerminateEvent'], 5);
  1824.         $instance->addListener('kernel.request', [=> function () {
  1825.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1826.         }, => 'handleKernelRequestEvent'], 2);
  1827.         $instance->addListener('kernel.finish_request', [=> function () {
  1828.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1829.         }, => 'handleKernelFinishRequestEvent'], 10);
  1830.         $instance->addListener('kernel.response', [=> function () {
  1831.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1832.         }, => 'handleKernelResponseEvent'], 15);
  1833.         $instance->addListener('console.command', [=> function () {
  1834.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  1835.         }, => 'handleConsoleCommandEvent'], 118);
  1836.         $instance->addListener('console.terminate', [=> function () {
  1837.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  1838.         }, => 'handleConsoleTerminateEvent'], -54);
  1839.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1840.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
  1841.         }, => 'handleWorkerMessageFailedEvent'], 50);
  1842.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1843.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
  1844.         }, => 'handleWorkerMessageHandledEvent'], 50);
  1845.         $instance->addListener('kernel.request', [=> function () {
  1846.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  1847.         }, => 'handleKernelRequestEvent'], 0);
  1848.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1849.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  1850.         }, => 'handleLoginSuccessEvent'], 0);
  1851.         $instance->addListener('kernel.request', [=> function () {
  1852.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1853.         }, => 'onKernelRequest'], 250);
  1854.         $instance->addListener('kernel.response', [=> function () {
  1855.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1856.         }, => 'onKernelResponse'], 0);
  1857.         $instance->addListener('kernel.response', [=> function () {
  1858.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1859.         }, => 'onResponse'], -10);
  1860.         $instance->addListener('kernel.controller', [=> function () {
  1861.             return ($this->privates['nzo.annotation_resolver'] ?? $this->getNzo_AnnotationResolverService());
  1862.         }, => 'onKernelController'], 0);
  1863.         $instance->addListener('elastica.index.index_post_populate', [=> function () {
  1864.             return ($this->privates['fos_elastica.populate_listener'] ?? $this->load('getFosElastica_PopulateListenerService'));
  1865.         }, => 'onPostIndexPopulate'], -9999);
  1866.         $instance->addListener('kernel.terminate', [=> function () {
  1867.             return ($this->services['fos_elastica.listener.app_person.person'] ?? $this->load('getFosElastica_Listener_AppPerson_PersonService'));
  1868.         }, => 'onTerminate'], 0);
  1869.         $instance->addListener('console.terminate', [=> function () {
  1870.             return ($this->services['fos_elastica.listener.app_person.person'] ?? $this->load('getFosElastica_Listener_AppPerson_PersonService'));
  1871.         }, => 'onTerminate'], 0);
  1872.         $instance->addListener('kernel.terminate', [=> function () {
  1873.             return ($this->services['fos_elastica.listener.app_organization.organization'] ?? $this->load('getFosElastica_Listener_AppOrganization_OrganizationService'));
  1874.         }, => 'onTerminate'], 0);
  1875.         $instance->addListener('console.terminate', [=> function () {
  1876.             return ($this->services['fos_elastica.listener.app_organization.organization'] ?? $this->load('getFosElastica_Listener_AppOrganization_OrganizationService'));
  1877.         }, => 'onTerminate'], 0);
  1878.         $instance->addListener('kernel.terminate', [=> function () {
  1879.             return ($this->services['fos_elastica.listener.app_legalRepresentative.legalRepresentatives'] ?? $this->load('getFosElastica_Listener_AppLegalRepresentative_LegalRepresentativesService'));
  1880.         }, => 'onTerminate'], 0);
  1881.         $instance->addListener('console.terminate', [=> function () {
  1882.             return ($this->services['fos_elastica.listener.app_legalRepresentative.legalRepresentatives'] ?? $this->load('getFosElastica_Listener_AppLegalRepresentative_LegalRepresentativesService'));
  1883.         }, => 'onTerminate'], 0);
  1884.         $instance->addListener('kernel.request', [=> function () {
  1885.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1886.         }, => 'onKernelRequest'], 0);
  1887.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  1888.             return ($this->privates['gesdinet.jwtrefreshtoken.send_token'] ?? $this->load('getGesdinet_Jwtrefreshtoken_SendTokenService'));
  1889.         }, => 'attachRefreshToken'], 0);
  1890.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1891.             return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->load('getLogoutEventListenerService'));
  1892.         }, => 'onLogout'], 0);
  1893.         $instance->addListener('kernel.exception', [=> function () {
  1894.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListener2Service'));
  1895.         }, => 'onKernelException'], -64);
  1896.         $instance->addListener('kernel.view', [=> function () {
  1897.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  1898.         }, => 'onKernelView'], 0);
  1899.         $instance->addListener('subscription.changed', [=> function () {
  1900.             return ($this->privates['App\\EventSubscriber\\SubscriberChangedSubscriber'] ?? $this->load('getSubscriberChangedSubscriberService'));
  1901.         }, => 'onSubscriberChanged'], 0);
  1902.         $instance->addListener('kernel.view', [=> function () {
  1903.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriber2Service'));
  1904.         }, => 'onWrite'], 31);
  1905.         $instance->addListener('kernel.exception', [=> function () {
  1906.             return ($this->privates['Evo\\Application\\Payload\\Listener\\PayloadValidationListener'] ?? $this->load('getPayloadValidationListenerService'));
  1907.         }, => 'onException'], 0);
  1908.         $instance->addListener('kernel.response', [=> function () {
  1909.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1910.         }, => 'onKernelResponse'], 0);
  1911.         $instance->addListener('kernel.response', [=> function () {
  1912.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1913.         }, => 'onKernelResponse'], -1024);
  1914.         $instance->addListener('kernel.request', [=> function () {
  1915.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1916.         }, => 'setDefaultLocale'], 100);
  1917.         $instance->addListener('kernel.request', [=> function () {
  1918.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1919.         }, => 'onKernelRequest'], 16);
  1920.         $instance->addListener('kernel.finish_request', [=> function () {
  1921.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1922.         }, => 'onKernelFinishRequest'], 0);
  1923.         $instance->addListener('kernel.request', [=> function () {
  1924.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1925.         }, => 'onKernelRequest'], 256);
  1926.         $instance->addListener('kernel.response', [=> function () {
  1927.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1928.         }, => 'onResponse'], -255);
  1929.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1930.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener3Service());
  1931.         }, => 'onControllerArguments'], 0);
  1932.         $instance->addListener('kernel.exception', [=> function () {
  1933.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener3Service());
  1934.         }, => 'logKernelException'], 0);
  1935.         $instance->addListener('kernel.exception', [=> function () {
  1936.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener3Service());
  1937.         }, => 'onKernelException'], -128);
  1938.         $instance->addListener('kernel.response', [=> function () {
  1939.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener3Service());
  1940.         }, => 'removeCspHeader'], -128);
  1941.         $instance->addListener('kernel.request', [=> function () {
  1942.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1943.         }, => 'onKernelRequest'], 15);
  1944.         $instance->addListener('kernel.finish_request', [=> function () {
  1945.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1946.         }, => 'onKernelFinishRequest'], -15);
  1947.         $instance->addListener('console.error', [=> function () {
  1948.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1949.         }, => 'onConsoleError'], -128);
  1950.         $instance->addListener('console.terminate', [=> function () {
  1951.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1952.         }, => 'onConsoleTerminate'], -128);
  1953.         $instance->addListener('console.error', [=> function () {
  1954.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1955.         }, => 'onConsoleError'], 0);
  1956.         $instance->addListener('kernel.request', [=> function () {
  1957.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1958.         }, => 'configure'], 2048);
  1959.         $instance->addListener('console.command', [=> function () {
  1960.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1961.         }, => 'configure'], 2048);
  1962.         $instance->addListener('kernel.request', [=> function () {
  1963.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1964.         }, => 'onKernelRequest'], 32);
  1965.         $instance->addListener('kernel.finish_request', [=> function () {
  1966.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1967.         }, => 'onKernelFinishRequest'], 0);
  1968.         $instance->addListener('kernel.exception', [=> function () {
  1969.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1970.         }, => 'onKernelException'], -64);
  1971.         $instance->addListener('kernel.response', [=> function () {
  1972.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1973.         }, => 'onKernelResponse'], 0);
  1974.         $instance->addListener('kernel.request', [=> function () {
  1975.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1976.         }, => 'onKernelRequest'], 128);
  1977.         $instance->addListener('kernel.response', [=> function () {
  1978.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1979.         }, => 'onKernelResponse'], -1000);
  1980.         $instance->addListener('kernel.finish_request', [=> function () {
  1981.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1982.         }, => 'onFinishRequest'], 0);
  1983.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1984.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1985.         }, => 'onMessageFailed'], 100);
  1986.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1987.             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()));
  1988.         }, => 'onMessageFailed'], 200);
  1989.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1990.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  1991.         }, => 'onWorkerRunning'], 100);
  1992.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1993.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1994.         }, => 'onWorkerStarted'], 0);
  1995.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1996.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1997.         }, => 'onWorkerRunning'], 0);
  1998.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1999.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnSigtermSignalListenerService'));
  2000.         }, => 'onWorkerStarted'], 100);
  2001.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2002.             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()));
  2003.         }, => 'onMessageFailed'], 0);
  2004.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2005.             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()));
  2006.         }, => 'onWorkerRunning'], 0);
  2007.         $instance->addListener('kernel.response', [=> function () {
  2008.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2009.         }, => 'onKernelResponse'], -100);
  2010.         $instance->addListener('kernel.exception', [=> function () {
  2011.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2012.         }, => 'onKernelException'], 0);
  2013.         $instance->addListener('kernel.terminate', [=> function () {
  2014.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2015.         }, => 'onKernelTerminate'], -1024);
  2016.         $instance->addListener('kernel.controller', [=> function () {
  2017.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2018.         }, => 'onKernelController'], 0);
  2019.         $instance->addListener('kernel.response', [=> function () {
  2020.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2021.         }, => 'onKernelResponse'], 0);
  2022.         $instance->addListener('kernel.response', [=> function () {
  2023.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2024.         }, => 'onKernelResponse'], 0);
  2025.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2026.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2027.         }, => 'onVoterVote'], 0);
  2028.         $instance->addListener('kernel.request', [=> function () {
  2029.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2030.         }, => 'configureLogoutUrlGenerator'], 8);
  2031.         $instance->addListener('kernel.request', [=> function () {
  2032.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2033.         }, => 'onKernelRequest'], 8);
  2034.         $instance->addListener('kernel.finish_request', [=> function () {
  2035.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2036.         }, => 'onKernelFinishRequest'], 0);
  2037.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2038.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2039.         }, => 'onWorkerMessageHandled'], 0);
  2040.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2041.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2042.         }, => 'onWorkerMessageFailed'], 0);
  2043.         $instance->addListener('console.error', [=> function () {
  2044.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2045.         }, => 'onConsoleError'], 0);
  2046.         $instance->addListener('console.terminate', [=> function () {
  2047.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2048.         }, => 'onConsoleTerminate'], 0);
  2049.         $instance->addListener('console.command', [=> function () {
  2050.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2051.         }, => 'onCommand'], 255);
  2052.         $instance->addListener('console.terminate', [=> function () {
  2053.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2054.         }, => 'onTerminate'], -255);
  2055.         $instance->addListener('elastica.pager_persister.pre_insert_objects', [=> function () {
  2056.             return ($this->services['fos_elastica.filter_objects_listener'] ?? $this->load('getFosElastica_FilterObjectsListenerService'));
  2057.         }, => 'filterObjects'], 0);
  2058.         $instance->addListener('knp_pager.before', [=> function () {
  2059.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2060.         }, => 'before'], 0);
  2061.         $instance->addListener('knp_pager.pagination', [=> function () {
  2062.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2063.         }, => 'pagination'], 0);
  2064.         $instance->addListener('knp_pager.before', [=> function () {
  2065.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2066.         }, => 'before'], 1);
  2067.         $instance->addListener('knp_pager.before', [=> function () {
  2068.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2069.         }, => 'before'], 1);
  2070.         $instance->addListener('knp_pager.pagination', [=> function () {
  2071.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2072.         }, => 'pagination'], 1);
  2073.         $instance->addListener('kernel.response', [=> function () {
  2074.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2075.         }, => 'onKernelResponse'], -128);
  2076.         $instance->addListener('kernel.response', [=> function () {
  2077.             return ($this->privates['Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber'] ?? ($this->privates['Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber'] = new \Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber()));
  2078.         }, => 'onKernelResponse'], 0);
  2079.         $instance->addListener('kernel.request', [=> function () {
  2080.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  2081.         }, => 'handleLegacyEaContext'], 10);
  2082.         $instance->addListener('kernel.request', [=> function () {
  2083.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  2084.         }, => 'onKernelRequest'], 0);
  2085.         $instance->addListener('kernel.controller', [=> function () {
  2086.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  2087.         }, => 'onKernelController'], 128);
  2088.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2089.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2090.         }, => 'onLogout'], 0);
  2091.         $instance->addListener('knp_pager.items', [=> function () {
  2092.             return ($this->services['fos_elastica.paginator.subscriber'] ?? $this->load('getFosElastica_Paginator_SubscriberService'));
  2093.         }, => 'items'], 1);
  2094.         return $instance;
  2095.     }
  2096.     /**
  2097.      * Gets the public 'http_kernel' shared service.
  2098.      *
  2099.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2100.      */
  2101.     protected function getHttpKernelService()
  2102.     {
  2103.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2104.         if (isset($this->services['http_kernel'])) {
  2105.             return $this->services['http_kernel'];
  2106.         }
  2107.         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 () {
  2108.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2109.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2110.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2111.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2112.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  2113.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  2114.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2115.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2116.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2117.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2118.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2119.     }
  2120.     /**
  2121.      * Gets the public 'knp_paginator' shared service.
  2122.      *
  2123.      * @return \Knp\Component\Pager\Paginator
  2124.      */
  2125.     protected function getKnpPaginatorService($lazyLoad true)
  2126.     {
  2127.         if ($lazyLoad) {
  2128.             return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
  2129.                 return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2130.                     $wrappedInstance $this->getKnpPaginatorService(false);
  2131.                     $proxy->setProxyInitializer(null);
  2132.                     return true;
  2133.                 });
  2134.             });
  2135.         }
  2136.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  2137.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  2138.         $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())));
  2139.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  2140.         return $instance;
  2141.     }
  2142.     /**
  2143.      * Gets the public 'knp_snappy.pdf' shared service.
  2144.      *
  2145.      * @return \Knp\Snappy\Pdf
  2146.      */
  2147.     protected function getKnpSnappy_PdfService()
  2148.     {
  2149.         $this->services['knp_snappy.pdf'] = $instance = new \Knp\Snappy\Pdf($this->getEnv('WKHTMLTOPDF_PATH'), [], []);
  2150.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  2151.         return $instance;
  2152.     }
  2153.     /**
  2154.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  2155.      *
  2156.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  2157.      */
  2158.     protected function getLexikJwtAuthentication_EncoderService()
  2159.     {
  2160.         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));
  2161.     }
  2162.     /**
  2163.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  2164.      *
  2165.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  2166.      */
  2167.     protected function getLexikJwtAuthentication_KeyLoaderService()
  2168.     {
  2169.         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'), []);
  2170.     }
  2171.     /**
  2172.      * Gets the public 'messenger.default_bus' shared service.
  2173.      *
  2174.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2175.      */
  2176.     protected function getMessenger_DefaultBusService()
  2177.     {
  2178.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2179.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  2180.             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')));
  2181.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2182.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2183.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2184.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  2185.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  2186.         }, 7)));
  2187.     }
  2188.     /**
  2189.      * Gets the public 'request_stack' shared service.
  2190.      *
  2191.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2192.      */
  2193.     protected function getRequestStackService()
  2194.     {
  2195.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2196.     }
  2197.     /**
  2198.      * Gets the public 'router' shared service.
  2199.      *
  2200.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2201.      */
  2202.     protected function getRouterService()
  2203.     {
  2204.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2205.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2206.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2207.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2208.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2209.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2210.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2211.         ], [
  2212.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2213.         ]))->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');
  2214.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2215.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2216.         return $instance;
  2217.     }
  2218.     /**
  2219.      * Gets the public 'sb_redis.default' shared service.
  2220.      *
  2221.      * @return \SymfonyBundles\RedisBundle\Redis\Client
  2222.      */
  2223.     protected function getSbRedis_DefaultService()
  2224.     {
  2225.         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')], []);
  2226.     }
  2227.     /**
  2228.      * Gets the public 'translator' shared service.
  2229.      *
  2230.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2231.      */
  2232.     protected function getTranslatorService()
  2233.     {
  2234.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2235.     }
  2236.     /**
  2237.      * Gets the private '.cache_connection.nfRrjKA' shared service.
  2238.      *
  2239.      * @return \Symfony\Component\Cache\Adapter\AbstractAdapter
  2240.      */
  2241.     protected function get_CacheConnection_NfRrjKAService()
  2242.     {
  2243.         return $this->privates['.cache_connection.nfRrjKA'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection($this->getEnv('REDIS_URL'), ['lazy' => true]);
  2244.     }
  2245.     /**
  2246.      * Gets the private '.debug.http_client' shared service.
  2247.      *
  2248.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2249.      */
  2250.     protected function get_Debug_HttpClientService()
  2251.     {
  2252.         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))));
  2253.     }
  2254.     /**
  2255.      * Gets the private '.debug.pappers.client' shared service.
  2256.      *
  2257.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2258.      */
  2259.     protected function get_Debug_Pappers_ClientService()
  2260.     {
  2261.         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))));
  2262.     }
  2263.     /**
  2264.      * Gets the private '.debug.pennylane.client' shared service.
  2265.      *
  2266.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2267.      */
  2268.     protected function get_Debug_Pennylane_ClientService()
  2269.     {
  2270.         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))));
  2271.     }
  2272.     /**
  2273.      * Gets the private '.debug.yousign.client' shared service.
  2274.      *
  2275.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2276.      */
  2277.     protected function get_Debug_Yousign_ClientService()
  2278.     {
  2279.         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))));
  2280.     }
  2281.     /**
  2282.      * Gets the private '.debug.yousign.client.production' shared service.
  2283.      *
  2284.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2285.      */
  2286.     protected function get_Debug_Yousign_Client_ProductionService()
  2287.     {
  2288.         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))));
  2289.     }
  2290.     /**
  2291.      * Gets the private '.service_locator.3oRFjZS' shared service.
  2292.      *
  2293.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2294.      */
  2295.     protected function get_ServiceLocator_3oRFjZSService()
  2296.     {
  2297.         return $this->privates['.service_locator.3oRFjZS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2298.             'security.firewall.map.context.admin_api' => ['privates''security.firewall.map.context.admin_api''getSecurity_Firewall_Map_Context_AdminApiService'true],
  2299.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  2300.             'security.firewall.map.context.api_activity' => ['privates''security.firewall.map.context.api_activity''getSecurity_Firewall_Map_Context_ApiActivityService'true],
  2301.             'security.firewall.map.context.api_cms' => ['privates''security.firewall.map.context.api_cms''getSecurity_Firewall_Map_Context_ApiCmsService'true],
  2302.             'security.firewall.map.context.api_document' => ['privates''security.firewall.map.context.api_document''getSecurity_Firewall_Map_Context_ApiDocumentService'true],
  2303.             'security.firewall.map.context.api_etiquette_pdf' => ['privates''security.firewall.map.context.api_etiquette_pdf''getSecurity_Firewall_Map_Context_ApiEtiquettePdfService'true],
  2304.             'security.firewall.map.context.api_evo' => ['privates''security.firewall.map.context.api_evo''getSecurity_Firewall_Map_Context_ApiEvoService'true],
  2305.             'security.firewall.map.context.api_file' => ['privates''security.firewall.map.context.api_file''getSecurity_Firewall_Map_Context_ApiFileService'true],
  2306.             '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],
  2307.             'security.firewall.map.context.api_leads' => ['privates''security.firewall.map.context.api_leads''getSecurity_Firewall_Map_Context_ApiLeadsService'true],
  2308.             'security.firewall.map.context.api_letter' => ['privates''security.firewall.map.context.api_letter''getSecurity_Firewall_Map_Context_ApiLetterService'true],
  2309.             'security.firewall.map.context.api_security' => ['privates''security.firewall.map.context.api_security''getSecurity_Firewall_Map_Context_ApiSecurityService'true],
  2310.             'security.firewall.map.context.api_users' => ['privates''security.firewall.map.context.api_users''getSecurity_Firewall_Map_Context_ApiUsersService'true],
  2311.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2312.             'security.firewall.map.context.graphql' => ['privates''security.firewall.map.context.graphql''getSecurity_Firewall_Map_Context_GraphqlService'true],
  2313.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  2314.             'security.firewall.map.context.refresh' => ['privates''security.firewall.map.context.refresh''getSecurity_Firewall_Map_Context_RefreshService'true],
  2315.         ], [
  2316.             'security.firewall.map.context.admin_api' => '?',
  2317.             'security.firewall.map.context.api' => '?',
  2318.             'security.firewall.map.context.api_activity' => '?',
  2319.             'security.firewall.map.context.api_cms' => '?',
  2320.             'security.firewall.map.context.api_document' => '?',
  2321.             'security.firewall.map.context.api_etiquette_pdf' => '?',
  2322.             'security.firewall.map.context.api_evo' => '?',
  2323.             'security.firewall.map.context.api_file' => '?',
  2324.             'security.firewall.map.context.api_find_user_by_email' => '?',
  2325.             'security.firewall.map.context.api_leads' => '?',
  2326.             'security.firewall.map.context.api_letter' => '?',
  2327.             'security.firewall.map.context.api_security' => '?',
  2328.             'security.firewall.map.context.api_users' => '?',
  2329.             'security.firewall.map.context.dev' => '?',
  2330.             'security.firewall.map.context.graphql' => '?',
  2331.             'security.firewall.map.context.main' => '?',
  2332.             'security.firewall.map.context.refresh' => '?',
  2333.         ]);
  2334.     }
  2335.     /**
  2336.      * Gets the private '.service_locator.uJ_tkR_' shared service.
  2337.      *
  2338.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2339.      */
  2340.     protected function get_ServiceLocator_UJTkRService()
  2341.     {
  2342.         return $this->privates['.service_locator.uJ_tkR_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2343.             'credit_notes.storage' => ['privates''credit_notes.storage''getCreditNotes_StorageService'false],
  2344.             'credit_notes.storage.aws' => ['privates''credit_notes.storage.aws''getCreditNotes_Storage_AwsService'true],
  2345.             'credit_notes.storage.local' => ['privates''credit_notes.storage.local''getCreditNotes_Storage_LocalService'true],
  2346.             'credit_notes.storage.localstack.aws' => ['privates''credit_notes.storage.localstack.aws''getCreditNotes_Storage_Localstack_AwsService'true],
  2347.             'credit_notes.storage.memory' => ['privates''credit_notes.storage.memory''getCreditNotes_Storage_MemoryService'true],
  2348.             'csv.storage' => ['privates''csv.storage''getCsv_StorageService'true],
  2349.             'csv.storage.local' => ['privates''csv.storage.local''getCsv_Storage_LocalService'true],
  2350.             'csv.storage.memory' => ['privates''csv.storage.memory''getCsv_Storage_MemoryService'true],
  2351.             'documents.storage' => ['privates''documents.storage''getDocuments_StorageService'false],
  2352.             'documents.storage.aws' => ['privates''documents.storage.aws''getDocuments_Storage_AwsService'true],
  2353.             'documents.storage.local' => ['privates''documents.storage.local''getDocuments_Storage_LocalService'true],
  2354.             'documents.storage.localstack.aws' => ['privates''documents.storage.localstack.aws''getDocuments_Storage_Localstack_AwsService'true],
  2355.             'documents.storage.memory' => ['privates''documents.storage.memory''getDocuments_Storage_MemoryService'true],
  2356.             'export.storage' => ['privates''export.storage''getExport_StorageService'true],
  2357.             'export.storage.aws' => ['privates''export.storage.aws''getExport_Storage_AwsService'true],
  2358.             'export.storage.local' => ['privates''export.storage.local''getExport_Storage_LocalService'true],
  2359.             'export.storage.localstack.aws' => ['privates''export.storage.localstack.aws''getExport_Storage_Localstack_AwsService'true],
  2360.             'export.storage.memory' => ['privates''export.storage.memory''getExport_Storage_MemoryService'true],
  2361.             'invoices.storage' => ['privates''invoices.storage''getInvoices_StorageService'false],
  2362.             'invoices.storage.aws' => ['privates''invoices.storage.aws''getInvoices_Storage_AwsService'true],
  2363.             'invoices.storage.local' => ['privates''invoices.storage.local''getInvoices_Storage_LocalService'true],
  2364.             'invoices.storage.localstack.aws' => ['privates''invoices.storage.localstack.aws''getInvoices_Storage_Localstack_AwsService'true],
  2365.             'invoices.storage.memory' => ['privates''invoices.storage.memory''getInvoices_Storage_MemoryService'true],
  2366.             'letters.storage' => ['privates''letters.storage''getLetters_StorageService'true],
  2367.             'letters.storage.aws' => ['privates''letters.storage.aws''getLetters_Storage_AwsService'true],
  2368.             'letters.storage.local' => ['privates''letters.storage.local''getLetters_Storage_LocalService'true],
  2369.             'letters.storage.localstack.aws' => ['privates''letters.storage.localstack.aws''getLetters_Storage_Localstack_AwsService'true],
  2370.             'letters.storage.memory' => ['privates''letters.storage.memory''getLetters_Storage_MemoryService'true],
  2371.             'quotes.storage' => ['privates''quotes.storage''getQuotes_StorageService'false],
  2372.             'quotes.storage.aws' => ['privates''quotes.storage.aws''getQuotes_Storage_AwsService'true],
  2373.             'quotes.storage.local' => ['privates''quotes.storage.local''getQuotes_Storage_LocalService'true],
  2374.             'quotes.storage.localstack.aws' => ['privates''quotes.storage.localstack.aws''getQuotes_Storage_Localstack_AwsService'true],
  2375.             'quotes.storage.memory' => ['privates''quotes.storage.memory''getQuotes_Storage_MemoryService'true],
  2376.         ], [
  2377.             'credit_notes.storage' => '?',
  2378.             'credit_notes.storage.aws' => '?',
  2379.             'credit_notes.storage.local' => '?',
  2380.             'credit_notes.storage.localstack.aws' => '?',
  2381.             'credit_notes.storage.memory' => '?',
  2382.             'csv.storage' => '?',
  2383.             'csv.storage.local' => '?',
  2384.             'csv.storage.memory' => '?',
  2385.             'documents.storage' => '?',
  2386.             'documents.storage.aws' => '?',
  2387.             'documents.storage.local' => '?',
  2388.             'documents.storage.localstack.aws' => '?',
  2389.             'documents.storage.memory' => '?',
  2390.             'export.storage' => '?',
  2391.             'export.storage.aws' => '?',
  2392.             'export.storage.local' => '?',
  2393.             'export.storage.localstack.aws' => '?',
  2394.             'export.storage.memory' => '?',
  2395.             'invoices.storage' => '?',
  2396.             'invoices.storage.aws' => '?',
  2397.             'invoices.storage.local' => '?',
  2398.             'invoices.storage.localstack.aws' => '?',
  2399.             'invoices.storage.memory' => '?',
  2400.             'letters.storage' => '?',
  2401.             'letters.storage.aws' => '?',
  2402.             'letters.storage.local' => '?',
  2403.             'letters.storage.localstack.aws' => '?',
  2404.             'letters.storage.memory' => '?',
  2405.             'quotes.storage' => '?',
  2406.             'quotes.storage.aws' => '?',
  2407.             'quotes.storage.local' => '?',
  2408.             'quotes.storage.localstack.aws' => '?',
  2409.             'quotes.storage.memory' => '?',
  2410.         ]);
  2411.     }
  2412.     /**
  2413.      * Gets the private 'App\EventListener\DeserializeListener' shared autowired service.
  2414.      *
  2415.      * @return \App\EventListener\DeserializeListener
  2416.      */
  2417.     protected function getDeserializeListenerService()
  2418.     {
  2419.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  2420.         if (isset($this->privates['App\\EventListener\\DeserializeListener'])) {
  2421.             return $this->privates['App\\EventListener\\DeserializeListener'];
  2422.         }
  2423.         $b = ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService());
  2424.         if (isset($this->privates['App\\EventListener\\DeserializeListener'])) {
  2425.             return $this->privates['App\\EventListener\\DeserializeListener'];
  2426.         }
  2427.         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())));
  2428.     }
  2429.     /**
  2430.      * Gets the private 'App\Repository\ProductRepository' shared autowired service.
  2431.      *
  2432.      * @return \App\Repository\ProductRepository
  2433.      */
  2434.     protected function getProductRepositoryService()
  2435.     {
  2436.         return $this->privates['App\\Repository\\ProductRepository'] = new \App\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2437.     }
  2438.     /**
  2439.      * Gets the private 'App\Repository\SubscriptionModelRepository' shared autowired service.
  2440.      *
  2441.      * @return \App\Repository\SubscriptionModelRepository
  2442.      */
  2443.     protected function getSubscriptionModelRepositoryService()
  2444.     {
  2445.         return $this->privates['App\\Repository\\SubscriptionModelRepository'] = new \App\Repository\SubscriptionModelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2446.     }
  2447.     /**
  2448.      * Gets the private 'App\Repository\SubscriptionRepository' shared autowired service.
  2449.      *
  2450.      * @return \App\Repository\SubscriptionRepository
  2451.      */
  2452.     protected function getSubscriptionRepositoryService()
  2453.     {
  2454.         return $this->privates['App\\Repository\\SubscriptionRepository'] = new \App\Repository\SubscriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2455.     }
  2456.     /**
  2457.      * Gets the private 'App\Service\CreditNoteFilesService' shared autowired service.
  2458.      *
  2459.      * @return \App\Service\CreditNoteFilesService
  2460.      */
  2461.     protected function getCreditNoteFilesServiceService()
  2462.     {
  2463.         $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)));
  2464.         $instance->setStorage(($this->privates['credit_notes.storage'] ?? $this->getCreditNotes_StorageService()));
  2465.         return $instance;
  2466.     }
  2467.     /**
  2468.      * Gets the private 'App\Service\DocumentFilesService' shared autowired service.
  2469.      *
  2470.      * @return \App\Service\DocumentFilesService
  2471.      */
  2472.     protected function getDocumentFilesServiceService()
  2473.     {
  2474.         $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))));
  2475.         $instance->setStorage(($this->privates['documents.storage'] ?? $this->getDocuments_StorageService()));
  2476.         return $instance;
  2477.     }
  2478.     /**
  2479.      * Gets the private 'App\Service\DocumentUtils' shared autowired service.
  2480.      *
  2481.      * @return \App\Service\DocumentUtils
  2482.      */
  2483.     protected function getDocumentUtilsService()
  2484.     {
  2485.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2486.         if (isset($this->privates['App\\Service\\DocumentUtils'])) {
  2487.             return $this->privates['App\\Service\\DocumentUtils'];
  2488.         }
  2489.         $b = ($this->privates['App\\Service\\SubscriptionUtils'] ?? $this->getSubscriptionUtilsService());
  2490.         if (isset($this->privates['App\\Service\\DocumentUtils'])) {
  2491.             return $this->privates['App\\Service\\DocumentUtils'];
  2492.         }
  2493.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2494.         if (isset($this->privates['App\\Service\\DocumentUtils'])) {
  2495.             return $this->privates['App\\Service\\DocumentUtils'];
  2496.         }
  2497.         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())));
  2498.     }
  2499.     /**
  2500.      * Gets the private 'App\Service\EncryptorDataUtils' shared autowired service.
  2501.      *
  2502.      * @return \App\Service\EncryptorDataUtils
  2503.      */
  2504.     protected function getEncryptorDataUtilsService()
  2505.     {
  2506.         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#'''))));
  2507.     }
  2508.     /**
  2509.      * Gets the private 'App\Service\FrontAppAPI' shared autowired service.
  2510.      *
  2511.      * @return \App\Service\FrontAppAPI
  2512.      */
  2513.     protected function getFrontAppAPIService()
  2514.     {
  2515.         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()));
  2516.     }
  2517.     /**
  2518.      * Gets the private 'App\Service\InvoiceFilesService' shared autowired service.
  2519.      *
  2520.      * @return \App\Service\InvoiceFilesService
  2521.      */
  2522.     protected function getInvoiceFilesServiceService()
  2523.     {
  2524.         $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))));
  2525.         $instance->setStorage(($this->privates['invoices.storage'] ?? $this->getInvoices_StorageService()));
  2526.         return $instance;
  2527.     }
  2528.     /**
  2529.      * Gets the private 'App\Service\LeadUtils' shared autowired service.
  2530.      *
  2531.      * @return \App\Service\LeadUtils
  2532.      */
  2533.     protected function getLeadUtilsService()
  2534.     {
  2535.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2536.         if (isset($this->privates['App\\Service\\LeadUtils'])) {
  2537.             return $this->privates['App\\Service\\LeadUtils'];
  2538.         }
  2539.         return $this->privates['App\\Service\\LeadUtils'] = new \App\Service\LeadUtils($a);
  2540.     }
  2541.     /**
  2542.      * Gets the private 'App\Service\LegalRepresentativeChecker' shared autowired service.
  2543.      *
  2544.      * @return \App\Service\LegalRepresentativeChecker
  2545.      */
  2546.     protected function getLegalRepresentativeCheckerService()
  2547.     {
  2548.         return $this->privates['App\\Service\\LegalRepresentativeChecker'] = new \App\Service\LegalRepresentativeChecker(($this->services['translator'] ?? $this->getTranslatorService()));
  2549.     }
  2550.     /**
  2551.      * Gets the private 'App\Service\LegalRepresentativeUtils' shared autowired service.
  2552.      *
  2553.      * @return \App\Service\LegalRepresentativeUtils
  2554.      */
  2555.     protected function getLegalRepresentativeUtilsService()
  2556.     {
  2557.         return $this->privates['App\\Service\\LegalRepresentativeUtils'] = new \App\Service\LegalRepresentativeUtils(($this->services['translator'] ?? $this->getTranslatorService()));
  2558.     }
  2559.     /**
  2560.      * Gets the private 'App\Service\OrganizationUtils' shared autowired service.
  2561.      *
  2562.      * @return \App\Service\OrganizationUtils
  2563.      */
  2564.     protected function getOrganizationUtilsService()
  2565.     {
  2566.         $a = ($this->privates['url_helper'] ?? $this->getUrlHelperService());
  2567.         if (isset($this->privates['App\\Service\\OrganizationUtils'])) {
  2568.             return $this->privates['App\\Service\\OrganizationUtils'];
  2569.         }
  2570.         $b = ($this->privates['App\\Utils\\InvoiceUtils'] ?? $this->getInvoiceUtilsService());
  2571.         if (isset($this->privates['App\\Service\\OrganizationUtils'])) {
  2572.             return $this->privates['App\\Service\\OrganizationUtils'];
  2573.         }
  2574.         $c = ($this->privates['App\\Service\\LeadUtils'] ?? $this->getLeadUtilsService());
  2575.         if (isset($this->privates['App\\Service\\OrganizationUtils'])) {
  2576.             return $this->privates['App\\Service\\OrganizationUtils'];
  2577.         }
  2578.         $d = ($this->privates['App\\Service\\UserChecker'] ?? $this->getUserCheckerService());
  2579.         if (isset($this->privates['App\\Service\\OrganizationUtils'])) {
  2580.             return $this->privates['App\\Service\\OrganizationUtils'];
  2581.         }
  2582.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2583.         if (isset($this->privates['App\\Service\\OrganizationUtils'])) {
  2584.             return $this->privates['App\\Service\\OrganizationUtils'];
  2585.         }
  2586.         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()));
  2587.     }
  2588.     /**
  2589.      * Gets the private 'App\Service\PappersService' shared autowired service.
  2590.      *
  2591.      * @return \App\Service\PappersService
  2592.      */
  2593.     protected function getPappersServiceService()
  2594.     {
  2595.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  2596.         if (isset($this->privates['App\\Service\\PappersService'])) {
  2597.             return $this->privates['App\\Service\\PappersService'];
  2598.         }
  2599.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2600.         if (isset($this->privates['App\\Service\\PappersService'])) {
  2601.             return $this->privates['App\\Service\\PappersService'];
  2602.         }
  2603.         return $this->privates['App\\Service\\PappersService'] = new \App\Service\PappersService(($this->privates['Evo\\Infrastructure\\Core\\Adapter\\PappersAdapter'] ?? $this->getPappersAdapterService()), $a$b);
  2604.     }
  2605.     /**
  2606.      * Gets the private 'App\Service\PersonUtils' shared autowired service.
  2607.      *
  2608.      * @return \App\Service\PersonUtils
  2609.      */
  2610.     protected function getPersonUtilsService()
  2611.     {
  2612.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2613.         if (isset($this->privates['App\\Service\\PersonUtils'])) {
  2614.             return $this->privates['App\\Service\\PersonUtils'];
  2615.         }
  2616.         return $this->privates['App\\Service\\PersonUtils'] = new \App\Service\PersonUtils($a);
  2617.     }
  2618.     /**
  2619.      * Gets the private 'App\Service\QuoteFilesService' shared autowired service.
  2620.      *
  2621.      * @return \App\Service\QuoteFilesService
  2622.      */
  2623.     protected function getQuoteFilesServiceService()
  2624.     {
  2625.         $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)));
  2626.         $instance->setStorage(($this->privates['quotes.storage'] ?? $this->getQuotes_StorageService()));
  2627.         return $instance;
  2628.     }
  2629.     /**
  2630.      * Gets the private 'App\Service\SubscriptionUtils' shared autowired service.
  2631.      *
  2632.      * @return \App\Service\SubscriptionUtils
  2633.      */
  2634.     protected function getSubscriptionUtilsService()
  2635.     {
  2636.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2637.         if (isset($this->privates['App\\Service\\SubscriptionUtils'])) {
  2638.             return $this->privates['App\\Service\\SubscriptionUtils'];
  2639.         }
  2640.         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()));
  2641.     }
  2642.     /**
  2643.      * Gets the private 'App\Service\UserChecker' shared autowired service.
  2644.      *
  2645.      * @return \App\Service\UserChecker
  2646.      */
  2647.     protected function getUserCheckerService()
  2648.     {
  2649.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2650.         if (isset($this->privates['App\\Service\\UserChecker'])) {
  2651.             return $this->privates['App\\Service\\UserChecker'];
  2652.         }
  2653.         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);
  2654.     }
  2655.     /**
  2656.      * Gets the private 'App\Utils\InvoiceUtils' shared autowired service.
  2657.      *
  2658.      * @return \App\Utils\InvoiceUtils
  2659.      */
  2660.     protected function getInvoiceUtilsService()
  2661.     {
  2662.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2663.         if (isset($this->privates['App\\Utils\\InvoiceUtils'])) {
  2664.             return $this->privates['App\\Utils\\InvoiceUtils'];
  2665.         }
  2666.         $b = ($this->privates['Evo\\Infrastructure\\Repository\\InvoiceRepository'] ?? $this->getInvoiceRepositoryService());
  2667.         if (isset($this->privates['App\\Utils\\InvoiceUtils'])) {
  2668.             return $this->privates['App\\Utils\\InvoiceUtils'];
  2669.         }
  2670.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2671.         if (isset($this->privates['App\\Utils\\InvoiceUtils'])) {
  2672.             return $this->privates['App\\Utils\\InvoiceUtils'];
  2673.         }
  2674.         $d = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  2675.         if (isset($this->privates['App\\Utils\\InvoiceUtils'])) {
  2676.             return $this->privates['App\\Utils\\InvoiceUtils'];
  2677.         }
  2678.         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()));
  2679.     }
  2680.     /**
  2681.      * Gets the private 'App\Utils\TranslationUtils' shared autowired service.
  2682.      *
  2683.      * @return \App\Utils\TranslationUtils
  2684.      */
  2685.     protected function getTranslationUtilsService()
  2686.     {
  2687.         return $this->privates['App\\Utils\\TranslationUtils'] = new \App\Utils\TranslationUtils(($this->services['translator'] ?? $this->getTranslatorService()));
  2688.     }
  2689.     /**
  2690.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  2691.      *
  2692.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  2693.      */
  2694.     protected function getAdminRouterSubscriberService()
  2695.     {
  2696.         $a = ($this->services['router'] ?? $this->getRouterService());
  2697.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  2698.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  2699.         }
  2700.         $b = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  2701.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  2702.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  2703.         }
  2704.         $c = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  2705.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  2706.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  2707.         }
  2708.         $d = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2709.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  2710.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  2711.         }
  2712.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  2713.         $f = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService());
  2714.         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')))));
  2715.     }
  2716.     /**
  2717.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  2718.      *
  2719.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  2720.      */
  2721.     protected function getActionFactoryService()
  2722.     {
  2723.         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()));
  2724.     }
  2725.     /**
  2726.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  2727.      *
  2728.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  2729.      */
  2730.     protected function getControllerFactoryService()
  2731.     {
  2732.         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()));
  2733.     }
  2734.     /**
  2735.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  2736.      *
  2737.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  2738.      */
  2739.     protected function getEntityFactoryService()
  2740.     {
  2741.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService());
  2742.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  2743.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  2744.         }
  2745.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2746.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  2747.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  2748.         }
  2749.         $c = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  2750.         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 () {
  2751.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  2752.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  2753.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  2754.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  2755.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  2756.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  2757.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator()));
  2758.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  2759.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  2760.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  2761.             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()));
  2762.             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()));
  2763.             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()));
  2764.             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))));
  2765.             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()));
  2766.             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()));
  2767.             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()));
  2768.             yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  2769.             yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  2770.             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()));
  2771.             yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? $this->load('getChoiceConfiguratorService'));
  2772.             yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? $this->load('getSlugConfiguratorService'));
  2773.             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()));
  2774.             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()));
  2775.             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()));
  2776.             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()));
  2777.             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()));
  2778.             yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  2779.         }, 28)), $a$c, ($this->services['doctrine'] ?? $this->getDoctrineService()), $b);
  2780.     }
  2781.     /**
  2782.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  2783.      *
  2784.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  2785.      */
  2786.     protected function getAdminContextProviderService()
  2787.     {
  2788.         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())));
  2789.     }
  2790.     /**
  2791.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry' shared service.
  2792.      *
  2793.      * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry
  2794.      */
  2795.     protected function getCrudControllerRegistryService()
  2796.     {
  2797.         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']);
  2798.     }
  2799.     /**
  2800.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  2801.      *
  2802.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  2803.      */
  2804.     protected function getAdminUrlGeneratorService()
  2805.     {
  2806.         $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  2807.             $a = ($this->services['router'] ?? $this->getRouterService());
  2808.             if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'])) {
  2809.                 return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'];
  2810.             }
  2811.             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')))));
  2812.         };
  2813.         return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  2814.     }
  2815.     /**
  2816.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  2817.      *
  2818.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  2819.      */
  2820.     protected function getAuthorizationCheckerService()
  2821.     {
  2822.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2823.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  2824.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  2825.         }
  2826.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  2827.     }
  2828.     /**
  2829.      * Gets the private 'Evo\Infrastructure\Core\Adapter\PappersAdapter' shared autowired service.
  2830.      *
  2831.      * @return \Evo\Infrastructure\Core\Adapter\PappersAdapter
  2832.      */
  2833.     protected function getPappersAdapterService()
  2834.     {
  2835.         return $this->privates['Evo\\Infrastructure\\Core\\Adapter\\PappersAdapter'] = new \Evo\Infrastructure\Core\Adapter\PappersAdapter(($this->privates['.debug.pappers.client'] ?? $this->get_Debug_Pappers_ClientService()));
  2836.     }
  2837.     /**
  2838.      * Gets the private 'Evo\Infrastructure\Core\Adapter\YousignAPIV3Adapter' shared autowired service.
  2839.      *
  2840.      * @return \Evo\Infrastructure\Core\Adapter\YousignAPIV3Adapter
  2841.      */
  2842.     protected function getYousignAPIV3AdapterService()
  2843.     {
  2844.         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()));
  2845.     }
  2846.     /**
  2847.      * Gets the private 'Evo\Infrastructure\Repository\InvoiceRepository' shared autowired service.
  2848.      *
  2849.      * @return \Evo\Infrastructure\Repository\InvoiceRepository
  2850.      */
  2851.     protected function getInvoiceRepositoryService()
  2852.     {
  2853.         $a = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
  2854.         if (isset($this->privates['Evo\\Infrastructure\\Repository\\InvoiceRepository'])) {
  2855.             return $this->privates['Evo\\Infrastructure\\Repository\\InvoiceRepository'];
  2856.         }
  2857.         return $this->privates['Evo\\Infrastructure\\Repository\\InvoiceRepository'] = new \Evo\Infrastructure\Repository\InvoiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  2858.     }
  2859.     /**
  2860.      * Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
  2861.      *
  2862.      * @return \Sentry\SentryBundle\EventListener\LoginListener
  2863.      */
  2864.     protected function getLoginListenerService()
  2865.     {
  2866.         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()));
  2867.     }
  2868.     /**
  2869.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  2870.      *
  2871.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  2872.      */
  2873.     protected function getRequestListenerService()
  2874.     {
  2875.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  2876.     }
  2877.     /**
  2878.      * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  2879.      *
  2880.      * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  2881.      */
  2882.     protected function getSubRequestListenerService()
  2883.     {
  2884.         return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  2885.     }
  2886.     /**
  2887.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  2888.      *
  2889.      * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  2890.      */
  2891.     protected function getTracingRequestListenerService()
  2892.     {
  2893.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  2894.     }
  2895.     /**
  2896.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  2897.      *
  2898.      * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  2899.      */
  2900.     protected function getTracingSubRequestListenerService()
  2901.     {
  2902.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  2903.     }
  2904.     /**
  2905.      * Gets the private 'Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient' shared service.
  2906.      *
  2907.      * @return \Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient
  2908.      */
  2909.     protected function getTraceableHttpClientService()
  2910.     {
  2911.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2912.         $a->setLogger(($this->privates['monolog.logger.http_client'] ?? $this->getMonolog_Logger_HttpClientService()));
  2913.         return $this->privates['Sentry\\SentryBundle\\Tracing\\HttpClient\\TraceableHttpClient'] = new \Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient($a, ($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  2914.     }
  2915.     /**
  2916.      * Gets the private 'Sentry\State\HubInterface' shared service.
  2917.      *
  2918.      * @return \Sentry\State\HubInterface
  2919.      */
  2920.     protected function getHubInterfaceService()
  2921.     {
  2922.         $this->privates['Sentry\\State\\HubInterface'] = $instance = \Sentry\State\HubAdapter::getInstance();
  2923.         $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')]);
  2924.         $b = new \Sentry\ClientBuilder($a);
  2925.         $b->setSdkIdentifier('sentry.php.symfony');
  2926.         $b->setSdkVersion('5.0.1');
  2927.         $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  2928.         if ($this->has('Psr\\Log\\NullLogger')) {
  2929.             $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger'/* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  2930.         }
  2931.         $instance->bindClient($b->getClient());
  2932.         return $instance;
  2933.     }
  2934.     /**
  2935.      * Gets the private 'Symfony\Component\Mercure\HubRegistry' shared service.
  2936.      *
  2937.      * @return \Symfony\Component\Mercure\HubRegistry
  2938.      */
  2939.     protected function getHubRegistryService()
  2940.     {
  2941.         $a = ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService());
  2942.         return $this->privates['Symfony\\Component\\Mercure\\HubRegistry'] = new \Symfony\Component\Mercure\HubRegistry($a, ['default' => $a]);
  2943.     }
  2944.     /**
  2945.      * Gets the private 'Vich\UploaderBundle\Templating\Helper\UploaderHelper' shared service.
  2946.      *
  2947.      * @return \Vich\UploaderBundle\Templating\Helper\UploaderHelper
  2948.      */
  2949.     protected function getUploaderHelperService()
  2950.     {
  2951.         return $this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] = new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.flysystem'] ?? $this->getVichUploader_Storage_FlysystemService()));
  2952.     }
  2953.     /**
  2954.      * Gets the private 'annotations.cache_adapter' shared service.
  2955.      *
  2956.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2957.      */
  2958.     protected function getAnnotations_CacheAdapterService()
  2959.     {
  2960.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  2961.     }
  2962.     /**
  2963.      * Gets the private 'annotations.cached_reader' shared service.
  2964.      *
  2965.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2966.      */
  2967.     protected function getAnnotations_CachedReaderService()
  2968.     {
  2969.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2970.     }
  2971.     /**
  2972.      * Gets the private 'annotations.reader' shared service.
  2973.      *
  2974.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2975.      */
  2976.     protected function getAnnotations_ReaderService()
  2977.     {
  2978.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2979.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2980.         $a->registerUniqueLoader('class_exists');
  2981.         $instance->addGlobalIgnoredName('required'$a);
  2982.         return $instance;
  2983.     }
  2984.     /**
  2985.      * Gets the private 'annotations.traceable' shared service.
  2986.      *
  2987.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2988.      */
  2989.     protected function getAnnotations_TraceableService()
  2990.     {
  2991.         $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))));
  2992.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2993.         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));
  2994.     }
  2995.     /**
  2996.      * Gets the private 'api_platform.cache.identifiers_extractor.traceable' shared service.
  2997.      *
  2998.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2999.      */
  3000.     protected function getApiPlatform_Cache_IdentifiersExtractor_TraceableService()
  3001.     {
  3002.         $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))));
  3003.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3004.         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));
  3005.     }
  3006.     /**
  3007.      * Gets the private 'api_platform.cache.metadata.property.legacy.traceable' shared service.
  3008.      *
  3009.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3010.      */
  3011.     protected function getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService()
  3012.     {
  3013.         $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))));
  3014.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3015.         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));
  3016.     }
  3017.     /**
  3018.      * Gets the private 'api_platform.cache.metadata.resource.legacy.traceable' shared service.
  3019.      *
  3020.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3021.      */
  3022.     protected function getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService()
  3023.     {
  3024.         $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))));
  3025.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3026.         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));
  3027.     }
  3028.     /**
  3029.      * Gets the private 'api_platform.cache.metadata.resource.traceable' shared service.
  3030.      *
  3031.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3032.      */
  3033.     protected function getApiPlatform_Cache_Metadata_Resource_TraceableService()
  3034.     {
  3035.         $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))));
  3036.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3037.         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));
  3038.     }
  3039.     /**
  3040.      * Gets the private 'api_platform.cache.route_name_resolver.traceable' shared service.
  3041.      *
  3042.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3043.      */
  3044.     protected function getApiPlatform_Cache_RouteNameResolver_TraceableService()
  3045.     {
  3046.         $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))));
  3047.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3048.         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));
  3049.     }
  3050.     /**
  3051.      * Gets the private 'api_platform.cache.subresource_operation_factory.traceable' shared service.
  3052.      *
  3053.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3054.      */
  3055.     protected function getApiPlatform_Cache_SubresourceOperationFactory_TraceableService()
  3056.     {
  3057.         $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))));
  3058.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3059.         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));
  3060.     }
  3061.     /**
  3062.      * Gets the private 'api_platform.filter_locator' shared service.
  3063.      *
  3064.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3065.      */
  3066.     protected function getApiPlatform_FilterLocatorService()
  3067.     {
  3068.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3069.             'App\\Filter\\Invoice\\PrescribersInvoices' => ['privates''App\\Filter\\Invoice\\PrescribersInvoices''getPrescribersInvoicesService'true],
  3070.             'Evo\\Infrastructure\\ApiPlatform\\Filter\\GroupByFilter' => ['privates''Evo\\Infrastructure\\ApiPlatform\\Filter\\GroupByFilter''getGroupByFilterService'true],
  3071.             '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],
  3072.             '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],
  3073.             '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],
  3074.             '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],
  3075.             '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],
  3076.             '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],
  3077.             '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],
  3078.             '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],
  3079.             '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],
  3080.             '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],
  3081.             '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],
  3082.             '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],
  3083.             '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],
  3084.             '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],
  3085.             '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],
  3086.             '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],
  3087.             '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],
  3088.             '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],
  3089.             '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],
  3090.             '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],
  3091.             '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],
  3092.             '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],
  3093.             '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],
  3094.             '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],
  3095.             '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],
  3096.             '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],
  3097.             '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],
  3098.             '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],
  3099.             '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],
  3100.             '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],
  3101.             '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],
  3102.             '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],
  3103.             '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],
  3104.             '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],
  3105.             '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],
  3106.             '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],
  3107.             '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],
  3108.             '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],
  3109.             '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],
  3110.             '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],
  3111.             '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],
  3112.             '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],
  3113.             '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],
  3114.             '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],
  3115.             '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],
  3116.             '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],
  3117.             '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],
  3118.             '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],
  3119.             '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],
  3120.             '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],
  3121.             '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],
  3122.             '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],
  3123.             '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],
  3124.             '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],
  3125.             '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],
  3126.             '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],
  3127.             '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],
  3128.             '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],
  3129.             '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],
  3130.             '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],
  3131.             '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],
  3132.             '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],
  3133.             '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],
  3134.             '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],
  3135.             '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],
  3136.             'annotated_evo_infrastructure_mapping_o_r_m_postal_address_api_platform_serializer_filter_group_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_postal_address_api_platform_serializer_filter_group_filter''getAnnotatedEvoInfrastructureMappingORMPostalAddressApiPlatformSerializerFilterGroupFilterService'true],
  3137.             '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],
  3138.             '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],
  3139.             '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],
  3140.             '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],
  3141.             '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],
  3142.             '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],
  3143.             '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],
  3144.             '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],
  3145.             '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],
  3146.             '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],
  3147.             '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],
  3148.             '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],
  3149.             '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],
  3150.             '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],
  3151.             '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],
  3152.             '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],
  3153.             '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],
  3154.             '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],
  3155.             '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],
  3156.             'annotated_evo_infrastructure_mapping_o_r_m_sector_api_platform_serializer_filter_group_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_sector_api_platform_serializer_filter_group_filter''getAnnotatedEvoInfrastructureMappingORMSectorApiPlatformSerializerFilterGroupFilterService'true],
  3157.             '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],
  3158.             'annotated_evo_infrastructure_mapping_o_r_m_store_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_store_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedEvoInfrastructureMappingORMStoreApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  3159.             '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],
  3160.             'annotated_evo_infrastructure_mapping_o_r_m_store_api_platform_serializer_filter_group_filter' => ['privates''annotated_evo_infrastructure_mapping_o_r_m_store_api_platform_serializer_filter_group_filter''getAnnotatedEvoInfrastructureMappingORMStoreApiPlatformSerializerFilterGroupFilterService'true],
  3161.             '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],
  3162.             '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],
  3163.             '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],
  3164.             '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],
  3165.             '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],
  3166.             '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],
  3167.             '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],
  3168.             '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],
  3169.         ], [
  3170.             'App\\Filter\\Invoice\\PrescribersInvoices' => '?',
  3171.             'Evo\\Infrastructure\\ApiPlatform\\Filter\\GroupByFilter' => '?',
  3172.             'annotated_evo_infrastructure_mapping_o_r_m_activity_domain_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3173.             'annotated_evo_infrastructure_mapping_o_r_m_activity_log_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  3174.             'annotated_evo_infrastructure_mapping_o_r_m_activity_log_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3175.             'annotated_evo_infrastructure_mapping_o_r_m_activity_log_api_platform_serializer_filter_group_filter' => '?',
  3176.             'annotated_evo_infrastructure_mapping_o_r_m_activity_subdomain_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3177.             'annotated_evo_infrastructure_mapping_o_r_m_associate_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3178.             'annotated_evo_infrastructure_mapping_o_r_m_associate_api_platform_serializer_filter_property_filter' => '?',
  3179.             'annotated_evo_infrastructure_mapping_o_r_m_auditor_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3180.             'annotated_evo_infrastructure_mapping_o_r_m_auditor_api_platform_serializer_filter_property_filter' => '?',
  3181.             'annotated_evo_infrastructure_mapping_o_r_m_category_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3182.             'annotated_evo_infrastructure_mapping_o_r_m_category_api_platform_serializer_filter_property_filter' => '?',
  3183.             'annotated_evo_infrastructure_mapping_o_r_m_credit_note_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  3184.             'annotated_evo_infrastructure_mapping_o_r_m_credit_note_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3185.             'annotated_evo_infrastructure_mapping_o_r_m_credit_note_api_platform_serializer_filter_group_filter' => '?',
  3186.             'annotated_evo_infrastructure_mapping_o_r_m_discount_code_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  3187.             'annotated_evo_infrastructure_mapping_o_r_m_discount_code_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3188.             'annotated_evo_infrastructure_mapping_o_r_m_discount_code_api_platform_serializer_filter_group_filter' => '?',
  3189.             'annotated_evo_infrastructure_mapping_o_r_m_document_api_platform_core_bridge_doctrine_orm_filter_exists_filter' => '?',
  3190.             'annotated_evo_infrastructure_mapping_o_r_m_document_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  3191.             'annotated_evo_infrastructure_mapping_o_r_m_document_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3192.             'annotated_evo_infrastructure_mapping_o_r_m_document_api_platform_serializer_filter_group_filter' => '?',
  3193.             'annotated_evo_infrastructure_mapping_o_r_m_document_api_platform_serializer_filter_property_filter' => '?',
  3194.             'annotated_evo_infrastructure_mapping_o_r_m_document_rejection_message_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  3195.             'annotated_evo_infrastructure_mapping_o_r_m_document_rejection_message_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  3196.             'annotated_evo_infrastructure_mapping_o_r_m_document_rejection_message_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3197.             'annotated_evo_infrastructure_mapping_o_r_m_document_rejection_message_api_platform_serializer_filter_property_filter' => '?',
  3198.             'annotated_evo_infrastructure_mapping_o_r_m_invoice_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  3199.             'annotated_evo_infrastructure_mapping_o_r_m_invoice_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  3200.             'annotated_evo_infrastructure_mapping_o_r_m_invoice_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  3201.             'annotated_evo_infrastructure_mapping_o_r_m_invoice_api_platform_core_bridge_doctrine_orm_filter_range_filter' => '?',
  3202.             'annotated_evo_infrastructure_mapping_o_r_m_invoice_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3203.             'annotated_evo_infrastructure_mapping_o_r_m_invoice_api_platform_serializer_filter_group_filter' => '?',
  3204.             'annotated_evo_infrastructure_mapping_o_r_m_invoice_app_filter_invoice_prescribers_invoices' => '?',
  3205.             'annotated_evo_infrastructure_mapping_o_r_m_lead_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  3206.             'annotated_evo_infrastructure_mapping_o_r_m_lead_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  3207.             'annotated_evo_infrastructure_mapping_o_r_m_lead_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3208.             'annotated_evo_infrastructure_mapping_o_r_m_lead_api_platform_serializer_filter_property_filter' => '?',
  3209.             'annotated_evo_infrastructure_mapping_o_r_m_legal_representative_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3210.             'annotated_evo_infrastructure_mapping_o_r_m_legal_representative_api_platform_serializer_filter_property_filter' => '?',
  3211.             'annotated_evo_infrastructure_mapping_o_r_m_letter_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  3212.             'annotated_evo_infrastructure_mapping_o_r_m_letter_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  3213.             'annotated_evo_infrastructure_mapping_o_r_m_letter_api_platform_core_bridge_doctrine_orm_filter_exists_filter' => '?',
  3214.             'annotated_evo_infrastructure_mapping_o_r_m_letter_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  3215.             'annotated_evo_infrastructure_mapping_o_r_m_letter_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3216.             'annotated_evo_infrastructure_mapping_o_r_m_letter_api_platform_serializer_filter_group_filter' => '?',
  3217.             'annotated_evo_infrastructure_mapping_o_r_m_letter_forward_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  3218.             'annotated_evo_infrastructure_mapping_o_r_m_letter_forward_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  3219.             'annotated_evo_infrastructure_mapping_o_r_m_letter_forward_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3220.             'annotated_evo_infrastructure_mapping_o_r_m_letter_forward_api_platform_serializer_filter_group_filter' => '?',
  3221.             'annotated_evo_infrastructure_mapping_o_r_m_letter_signature_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  3222.             'annotated_evo_infrastructure_mapping_o_r_m_letter_signature_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  3223.             'annotated_evo_infrastructure_mapping_o_r_m_notification_preference_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3224.             'annotated_evo_infrastructure_mapping_o_r_m_order_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3225.             'annotated_evo_infrastructure_mapping_o_r_m_organization_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  3226.             'annotated_evo_infrastructure_mapping_o_r_m_organization_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  3227.             'annotated_evo_infrastructure_mapping_o_r_m_organization_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  3228.             'annotated_evo_infrastructure_mapping_o_r_m_organization_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3229.             'annotated_evo_infrastructure_mapping_o_r_m_organization_api_platform_serializer_filter_group_filter' => '?',
  3230.             'annotated_evo_infrastructure_mapping_o_r_m_organization_api_platform_serializer_filter_property_filter' => '?',
  3231.             'annotated_evo_infrastructure_mapping_o_r_m_organization_sector_api_platform_serializer_filter_property_filter' => '?',
  3232.             'annotated_evo_infrastructure_mapping_o_r_m_pack_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3233.             'annotated_evo_infrastructure_mapping_o_r_m_pappers_activity_log_wrapper_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  3234.             'annotated_evo_infrastructure_mapping_o_r_m_pappers_activity_log_wrapper_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3235.             'annotated_evo_infrastructure_mapping_o_r_m_pappers_activity_log_wrapper_api_platform_serializer_filter_group_filter' => '?',
  3236.             'annotated_evo_infrastructure_mapping_o_r_m_pappers_activity_log_wrapper_evo_infrastructure_api_platform_filter_group_by_filter' => '?',
  3237.             'annotated_evo_infrastructure_mapping_o_r_m_postal_address_api_platform_serializer_filter_group_filter' => '?',
  3238.             'annotated_evo_infrastructure_mapping_o_r_m_product_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  3239.             'annotated_evo_infrastructure_mapping_o_r_m_product_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3240.             'annotated_evo_infrastructure_mapping_o_r_m_product_api_platform_doctrine_orm_filter_boolean_filter' => '?',
  3241.             'annotated_evo_infrastructure_mapping_o_r_m_product_api_platform_serializer_filter_group_filter' => '?',
  3242.             'annotated_evo_infrastructure_mapping_o_r_m_product_api_platform_serializer_filter_property_filter' => '?',
  3243.             'annotated_evo_infrastructure_mapping_o_r_m_profession_detail_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3244.             'annotated_evo_infrastructure_mapping_o_r_m_profession_type_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3245.             'annotated_evo_infrastructure_mapping_o_r_m_quote_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  3246.             'annotated_evo_infrastructure_mapping_o_r_m_quote_api_platform_core_bridge_doctrine_orm_filter_exists_filter' => '?',
  3247.             'annotated_evo_infrastructure_mapping_o_r_m_quote_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  3248.             'annotated_evo_infrastructure_mapping_o_r_m_quote_api_platform_core_bridge_doctrine_orm_filter_range_filter' => '?',
  3249.             'annotated_evo_infrastructure_mapping_o_r_m_quote_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3250.             'annotated_evo_infrastructure_mapping_o_r_m_quote_api_platform_serializer_filter_group_filter' => '?',
  3251.             'annotated_evo_infrastructure_mapping_o_r_m_reason_r_i_b_inactive_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3252.             'annotated_evo_infrastructure_mapping_o_r_m_reason_r_i_b_inactive_api_platform_serializer_filter_property_filter' => '?',
  3253.             'annotated_evo_infrastructure_mapping_o_r_m_reason_unpaid_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3254.             'annotated_evo_infrastructure_mapping_o_r_m_reason_unpaid_api_platform_serializer_filter_property_filter' => '?',
  3255.             'annotated_evo_infrastructure_mapping_o_r_m_risky_country_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3256.             'annotated_evo_infrastructure_mapping_o_r_m_sector_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3257.             'annotated_evo_infrastructure_mapping_o_r_m_sector_api_platform_serializer_filter_group_filter' => '?',
  3258.             'annotated_evo_infrastructure_mapping_o_r_m_sector_api_platform_serializer_filter_property_filter' => '?',
  3259.             'annotated_evo_infrastructure_mapping_o_r_m_store_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  3260.             'annotated_evo_infrastructure_mapping_o_r_m_store_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3261.             'annotated_evo_infrastructure_mapping_o_r_m_store_api_platform_serializer_filter_group_filter' => '?',
  3262.             'annotated_evo_infrastructure_mapping_o_r_m_store_api_platform_serializer_filter_property_filter' => '?',
  3263.             'annotated_evo_infrastructure_mapping_o_r_m_subscription_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3264.             'annotated_evo_infrastructure_mapping_o_r_m_subscription_api_platform_serializer_filter_property_filter' => '?',
  3265.             'annotated_evo_infrastructure_mapping_o_r_m_subscription_model_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  3266.             'annotated_evo_infrastructure_mapping_o_r_m_subscription_model_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3267.             'annotated_evo_infrastructure_mapping_o_r_m_subscription_model_api_platform_serializer_filter_property_filter' => '?',
  3268.             'annotated_evo_infrastructure_mapping_o_r_m_user_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  3269.             'annotated_evo_infrastructure_mapping_o_r_m_user_api_platform_serializer_filter_group_filter' => '?',
  3270.         ]);
  3271.     }
  3272.     /**
  3273.      * Gets the private 'api_platform.graphql.cache.subscription.traceable' shared service.
  3274.      *
  3275.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3276.      */
  3277.     protected function getApiPlatform_Graphql_Cache_Subscription_TraceableService()
  3278.     {
  3279.         $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))));
  3280.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3281.         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));
  3282.     }
  3283.     /**
  3284.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  3285.      *
  3286.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  3287.      */
  3288.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  3289.     {
  3290.         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()));
  3291.     }
  3292.     /**
  3293.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  3294.      *
  3295.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  3296.      */
  3297.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  3298.     {
  3299.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  3300.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  3301.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  3302.         }
  3303.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  3304.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  3305.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  3306.         }
  3307.         $c = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  3308.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  3309.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  3310.         }
  3311.         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())));
  3312.     }
  3313.     /**
  3314.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  3315.      *
  3316.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  3317.      */
  3318.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  3319.     {
  3320.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  3321.         if (isset($this->privates['api_platform.hydra.listener.response.add_link_header'])) {
  3322.             return $this->privates['api_platform.hydra.listener.response.add_link_header'];
  3323.         }
  3324.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener($a);
  3325.     }
  3326.     /**
  3327.      * Gets the private 'api_platform.identifier.converter' shared service.
  3328.      *
  3329.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  3330.      */
  3331.     protected function getApiPlatform_Identifier_ConverterService()
  3332.     {
  3333.         $a = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  3334.         if (isset($this->privates['api_platform.identifier.converter'])) {
  3335.             return $this->privates['api_platform.identifier.converter'];
  3336.         }
  3337.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  3338.         if (isset($this->privates['api_platform.identifier.converter'])) {
  3339.             return $this->privates['api_platform.identifier.converter'];
  3340.         }
  3341.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter($a$b, new RewindableGenerator(function () {
  3342.             yield => ($this->privates['api_platform.identifier.symfony_ulid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUlidNormalizerService'));
  3343.             yield => ($this->privates['api_platform.identifier.symfony_uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUuidNormalizerService'));
  3344.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  3345.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  3346.         }, 4));
  3347.     }
  3348.     /**
  3349.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  3350.      *
  3351.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  3352.      */
  3353.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  3354.     {
  3355.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  3356.         if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  3357.             return $this->privates['api_platform.identifiers_extractor.cached'];
  3358.         }
  3359.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  3360.         if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  3361.             return $this->privates['api_platform.identifiers_extractor.cached'];
  3362.         }
  3363.         $c = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  3364.         $d = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  3365.         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);
  3366.     }
  3367.     /**
  3368.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  3369.      *
  3370.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  3371.      */
  3372.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  3373.     {
  3374.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  3375.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  3376.         return $instance;
  3377.     }
  3378.     /**
  3379.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  3380.      *
  3381.      * @return \ApiPlatform\JsonLd\ContextBuilder
  3382.      */
  3383.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  3384.     {
  3385.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  3386.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  3387.             return $this->privates['api_platform.jsonld.context_builder'];
  3388.         }
  3389.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  3390.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  3391.             return $this->privates['api_platform.jsonld.context_builder'];
  3392.         }
  3393.         $c = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  3394.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  3395.             return $this->privates['api_platform.jsonld.context_builder'];
  3396.         }
  3397.         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));
  3398.     }
  3399.     /**
  3400.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  3401.      *
  3402.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  3403.      */
  3404.     protected function getApiPlatform_Listener_Request_AddFormatService()
  3405.     {
  3406.         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']);
  3407.     }
  3408.     /**
  3409.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  3410.      *
  3411.      * @return \ApiPlatform\Core\EventListener\ReadListener
  3412.      */
  3413.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  3414.     {
  3415.         $a = ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService());
  3416.         if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  3417.             return $this->privates['api_platform.listener.request.read.legacy'];
  3418.         }
  3419.         $b = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  3420.         if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  3421.             return $this->privates['api_platform.listener.request.read.legacy'];
  3422.         }
  3423.         $c = ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService());
  3424.         if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  3425.             return $this->privates['api_platform.listener.request.read.legacy'];
  3426.         }
  3427.         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()));
  3428.     }
  3429.     /**
  3430.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  3431.      *
  3432.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  3433.      */
  3434.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  3435.     {
  3436.         $a = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  3437.         if (isset($this->privates['api_platform.listener.view.validate_query_parameters'])) {
  3438.             return $this->privates['api_platform.listener.view.validate_query_parameters'];
  3439.         }
  3440.         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);
  3441.     }
  3442.     /**
  3443.      * Gets the private 'api_platform.mercure.listener.response.add_link_header' shared service.
  3444.      *
  3445.      * @return \ApiPlatform\Symfony\EventListener\AddLinkHeaderListener
  3446.      */
  3447.     protected function getApiPlatform_Mercure_Listener_Response_AddLinkHeaderService()
  3448.     {
  3449.         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())));
  3450.     }
  3451.     /**
  3452.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  3453.      *
  3454.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  3455.      */
  3456.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  3457.     {
  3458.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  3459.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  3460.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  3461.         }
  3462.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3463.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  3464.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  3465.         }
  3466.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  3467.         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 () {
  3468.             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()));
  3469.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  3470.             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()));
  3471.             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()));
  3472.             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()));
  3473.             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()));
  3474.             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()));
  3475.             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()));
  3476.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  3477.             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()));
  3478.             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()));
  3479.             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()));
  3480.             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()));
  3481.         }, 13)));
  3482.     }
  3483.     /**
  3484.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  3485.      *
  3486.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  3487.      */
  3488.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  3489.     {
  3490.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3491.         if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  3492.             return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  3493.         }
  3494.         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)));
  3495.     }
  3496.     /**
  3497.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  3498.      *
  3499.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  3500.      */
  3501.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  3502.     {
  3503.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  3504.         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'], []));
  3505.     }
  3506.     /**
  3507.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  3508.      *
  3509.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  3510.      */
  3511.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  3512.     {
  3513.         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)))))));
  3514.     }
  3515.     /**
  3516.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  3517.      *
  3518.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  3519.      */
  3520.     protected function getApiPlatform_OperationPathResolver_CustomService()
  3521.     {
  3522.         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()))));
  3523.     }
  3524.     /**
  3525.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  3526.      *
  3527.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  3528.      */
  3529.     protected function getApiPlatform_OperationPathResolver_RouterService()
  3530.     {
  3531.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  3532.         if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  3533.             return $this->privates['api_platform.operation_path_resolver.router'];
  3534.         }
  3535.         $b = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  3536.         if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  3537.             return $this->privates['api_platform.operation_path_resolver.router'];
  3538.         }
  3539.         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);
  3540.     }
  3541.     /**
  3542.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  3543.      *
  3544.      * @return \ApiPlatform\Api\ResourceClassResolver
  3545.      */
  3546.     protected function getApiPlatform_ResourceClassResolverService()
  3547.     {
  3548.         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()));
  3549.     }
  3550.     /**
  3551.      * Gets the private 'api_platform.router' shared service.
  3552.      *
  3553.      * @return \ApiPlatform\Symfony\Routing\Router
  3554.      */
  3555.     protected function getApiPlatform_RouterService()
  3556.     {
  3557.         $a = ($this->services['router'] ?? $this->getRouterService());
  3558.         if (isset($this->privates['api_platform.router'])) {
  3559.             return $this->privates['api_platform.router'];
  3560.         }
  3561.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router($a1);
  3562.     }
  3563.     /**
  3564.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  3565.      *
  3566.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  3567.      */
  3568.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  3569.     {
  3570.         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()));
  3571.     }
  3572.     /**
  3573.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  3574.      *
  3575.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  3576.      */
  3577.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  3578.     {
  3579.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3580.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  3581.             return $this->privates['api_platform.security.resource_access_checker'];
  3582.         }
  3583.         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);
  3584.     }
  3585.     /**
  3586.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  3587.      *
  3588.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  3589.      */
  3590.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  3591.     {
  3592.         $a = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  3593.         if (isset($this->privates['api_platform.serializer.context_builder.filter'])) {
  3594.             return $this->privates['api_platform.serializer.context_builder.filter'];
  3595.         }
  3596.         $b = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  3597.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($b$a, new \ApiPlatform\Serializer\SerializerContextBuilder($b));
  3598.     }
  3599.     /**
  3600.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  3601.      *
  3602.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  3603.      */
  3604.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  3605.     {
  3606.         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()))])));
  3607.     }
  3608.     /**
  3609.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  3610.      *
  3611.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  3612.      */
  3613.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  3614.     {
  3615.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  3616.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  3617.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  3618.         }
  3619.         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())));
  3620.     }
  3621.     /**
  3622.      * Gets the private 'assets.packages' shared service.
  3623.      *
  3624.      * @return \Symfony\Component\Asset\Packages
  3625.      */
  3626.     protected function getAssets_PackagesService()
  3627.     {
  3628.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3629.         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 () {
  3630.             return new \EmptyIterator();
  3631.         }, 0));
  3632.     }
  3633.     /**
  3634.      * Gets the private 'cache.annotations.traceable' shared service.
  3635.      *
  3636.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3637.      */
  3638.     protected function getCache_Annotations_TraceableService()
  3639.     {
  3640.         $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))));
  3641.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3642.         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));
  3643.     }
  3644.     /**
  3645.      * Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
  3646.      *
  3647.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3648.      */
  3649.     protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
  3650.     {
  3651.         $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))));
  3652.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3653.         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));
  3654.     }
  3655.     /**
  3656.      * Gets the private 'cache.property_info.traceable' shared service.
  3657.      *
  3658.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3659.      */
  3660.     protected function getCache_PropertyInfo_TraceableService()
  3661.     {
  3662.         $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))));
  3663.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3664.         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));
  3665.     }
  3666.     /**
  3667.      * Gets the private 'cache.security_expression_language.traceable' shared service.
  3668.      *
  3669.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3670.      */
  3671.     protected function getCache_SecurityExpressionLanguage_TraceableService()
  3672.     {
  3673.         $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))));
  3674.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3675.         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));
  3676.     }
  3677.     /**
  3678.      * Gets the private 'cache.serializer.traceable' shared service.
  3679.      *
  3680.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3681.      */
  3682.     protected function getCache_Serializer_TraceableService()
  3683.     {
  3684.         $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))));
  3685.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3686.         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));
  3687.     }
  3688.     /**
  3689.      * Gets the private 'cache.validator.traceable' shared service.
  3690.      *
  3691.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3692.      */
  3693.     protected function getCache_Validator_TraceableService()
  3694.     {
  3695.         $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))));
  3696.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3697.         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));
  3698.     }
  3699.     /**
  3700.      * Gets the private 'config_cache_factory' shared service.
  3701.      *
  3702.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3703.      */
  3704.     protected function getConfigCacheFactoryService()
  3705.     {
  3706.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3707.             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)));
  3708.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3709.         }, 2));
  3710.     }
  3711.     /**
  3712.      * Gets the private 'credit_notes.storage' shared service.
  3713.      *
  3714.      * @return \League\Flysystem\FilesystemOperator
  3715.      */
  3716.     protected function getCreditNotes_StorageService()
  3717.     {
  3718.         $a = ($this->privates['flysystem.adapter.lazy.factory'] ?? $this->getFlysystem_Adapter_Lazy_FactoryService());
  3719.         if (isset($this->privates['credit_notes.storage'])) {
  3720.             return $this->privates['credit_notes.storage'];
  3721.         }
  3722.         return $this->privates['credit_notes.storage'] = $a->createStorage($this->getEnv('APP_CREDIT_NOTES_STORAGE'), 'credit_notes.storage');
  3723.     }
  3724.     /**
  3725.      * Gets the private 'data_collector.form' shared service.
  3726.      *
  3727.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3728.      */
  3729.     protected function getDataCollector_FormService()
  3730.     {
  3731.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3732.     }
  3733.     /**
  3734.      * Gets the private 'data_collector.request' shared service.
  3735.      *
  3736.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3737.      */
  3738.     protected function getDataCollector_RequestService()
  3739.     {
  3740.         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())));
  3741.     }
  3742.     /**
  3743.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  3744.      *
  3745.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  3746.      */
  3747.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  3748.     {
  3749.         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 () {
  3750.             yield => ($this->privates['App\\DataProvider\\ActivityDomainAllDataProvider'] ?? $this->load('getActivityDomainAllDataProviderService'));
  3751.             yield => ($this->privates['App\\DataProvider\\ActivityLogsDataProvider'] ?? $this->load('getActivityLogsDataProviderService'));
  3752.             yield => ($this->privates['App\\DataProvider\\ActivitySubdomainAllDataProvider'] ?? $this->load('getActivitySubdomainAllDataProviderService'));
  3753.             yield => ($this->privates['App\\DataProvider\\ComparisonKycDataProvider'] ?? $this->load('getComparisonKycDataProviderService'));
  3754.             yield => ($this->privates['App\\DataProvider\\IbmlOrganizationListDataProvider'] ?? $this->load('getIbmlOrganizationListDataProviderService'));
  3755.             yield => ($this->privates['App\\DataProvider\\OrganizationBaseClient'] ?? $this->load('getOrganizationBaseClientService'));
  3756.             yield => ($this->privates['App\\DataProvider\\OrganizationGlobalSearchDataProvider'] ?? $this->load('getOrganizationGlobalSearchDataProviderService'));
  3757.             yield => ($this->privates['App\\DataProvider\\OrganizationImpayeDataProvider'] ?? $this->load('getOrganizationImpayeDataProviderService'));
  3758.             yield => ($this->privates['App\\DataProvider\\ProfessionDetailAllDataProvider'] ?? $this->load('getProfessionDetailAllDataProviderService'));
  3759.             yield => ($this->privates['App\\DataProvider\\ProfessionTypeAllDataProvider'] ?? $this->load('getProfessionTypeAllDataProviderService'));
  3760.             yield 10 => ($this->privates['App\\DataProvider\\UserMeDataProvider'] ?? $this->load('getUserMeDataProviderService'));
  3761.             yield 11 => ($this->privates['App\\DataProvider\\ValidationKycDataProvider'] ?? $this->load('getValidationKycDataProviderService'));
  3762.             yield 12 => ($this->privates['App\\DataProvider\\ValidationKycKBISDataProvider'] ?? $this->load('getValidationKycKBISDataProviderService'));
  3763.             yield 13 => ($this->privates['App\\DataProvider\\ValidationKycProcurationDataProvider'] ?? $this->load('getValidationKycProcurationDataProviderService'));
  3764.             yield 14 => ($this->privates['Evo\\Infrastructure\\ApiPlatform\\Provider\\Invoice\\DuplicatedInvoiceProvider'] ?? $this->load('getDuplicatedInvoiceProviderService'));
  3765.             yield 15 => ($this->privates['Evo\\Infrastructure\\ApiPlatform\\Provider\\Invoice\\InvoiceImpayeDataProvider'] ?? $this->load('getInvoiceImpayeDataProviderService'));
  3766.             yield 16 => ($this->services['Evo\\Infrastructure\\ApiPlatform\\Provider\\PappersActivityLogWrapper\\PappersActivityLogWrapperDataProvider'] ?? $this->load('getPappersActivityLogWrapperDataProviderService'));
  3767.             yield 17 => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  3768.         }, 18)));
  3769.     }
  3770.     /**
  3771.      * Gets the private 'debug.api_platform.data_persister' shared service.
  3772.      *
  3773.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  3774.      */
  3775.     protected function getDebug_ApiPlatform_DataPersisterService()
  3776.     {
  3777.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  3778.             yield => ($this->privates['App\\DataPersister\\SubscriptionModelDataPersister'] ?? $this->load('getSubscriptionModelDataPersisterService'));
  3779.             yield => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService'));
  3780.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  3781.         }, 3)));
  3782.     }
  3783.     /**
  3784.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  3785.      *
  3786.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  3787.      */
  3788.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  3789.     {
  3790.         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 () {
  3791.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  3792.         }, 1)));
  3793.     }
  3794.     /**
  3795.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  3796.      *
  3797.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  3798.      */
  3799.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  3800.     {
  3801.         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 () {
  3802.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  3803.         }, 1)));
  3804.     }
  3805.     /**
  3806.      * Gets the private 'debug.controller_resolver' shared service.
  3807.      *
  3808.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3809.      */
  3810.     protected function getDebug_ControllerResolverService()
  3811.     {
  3812.         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))));
  3813.     }
  3814.     /**
  3815.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3816.      *
  3817.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3818.      */
  3819.     protected function getDebug_DebugHandlersListenerService()
  3820.     {
  3821.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3822.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3823.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3824.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3825.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3826.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3827.     }
  3828.     /**
  3829.      * Gets the private 'debug.file_link_formatter' shared service.
  3830.      *
  3831.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3832.      */
  3833.     protected function getDebug_FileLinkFormatterService()
  3834.     {
  3835.         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 () {
  3836.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3837.         });
  3838.     }
  3839.     /**
  3840.      * Gets the private 'debug.log_processor' shared service.
  3841.      *
  3842.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3843.      */
  3844.     protected function getDebug_LogProcessorService()
  3845.     {
  3846.         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())));
  3847.     }
  3848.     /**
  3849.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3850.      *
  3851.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3852.      */
  3853.     protected function getDebug_Security_Access_DecisionManagerService()
  3854.     {
  3855.         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 () {
  3856.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3857.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  3858.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3859.             yield => ($this->privates['debug.security.voter.Evo\\Application\\Security\\Voter\\AdminManageVoter'] ?? $this->load('getAdminManageVoterService'));
  3860.             yield => ($this->privates['debug.security.voter.Evo\\Application\\Security\\Voter\\UserVoter'] ?? $this->load('getUserVoterService'));
  3861.             yield => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  3862.         }, 6), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3863.     }
  3864.     /**
  3865.      * Gets the private 'debug.security.firewall' shared service.
  3866.      *
  3867.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3868.      */
  3869.     protected function getDebug_Security_FirewallService()
  3870.     {
  3871.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3872.         if (isset($this->privates['debug.security.firewall'])) {
  3873.             return $this->privates['debug.security.firewall'];
  3874.         }
  3875.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3876.         if (isset($this->privates['debug.security.firewall'])) {
  3877.             return $this->privates['debug.security.firewall'];
  3878.         }
  3879.         $c = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  3880.         if (isset($this->privates['debug.security.firewall'])) {
  3881.             return $this->privates['debug.security.firewall'];
  3882.         }
  3883.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b$c);
  3884.     }
  3885.     /**
  3886.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  3887.      *
  3888.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  3889.      */
  3890.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  3891.     {
  3892.         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')]);
  3893.     }
  3894.     /**
  3895.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  3896.      *
  3897.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  3898.      */
  3899.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  3900.     {
  3901.         $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']);
  3902.         $instance->setGlobalBasename('mapping');
  3903.         return $instance;
  3904.     }
  3905.     /**
  3906.      * Gets the private 'doctrine.result_cache_pool.traceable' shared service.
  3907.      *
  3908.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3909.      */
  3910.     protected function getDoctrine_ResultCachePool_TraceableService()
  3911.     {
  3912.         $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))));
  3913.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3914.         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));
  3915.     }
  3916.     /**
  3917.      * Gets the private 'doctrine.result_cache_provider' shared autowired service.
  3918.      *
  3919.      * @return \Symfony\Component\Cache\DoctrineProvider
  3920.      */
  3921.     protected function getDoctrine_ResultCacheProviderService()
  3922.     {
  3923.         return $this->privates['doctrine.result_cache_provider'] = new \Symfony\Component\Cache\DoctrineProvider(($this->privates['doctrine.result_cache_pool.traceable'] ?? $this->getDoctrine_ResultCachePool_TraceableService()));
  3924.     }
  3925.     /**
  3926.      * Gets the private 'doctrine.system_cache_pool.traceable' shared service.
  3927.      *
  3928.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3929.      */
  3930.     protected function getDoctrine_SystemCachePool_TraceableService()
  3931.     {
  3932.         $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))));
  3933.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3934.         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));
  3935.     }
  3936.     /**
  3937.      * Gets the private 'doctrine.system_cache_provider' shared autowired service.
  3938.      *
  3939.      * @return \Symfony\Component\Cache\DoctrineProvider
  3940.      */
  3941.     protected function getDoctrine_SystemCacheProviderService()
  3942.     {
  3943.         return $this->privates['doctrine.system_cache_provider'] = new \Symfony\Component\Cache\DoctrineProvider(($this->privates['doctrine.system_cache_pool.traceable'] ?? $this->getDoctrine_SystemCachePool_TraceableService()));
  3944.     }
  3945.     /**
  3946.      * Gets the private 'documents.storage' shared service.
  3947.      *
  3948.      * @return \League\Flysystem\FilesystemOperator
  3949.      */
  3950.     protected function getDocuments_StorageService()
  3951.     {
  3952.         $a = ($this->privates['flysystem.adapter.lazy.factory'] ?? $this->getFlysystem_Adapter_Lazy_FactoryService());
  3953.         if (isset($this->privates['documents.storage'])) {
  3954.             return $this->privates['documents.storage'];
  3955.         }
  3956.         return $this->privates['documents.storage'] = $a->createStorage($this->getEnv('APP_DOCUMENTS_STORAGE'), 'documents.storage');
  3957.     }
  3958.     /**
  3959.      * Gets the private 'exception_listener' shared service.
  3960.      *
  3961.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3962.      */
  3963.     protected function getExceptionListener3Service()
  3964.     {
  3965.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3966.     }
  3967.     /**
  3968.      * Gets the private 'flysystem.adapter.lazy.factory' shared service.
  3969.      *
  3970.      * @return \League\FlysystemBundle\Lazy\LazyFactory
  3971.      */
  3972.     protected function getFlysystem_Adapter_Lazy_FactoryService()
  3973.     {
  3974.         $a = ($this->privates['.service_locator.uJ_tkR_'] ?? $this->get_ServiceLocator_UJTkRService());
  3975.         if (isset($this->privates['flysystem.adapter.lazy.factory'])) {
  3976.             return $this->privates['flysystem.adapter.lazy.factory'];
  3977.         }
  3978.         return $this->privates['flysystem.adapter.lazy.factory'] = new \League\FlysystemBundle\Lazy\LazyFactory($a);
  3979.     }
  3980.     /**
  3981.      * Gets the private 'fos_elastica.logger' shared service.
  3982.      *
  3983.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  3984.      */
  3985.     protected function getFosElastica_LoggerService()
  3986.     {
  3987.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  3988.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3989.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3990.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3991.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3992.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  3993.     }
  3994.     /**
  3995.      * Gets the private 'invoices.storage' shared service.
  3996.      *
  3997.      * @return \League\Flysystem\FilesystemOperator
  3998.      */
  3999.     protected function getInvoices_StorageService()
  4000.     {
  4001.         $a = ($this->privates['flysystem.adapter.lazy.factory'] ?? $this->getFlysystem_Adapter_Lazy_FactoryService());
  4002.         if (isset($this->privates['invoices.storage'])) {
  4003.             return $this->privates['invoices.storage'];
  4004.         }
  4005.         return $this->privates['invoices.storage'] = $a->createStorage($this->getEnv('APP_INVOICES_STORAGE'), 'invoices.storage');
  4006.     }
  4007.     /**
  4008.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  4009.      *
  4010.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  4011.      */
  4012.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  4013.     {
  4014.         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]);
  4015.     }
  4016.     /**
  4017.      * Gets the private 'locale_aware_listener' shared service.
  4018.      *
  4019.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4020.      */
  4021.     protected function getLocaleAwareListenerService()
  4022.     {
  4023.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4024.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  4025.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4026.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4027.     }
  4028.     /**
  4029.      * Gets the private 'locale_listener' shared service.
  4030.      *
  4031.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4032.      */
  4033.     protected function getLocaleListenerService()
  4034.     {
  4035.         $a = ($this->services['router'] ?? $this->getRouterService());
  4036.         if (isset($this->privates['locale_listener'])) {
  4037.             return $this->privates['locale_listener'];
  4038.         }
  4039.         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, []);
  4040.     }
  4041.     /**
  4042.      * Gets the private 'mercure.hub.default.traceable' shared service.
  4043.      *
  4044.      * @return \Symfony\Component\Mercure\Debug\TraceableHub
  4045.      */
  4046.     protected function getMercure_Hub_Default_TraceableService()
  4047.     {
  4048.         $a = new \Symfony\Component\Mercure\Jwt\LcobucciFactory($this->getEnv('MERCURE_JWT_SECRET'), 'hmac.sha256'NULL'');
  4049.         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))));
  4050.     }
  4051.     /**
  4052.      * Gets the private 'mime_types' shared service.
  4053.      *
  4054.      * @return \Symfony\Component\Mime\MimeTypes
  4055.      */
  4056.     protected function getMimeTypesService()
  4057.     {
  4058.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  4059.         $instance->setDefault($instance);
  4060.         return $instance;
  4061.     }
  4062.     /**
  4063.      * Gets the private 'monolog.handler.console' shared service.
  4064.      *
  4065.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  4066.      */
  4067.     protected function getMonolog_Handler_ConsoleService()
  4068.     {
  4069.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  4070.     }
  4071.     /**
  4072.      * Gets the private 'monolog.handler.main' shared service.
  4073.      *
  4074.      * @return \Monolog\Handler\RotatingFileHandler
  4075.      */
  4076.     protected function getMonolog_Handler_MainService()
  4077.     {
  4078.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.log'), 10'debug'trueNULLfalse);
  4079.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4080.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  4081.         return $instance;
  4082.     }
  4083.     /**
  4084.      * Gets the private 'monolog.logger.cache' shared service.
  4085.      *
  4086.      * @return \Symfony\Bridge\Monolog\Logger
  4087.      */
  4088.     protected function getMonolog_Logger_CacheService()
  4089.     {
  4090.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4091.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4092.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4093.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4094.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4095.         return $instance;
  4096.     }
  4097.     /**
  4098.      * Gets the private 'monolog.logger.http_client' shared service.
  4099.      *
  4100.      * @return \Symfony\Bridge\Monolog\Logger
  4101.      */
  4102.     protected function getMonolog_Logger_HttpClientService()
  4103.     {
  4104.         $this->privates['monolog.logger.http_client'] = $instance = new \Symfony\Bridge\Monolog\Logger('http_client');
  4105.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4106.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4107.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4108.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4109.         return $instance;
  4110.     }
  4111.     /**
  4112.      * Gets the private 'monolog.logger.request' shared service.
  4113.      *
  4114.      * @return \Symfony\Bridge\Monolog\Logger
  4115.      */
  4116.     protected function getMonolog_Logger_RequestService()
  4117.     {
  4118.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  4119.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4120.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4121.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4122.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4123.         return $instance;
  4124.     }
  4125.     /**
  4126.      * Gets the private 'monolog.logger.snappy' shared service.
  4127.      *
  4128.      * @return \Symfony\Bridge\Monolog\Logger
  4129.      */
  4130.     protected function getMonolog_Logger_SnappyService()
  4131.     {
  4132.         $this->privates['monolog.logger.snappy'] = $instance = new \Symfony\Bridge\Monolog\Logger('snappy');
  4133.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4134.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4135.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4136.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4137.         return $instance;
  4138.     }
  4139.     /**
  4140.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  4141.      *
  4142.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  4143.      */
  4144.     protected function getNelmioCors_CorsListenerService()
  4145.     {
  4146.         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'])]));
  4147.     }
  4148.     /**
  4149.      * Gets the private 'nzo.annotation_resolver' shared service.
  4150.      *
  4151.      * @return \Nzo\UrlEncryptorBundle\Annotations\AnnotationResolver
  4152.      */
  4153.     protected function getNzo_AnnotationResolverService()
  4154.     {
  4155.         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#'''))));
  4156.     }
  4157.     /**
  4158.      * Gets the private 'parameter_bag' shared service.
  4159.      *
  4160.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4161.      */
  4162.     protected function getParameterBagService()
  4163.     {
  4164.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4165.     }
  4166.     /**
  4167.      * Gets the private 'profiler_listener' shared service.
  4168.      *
  4169.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4170.      */
  4171.     protected function getProfilerListenerService()
  4172.     {
  4173.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  4174.         if (isset($this->privates['profiler_listener'])) {
  4175.             return $this->privates['profiler_listener'];
  4176.         }
  4177.         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);
  4178.     }
  4179.     /**
  4180.      * Gets the private 'property_accessor' shared service.
  4181.      *
  4182.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  4183.      */
  4184.     protected function getPropertyAccessorService()
  4185.     {
  4186.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4187.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  4188.     }
  4189.     /**
  4190.      * Gets the private 'property_info' shared service.
  4191.      *
  4192.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4193.      */
  4194.     protected function getPropertyInfoService()
  4195.     {
  4196.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4197.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  4198.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4199.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4200.         }, 3), new RewindableGenerator(function () {
  4201.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4202.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4203.         }, 2), new RewindableGenerator(function () {
  4204.             return new \EmptyIterator();
  4205.         }, 0), new RewindableGenerator(function () {
  4206.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4207.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4208.         }, 2), new RewindableGenerator(function () {
  4209.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4210.         }, 1));
  4211.     }
  4212.     /**
  4213.      * Gets the private 'quotes.storage' shared service.
  4214.      *
  4215.      * @return \League\Flysystem\FilesystemOperator
  4216.      */
  4217.     protected function getQuotes_StorageService()
  4218.     {
  4219.         $a = ($this->privates['flysystem.adapter.lazy.factory'] ?? $this->getFlysystem_Adapter_Lazy_FactoryService());
  4220.         if (isset($this->privates['quotes.storage'])) {
  4221.             return $this->privates['quotes.storage'];
  4222.         }
  4223.         return $this->privates['quotes.storage'] = $a->createStorage($this->getEnv('APP_QUOTES_STORAGE'), 'quotes.storage');
  4224.     }
  4225.     /**
  4226.      * Gets the private 'router.expression_language_provider' shared service.
  4227.      *
  4228.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  4229.      */
  4230.     protected function getRouter_ExpressionLanguageProviderService()
  4231.     {
  4232.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4233.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  4234.         ], [
  4235.             'env' => 'Closure',
  4236.         ]));
  4237.     }
  4238.     /**
  4239.      * Gets the private 'router.request_context' shared service.
  4240.      *
  4241.      * @return \Symfony\Component\Routing\RequestContext
  4242.      */
  4243.     protected function getRouter_RequestContextService()
  4244.     {
  4245.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  4246.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4247.         return $instance;
  4248.     }
  4249.     /**
  4250.      * Gets the private 'router_listener' shared service.
  4251.      *
  4252.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4253.      */
  4254.     protected function getRouterListenerService()
  4255.     {
  4256.         $a = ($this->services['router'] ?? $this->getRouterService());
  4257.         if (isset($this->privates['router_listener'])) {
  4258.             return $this->privates['router_listener'];
  4259.         }
  4260.         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);
  4261.     }
  4262.     /**
  4263.      * Gets the private 'security.csrf.token_storage' shared service.
  4264.      *
  4265.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  4266.      */
  4267.     protected function getSecurity_Csrf_TokenStorageService()
  4268.     {
  4269.         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())));
  4270.     }
  4271.     /**
  4272.      * Gets the private 'security.expression_language' shared service.
  4273.      *
  4274.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  4275.      */
  4276.     protected function getSecurity_ExpressionLanguageService()
  4277.     {
  4278.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  4279.         $instance->registerProvider(new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider());
  4280.         return $instance;
  4281.     }
  4282.     /**
  4283.      * Gets the private 'security.firewall.map' shared service.
  4284.      *
  4285.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4286.      */
  4287.     protected function getSecurity_Firewall_MapService()
  4288.     {
  4289.         $a = ($this->privates['.service_locator.3oRFjZS'] ?? $this->get_ServiceLocator_3oRFjZSService());
  4290.         if (isset($this->privates['security.firewall.map'])) {
  4291.             return $this->privates['security.firewall.map'];
  4292.         }
  4293.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  4294.             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)/')));
  4295.             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')));
  4296.             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+/.*$')));
  4297.             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)/.*$')));
  4298.             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')));
  4299.             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+$')));
  4300.             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)')));
  4301.             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'])));
  4302.             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'])));
  4303.             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'])));
  4304.             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'])));
  4305.             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$')));
  4306.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.DRbgG1p'] ?? ($this->privates['.security.request_matcher.DRbgG1p'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/v1')));
  4307.             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')));
  4308.             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')));
  4309.             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')));
  4310.             yield 'security.firewall.map.context.main' => NULL;
  4311.         }, 17));
  4312.     }
  4313.     /**
  4314.      * Gets the private 'security.helper' shared service.
  4315.      *
  4316.      * @return \Symfony\Component\Security\Core\Security
  4317.      */
  4318.     protected function getSecurity_HelperService()
  4319.     {
  4320.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4321.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4322.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4323.         ], [
  4324.             'security.authorization_checker' => '?',
  4325.             'security.token_storage' => '?',
  4326.         ]));
  4327.     }
  4328.     /**
  4329.      * Gets the private 'security.logout_url_generator' shared service.
  4330.      *
  4331.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4332.      */
  4333.     protected function getSecurity_LogoutUrlGeneratorService()
  4334.     {
  4335.         $a = ($this->services['router'] ?? $this->getRouterService());
  4336.         if (isset($this->privates['security.logout_url_generator'])) {
  4337.             return $this->privates['security.logout_url_generator'];
  4338.         }
  4339.         $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()));
  4340.         $instance->registerListener('main''app_admin_logout''logout''_csrf_token'NULLNULL);
  4341.         return $instance;
  4342.     }
  4343.     /**
  4344.      * Gets the private 'security.role_hierarchy' shared service.
  4345.      *
  4346.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  4347.      */
  4348.     protected function getSecurity_RoleHierarchyService()
  4349.     {
  4350.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  4351.     }
  4352.     /**
  4353.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  4354.      *
  4355.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  4356.      */
  4357.     protected function getSerializer_NameConverter_MetadataAwareService()
  4358.     {
  4359.         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()));
  4360.     }
  4361.     /**
  4362.      * Gets the private 'session.factory' shared service.
  4363.      *
  4364.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  4365.      */
  4366.     protected function getSession_FactoryService()
  4367.     {
  4368.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  4369.         if (isset($this->privates['session.factory'])) {
  4370.             return $this->privates['session.factory'];
  4371.         }
  4372.         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']);
  4373.     }
  4374.     /**
  4375.      * Gets the private 'session_listener' shared service.
  4376.      *
  4377.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4378.      */
  4379.     protected function getSessionListenerService()
  4380.     {
  4381.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4382.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  4383.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'true],
  4384.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4385.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  4386.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  4387.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  4388.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  4389.         ], [
  4390.             'initialized_session' => '?',
  4391.             'logger' => '?',
  4392.             'request_stack' => '?',
  4393.             'session' => '?',
  4394.             'session_collector' => '?',
  4395.             'session_factory' => '?',
  4396.             'session_storage' => '?',
  4397.         ]), true$this->parameters['session.storage.options']);
  4398.     }
  4399.     /**
  4400.      * Gets the private 'translator.default' shared service.
  4401.      *
  4402.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4403.      */
  4404.     protected function getTranslator_DefaultService()
  4405.     {
  4406.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4407.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  4408.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  4409.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  4410.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  4411.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  4412.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  4413.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  4414.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  4415.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  4416.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  4417.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  4418.         ], [
  4419.             'translation.loader.csv' => '?',
  4420.             'translation.loader.dat' => '?',
  4421.             'translation.loader.ini' => '?',
  4422.             'translation.loader.json' => '?',
  4423.             'translation.loader.mo' => '?',
  4424.             'translation.loader.php' => '?',
  4425.             'translation.loader.po' => '?',
  4426.             'translation.loader.qt' => '?',
  4427.             'translation.loader.res' => '?',
  4428.             'translation.loader.xliff' => '?',
  4429.             'translation.loader.yml' => '?',
  4430.         ]), 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']]], []);
  4431.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4432.         $instance->setFallbackLocales([=> 'fr']);
  4433.         return $instance;
  4434.     }
  4435.     /**
  4436.      * Gets the private 'url_helper' shared service.
  4437.      *
  4438.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  4439.      */
  4440.     protected function getUrlHelperService()
  4441.     {
  4442.         $a = ($this->services['router'] ?? $this->getRouterService());
  4443.         if (isset($this->privates['url_helper'])) {
  4444.             return $this->privates['url_helper'];
  4445.         }
  4446.         return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  4447.     }
  4448.     /**
  4449.      * Gets the private 'validator.builder' shared service.
  4450.      *
  4451.      * @return \Symfony\Component\Validator\ValidatorBuilder
  4452.      */
  4453.     protected function getValidator_BuilderService()
  4454.     {
  4455.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  4456.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4457.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4458.             'App\\Validator\\Constraints\\OrganizationConstraintsValidator' => ['privates''App\\Validator\\Constraints\\OrganizationConstraintsValidator''getOrganizationConstraintsValidatorService'true],
  4459.             'App\\Validator\\Constraints\\ServiceConstraintValidator' => ['privates''App\\Validator\\Constraints\\ServiceConstraintValidator''getServiceConstraintValidatorService'true],
  4460.             'App\\Validator\\Constraints\\UniqueArticleConstraintsValidator' => ['privates''App\\Validator\\Constraints\\UniqueArticleConstraintsValidator''getUniqueArticleConstraintsValidatorService'true],
  4461.             'App\\Validator\\Constraints\\UniqueSlugConstraintsValidator' => ['privates''App\\Validator\\Constraints\\UniqueSlugConstraintsValidator''getUniqueSlugConstraintsValidatorService'true],
  4462.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4463.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4464.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  4465.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4466.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  4467.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4468.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4469.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4470.         ], [
  4471.             'App\\Validator\\Constraints\\OrganizationConstraintsValidator' => '?',
  4472.             'App\\Validator\\Constraints\\ServiceConstraintValidator' => '?',
  4473.             'App\\Validator\\Constraints\\UniqueArticleConstraintsValidator' => '?',
  4474.             'App\\Validator\\Constraints\\UniqueSlugConstraintsValidator' => '?',
  4475.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  4476.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  4477.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  4478.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  4479.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  4480.             'doctrine.orm.validator.unique' => '?',
  4481.             'security.validator.user_password' => '?',
  4482.             'validator.expression' => '?',
  4483.         ])));
  4484.         if ($this->has('translator')) {
  4485.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  4486.         }
  4487.         $instance->setTranslationDomain('validators');
  4488.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  4489.         $instance->addYamlMappings([=> (\dirname(__DIR__4).'/config/validator/validation.yaml')]);
  4490.         $instance->enableAnnotationMapping(true);
  4491.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4492.         $instance->addMethodMapping('loadValidatorMetadata');
  4493.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  4494.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  4495.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  4496.         return $instance;
  4497.     }
  4498.     /**
  4499.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  4500.      *
  4501.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  4502.      */
  4503.     protected function getVichUploader_MetadataReaderService()
  4504.     {
  4505.         $a = new \Metadata\Driver\FileLocator([]);
  4506.         $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);
  4507.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  4508.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  4509.     }
  4510.     /**
  4511.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  4512.      *
  4513.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  4514.      */
  4515.     protected function getVichUploader_PropertyMappingFactoryService()
  4516.     {
  4517.         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');
  4518.     }
  4519.     /**
  4520.      * Gets the private 'vich_uploader.storage.flysystem' shared service.
  4521.      *
  4522.      * @return \Vich\UploaderBundle\Storage\FlysystemStorage
  4523.      */
  4524.     protected function getVichUploader_Storage_FlysystemService()
  4525.     {
  4526.         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()));
  4527.     }
  4528.     /**
  4529.      * Gets the private 'web_profiler.csp.handler' shared service.
  4530.      *
  4531.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  4532.      */
  4533.     protected function getWebProfiler_Csp_HandlerService()
  4534.     {
  4535.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  4536.     }
  4537.     /**
  4538.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  4539.      *
  4540.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  4541.      */
  4542.     protected function getWebProfiler_DebugToolbarService()
  4543.     {
  4544.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4545.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  4546.             return $this->privates['web_profiler.debug_toolbar'];
  4547.         }
  4548.         $b = ($this->services['router'] ?? $this->getRouterService());
  4549.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  4550.             return $this->privates['web_profiler.debug_toolbar'];
  4551.         }
  4552.         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);
  4553.     }
  4554.     /**
  4555.      * Gets the public 'cache_clearer' alias.
  4556.      *
  4557.      * @return object The ".container.private.cache_clearer" service.
  4558.      */
  4559.     protected function getCacheClearerService()
  4560.     {
  4561.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  4562.         return $this->get('.container.private.cache_clearer');
  4563.     }
  4564.     /**
  4565.      * Gets the public 'filesystem' alias.
  4566.      *
  4567.      * @return object The ".container.private.filesystem" service.
  4568.      */
  4569.     protected function getFilesystemService()
  4570.     {
  4571.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  4572.         return $this->get('.container.private.filesystem');
  4573.     }
  4574.     /**
  4575.      * Gets the public 'serializer' alias.
  4576.      *
  4577.      * @return object The ".container.private.serializer" service.
  4578.      */
  4579.     protected function getSerializerService()
  4580.     {
  4581.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  4582.         return $this->get('.container.private.serializer');
  4583.     }
  4584.     /**
  4585.      * Gets the public 'security.csrf.token_manager' alias.
  4586.      *
  4587.      * @return object The ".container.private.security.csrf.token_manager" service.
  4588.      */
  4589.     protected function getSecurity_Csrf_TokenManagerService()
  4590.     {
  4591.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  4592.         return $this->get('.container.private.security.csrf.token_manager');
  4593.     }
  4594.     /**
  4595.      * Gets the public 'form.factory' alias.
  4596.      *
  4597.      * @return object The ".container.private.form.factory" service.
  4598.      */
  4599.     protected function getForm_FactoryService()
  4600.     {
  4601.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  4602.         return $this->get('.container.private.form.factory');
  4603.     }
  4604.     /**
  4605.      * Gets the public 'form.type.file' alias.
  4606.      *
  4607.      * @return object The ".container.private.form.type.file" service.
  4608.      */
  4609.     protected function getForm_Type_FileService()
  4610.     {
  4611.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  4612.         return $this->get('.container.private.form.type.file');
  4613.     }
  4614.     /**
  4615.      * Gets the public 'profiler' alias.
  4616.      *
  4617.      * @return object The ".container.private.profiler" service.
  4618.      */
  4619.     protected function getProfilerService()
  4620.     {
  4621.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  4622.         return $this->get('.container.private.profiler');
  4623.     }
  4624.     /**
  4625.      * Gets the public 'twig' alias.
  4626.      *
  4627.      * @return object The ".container.private.twig" service.
  4628.      */
  4629.     protected function getTwigService()
  4630.     {
  4631.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  4632.         return $this->get('.container.private.twig');
  4633.     }
  4634.     /**
  4635.      * Gets the public 'security.authorization_checker' alias.
  4636.      *
  4637.      * @return object The ".container.private.security.authorization_checker" service.
  4638.      */
  4639.     protected function getSecurity_AuthorizationCheckerService()
  4640.     {
  4641.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  4642.         return $this->get('.container.private.security.authorization_checker');
  4643.     }
  4644.     /**
  4645.      * Gets the public 'security.token_storage' alias.
  4646.      *
  4647.      * @return object The ".container.private.security.token_storage" service.
  4648.      */
  4649.     protected function getSecurity_TokenStorageService()
  4650.     {
  4651.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  4652.         return $this->get('.container.private.security.token_storage');
  4653.     }
  4654.     /**
  4655.      * Gets the public 'security.password_encoder' alias.
  4656.      *
  4657.      * @return object The ".container.private.security.password_encoder" service.
  4658.      */
  4659.     protected function getSecurity_PasswordEncoderService()
  4660.     {
  4661.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  4662.         return $this->get('.container.private.security.password_encoder');
  4663.     }
  4664.     /**
  4665.      * Gets the public 'session' alias.
  4666.      *
  4667.      * @return object The ".container.private.session" service.
  4668.      */
  4669.     protected function getSessionService()
  4670.     {
  4671.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  4672.         return $this->get('.container.private.session');
  4673.     }
  4674.     /**
  4675.      * Gets the public 'validator' alias.
  4676.      *
  4677.      * @return object The ".container.private.validator" service.
  4678.      */
  4679.     protected function getValidatorService()
  4680.     {
  4681.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  4682.         return $this->get('.container.private.validator');
  4683.     }
  4684.     /**
  4685.      * @return array|bool|float|int|string|\UnitEnum|null
  4686.      */
  4687.     public function getParameter(string $name)
  4688.     {
  4689.         if (isset($this->buildParameters[$name])) {
  4690.             return $this->buildParameters[$name];
  4691.         }
  4692.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  4693.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  4694.         }
  4695.         if (isset($this->loadedDynamicParameters[$name])) {
  4696.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4697.         }
  4698.         return $this->parameters[$name];
  4699.     }
  4700.     public function hasParameter(string $name): bool
  4701.     {
  4702.         if (isset($this->buildParameters[$name])) {
  4703.             return true;
  4704.         }
  4705.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  4706.     }
  4707.     public function setParameter(string $name$value): void
  4708.     {
  4709.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4710.     }
  4711.     public function getParameterBag(): ParameterBagInterface
  4712.     {
  4713.         if (null === $this->parameterBag) {
  4714.             $parameters $this->parameters;
  4715.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4716.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4717.             }
  4718.             foreach ($this->buildParameters as $name => $value) {
  4719.                 $parameters[$name] = $value;
  4720.             }
  4721.             $this->parameterBag = new FrozenParameterBag($parameters);
  4722.         }
  4723.         return $this->parameterBag;
  4724.     }
  4725.     private $loadedDynamicParameters = [
  4726.         'kernel.runtime_environment' => false,
  4727.         'kernel.build_dir' => false,
  4728.         'kernel.cache_dir' => false,
  4729.         'uri_tunnel' => false,
  4730.         'uri_bv' => false,
  4731.         'uri_new_admin' => false,
  4732.         'webhook_secret' => false,
  4733.         'stripe_webhook_secret' => false,
  4734.         'session_max_idle_time' => false,
  4735.         'app_base_url' => false,
  4736.         'kernel.secret' => false,
  4737.         'debug.container.dump' => false,
  4738.         'serializer.mapping.cache.file' => false,
  4739.         'session.save_path' => false,
  4740.         'validator.mapping.cache.file' => false,
  4741.         'profiler.storage.dsn' => false,
  4742.         'doctrine.orm.proxy_dir' => false,
  4743.         'knp_snappy.pdf.binary' => false,
  4744.         'knp_snappy.image.binary' => false,
  4745.         'lexik_jwt_authentication.pass_phrase' => false,
  4746.         'lexik_jwt_authentication.token_ttl' => false,
  4747.         'vich_uploader.mappings' => false,
  4748.         'mercure.hubs' => false,
  4749.         'mercure.default_hub' => false,
  4750.     ];
  4751.     private $dynamicParameters = [];
  4752.     private function getDynamicParameter(string $name)
  4753.     {
  4754.         switch ($name) {
  4755.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4756.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  4757.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4758.             case 'uri_tunnel'$value $this->getEnv('URL_TUNNEL'); break;
  4759.             case 'uri_bv'$value $this->getEnv('URL_BV'); break;
  4760.             case 'uri_new_admin'$value $this->getEnv('URL_NEW_ADMIN'); break;
  4761.             case 'webhook_secret'$value $this->getEnv('WEBHOOK_SECRET'); break;
  4762.             case 'stripe_webhook_secret'$value $this->getEnv('STRIPE_WEBHOOK_SECRET'); break;
  4763.             case 'session_max_idle_time'$value $this->getEnv('SESSION_MAX'); break;
  4764.             case 'app_base_url'$value $this->getEnv('APP_BASE_URL'); break;
  4765.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  4766.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  4767.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4768.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  4769.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4770.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4771.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4772.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  4773.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  4774.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  4775.             case 'lexik_jwt_authentication.token_ttl'$value $this->getEnv('int:JWT_TOKEN_TTL'); break;
  4776.             case 'vich_uploader.mappings'$value = [
  4777.                 'document' => [
  4778.                     'upload_destination' => $this->getEnv('resolve:APP_DOCUMENTS_STORAGE'),
  4779.                     'namer' => [
  4780.                         'service' => 'App\\Service\\VichUploadWithDatedPathNamer.document',
  4781.                         'options' => [
  4782.                         ],
  4783.                     ],
  4784.                     'delete_on_remove' => false,
  4785.                     'delete_on_update' => false,
  4786.                     'uri_prefix' => '/uploads',
  4787.                     'directory_namer' => [
  4788.                         'service' => NULL,
  4789.                         'options' => NULL,
  4790.                     ],
  4791.                     'inject_on_load' => false,
  4792.                     'db_driver' => 'orm',
  4793.                 ],
  4794.                 'letter' => [
  4795.                     'upload_destination' => $this->getEnv('resolve:APP_LETTERS_STORAGE'),
  4796.                     'namer' => [
  4797.                         'service' => 'App\\Service\\VichUploadLetterNamer.letter',
  4798.                         'options' => [
  4799.                         ],
  4800.                     ],
  4801.                     'inject_on_load' => true,
  4802.                     'delete_on_update' => false,
  4803.                     'delete_on_remove' => true,
  4804.                     'uri_prefix' => '/uploads',
  4805.                     'directory_namer' => [
  4806.                         'service' => NULL,
  4807.                         'options' => NULL,
  4808.                     ],
  4809.                     'db_driver' => 'orm',
  4810.                 ],
  4811.                 'letter_signature' => [
  4812.                     'upload_destination' => 'letters.storage.memory',
  4813.                     'namer' => [
  4814.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.letter_signature',
  4815.                         'options' => [
  4816.                         ],
  4817.                     ],
  4818.                     'inject_on_load' => true,
  4819.                     'delete_on_update' => false,
  4820.                     'delete_on_remove' => true,
  4821.                     'uri_prefix' => '/uploads',
  4822.                     'directory_namer' => [
  4823.                         'service' => NULL,
  4824.                         'options' => NULL,
  4825.                     ],
  4826.                     'db_driver' => 'orm',
  4827.                 ],
  4828.                 'sector' => [
  4829.                     'uri_prefix' => '/upload/sectors',
  4830.                     'upload_destination' => (\dirname(__DIR__4).'/public/upload/sectors'),
  4831.                     'namer' => [
  4832.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.sector',
  4833.                         'options' => [
  4834.                         ],
  4835.                     ],
  4836.                     'inject_on_load' => true,
  4837.                     'delete_on_update' => true,
  4838.                     'delete_on_remove' => true,
  4839.                     'directory_namer' => [
  4840.                         'service' => NULL,
  4841.                         'options' => NULL,
  4842.                     ],
  4843.                     'db_driver' => 'orm',
  4844.                 ],
  4845.             ]; break;
  4846.             case 'mercure.hubs'$value = [
  4847.                 'default' => $this->getEnv('MERCURE_URL'),
  4848.             ]; break;
  4849.             case 'mercure.default_hub'$value $this->getEnv('MERCURE_URL'); break;
  4850.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4851.         }
  4852.         $this->loadedDynamicParameters[$name] = true;
  4853.         return $this->dynamicParameters[$name] = $value;
  4854.     }
  4855.     protected function getDefaultParameters(): array
  4856.     {
  4857.         return [
  4858.             'kernel.project_dir' => \dirname(__DIR__4),
  4859.             'kernel.environment' => 'dev',
  4860.             'kernel.debug' => true,
  4861.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4862.             'kernel.bundles' => [
  4863.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4864.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4865.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4866.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4867.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  4868.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4869.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  4870.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  4871.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  4872.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  4873.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  4874.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  4875.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4876.                 'NzoUrlEncryptorBundle' => 'Nzo\\UrlEncryptorBundle\\NzoUrlEncryptorBundle',
  4877.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  4878.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  4879.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4880.                 'MercureBundle' => 'Symfony\\Bundle\\MercureBundle\\MercureBundle',
  4881.                 'SymfonyBundlesRedisBundle' => 'SymfonyBundles\\RedisBundle\\SymfonyBundlesRedisBundle',
  4882.                 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
  4883.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4884.                 'FreshDoctrineEnumBundle' => 'Fresh\\DoctrineEnumBundle\\FreshDoctrineEnumBundle',
  4885.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  4886.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  4887.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4888.                 'FlysystemBundle' => 'League\\FlysystemBundle\\FlysystemBundle',
  4889.             ],
  4890.             'kernel.bundles_metadata' => [
  4891.                 'FrameworkBundle' => [
  4892.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4893.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4894.                 ],
  4895.                 'TwigBundle' => [
  4896.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4897.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4898.                 ],
  4899.                 'SecurityBundle' => [
  4900.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4901.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4902.                 ],
  4903.                 'DoctrineBundle' => [
  4904.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4905.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4906.                 ],
  4907.                 'ApiPlatformBundle' => [
  4908.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  4909.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  4910.                 ],
  4911.                 'MakerBundle' => [
  4912.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4913.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4914.                 ],
  4915.                 'SentryBundle' => [
  4916.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  4917.                     'namespace' => 'Sentry\\SentryBundle',
  4918.                 ],
  4919.                 'KnpSnappyBundle' => [
  4920.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  4921.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  4922.                 ],
  4923.                 'LexikJWTAuthenticationBundle' => [
  4924.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  4925.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  4926.                 ],
  4927.                 'StofDoctrineExtensionsBundle' => [
  4928.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  4929.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  4930.                 ],
  4931.                 'VichUploaderBundle' => [
  4932.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  4933.                     'namespace' => 'Vich\\UploaderBundle',
  4934.                 ],
  4935.                 'NelmioCorsBundle' => [
  4936.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  4937.                     'namespace' => 'Nelmio\\CorsBundle',
  4938.                 ],
  4939.                 'MonologBundle' => [
  4940.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4941.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4942.                 ],
  4943.                 'NzoUrlEncryptorBundle' => [
  4944.                     'path' => (\dirname(__DIR__4).'/vendor/nzo/url-encryptor-bundle'),
  4945.                     'namespace' => 'Nzo\\UrlEncryptorBundle',
  4946.                 ],
  4947.                 'FOSElasticaBundle' => [
  4948.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  4949.                     'namespace' => 'FOS\\ElasticaBundle',
  4950.                 ],
  4951.                 'KnpPaginatorBundle' => [
  4952.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  4953.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  4954.                 ],
  4955.                 'WebProfilerBundle' => [
  4956.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4957.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4958.                 ],
  4959.                 'MercureBundle' => [
  4960.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src'),
  4961.                     'namespace' => 'Symfony\\Bundle\\MercureBundle',
  4962.                 ],
  4963.                 'SymfonyBundlesRedisBundle' => [
  4964.                     'path' => (\dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle'),
  4965.                     'namespace' => 'SymfonyBundles\\RedisBundle',
  4966.                 ],
  4967.                 'GesdinetJWTRefreshTokenBundle' => [
  4968.                     'path' => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
  4969.                     'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
  4970.                 ],
  4971.                 'TwigExtraBundle' => [
  4972.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4973.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4974.                 ],
  4975.                 'FreshDoctrineEnumBundle' => [
  4976.                     'path' => (\dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle'),
  4977.                     'namespace' => 'Fresh\\DoctrineEnumBundle',
  4978.                 ],
  4979.                 'DoctrineFixturesBundle' => [
  4980.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  4981.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  4982.                 ],
  4983.                 'EasyAdminBundle' => [
  4984.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  4985.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  4986.                 ],
  4987.                 'DoctrineMigrationsBundle' => [
  4988.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4989.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4990.                 ],
  4991.                 'FlysystemBundle' => [
  4992.                     'path' => (\dirname(__DIR__4).'/vendor/league/flysystem-bundle/src'),
  4993.                     'namespace' => 'League\\FlysystemBundle',
  4994.                 ],
  4995.             ],
  4996.             'kernel.charset' => 'UTF-8',
  4997.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  4998.             'container.dumper.inline_class_loader' => true,
  4999.             'api_version' => 'v1',
  5000.             'env(DATABASE_URL)' => '',
  5001.             'app.upload_path.document' => '/upload/documents',
  5002.             'app.upload_path.letter' => '/upload/letters',
  5003.             'app.upload_path.letter_signature' => '/upload/letter_signatures',
  5004.             'app.upload_path.sector' => '/upload/sectors',
  5005.             'locale' => 'fr',
  5006.             'documents_directory' => (\dirname(__DIR__4).'/public/upload/documents/'),
  5007.             'bucket_name' => 'digidom-api-documents',
  5008.             'bucket_name_letters' => 'scandg',
  5009.             'bucket_name_invoice' => 'digidom-api-factures',
  5010.             'bucket_name_credit_note' => 'digidom-api-avoirs',
  5011.             'bucket_name_quote' => 'digidom-api-devis',
  5012.             'csv_directory' => (\dirname(__DIR__4).'/public/upload/Data'),
  5013.             'date_immat_rcs_max_for_filter' => '2023-05-01',
  5014.             'max_number_of_row_to_update' => 10,
  5015.             'kernelProjectDir' => \dirname(__DIR__4),
  5016.             'event_dispatcher.event_aliases' => [
  5017.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  5018.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  5019.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  5020.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  5021.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  5022.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  5023.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  5024.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  5025.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  5026.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  5027.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  5028.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  5029.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  5030.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  5031.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  5032.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  5033.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  5034.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  5035.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  5036.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  5037.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  5038.             ],
  5039.             'fragment.renderer.hinclude.global_template' => NULL,
  5040.             'fragment.path' => '/_fragment',
  5041.             'kernel.http_method_override' => true,
  5042.             'kernel.trusted_hosts' => [
  5043.             ],
  5044.             'kernel.default_locale' => 'fr',
  5045.             'kernel.enabled_locales' => [
  5046.             ],
  5047.             'kernel.error_controller' => 'error_controller',
  5048.             'debug.file_link_format' => NULL,
  5049.             'asset.request_context.base_path' => NULL,
  5050.             'asset.request_context.secure' => NULL,
  5051.             'translator.logging' => false,
  5052.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  5053.             'debug.error_handler.throw_at' => -1,
  5054.             'router.request_context.host' => 'localhost',
  5055.             'router.request_context.scheme' => 'http',
  5056.             'router.request_context.base_url' => '',
  5057.             'router.resource' => 'kernel::loadRoutes',
  5058.             'request_listener.http_port' => 80,
  5059.             'request_listener.https_port' => 443,
  5060.             'session.metadata.storage_key' => '_sf2_meta',
  5061.             'session.storage.options' => [
  5062.                 'cache_limiter' => '0',
  5063.                 'cookie_secure' => 'auto',
  5064.                 'cookie_httponly' => true,
  5065.                 'cookie_samesite' => 'lax',
  5066.                 'gc_probability' => 1,
  5067.             ],
  5068.             'session.metadata.update_threshold' => 0,
  5069.             'form.type_extension.csrf.enabled' => true,
  5070.             'form.type_extension.csrf.field_name' => '_token',
  5071.             'validator.translation_domain' => 'validators',
  5072.             'profiler_listener.only_exceptions' => false,
  5073.             'profiler_listener.only_main_requests' => false,
  5074.             'twig.form.resources' => [
  5075.                 => '@VichUploader/Form/fields.html.twig',
  5076.                 => 'form_div_layout.html.twig',
  5077.             ],
  5078.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5079.             'security.role_hierarchy.roles' => [
  5080.                 'ROLE_ADMIN' => [
  5081.                     => 'ROLE_USER',
  5082.                     => 'ROLE_ALLOWED_TO_SWITCH',
  5083.                 ],
  5084.                 'ROLE_SUPER_ADMIN' => [
  5085.                     => 'ROLE_ADMIN',
  5086.                 ],
  5087.                 'ROLE_DEV' => [
  5088.                     => 'ROLE_SUPER_ADMIN',
  5089.                 ],
  5090.             ],
  5091.             'security.access.denied_url' => NULL,
  5092.             'security.authentication.manager.erase_credentials' => true,
  5093.             'security.authentication.session_strategy.strategy' => 'migrate',
  5094.             'security.access.always_authenticate_before_granting' => false,
  5095.             'security.authentication.hide_user_not_found' => true,
  5096.             'security.firewalls' => [
  5097.                 => 'dev',
  5098.                 => 'api_etiquette_pdf',
  5099.                 => 'api_file',
  5100.                 => 'api_letter',
  5101.                 => 'api_activity',
  5102.                 => 'api_document',
  5103.                 => 'api_security',
  5104.                 => 'api_cms',
  5105.                 => 'api_leads',
  5106.                 => 'api_users',
  5107.                 10 => 'api_find_user_by_email',
  5108.                 11 => 'graphql',
  5109.                 12 => 'api',
  5110.                 13 => 'api_evo',
  5111.                 14 => 'admin_api',
  5112.                 15 => 'refresh',
  5113.                 16 => 'main',
  5114.             ],
  5115.             'security.api_security._indexed_authenticators' => [
  5116.             ],
  5117.             'security.api_cms._indexed_authenticators' => [
  5118.             ],
  5119.             'security.api_leads._indexed_authenticators' => [
  5120.             ],
  5121.             'security.api_users._indexed_authenticators' => [
  5122.             ],
  5123.             'security.api_find_user_by_email._indexed_authenticators' => [
  5124.             ],
  5125.             'security.graphql._indexed_authenticators' => [
  5126.             ],
  5127.             'security.api._indexed_authenticators' => [
  5128.             ],
  5129.             'security.api_evo._indexed_authenticators' => [
  5130.             ],
  5131.             'security.admin_api._indexed_authenticators' => [
  5132.             ],
  5133.             'security.refresh._indexed_authenticators' => [
  5134.             ],
  5135.             'security.main._indexed_authenticators' => [
  5136.             ],
  5137.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  5138.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  5139.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  5140.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  5141.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  5142.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  5143.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  5144.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  5145.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  5146.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  5147.             'doctrine.entity_managers' => [
  5148.                 'default' => 'doctrine.orm.default_entity_manager',
  5149.             ],
  5150.             'doctrine.default_entity_manager' => 'default',
  5151.             'doctrine.dbal.connection_factory.types' => [
  5152.                 'HeadQuartersEnum' => [
  5153.                     'class' => 'App\\Enum\\HeadQuartersEnum',
  5154.                 ],
  5155.                 'LegalRepresentativeAddressEnum' => [
  5156.                     'class' => 'App\\Enum\\LegalRepresentativeAddressEnum',
  5157.                 ],
  5158.                 'LegalRepresentativeQualityTypeEnum' => [
  5159.                     'class' => 'App\\Enum\\LegalRepresentativeQualityTypeEnum',
  5160.                 ],
  5161.                 'GenderTypeEnum' => [
  5162.                     'class' => 'App\\Enum\\GenderTypeEnum',
  5163.                 ],
  5164.                 'LegalStatusTypeEnum' => [
  5165.                     'class' => 'App\\Enum\\LegalStatusTypeEnum',
  5166.                 ],
  5167.                 'InvoiceStatusEnum' => [
  5168.                     'class' => 'App\\Enum\\InvoiceStatusEnum',
  5169.                 ],
  5170.                 'QuoteStatusEnum' => [
  5171.                     'class' => 'App\\Enum\\QuoteStatusEnum',
  5172.                 ],
  5173.                 'OrderStatusEnum' => [
  5174.                     'class' => 'App\\Enum\\OrderStatusEnum',
  5175.                 ],
  5176.                 'DocumentTypeEnum' => [
  5177.                     'class' => 'App\\Enum\\DocumentTypeEnum',
  5178.                 ],
  5179.                 'DocumentTypeUserEnum' => [
  5180.                     'class' => 'App\\Enum\\DocumentTypeUserEnum',
  5181.                 ],
  5182.                 'DocumentTypeOrganizationEnum' => [
  5183.                     'class' => 'App\\Enum\\DocumentTypeOrganizationEnum',
  5184.                 ],
  5185.                 'LeadStatusEnum' => [
  5186.                     'class' => 'App\\Enum\\LeadStatusEnum',
  5187.                 ],
  5188.                 'TaxReportingEnum' => [
  5189.                     'class' => 'App\\Enum\\TaxReportingEnum',
  5190.                 ],
  5191.                 'OrganizationStatusEnum' => [
  5192.                     'class' => 'App\\Enum\\OrganizationStatusEnum',
  5193.                 ],
  5194.                 'OrganizationStatusImmatriculationEnum' => [
  5195.                     'class' => 'App\\Enum\\OrganizationStatusImmatriculationEnum',
  5196.                 ],
  5197.                 'CreditNoteTypeEnum' => [
  5198.                     'class' => 'App\\Enum\\CreditNoteTypeEnum',
  5199.                 ],
  5200.                 'OrganizationProjectStageEnum' => [
  5201.                     'class' => 'App\\Enum\\OrganizationProjectStageEnum',
  5202.                 ],
  5203.                 'uuid' => [
  5204.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  5205.                 ],
  5206.                 'ulid' => [
  5207.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  5208.                 ],
  5209.             ],
  5210.             'doctrine.connections' => [
  5211.                 'default' => 'doctrine.dbal.default_connection',
  5212.             ],
  5213.             'doctrine.default_connection' => 'default',
  5214.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  5215.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  5216.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  5217.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5218.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  5219.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  5220.             'doctrine.orm.cache.memcache_host' => 'localhost',
  5221.             'doctrine.orm.cache.memcache_port' => 11211,
  5222.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  5223.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  5224.             'doctrine.orm.cache.memcached_host' => 'localhost',
  5225.             'doctrine.orm.cache.memcached_port' => 11211,
  5226.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  5227.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  5228.             'doctrine.orm.cache.redis_host' => 'localhost',
  5229.             'doctrine.orm.cache.redis_port' => 6379,
  5230.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  5231.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  5232.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  5233.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  5234.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  5235.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  5236.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  5237.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  5238.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  5239.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  5240.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  5241.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  5242.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  5243.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  5244.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  5245.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  5246.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  5247.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  5248.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  5249.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  5250.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  5251.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  5252.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  5253.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  5254.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  5255.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  5256.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  5257.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  5258.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  5259.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  5260.             'doctrine.orm.auto_generate_proxy_classes' => true,
  5261.             'doctrine.orm.proxy_namespace' => 'Proxies',
  5262.             'api_platform.metadata_backward_compatibility_layer' => true,
  5263.             'api_platform.enable_entrypoint' => true,
  5264.             'api_platform.enable_docs' => true,
  5265.             'api_platform.title' => 'Digidom API',
  5266.             'api_platform.description' => '',
  5267.             'api_platform.version' => '1.0.0',
  5268.             'api_platform.show_webby' => true,
  5269.             'api_platform.url_generation_strategy' => 1,
  5270.             'api_platform.exception_to_status' => [
  5271.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  5272.                 'ApiPlatform\\Core\\Exception\\InvalidArgumentException' => 400,
  5273.                 'ApiPlatform\\Core\\Exception\\FilterValidationException' => 400,
  5274.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  5275.             ],
  5276.             'api_platform.formats' => [
  5277.                 'jsonld' => [
  5278.                     => 'application/ld+json',
  5279.                 ],
  5280.                 'json' => [
  5281.                     => 'application/json',
  5282.                 ],
  5283.                 'html' => [
  5284.                     => 'text/html',
  5285.                 ],
  5286.             ],
  5287.             'api_platform.patch_formats' => [
  5288.             ],
  5289.             'api_platform.error_formats' => [
  5290.                 'jsonproblem' => [
  5291.                     => 'application/problem+json',
  5292.                 ],
  5293.                 'jsonld' => [
  5294.                     => 'application/ld+json',
  5295.                 ],
  5296.             ],
  5297.             'api_platform.allow_plain_identifiers' => false,
  5298.             'api_platform.eager_loading.enabled' => true,
  5299.             'api_platform.eager_loading.max_joins' => 30,
  5300.             'api_platform.eager_loading.fetch_partial' => false,
  5301.             'api_platform.eager_loading.force_eager' => false,
  5302.             'api_platform.collection.exists_parameter_name' => 'exists',
  5303.             'api_platform.collection.order' => 'ASC',
  5304.             'api_platform.collection.order_parameter_name' => 'order',
  5305.             'api_platform.collection.order_nulls_comparison' => NULL,
  5306.             'api_platform.collection.pagination.enabled' => true,
  5307.             'api_platform.collection.pagination.partial' => false,
  5308.             'api_platform.collection.pagination.client_enabled' => false,
  5309.             'api_platform.collection.pagination.client_items_per_page' => true,
  5310.             'api_platform.collection.pagination.client_partial' => false,
  5311.             'api_platform.collection.pagination.items_per_page' => 30,
  5312.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  5313.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  5314.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  5315.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  5316.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  5317.             'api_platform.collection.pagination' => [
  5318.                 'client_items_per_page' => true,
  5319.                 'items_per_page_parameter_name' => 'itemsPerPage',
  5320.                 'enabled' => true,
  5321.                 'partial' => false,
  5322.                 'client_enabled' => false,
  5323.                 'client_partial' => false,
  5324.                 'items_per_page' => 30,
  5325.                 'page_parameter_name' => 'page',
  5326.                 'enabled_parameter_name' => 'pagination',
  5327.                 'partial_parameter_name' => 'partial',
  5328.                 'maximum_items_per_page' => NULL,
  5329.             ],
  5330.             'api_platform.http_cache.etag' => true,
  5331.             'api_platform.http_cache.max_age' => NULL,
  5332.             'api_platform.http_cache.shared_max_age' => NULL,
  5333.             'api_platform.http_cache.vary' => [
  5334.                 => 'Accept',
  5335.             ],
  5336.             'api_platform.http_cache.public' => NULL,
  5337.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  5338.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  5339.             'api_platform.asset_package' => NULL,
  5340.             'api_platform.defaults' => [
  5341.                 'attributes' => [
  5342.                 ],
  5343.             ],
  5344.             'api_platform.resource_class_directories' => [
  5345.                 => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Entity'),
  5346.                 => (\dirname(__DIR__4).'/src/Entity'),
  5347.                 => (\dirname(__DIR__4).'/src/Evo/Infrastructure/MappingORM'),
  5348.             ],
  5349.             'api_platform.oauth.enabled' => false,
  5350.             'api_platform.oauth.clientId' => '',
  5351.             'api_platform.oauth.clientSecret' => '',
  5352.             'api_platform.oauth.type' => 'oauth2',
  5353.             'api_platform.oauth.flow' => 'application',
  5354.             'api_platform.oauth.tokenUrl' => '',
  5355.             'api_platform.oauth.authorizationUrl' => '',
  5356.             'api_platform.oauth.refreshUrl' => '',
  5357.             'api_platform.oauth.scopes' => [
  5358.             ],
  5359.             'api_platform.oauth.pkce' => false,
  5360.             'api_platform.openapi.termsOfService' => NULL,
  5361.             'api_platform.openapi.contact.name' => NULL,
  5362.             'api_platform.openapi.contact.url' => NULL,
  5363.             'api_platform.openapi.contact.email' => NULL,
  5364.             'api_platform.openapi.license.name' => NULL,
  5365.             'api_platform.openapi.license.url' => NULL,
  5366.             'api_platform.swagger.versions' => [
  5367.                 => 2,
  5368.                 => 3,
  5369.             ],
  5370.             'api_platform.enable_swagger_ui' => false,
  5371.             'api_platform.enable_re_doc' => false,
  5372.             'api_platform.swagger.api_keys' => [
  5373.                 'apiKey' => [
  5374.                     'name' => 'Authorization',
  5375.                     'type' => 'header',
  5376.                 ],
  5377.             ],
  5378.             'api_platform.swagger_ui.extra_configuration' => [
  5379.             ],
  5380.             'api_platform.graphql.enabled' => true,
  5381.             'api_platform.graphql.graphiql.enabled' => true,
  5382.             'api_platform.graphql.graphql_playground.enabled' => true,
  5383.             'api_platform.graphql.collection.pagination' => [
  5384.                 'enabled' => true,
  5385.             ],
  5386.             'api_platform.graphql.default_ide' => 'graphiql',
  5387.             'api_platform.graphql.nesting_separator' => '_',
  5388.             'api_platform.validator.serialize_payload_fields' => [
  5389.             ],
  5390.             'api_platform.validator.query_parameter_validation' => true,
  5391.             'api_platform.elasticsearch.enabled' => false,
  5392.             'env(SENTRY_RELEASE)' => '1.0.0+no-version-set@{no ref',
  5393.             'sentry.tracing.enabled' => true,
  5394.             'sentry.tracing.dbal.enabled' => true,
  5395.             'sentry.tracing.dbal.connections' => [
  5396.             ],
  5397.             'sentry.tracing.cache.enabled' => true,
  5398.             'sentry.tracing.http_client.enabled' => true,
  5399.             'knp_snappy.pdf.options' => [
  5400.             ],
  5401.             'knp_snappy.pdf.env' => [
  5402.             ],
  5403.             'knp_snappy.image.options' => [
  5404.             ],
  5405.             'knp_snappy.image.env' => [
  5406.             ],
  5407.             'lexik_jwt_authentication.clock_skew' => 0,
  5408.             'lexik_jwt_authentication.user_identity_field' => 'username',
  5409.             'lexik_jwt_authentication.allow_no_expiration' => false,
  5410.             'lexik_jwt_authentication.user_id_claim' => 'username',
  5411.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  5412.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  5413.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  5414.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  5415.             'stof_doctrine_extensions.translation_fallback' => false,
  5416.             'stof_doctrine_extensions.persist_default_translation' => false,
  5417.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  5418.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  5419.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  5420.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  5421.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  5422.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  5423.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  5424.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  5425.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  5426.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  5427.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  5428.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  5429.             'nelmio_cors.map' => [
  5430.                 '^/' => [
  5431.                 ],
  5432.             ],
  5433.             'nelmio_cors.defaults' => [
  5434.                 'allow_origin' => true,
  5435.                 'allow_credentials' => false,
  5436.                 'allow_headers' => [
  5437.                     => 'content-type',
  5438.                     => 'authorization',
  5439.                     => 'access-control-allow-methods',
  5440.                     => 'access-control-allow-origin',
  5441.                     => 'cache-control',
  5442.                     => 'x-yousign-key',
  5443.                 ],
  5444.                 'allow_private_network' => false,
  5445.                 'expose_headers' => [
  5446.                     => 'Link',
  5447.                 ],
  5448.                 'allow_methods' => [
  5449.                     => 'GET',
  5450.                     => 'PUT',
  5451.                     => 'OPTIONS',
  5452.                     => 'POST',
  5453.                     => 'PATCH',
  5454.                     => 'DELETE',
  5455.                 ],
  5456.                 'max_age' => 3600,
  5457.                 'hosts' => [
  5458.                 ],
  5459.                 'origin_regex' => true,
  5460.                 'forced_allow_origin_value' => NULL,
  5461.                 'skip_same_as_origin' => true,
  5462.             ],
  5463.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  5464.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  5465.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  5466.             'monolog.use_microseconds' => true,
  5467.             'monolog.swift_mailer.handlers' => [
  5468.             ],
  5469.             'monolog.handlers_to_channels' => [
  5470.                 'monolog.handler.subscription' => [
  5471.                     'type' => 'inclusive',
  5472.                     'elements' => [
  5473.                         => 'subscription',
  5474.                     ],
  5475.                 ],
  5476.                 'monolog.handler.pappers' => [
  5477.                     'type' => 'inclusive',
  5478.                     'elements' => [
  5479.                         => 'pappers',
  5480.                     ],
  5481.                 ],
  5482.                 'monolog.handler.console' => [
  5483.                     'type' => 'exclusive',
  5484.                     'elements' => [
  5485.                         => 'event',
  5486.                         => 'doctrine',
  5487.                         => 'console',
  5488.                         => 'pappers',
  5489.                     ],
  5490.                 ],
  5491.                 'monolog.handler.main' => [
  5492.                     'type' => 'exclusive',
  5493.                     'elements' => [
  5494.                         => 'event',
  5495.                         => 'pappers',
  5496.                     ],
  5497.                 ],
  5498.             ],
  5499.             'nzo_url_encryptor.secret_key' => '$encryptagedigidom2020#',
  5500.             'nzo_url_encryptor.secret_iv' => '$encryptagedigidom2020Key#',
  5501.             'nzo_url_encryptor.cipher_algorithm' => '',
  5502.             'fos_elastica.property_accessor.magicCall' => false,
  5503.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => false,
  5504.             'fos_elastica.default_index' => 'app_letters',
  5505.             'knp_paginator.template.pagination' => 'pagination/KYCPagination.html.twig',
  5506.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  5507.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  5508.             'knp_paginator.page_range' => 5,
  5509.             'knp_paginator.page_limit' => NULL,
  5510.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5511.             'web_profiler.debug_toolbar.mode' => 2,
  5512.             'gesdinet_jwt_refresh_token.ttl' => 604800,
  5513.             'gesdinet_jwt_refresh_token.ttl_update' => false,
  5514.             'gesdinet_jwt_refresh_token.security.firewall' => 'api',
  5515.             'gesdinet_jwt_refresh_token.user_provider' => NULL,
  5516.             'gesdinet_jwt_refresh_token.user_identity_field' => 'username',
  5517.             'gesdinet_jwt_refresh_token.single_use' => false,
  5518.             'gesdinet_jwt_refresh_token.token_parameter_name' => 'refresh_token',
  5519.             'gesdinet_jwt_refresh_token.doctrine_mappings' => true,
  5520.             'gesdinet_jwt_refresh_token.cookie' => [
  5521.                 'enabled' => false,
  5522.                 'same_site' => 'lax',
  5523.                 'path' => '/',
  5524.                 'domain' => NULL,
  5525.                 'http_only' => true,
  5526.                 'secure' => true,
  5527.                 'partitioned' => false,
  5528.                 'remove_token_from_body' => true,
  5529.             ],
  5530.             'gesdinet_jwt_refresh_token.logout_firewall_context' => 'security.firewall.map.context.api',
  5531.             'gesdinet_jwt_refresh_token.return_expiration' => false,
  5532.             'gesdinet_jwt_refresh_token.return_expiration_parameter_name' => 'refresh_token_expiration',
  5533.             'gesdinet.jwtrefreshtoken.refresh_token.class' => 'Evo\\Infrastructure\\MappingORM\\RefreshToken',
  5534.             'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.entity_manager',
  5535.             'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
  5536.             'easyadmin.config' => [
  5537.             ],
  5538.             'doctrine.migrations.preferred_em' => NULL,
  5539.             'doctrine.migrations.preferred_connection' => NULL,
  5540.             'maker.compatible_check.doctrine.supports_attributes' => true,
  5541.             'data_collector.templates' => [
  5542.                 'data_collector.request' => [
  5543.                     => 'request',
  5544.                     => '@WebProfiler/Collector/request.html.twig',
  5545.                 ],
  5546.                 'api_platform.data_collector.request' => [
  5547.                     => 'api_platform.data_collector.request',
  5548.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  5549.                 ],
  5550.                 'data_collector.time' => [
  5551.                     => 'time',
  5552.                     => '@WebProfiler/Collector/time.html.twig',
  5553.                 ],
  5554.                 'data_collector.memory' => [
  5555.                     => 'memory',
  5556.                     => '@WebProfiler/Collector/memory.html.twig',
  5557.                 ],
  5558.                 'data_collector.validator' => [
  5559.                     => 'validator',
  5560.                     => '@WebProfiler/Collector/validator.html.twig',
  5561.                 ],
  5562.                 'data_collector.ajax' => [
  5563.                     => 'ajax',
  5564.                     => '@WebProfiler/Collector/ajax.html.twig',
  5565.                 ],
  5566.                 'data_collector.form' => [
  5567.                     => 'form',
  5568.                     => '@WebProfiler/Collector/form.html.twig',
  5569.                 ],
  5570.                 'data_collector.exception' => [
  5571.                     => 'exception',
  5572.                     => '@WebProfiler/Collector/exception.html.twig',
  5573.                 ],
  5574.                 'data_collector.logger' => [
  5575.                     => 'logger',
  5576.                     => '@WebProfiler/Collector/logger.html.twig',
  5577.                 ],
  5578.                 'data_collector.events' => [
  5579.                     => 'events',
  5580.                     => '@WebProfiler/Collector/events.html.twig',
  5581.                 ],
  5582.                 'data_collector.router' => [
  5583.                     => 'router',
  5584.                     => '@WebProfiler/Collector/router.html.twig',
  5585.                 ],
  5586.                 'data_collector.cache' => [
  5587.                     => 'cache',
  5588.                     => '@WebProfiler/Collector/cache.html.twig',
  5589.                 ],
  5590.                 'data_collector.translation' => [
  5591.                     => 'translation',
  5592.                     => '@WebProfiler/Collector/translation.html.twig',
  5593.                 ],
  5594.                 'data_collector.security' => [
  5595.                     => 'security',
  5596.                     => '@Security/Collector/security.html.twig',
  5597.                 ],
  5598.                 'data_collector.twig' => [
  5599.                     => 'twig',
  5600.                     => '@WebProfiler/Collector/twig.html.twig',
  5601.                 ],
  5602.                 'data_collector.http_client' => [
  5603.                     => 'http_client',
  5604.                     => '@WebProfiler/Collector/http_client.html.twig',
  5605.                 ],
  5606.                 'data_collector.doctrine' => [
  5607.                     => 'db',
  5608.                     => '@Doctrine/Collector/db.html.twig',
  5609.                 ],
  5610.                 'data_collector.messenger' => [
  5611.                     => 'messenger',
  5612.                     => '@WebProfiler/Collector/messenger.html.twig',
  5613.                 ],
  5614.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  5615.                     => 'vich_uploader.mapping_collector',
  5616.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  5617.                 ],
  5618.                 'fos_elastica.data_collector' => [
  5619.                     => 'elastica',
  5620.                     => '@FOSElastica/Collector/elastica.html.twig',
  5621.                 ],
  5622.                 'data_collector.mercure' => [
  5623.                     => 'mercure',
  5624.                     => '@Mercure/Collector/mercure.html.twig',
  5625.                 ],
  5626.                 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  5627.                     => 'easyadmin',
  5628.                     => '@EasyAdmin/inspector/data_collector.html.twig',
  5629.                 ],
  5630.                 'data_collector.config' => [
  5631.                     => 'config',
  5632.                     => '@WebProfiler/Collector/config.html.twig',
  5633.                 ],
  5634.             ],
  5635.             'console.command.ids' => [
  5636.                 => 'console.command.public_alias.App\\Command\\OCRIndexationLetterCommand',
  5637.             ],
  5638.         ];
  5639.     }
  5640.     protected function throw($message)
  5641.     {
  5642.         throw new RuntimeException($message);
  5643.     }
  5644. }