var/cache/dev/ContainerYBWzjJr/App_KernelDevDebugContainer.php line 4251

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