var/cache/dev/ContainerYFsxnOz/App_KernelDevDebugContainer.php line 4097

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