var/cache/dev/ContainerBI5hVSN/AppKernelDevDebugContainer.php line 5456

Open in your IDE?
  1. <?php
  2. namespace ContainerBI5hVSN;
  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 AppKernelDevDebugContainer 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.state_machine.calendar_synchronization' => 'get_Container_Private_StateMachine_CalendarSynchronizationService',
  39.             '.container.private.state_machine.proposal' => 'get_Container_Private_StateMachine_ProposalService',
  40.             '.container.private.twig' => 'get_Container_Private_TwigService',
  41.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  42.             'CommonBundle\\EventListener\\DomainEventsCollector' => 'getDomainEventsCollectorService',
  43.             'cache.app' => 'getCache_AppService',
  44.             'cache.system' => 'getCache_SystemService',
  45.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  46.             'craue_formflow_util' => 'getCraueFormflowUtilService',
  47.             'data_collector.dump' => 'getDataCollector_DumpService',
  48.             'doctrine' => 'getDoctrineService',
  49.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  50.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  51.             'event_dispatcher' => 'getEventDispatcherService',
  52.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  53.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  54.             'http_kernel' => 'getHttpKernelService',
  55.             'jms_serializer' => 'getJmsSerializerService',
  56.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  57.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  58.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  59.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  60.             'liip_imagine.cache.resolver.logotype_pictures' => 'getLiipImagine_Cache_Resolver_LogotypePicturesService',
  61.             'liip_imagine.cache.resolver.mail_pictures' => 'getLiipImagine_Cache_Resolver_MailPicturesService',
  62.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  63.             'liip_imagine.cache.resolver.profile_pictures' => 'getLiipImagine_Cache_Resolver_ProfilePicturesService',
  64.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  65.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  66.             'monolog.logger.sharepoint' => 'getMonolog_Logger_SharepointService',
  67.             'monolog.logger.websocket' => 'getMonolog_Logger_WebsocketService',
  68.             'oneup_flysystem.invoice_local_filesystem' => 'getOneupFlysystem_InvoiceLocalFilesystemService',
  69.             'oneup_flysystem.uploaded_files_filesystem' => 'getOneupFlysystem_UploadedFilesFilesystemService',
  70.             'request_stack' => 'getRequestStackService',
  71.             'router' => 'getRouterService',
  72.             'translator' => 'getTranslatorService',
  73.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  74.             'cache_clearer' => 'getCacheClearerService',
  75.             'filesystem' => 'getFilesystemService',
  76.             'state_machine.proposal' => 'getStateMachine_ProposalService',
  77.             'state_machine.calendar_synchronization' => 'getStateMachine_CalendarSynchronizationService',
  78.             'serializer' => 'getSerializerService',
  79.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  80.             'form.factory' => 'getForm_FactoryService',
  81.             'form.type.file' => 'getForm_Type_FileService',
  82.             'profiler' => 'getProfilerService',
  83.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  84.             'security.token_storage' => 'getSecurity_TokenStorageService',
  85.             'twig' => 'getTwigService',
  86.             'gos_web_socket.client.manipulator' => 'getGosWebSocket_Client_ManipulatorService',
  87.             'gos_web_socket.dispatcher.rpc' => 'getGosWebSocket_Dispatcher_RpcService',
  88.             'gos_web_socket.dispatcher.topic' => 'getGosWebSocket_Dispatcher_TopicService',
  89.             'gos_web_socket.registry.periodic' => 'getGosWebSocket_Registry_PeriodicService',
  90.             'gos_web_socket.registry.origins' => 'getGosWebSocket_Registry_OriginsService',
  91.             'gos_web_socket.registry.rpc' => 'getGosWebSocket_Registry_RpcService',
  92.             'gos_web_socket.registry.server' => 'getGosWebSocket_Registry_ServerService',
  93.             'gos_web_socket.registry.topic' => 'getGosWebSocket_Registry_TopicService',
  94.             'gos_web_socket.server.launcher' => 'getGosWebSocket_Server_LauncherService',
  95.             'gos_web_socket.server.event_loop' => 'getGosWebSocket_Server_EventLoopService',
  96.             'gos_web_socket.topic.periodic_timer' => 'getGosWebSocket_Topic_PeriodicTimerService',
  97.             'gos_web_socket.wamp.topic_manager' => 'getGosWebSocket_Wamp_TopicManagerService',
  98.             'gos_pubsub_router.router_registry' => 'getGosPubsubRouter_RouterRegistryService',
  99.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  100.             'session' => 'getSessionService',
  101.             'validator' => 'getValidatorService',
  102.         ];
  103.         $this->fileMap = [
  104.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  105.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  106.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  107.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  108.             '.container.private.gos_pubsub_router.router_registry' => 'get_Container_Private_GosPubsubRouter_RouterRegistryService',
  109.             '.container.private.gos_web_socket.client.manipulator' => 'get_Container_Private_GosWebSocket_Client_ManipulatorService',
  110.             '.container.private.gos_web_socket.dispatcher.rpc' => 'get_Container_Private_GosWebSocket_Dispatcher_RpcService',
  111.             '.container.private.gos_web_socket.dispatcher.topic' => 'get_Container_Private_GosWebSocket_Dispatcher_TopicService',
  112.             '.container.private.gos_web_socket.registry.origins' => 'get_Container_Private_GosWebSocket_Registry_OriginsService',
  113.             '.container.private.gos_web_socket.registry.periodic' => 'get_Container_Private_GosWebSocket_Registry_PeriodicService',
  114.             '.container.private.gos_web_socket.registry.rpc' => 'get_Container_Private_GosWebSocket_Registry_RpcService',
  115.             '.container.private.gos_web_socket.registry.server' => 'get_Container_Private_GosWebSocket_Registry_ServerService',
  116.             '.container.private.gos_web_socket.registry.topic' => 'get_Container_Private_GosWebSocket_Registry_TopicService',
  117.             '.container.private.gos_web_socket.server.event_loop' => 'get_Container_Private_GosWebSocket_Server_EventLoopService',
  118.             '.container.private.gos_web_socket.server.launcher' => 'get_Container_Private_GosWebSocket_Server_LauncherService',
  119.             '.container.private.gos_web_socket.topic.periodic_timer' => 'get_Container_Private_GosWebSocket_Topic_PeriodicTimerService',
  120.             '.container.private.gos_web_socket.wamp.topic_manager' => 'get_Container_Private_GosWebSocket_Wamp_TopicManagerService',
  121.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  122.             '.container.private.session' => 'get_Container_Private_SessionService',
  123.             'AppBundle\\Controller\\AccountingController' => 'getAccountingControllerService',
  124.             'AppBundle\\Controller\\ActivityEntryController' => 'getActivityEntryControllerService',
  125.             'AppBundle\\Controller\\Activity\\NoteEntryController' => 'getNoteEntryControllerService',
  126.             'AppBundle\\Controller\\Activity\\OutlayEntryController' => 'getOutlayEntryControllerService',
  127.             'AppBundle\\Controller\\Activity\\TaskController' => 'getTaskControllerService',
  128.             'AppBundle\\Controller\\Api\\DocumentController' => 'getDocumentControllerService',
  129.             'AppBundle\\Controller\\Api\\Matter\\ChangeMatterFolderController' => 'getChangeMatterFolderControllerService',
  130.             'AppBundle\\Controller\\Api\\Matter\\MatterFolderController' => 'getMatterFolderControllerService',
  131.             'AppBundle\\Controller\\Api\\Matter\\MatterSharepointReloadPermissionsController' => 'getMatterSharepointReloadPermissionsControllerService',
  132.             'AppBundle\\Controller\\Api\\SpeechController' => 'getSpeechControllerService',
  133.             'AppBundle\\Controller\\DashboardController' => 'getDashboardControllerService',
  134.             'AppBundle\\Controller\\ExpenseController' => 'getExpenseControllerService',
  135.             'AppBundle\\Controller\\GlobalSearchController' => 'getGlobalSearchControllerService',
  136.             'AppBundle\\Controller\\HomeController' => 'getHomeControllerService',
  137.             'AppBundle\\Controller\\LawFirmController' => 'getLawFirmControllerService',
  138.             'AppBundle\\Controller\\LawFirmEstablishmentDeleteController' => 'getLawFirmEstablishmentDeleteControllerService',
  139.             'AppBundle\\Controller\\MatterController' => 'getMatterControllerService',
  140.             'AppBundle\\Controller\\MatterViewTabController' => 'getMatterViewTabControllerService',
  141.             'AppBundle\\Controller\\Matter\\WidgetController' => 'getWidgetControllerService',
  142.             'AppBundle\\Controller\\MediaController' => 'getMediaControllerService',
  143.             'AppBundle\\Controller\\Mfa\\CheckMFA' => 'getCheckMFAService',
  144.             'AppBundle\\Controller\\NotificationController' => 'getNotificationControllerService',
  145.             'AppBundle\\Controller\\ProxyController' => 'getProxyControllerService',
  146.             'AppBundle\\Controller\\Reporting\\ActivitiesReportingController' => 'getActivitiesReportingControllerService',
  147.             'AppBundle\\Controller\\Reporting\\BillingUsersReportingController' => 'getBillingUsersReportingControllerService',
  148.             'AppBundle\\Controller\\Reporting\\InvoicesDetailsReportingController' => 'getInvoicesDetailsReportingControllerService',
  149.             'AppBundle\\Controller\\Reporting\\InvoicesReportingController' => 'getInvoicesReportingControllerService',
  150.             'AppBundle\\Controller\\Reporting\\JarvisAnalyticsController' => 'getJarvisAnalyticsControllerService',
  151.             'AppBundle\\Controller\\Reporting\\PaymentsReportingController' => 'getPaymentsReportingControllerService',
  152.             'AppBundle\\Controller\\RoundUpTimesController' => 'getRoundUpTimesControllerService',
  153.             'AppBundle\\Controller\\Settings\\MatterFeePresetController' => 'getMatterFeePresetControllerService',
  154.             'AppBundle\\Controller\\Settings\\TaxRateController' => 'getTaxRateControllerService',
  155.             'AppBundle\\Controller\\SpeechController' => 'getSpeechController2Service',
  156.             'AppBundle\\Controller\\TaskController' => 'getTaskController2Service',
  157.             'AppBundle\\Controller\\UserController' => 'getUserControllerService',
  158.             'AppBundle\\Controller\\VersionController' => 'getVersionControllerService',
  159.             'AppBundle\\Controller\\WebApi\\Category\\ActivityController' => 'getActivityControllerService',
  160.             'AppBundle\\Controller\\WebApi\\ChronometerController' => 'getChronometerControllerService',
  161.             'AppBundle\\Controller\\WebApi\\ContactPortalUserController' => 'getContactPortalUserControllerService',
  162.             'AppBundle\\Controller\\WebApi\\DataTableController' => 'getDataTableControllerService',
  163.             'AppBundle\\Controller\\WebApi\\DocumentModelController' => 'getDocumentModelControllerService',
  164.             'AppBundle\\Controller\\WebApi\\EmailExternalAccountController' => 'getEmailExternalAccountControllerService',
  165.             'AppBundle\\Controller\\WebApi\\FieldsController' => 'getFieldsControllerService',
  166.             'AppBundle\\Controller\\WebApi\\GetSubscriptionsController' => 'getGetSubscriptionsControllerService',
  167.             'AppBundle\\Controller\\WebApi\\HourlyRate\\HourlyRateController' => 'getHourlyRateControllerService',
  168.             'AppBundle\\Controller\\WebApi\\LawFirmEstablishmentApiController' => 'getLawFirmEstablishmentApiControllerService',
  169.             'AppBundle\\Controller\\WebApi\\LawFirmEstablishmentController' => 'getLawFirmEstablishmentControllerService',
  170.             'AppBundle\\Controller\\WebApi\\LinkableEntityController' => 'getLinkableEntityControllerService',
  171.             'AppBundle\\Controller\\WebApi\\MatterController' => 'getMatterController2Service',
  172.             'AppBundle\\Controller\\WebApi\\MatterViewTabController' => 'getMatterViewTabController2Service',
  173.             'AppBundle\\Controller\\WebApi\\NotificationController' => 'getNotificationController2Service',
  174.             'AppBundle\\Controller\\WebApi\\TaskController' => 'getTaskController3Service',
  175.             'AppBundle\\Controller\\WebApi\\UserController' => 'getUserController2Service',
  176.             'AppBundle\\Controller\\Webhook\\SubscriptionPlanWebhook' => 'getSubscriptionPlanWebhookService',
  177.             'AppBundle\\Controller\\WidgetController' => 'getWidgetController2Service',
  178.             'AppBundle\\Handler\\MFAAuthenticationFailureHandler' => 'getMFAAuthenticationFailureHandlerService',
  179.             'App\\Api\\Attribute\\ErrorResponse' => 'getErrorResponseService',
  180.             'App\\Api\\Controller\\Calendar\\GetCalendarEventsController' => 'getGetCalendarEventsControllerService',
  181.             'App\\Api\\Controller\\Contact\\CreateContactTasksFromTaskTemplateController' => 'getCreateContactTasksFromTaskTemplateControllerService',
  182.             'App\\Api\\Controller\\Contact\\GetSearchOrganizationByMatterController' => 'getGetSearchOrganizationByMatterControllerService',
  183.             'App\\Api\\Controller\\EInvoice\\GetEInvoiceJSONController' => 'getGetEInvoiceJSONControllerService',
  184.             'App\\Api\\Controller\\EInvoice\\PostEInvoiceFacturXController' => 'getPostEInvoiceFacturXControllerService',
  185.             'App\\Api\\Controller\\EInvoice\\PostSendFacturesXToPdpController' => 'getPostSendFacturesXToPdpControllerService',
  186.             'App\\Api\\Controller\\EInvoice\\Validator\\Constraints\\EInvoiceFields' => 'getEInvoiceFieldsService',
  187.             'App\\Api\\Controller\\EInvoice\\Validator\\Constraints\\EInvoiceFieldsValidator' => 'getEInvoiceFieldsValidatorService',
  188.             'App\\Api\\Controller\\ERV\\Common\\PostMultipleDownloadAttachmentController' => 'getPostMultipleDownloadAttachmentControllerService',
  189.             'App\\Api\\Controller\\ERV\\Common\\PostUploadAttachmentDriveController' => 'getPostUploadAttachmentDriveControllerService',
  190.             'App\\Api\\Controller\\ERV\\CompanyRegister\\GetListAttachmentsRequestController' => 'getGetListAttachmentsRequestControllerService',
  191.             'App\\Api\\Controller\\ERV\\CompanyRegister\\GetRequestLinkController' => 'getGetRequestLinkControllerService',
  192.             'App\\Api\\Controller\\ERV\\CompanyRegister\\PostErvInitializeRequestController' => 'getPostErvInitializeRequestControllerService',
  193.             'App\\Api\\Controller\\ERV\\CompanyRegister\\PostErvListRequestController' => 'getPostErvListRequestControllerService',
  194.             'App\\Api\\Controller\\ERV\\CompanyRegister\\PostFindTypeOfRequestController' => 'getPostFindTypeOfRequestControllerService',
  195.             'App\\Api\\Controller\\ERV\\CompanyRegister\\PostUpdateMatterRequestController' => 'getPostUpdateMatterRequestControllerService',
  196.             'App\\Api\\Controller\\ERV\\Messages\\GetMessageDetailController' => 'getGetMessageDetailControllerService',
  197.             'App\\Api\\Controller\\ERV\\Messages\\PatchMessageReadController' => 'getPatchMessageReadControllerService',
  198.             'App\\Api\\Controller\\ERV\\Messages\\PatchUpdateMatterMessageController' => 'getPatchUpdateMatterMessageControllerService',
  199.             'App\\Api\\Controller\\ERV\\Messages\\PostInboundMessageController' => 'getPostInboundMessageControllerService',
  200.             'App\\Api\\Controller\\ERV\\Messages\\PostOutboundMessageController' => 'getPostOutboundMessageControllerService',
  201.             'App\\Api\\Controller\\ESignature\\GetSignatureRequestsController' => 'getGetSignatureRequestsControllerService',
  202.             'App\\Api\\Controller\\GetCountriesController' => 'getGetCountriesControllerService',
  203.             'App\\Api\\Controller\\GetCurrenciesController' => 'getGetCurrenciesControllerService',
  204.             'App\\Api\\Controller\\GetHealthcheckController' => 'getGetHealthcheckControllerService',
  205.             'App\\Api\\Controller\\GetLanguagesController' => 'getGetLanguagesControllerService',
  206.             'App\\Api\\Controller\\GetLegalFormsController' => 'getGetLegalFormsControllerService',
  207.             'App\\Api\\Controller\\Invoice\\Comment\\AddInvoiceCommentController' => 'getAddInvoiceCommentControllerService',
  208.             'App\\Api\\Controller\\Invoice\\Comment\\DeleteInvoiceCommentBadgeController' => 'getDeleteInvoiceCommentBadgeControllerService',
  209.             'App\\Api\\Controller\\Invoice\\Comment\\GetInvoiceCommentsController' => 'getGetInvoiceCommentsControllerService',
  210.             'App\\Api\\Controller\\Invoice\\GetAllInvoicesController' => 'getGetAllInvoicesControllerService',
  211.             'App\\Api\\Controller\\Invoice\\GetAmountTrustController' => 'getGetAmountTrustControllerService',
  212.             'App\\Api\\Controller\\Invoice\\GetCanceledInvoicesController' => 'getGetCanceledInvoicesControllerService',
  213.             'App\\Api\\Controller\\Invoice\\GetCountInvoicesController' => 'getGetCountInvoicesControllerService',
  214.             'App\\Api\\Controller\\Invoice\\GetDraftInvoicesController' => 'getGetDraftInvoicesControllerService',
  215.             'App\\Api\\Controller\\Invoice\\GetInvoiceContactController' => 'getGetInvoiceContactControllerService',
  216.             'App\\Api\\Controller\\Invoice\\GetInvoiceDetailsController' => 'getGetInvoiceDetailsControllerService',
  217.             'App\\Api\\Controller\\Invoice\\GetPayedInvoicesController' => 'getGetPayedInvoicesControllerService',
  218.             'App\\Api\\Controller\\Invoice\\GetValidatedInvoicesController' => 'getGetValidatedInvoicesControllerService',
  219.             'App\\Api\\Controller\\Invoice\\GetWaitingInvoicesController' => 'getGetWaitingInvoicesControllerService',
  220.             'App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceSiren' => 'getInvoiceSirenService',
  221.             'App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceSirenValidator' => 'getInvoiceSirenValidatorService',
  222.             'App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceVATNumber' => 'getInvoiceVATNumberService',
  223.             'App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceVATNumberValidator' => 'getInvoiceVATNumberValidatorService',
  224.             'App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceVatMatchesSiren' => 'getInvoiceVatMatchesSirenService',
  225.             'App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceVatMatchesSirenValidator' => 'getInvoiceVatMatchesSirenValidatorService',
  226.             'App\\Api\\Controller\\JarvisAI\\GetJarvisAIPromptsListController' => 'getGetJarvisAIPromptsListControllerService',
  227.             'App\\Api\\Controller\\JarvisAI\\PostJarvisAIFavoritePromptsToggleController' => 'getPostJarvisAIFavoritePromptsToggleControllerService',
  228.             'App\\Api\\Controller\\LawFirm\\DeleteLawFirmLogoController' => 'getDeleteLawFirmLogoControllerService',
  229.             'App\\Api\\Controller\\LawFirm\\Establishment\\GetBanqupInfoController' => 'getGetBanqupInfoControllerService',
  230.             'App\\Api\\Controller\\LawFirm\\Establishment\\PostResendEinvoiceInvitationController' => 'getPostResendEinvoiceInvitationControllerService',
  231.             'App\\Api\\Controller\\LawFirm\\Establishment\\PostSendEinvoiceRequestController' => 'getPostSendEinvoiceRequestControllerService',
  232.             'App\\Api\\Controller\\LawFirm\\Establishment\\PostUpdateEstablishmentController' => 'getPostUpdateEstablishmentControllerService',
  233.             'App\\Api\\Controller\\LawFirm\\GetLawFirmContactController' => 'getGetLawFirmContactControllerService',
  234.             'App\\Api\\Controller\\LawFirm\\GetLawFirmController' => 'getGetLawFirmControllerService',
  235.             'App\\Api\\Controller\\LawFirm\\GetLawFirmEstablishmentsController' => 'getGetLawFirmEstablishmentsControllerService',
  236.             'App\\Api\\Controller\\LawFirm\\GetLawFirmGroupsController' => 'getGetLawFirmGroupsControllerService',
  237.             'App\\Api\\Controller\\LawFirm\\GetLawFirmLogoController' => 'getGetLawFirmLogoControllerService',
  238.             'App\\Api\\Controller\\LawFirm\\GetLawFirmMatterController' => 'getGetLawFirmMatterControllerService',
  239.             'App\\Api\\Controller\\LawFirm\\GetLawFirmUsersController' => 'getGetLawFirmUsersControllerService',
  240.             'App\\Api\\Controller\\LawFirm\\PostLawFirmLogoController' => 'getPostLawFirmLogoControllerService',
  241.             'App\\Api\\Controller\\LawFirm\\PutPreferencesController' => 'getPutPreferencesControllerService',
  242.             'App\\Api\\Controller\\LawFirm\\Settings\\ContactQuality\\AddContactQualityController' => 'getAddContactQualityControllerService',
  243.             'App\\Api\\Controller\\LawFirm\\Settings\\ContactQuality\\DeleteContactQualityController' => 'getDeleteContactQualityControllerService',
  244.             'App\\Api\\Controller\\LawFirm\\Settings\\ContactQuality\\EditContactQualityController' => 'getEditContactQualityControllerService',
  245.             'App\\Api\\Controller\\LawFirm\\Settings\\ContactQuality\\GetContactQualityListController' => 'getGetContactQualityListControllerService',
  246.             'App\\Api\\Controller\\LawFirm\\Settings\\ContactTitle\\AddContactTitleController' => 'getAddContactTitleControllerService',
  247.             'App\\Api\\Controller\\LawFirm\\Settings\\ContactTitle\\DeleteContactTitleController' => 'getDeleteContactTitleControllerService',
  248.             'App\\Api\\Controller\\LawFirm\\Settings\\ContactTitle\\EditContactTitleController' => 'getEditContactTitleControllerService',
  249.             'App\\Api\\Controller\\LawFirm\\Settings\\ContactTitle\\GetContactTitleListController' => 'getGetContactTitleListControllerService',
  250.             'App\\Api\\Controller\\LawFirm\\Settings\\Party\\AddPartyController' => 'getAddPartyControllerService',
  251.             'App\\Api\\Controller\\LawFirm\\Settings\\Party\\DeletePartyController' => 'getDeletePartyControllerService',
  252.             'App\\Api\\Controller\\LawFirm\\Settings\\Party\\EditPartyController' => 'getEditPartyControllerService',
  253.             'App\\Api\\Controller\\LawFirm\\Settings\\Party\\GetPartyListController' => 'getGetPartyListControllerService',
  254.             'App\\Api\\Controller\\LawFirm\\Settings\\PracticeArea\\AddPracticeAreaController' => 'getAddPracticeAreaControllerService',
  255.             'App\\Api\\Controller\\LawFirm\\Settings\\PracticeArea\\DeletePracticeAreaController' => 'getDeletePracticeAreaControllerService',
  256.             'App\\Api\\Controller\\LawFirm\\Settings\\PracticeArea\\EditPracticeAreaController' => 'getEditPracticeAreaControllerService',
  257.             'App\\Api\\Controller\\LawFirm\\Settings\\PracticeArea\\GetPracticeAreaListController' => 'getGetPracticeAreaListControllerService',
  258.             'App\\Api\\Controller\\LawFirm\\Settings\\RelationShip\\AddRelationShipController' => 'getAddRelationShipControllerService',
  259.             'App\\Api\\Controller\\LawFirm\\Settings\\RelationShip\\DeleteRelationShipController' => 'getDeleteRelationShipControllerService',
  260.             'App\\Api\\Controller\\LawFirm\\Settings\\RelationShip\\EditRelationShipController' => 'getEditRelationShipControllerService',
  261.             'App\\Api\\Controller\\LawFirm\\Settings\\RelationShip\\GetRelationShipListController' => 'getGetRelationShipListControllerService',
  262.             'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentSiren' => 'getEstablishmentSirenService',
  263.             'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentSirenValidator' => 'getEstablishmentSirenValidatorService',
  264.             'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentVATNumber' => 'getEstablishmentVATNumberService',
  265.             'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentVATNumberValidator' => 'getEstablishmentVATNumberValidatorService',
  266.             'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentVatMatchesSiren' => 'getEstablishmentVatMatchesSirenService',
  267.             'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentVatMatchesSirenValidator' => 'getEstablishmentVatMatchesSirenValidatorService',
  268.             'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\ImmutablePdpData' => 'getImmutablePdpDataService',
  269.             'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\ImmutablePdpDataValidator' => 'getImmutablePdpDataValidatorService',
  270.             'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\Siret' => 'getSiretService',
  271.             'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\SiretValidator' => 'getSiretValidatorService',
  272.             'App\\Api\\Controller\\Migration\\GetDownloadMigrationFileController' => 'getGetDownloadMigrationFileControllerService',
  273.             'App\\Api\\Controller\\Migration\\GetMigrationController' => 'getGetMigrationControllerService',
  274.             'App\\Api\\Controller\\Migration\\GetMigrationFilesController' => 'getGetMigrationFilesControllerService',
  275.             'App\\Api\\Controller\\Migration\\GetMigrationsController' => 'getGetMigrationsControllerService',
  276.             'App\\Api\\Controller\\Migration\\PostMigrationController' => 'getPostMigrationControllerService',
  277.             'App\\Api\\Controller\\Migration\\PostRunMigrationController' => 'getPostRunMigrationControllerService',
  278.             'App\\Api\\Controller\\Migration\\PostUploadMigrationFilesController' => 'getPostUploadMigrationFilesControllerService',
  279.             'App\\Api\\Controller\\Migration\\StreamProgressController' => 'getStreamProgressControllerService',
  280.             'App\\Api\\Controller\\Portal\\DriveController' => 'getDriveControllerService',
  281.             'App\\Api\\Controller\\Portal\\DriveStreamController' => 'getDriveStreamControllerService',
  282.             'App\\Api\\Controller\\Portal\\GetDriveSharesTreeController' => 'getGetDriveSharesTreeControllerService',
  283.             'App\\Api\\Controller\\Portal\\GetPortalLawFirmLogoController' => 'getGetPortalLawFirmLogoControllerService',
  284.             'App\\Api\\Controller\\Portal\\GetPortalMattersController' => 'getGetPortalMattersControllerService',
  285.             'App\\Api\\Controller\\Portal\\PostPortalCheckResetPasswordController' => 'getPostPortalCheckResetPasswordControllerService',
  286.             'App\\Api\\Controller\\Portal\\PostPortalForgotPasswordController' => 'getPostPortalForgotPasswordControllerService',
  287.             'App\\Api\\Controller\\Portal\\PostPortalResetPasswordController' => 'getPostPortalResetPasswordControllerService',
  288.             'App\\Api\\Controller\\PostContactSalesController' => 'getPostContactSalesControllerService',
  289.             'App\\Api\\Controller\\Protege\\GetConversationsListController' => 'getGetConversationsListControllerService',
  290.             'App\\Api\\Controller\\Protege\\GetHealthCheckRagController' => 'getGetHealthCheckRagControllerService',
  291.             'App\\Api\\Controller\\TaskTemplate\\AddTaskTemplateController' => 'getAddTaskTemplateControllerService',
  292.             'App\\Api\\Controller\\TaskTemplate\\DeleteTaskTemplateController' => 'getDeleteTaskTemplateControllerService',
  293.             'App\\Api\\Controller\\TaskTemplate\\EditTaskTemplateController' => 'getEditTaskTemplateControllerService',
  294.             'App\\Api\\Controller\\TaskTemplate\\GetTaskTemplateController' => 'getGetTaskTemplateControllerService',
  295.             'App\\Api\\Controller\\TaskTemplate\\GetTaskTemplateListController' => 'getGetTaskTemplateListControllerService',
  296.             'App\\Api\\Controller\\TaskTemplate\\TaskTemplateItem\\CheckTaskTemplateItemController' => 'getCheckTaskTemplateItemControllerService',
  297.             'App\\Api\\Controller\\TaskTemplate\\TaskTemplateItem\\DeleteTaskTemplateItemController' => 'getDeleteTaskTemplateItemControllerService',
  298.             'App\\Api\\Controller\\TaskTemplate\\TaskTemplateItem\\EditTaskTemplateItemController' => 'getEditTaskTemplateItemControllerService',
  299.             'App\\Api\\Controller\\TaskTemplate\\TaskTemplateItem\\GetTaskTemplateItemsController' => 'getGetTaskTemplateItemsControllerService',
  300.             'App\\Api\\Controller\\Trust\\GetFormOptionsController' => 'getGetFormOptionsControllerService',
  301.             'App\\Api\\Controller\\Trust\\GetTrustPresetDataController' => 'getGetTrustPresetDataControllerService',
  302.             'App\\Api\\Controller\\User\\GetUserFilterController' => 'getGetUserFilterControllerService',
  303.             'App\\Api\\Formatter\\ErrorApiFormatter' => 'getErrorApiFormatterService',
  304.             'App\\Api\\Request\\Calendar\\GetCalendarEventsRequest' => 'getGetCalendarEventsRequestService',
  305.             'App\\Api\\Request\\EInvoice\\EInvoiceFacturXStorageRequest' => 'getEInvoiceFacturXStorageRequestService',
  306.             'App\\Api\\Request\\EInvoice\\SendFacturesXRequest' => 'getSendFacturesXRequestService',
  307.             'App\\Api\\Request\\ERV\\Common\\ErvListAttachmentsRequest' => 'getErvListAttachmentsRequestService',
  308.             'App\\Api\\Request\\ERV\\Common\\ErvUpdateMatterRequest' => 'getErvUpdateMatterRequestService',
  309.             'App\\Api\\Request\\ERV\\Common\\ErvUploadAttachmentDriveRequest' => 'getErvUploadAttachmentDriveRequestService',
  310.             'App\\Api\\Request\\ERV\\CompanyRegister\\ErvInitializeRequest' => 'getErvInitializeRequestService',
  311.             'App\\Api\\Request\\ERV\\CompanyRegister\\ErvListRequest' => 'getErvListRequestService',
  312.             'App\\Api\\Request\\ERV\\CompanyRegister\\ErvListTypeRequest' => 'getErvListTypeRequestService',
  313.             'App\\Api\\Request\\ERV\\Messages\\ErvListInboundMessageRequest' => 'getErvListInboundMessageRequestService',
  314.             'App\\Api\\Request\\ERV\\Messages\\ErvListOutboundMessageRequest' => 'getErvListOutboundMessageRequestService',
  315.             'App\\Api\\Request\\ERV\\Messages\\ErvMessageReadRequest' => 'getErvMessageReadRequestService',
  316.             'App\\Api\\Request\\General\\ContactSalesRequest' => 'getContactSalesRequestService',
  317.             'App\\Api\\Request\\Invoice\\AllInvoiceRequest' => 'getAllInvoiceRequestService',
  318.             'App\\Api\\Request\\Invoice\\AmountTrustRequest' => 'getAmountTrustRequestService',
  319.             'App\\Api\\Request\\Invoice\\Asset\\AssetsRequest' => 'getAssetsRequestService',
  320.             'App\\Api\\Request\\Invoice\\CanceledInvoiceRequest' => 'getCanceledInvoiceRequestService',
  321.             'App\\Api\\Request\\Invoice\\CountInvoicesRequest' => 'getCountInvoicesRequestService',
  322.             'App\\Api\\Request\\Invoice\\DraftInvoiceRequest' => 'getDraftInvoiceRequestService',
  323.             'App\\Api\\Request\\Invoice\\InvoiceCommentRequest' => 'getInvoiceCommentRequestService',
  324.             'App\\Api\\Request\\Invoice\\PayedInvoiceRequest' => 'getPayedInvoiceRequestService',
  325.             'App\\Api\\Request\\Invoice\\Trust\\TrustRequest' => 'getTrustRequestService',
  326.             'App\\Api\\Request\\Invoice\\ValidatedInvoiceRequest' => 'getValidatedInvoiceRequestService',
  327.             'App\\Api\\Request\\Invoice\\WaitingInvoiceRequest' => 'getWaitingInvoiceRequestService',
  328.             'App\\Api\\Request\\LawFirm\\FileLogoRequest' => 'getFileLogoRequestService',
  329.             'App\\Api\\Request\\LawFirm\\LawFirmDataTableRequest' => 'getLawFirmDataTableRequestService',
  330.             'App\\Api\\Request\\LawFirm\\LawFirmPaginatedDataTableRequest' => 'getLawFirmPaginatedDataTableRequestService',
  331.             'App\\Api\\Request\\LawFirm\\LawFirmUsersRequest' => 'getLawFirmUsersRequestService',
  332.             'App\\Api\\Request\\LawFirm\\PreferencesLawfirmEditRequest' => 'getPreferencesLawfirmEditRequestService',
  333.             'App\\Api\\Request\\LawFirm\\Settings\\ContactQualityRequest' => 'getContactQualityRequestService',
  334.             'App\\Api\\Request\\LawFirm\\Settings\\ContactTitleRequest' => 'getContactTitleRequestService',
  335.             'App\\Api\\Request\\LawFirm\\Settings\\PartyRequest' => 'getPartyRequestService',
  336.             'App\\Api\\Request\\LawFirm\\Settings\\PracticeAreaRequest' => 'getPracticeAreaRequestService',
  337.             'App\\Api\\Request\\LawFirm\\Settings\\RelationShipRequest' => 'getRelationShipRequestService',
  338.             'App\\Api\\Request\\Migration\\PostMigrationRequest' => 'getPostMigrationRequestService',
  339.             'App\\Api\\Request\\Migration\\RunMigrationRequest' => 'getRunMigrationRequestService',
  340.             'App\\Api\\Request\\Migration\\UploadMigrationFilesRequest' => 'getUploadMigrationFilesRequestService',
  341.             'App\\Api\\Request\\Portal\\DriveSharesTreeRequest' => 'getDriveSharesTreeRequestService',
  342.             'App\\Api\\Request\\Portal\\PortalCheckResetPasswordRequest' => 'getPortalCheckResetPasswordRequestService',
  343.             'App\\Api\\Request\\Portal\\PortalForgotPasswordRequest' => 'getPortalForgotPasswordRequestService',
  344.             'App\\Api\\Request\\Portal\\PortalLawFirmLogoRequest' => 'getPortalLawFirmLogoRequestService',
  345.             'App\\Api\\Request\\Portal\\PortalMatterRequest' => 'getPortalMatterRequestService',
  346.             'App\\Api\\Request\\Portal\\PortalResetPasswordRequest' => 'getPortalResetPasswordRequestService',
  347.             'App\\Api\\Request\\SignatureDataTableRequest' => 'getSignatureDataTableRequestService',
  348.             'App\\Api\\Request\\TaskTemplate\\TaskTemplateItem\\TaskTemplateItemRequest' => 'getTaskTemplateItemRequestService',
  349.             'App\\Api\\Request\\TaskTemplate\\TaskTemplateRequest' => 'getTaskTemplateRequestService',
  350.             'App\\Api\\Request\\User\\UserFilterRequest' => 'getUserFilterRequestService',
  351.             'App\\Api\\Swagger\\Model\\Billing\\Trust\\TrustFormOptionsModel' => 'getTrustFormOptionsModelService',
  352.             'App\\Api\\Swagger\\Model\\Billing\\Trust\\TrustPresetDataModel' => 'getTrustPresetDataModelService',
  353.             'App\\Api\\Swagger\\Model\\EInvoice\\EInvoiceFacturXModel' => 'getEInvoiceFacturXModelService',
  354.             'App\\Api\\Swagger\\Model\\EInvoice\\SendFacturesXResponseModel' => 'getSendFacturesXResponseModelService',
  355.             'App\\Api\\Swagger\\Model\\ERV\\CompanyRegister\\ListAttachmentsModel' => 'getListAttachmentsModelService',
  356.             'App\\Api\\Swagger\\Model\\ERV\\CompanyRegister\\ListRequestModel' => 'getListRequestModelService',
  357.             'App\\Api\\Swagger\\Model\\ERV\\Messages\\BaseInboundMessageModel' => 'getBaseInboundMessageModelService',
  358.             'App\\Api\\Swagger\\Model\\ERV\\Messages\\BaseOutboundMessageModel' => 'getBaseOutboundMessageModelService',
  359.             'App\\Api\\Swagger\\Model\\ERV\\Messages\\DocumentModel' => 'getDocumentModelService',
  360.             'App\\Api\\Swagger\\Model\\ERV\\Messages\\DocumentOutboundModel' => 'getDocumentOutboundModelService',
  361.             'App\\Api\\Swagger\\Model\\ERV\\Messages\\ListInboundMessageModel' => 'getListInboundMessageModelService',
  362.             'App\\Api\\Swagger\\Model\\ERV\\Messages\\ListOutboundMessageModel' => 'getListOutboundMessageModelService',
  363.             'App\\Api\\Swagger\\Model\\ERV\\Messages\\OneInboundMessageModel' => 'getOneInboundMessageModelService',
  364.             'App\\Api\\Swagger\\Model\\ESignature\\SignatureRequestModel' => 'getSignatureRequestModelService',
  365.             'App\\Api\\Swagger\\Model\\EnumModel' => 'getEnumModelService',
  366.             'App\\Api\\Swagger\\Model\\ErrorModel' => 'getErrorModelService',
  367.             'App\\Api\\Swagger\\Model\\ErrorValidationModel' => 'getErrorValidationModelService',
  368.             'App\\Api\\Swagger\\Model\\Invoice\\AllInvoiceModel' => 'getAllInvoiceModelService',
  369.             'App\\Api\\Swagger\\Model\\Invoice\\CanceledInvoiceModel' => 'getCanceledInvoiceModelService',
  370.             'App\\Api\\Swagger\\Model\\Invoice\\CountInvoiceModel' => 'getCountInvoiceModelService',
  371.             'App\\Api\\Swagger\\Model\\Invoice\\DraftInvoiceModel' => 'getDraftInvoiceModelService',
  372.             'App\\Api\\Swagger\\Model\\Invoice\\InvoiceCommentModel' => 'getInvoiceCommentModelService',
  373.             'App\\Api\\Swagger\\Model\\Invoice\\InvoiceContactModel' => 'getInvoiceContactModelService',
  374.             'App\\Api\\Swagger\\Model\\Invoice\\InvoiceDetailsModel' => 'getInvoiceDetailsModelService',
  375.             'App\\Api\\Swagger\\Model\\Invoice\\PayedInvoiceModel' => 'getPayedInvoiceModelService',
  376.             'App\\Api\\Swagger\\Model\\Invoice\\ValidatedInvoiceModel' => 'getValidatedInvoiceModelService',
  377.             'App\\Api\\Swagger\\Model\\Invoice\\WaitingInvoiceModel' => 'getWaitingInvoiceModelService',
  378.             'App\\Api\\Swagger\\Model\\JarvisAI\\JarvisAIPromptsListModel' => 'getJarvisAIPromptsListModelService',
  379.             'App\\Api\\Swagger\\Model\\LawFirm\\LawFirmContactModel' => 'getLawFirmContactModelService',
  380.             'App\\Api\\Swagger\\Model\\LawFirm\\LawFirmEstablishmentModel' => 'getLawFirmEstablishmentModelService',
  381.             'App\\Api\\Swagger\\Model\\LawFirm\\LawFirmMatterModel' => 'getLawFirmMatterModelService',
  382.             'App\\Api\\Swagger\\Model\\LawFirm\\LawFirmUserModel' => 'getLawFirmUserModelService',
  383.             'App\\Api\\Swagger\\Model\\LawFirm\\Settings\\ContactQualityModel' => 'getContactQualityModelService',
  384.             'App\\Api\\Swagger\\Model\\LawFirm\\Settings\\ContactTitleModel' => 'getContactTitleModelService',
  385.             'App\\Api\\Swagger\\Model\\LawFirm\\Settings\\PartyModel' => 'getPartyModelService',
  386.             'App\\Api\\Swagger\\Model\\LawFirm\\Settings\\PracticeAreaModel' => 'getPracticeAreaModelService',
  387.             'App\\Api\\Swagger\\Model\\LawFirm\\Settings\\RelationShipModel' => 'getRelationShipModelService',
  388.             'App\\Api\\Swagger\\Model\\Mail\\MatterContactSuggestionModel' => 'getMatterContactSuggestionModelService',
  389.             'App\\Api\\Swagger\\Model\\Portal\\DriveSharesTreeModel' => 'getDriveSharesTreeModelService',
  390.             'App\\Api\\Swagger\\Model\\Portal\\PortalLawfirmLogoModel' => 'getPortalLawfirmLogoModelService',
  391.             'App\\Api\\Swagger\\Model\\Portal\\PortalMatterModel' => 'getPortalMatterModelService',
  392.             'App\\Api\\Swagger\\Model\\Protege\\ConversationsEntryModel' => 'getConversationsEntryModelService',
  393.             'App\\Api\\Swagger\\Model\\Protege\\ConversationsListModel' => 'getConversationsListModelService',
  394.             'App\\Api\\Swagger\\Model\\SimpleTableModel' => 'getSimpleTableModelService',
  395.             'App\\Api\\Swagger\\Model\\TaskTemplate\\TaskTemplateItem\\TaskTemplateItemModel' => 'getTaskTemplateItemModelService',
  396.             'App\\Api\\Swagger\\Model\\TaskTemplate\\TaskTemplateModel' => 'getTaskTemplateModelService',
  397.             'App\\Backoffice\\Command\\LawFirmExportCommand' => 'getLawFirmExportCommandService',
  398.             'App\\Backoffice\\Controller\\AccessUsers\\BackofficeAccessUsersList' => 'getBackofficeAccessUsersListService',
  399.             'App\\Backoffice\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  400.             'App\\Backoffice\\Controller\\Api\\AccessUsers\\GetBackofficeAccessUsersList' => 'getGetBackofficeAccessUsersListService',
  401.             'App\\Backoffice\\Controller\\Api\\Admin\\PostTestMailController' => 'getPostTestMailControllerService',
  402.             'App\\Backoffice\\Controller\\Api\\Admin\\PostWebsocketPingController' => 'getPostWebsocketPingControllerService',
  403.             'App\\Backoffice\\Controller\\Api\\Cron\\GetCronController' => 'getGetCronControllerService',
  404.             'App\\Backoffice\\Controller\\Api\\Cron\\RunCronController' => 'getRunCronControllerService',
  405.             'App\\Backoffice\\Controller\\Api\\DriveNextCloudScanController' => 'getDriveNextCloudScanControllerService',
  406.             'App\\Backoffice\\Controller\\Api\\DriveNextCloudScanTableController' => 'getDriveNextCloudScanTableControllerService',
  407.             'App\\Backoffice\\Controller\\Api\\FeatureFlag\\GetFeatureFlagsController' => 'getGetFeatureFlagsControllerService',
  408.             'App\\Backoffice\\Controller\\Api\\GlobalSearchController' => 'getGlobalSearchController2Service',
  409.             'App\\Backoffice\\Controller\\Api\\Invoice\\Asset\\GetBackofficeAssetEntriesController' => 'getGetBackofficeAssetEntriesControllerService',
  410.             'App\\Backoffice\\Controller\\Api\\Invoice\\Fee\\GetBackofficeFeeActivitiesController' => 'getGetBackofficeFeeActivitiesControllerService',
  411.             'App\\Backoffice\\Controller\\Api\\Invoice\\Fee\\GetBackofficeFeeLinkedAssetsController' => 'getGetBackofficeFeeLinkedAssetsControllerService',
  412.             'App\\Backoffice\\Controller\\Api\\Invoice\\Fee\\GetBackofficeFeeLinkedTrustsController' => 'getGetBackofficeFeeLinkedTrustsControllerService',
  413.             'App\\Backoffice\\Controller\\Api\\Invoice\\GetBackofficeInvoiceInformationsController' => 'getGetBackofficeInvoiceInformationsControllerService',
  414.             'App\\Backoffice\\Controller\\Api\\Invoice\\GetBackofficeInvoicePaymentsController' => 'getGetBackofficeInvoicePaymentsControllerService',
  415.             'App\\Backoffice\\Controller\\Api\\Invoice\\InvoiceDataTableController' => 'getInvoiceDataTableControllerService',
  416.             'App\\Backoffice\\Controller\\Api\\Invoice\\PostBackofficeInvoiceController' => 'getPostBackofficeInvoiceControllerService',
  417.             'App\\Backoffice\\Controller\\Api\\Invoice\\Trust\\GetBackofficeTrustActivitiesController' => 'getGetBackofficeTrustActivitiesControllerService',
  418.             'App\\Backoffice\\Controller\\Api\\Invoice\\Trust\\GetBackofficeTrustLinkedAssetsController' => 'getGetBackofficeTrustLinkedAssetsControllerService',
  419.             'App\\Backoffice\\Controller\\Api\\Invoice\\Trust\\GetBackofficeTrustLinkedFeesController' => 'getGetBackofficeTrustLinkedFeesControllerService',
  420.             'App\\Backoffice\\Controller\\Api\\Job\\GetJobsCommandController' => 'getGetJobsCommandControllerService',
  421.             'App\\Backoffice\\Controller\\Api\\Job\\RunJobCommandController' => 'getRunJobCommandControllerService',
  422.             'App\\Backoffice\\Controller\\Api\\LawFirmMattersDataTableController' => 'getLawFirmMattersDataTableControllerService',
  423.             'App\\Backoffice\\Controller\\Api\\LawFirmSubscriptionCreateController' => 'getLawFirmSubscriptionCreateControllerService',
  424.             'App\\Backoffice\\Controller\\Api\\LawFirmSubscriptionGetDurationController' => 'getLawFirmSubscriptionGetDurationControllerService',
  425.             'App\\Backoffice\\Controller\\Api\\LawFirmSubscriptionGetPaymentFrequencyController' => 'getLawFirmSubscriptionGetPaymentFrequencyControllerService',
  426.             'App\\Backoffice\\Controller\\Api\\LawFirmSubscriptionGetPlans' => 'getLawFirmSubscriptionGetPlansService',
  427.             'App\\Backoffice\\Controller\\Api\\LawFirmSubscriptionGetUsers' => 'getLawFirmSubscriptionGetUsersService',
  428.             'App\\Backoffice\\Controller\\Api\\LawFirmSubscriptionsDataTableController' => 'getLawFirmSubscriptionsDataTableControllerService',
  429.             'App\\Backoffice\\Controller\\Api\\LawFirmToniDataTableController' => 'getLawFirmToniDataTableControllerService',
  430.             'App\\Backoffice\\Controller\\Api\\Matter\\GetBackofficeMatterConsultationsController' => 'getGetBackofficeMatterConsultationsControllerService',
  431.             'App\\Backoffice\\Controller\\Api\\Matter\\GetBackofficeMatterCustomersController' => 'getGetBackofficeMatterCustomersControllerService',
  432.             'App\\Backoffice\\Controller\\Api\\Matter\\GetBackofficeMatterDriveAccessController' => 'getGetBackofficeMatterDriveAccessControllerService',
  433.             'App\\Backoffice\\Controller\\Api\\Matter\\GetBackofficeMatterInformationsController' => 'getGetBackofficeMatterInformationsControllerService',
  434.             'App\\Backoffice\\Controller\\Api\\Matter\\GetBackofficeMatterParticipantsController' => 'getGetBackofficeMatterParticipantsControllerService',
  435.             'App\\Backoffice\\Controller\\Api\\Matter\\GetBackofficeMatterPartiesController' => 'getGetBackofficeMatterPartiesControllerService',
  436.             'App\\Backoffice\\Controller\\Api\\Matter\\MatterInvoicesDataTableController' => 'getMatterInvoicesDataTableControllerService',
  437.             'App\\Backoffice\\Controller\\Api\\User\\GetMeController' => 'getGetMeControllerService',
  438.             'App\\Backoffice\\Controller\\Api\\User\\PostDisableUserMfaController' => 'getPostDisableUserMfaControllerService',
  439.             'App\\Backoffice\\Controller\\Api\\User\\UserInformationController' => 'getUserInformationControllerService',
  440.             'App\\Backoffice\\Controller\\Api\\Zoho\\WebhookDataTableController' => 'getWebhookDataTableControllerService',
  441.             'App\\Backoffice\\Controller\\BackofficeController' => 'getBackofficeControllerService',
  442.             'App\\Backoffice\\Controller\\Elastic\\ElasticController' => 'getElasticControllerService',
  443.             'App\\Backoffice\\Controller\\Invoice\\BackofficeInvoiceController' => 'getBackofficeInvoiceControllerService',
  444.             'App\\Backoffice\\Controller\\Invoice\\BackofficeInvoiceEditController' => 'getBackofficeInvoiceEditControllerService',
  445.             'App\\Backoffice\\Controller\\Jobs\\JobsController' => 'getJobsControllerService',
  446.             'App\\Backoffice\\Controller\\LawFirm\\Api\\BackofficeLawFirmController' => 'getBackofficeLawFirmControllerService',
  447.             'App\\Backoffice\\Controller\\LawFirm\\Api\\BackofficeLawFirmExportController' => 'getBackofficeLawFirmExportControllerService',
  448.             'App\\Backoffice\\Controller\\LawFirm\\Api\\BackofficeLawFirmExportDownloadController' => 'getBackofficeLawFirmExportDownloadControllerService',
  449.             'App\\Backoffice\\Controller\\LawFirm\\Api\\BackofficeLawFirmMatchingLaunchController' => 'getBackofficeLawFirmMatchingLaunchControllerService',
  450.             'App\\Backoffice\\Controller\\LawFirm\\Api\\BackofficeLawFirmMatchingStateController' => 'getBackofficeLawFirmMatchingStateControllerService',
  451.             'App\\Backoffice\\Controller\\LawFirm\\Api\\GetLawFirmToDeleteDriveController' => 'getGetLawFirmToDeleteDriveControllerService',
  452.             'App\\Backoffice\\Controller\\LawFirm\\Api\\GetLawFirmWithNextcloudAccountController' => 'getGetLawFirmWithNextcloudAccountControllerService',
  453.             'App\\Backoffice\\Controller\\LawFirm\\Api\\LawFirmDataTableController' => 'getLawFirmDataTableControllerService',
  454.             'App\\Backoffice\\Controller\\LawFirm\\BackofficeLawFirmController' => 'getBackofficeLawFirmController2Service',
  455.             'App\\Backoffice\\Controller\\LawFirm\\BackofficeLawFirmMatchingLogController' => 'getBackofficeLawFirmMatchingLogControllerService',
  456.             'App\\Backoffice\\Controller\\Matter\\BackofficeMatterController' => 'getBackofficeMatterControllerService',
  457.             'App\\Backoffice\\Controller\\Matter\\MatterCheckDriveLinkController' => 'getMatterCheckDriveLinkControllerService',
  458.             'App\\Backoffice\\Controller\\Migration\\MigrationController' => 'getMigrationControllerService',
  459.             'App\\Backoffice\\Controller\\Migration\\MigrationIndexController' => 'getMigrationIndexControllerService',
  460.             'App\\Backoffice\\Controller\\Module\\BackofficeModuleController' => 'getBackofficeModuleControllerService',
  461.             'App\\Backoffice\\Controller\\QA\\QAController' => 'getQAControllerService',
  462.             'App\\Backoffice\\Controller\\Subscription\\Api\\BackofficeEditSubscriptionController' => 'getBackofficeEditSubscriptionControllerService',
  463.             'App\\Backoffice\\Controller\\Subscription\\BackofficeEditSubscriptionController' => 'getBackofficeEditSubscriptionController2Service',
  464.             'App\\Backoffice\\Controller\\Subscription\\LawFirmCreateSubscriptionController' => 'getLawFirmCreateSubscriptionControllerService',
  465.             'App\\Backoffice\\Controller\\Team\\BackofficeTeamController' => 'getBackofficeTeamControllerService',
  466.             'App\\Backoffice\\Controller\\User\\BackofficeUserController' => 'getBackofficeUserControllerService',
  467.             'App\\Backoffice\\Controller\\User\\UserController' => 'getUserController3Service',
  468.             'App\\Backoffice\\Controller\\Whitelist\\BackofficeWhitelistController' => 'getBackofficeWhitelistControllerService',
  469.             'App\\Backoffice\\Controller\\ZohoAnalytics\\ZohoAnalyticsAddController' => 'getZohoAnalyticsAddControllerService',
  470.             'App\\Backoffice\\Controller\\ZohoAnalytics\\ZohoAnalyticsDeleteController' => 'getZohoAnalyticsDeleteControllerService',
  471.             'App\\Backoffice\\Controller\\ZohoAnalytics\\ZohoAnalyticsListController' => 'getZohoAnalyticsListControllerService',
  472.             'App\\Backoffice\\Controller\\ZohoAnalytics\\ZohoAnalyticsShowController' => 'getZohoAnalyticsShowControllerService',
  473.             'App\\Backoffice\\Controller\\ZohoAnalytics\\ZohoAnalyticsSyncController' => 'getZohoAnalyticsSyncControllerService',
  474.             'App\\Backoffice\\Controller\\Zoho\\BackofficeZohoWebhookController' => 'getBackofficeZohoWebhookControllerService',
  475.             'App\\Comparator\\Controller\\Api\\ComparatorApiLeadController' => 'getComparatorApiLeadControllerService',
  476.             'App\\Controller\\AbstractController' => 'getAbstractControllerService',
  477.             'App\\Controller\\Billing\\InvoiceIndexController' => 'getInvoiceIndexControllerService',
  478.             'App\\Controller\\InternalDriveController' => 'getInternalDriveControllerService',
  479.             'App\\Controller\\LegalDocumentController' => 'getLegalDocumentControllerService',
  480.             'App\\Core\\Controller\\AbstractInternalDriveController' => 'getAbstractInternalDriveControllerService',
  481.             'App\\Delivract\\Api\\Client\\DelivractClient' => 'getDelivractClientService',
  482.             'App\\Delivract\\Api\\Client\\DelivractDownloadClient' => 'getDelivractDownloadClientService',
  483.             'App\\Delivract\\Controller\\DocumentBailiffController' => 'getDocumentBailiffControllerService',
  484.             'App\\Delivract\\Controller\\DocumentBailiffFilterController' => 'getDocumentBailiffFilterControllerService',
  485.             'App\\Delivract\\Controller\\WebApi\\DocumentBailiffController' => 'getDocumentBailiffController2Service',
  486.             'App\\DocumentWorkflow\\Controller\\DocumentWorkflowController' => 'getDocumentWorkflowControllerService',
  487.             'App\\DocumentWorkflow\\Controller\\DocumentWorkflowFilterController' => 'getDocumentWorkflowFilterControllerService',
  488.             'App\\DocumentWorkflow\\Controller\\WebApi\\DocumentWorkflowController' => 'getDocumentWorkflowController2Service',
  489.             'App\\Drive\\Controller\\Api\\DriveUploadController' => 'getDriveUploadControllerService',
  490.             'App\\Drive\\Controller\\Api\\GetDriveTypeController' => 'getGetDriveTypeControllerService',
  491.             'App\\Drive\\Controller\\Api\\Sharepoint\\DriveSettingsCheckConnectionController' => 'getDriveSettingsCheckConnectionControllerService',
  492.             'App\\Drive\\Controller\\Api\\Sharepoint\\DriveSettingsCheckUserConnectionController' => 'getDriveSettingsCheckUserConnectionControllerService',
  493.             'App\\Drive\\Controller\\Api\\Sharepoint\\DriveSettingsGetUsersController' => 'getDriveSettingsGetUsersControllerService',
  494.             'App\\Drive\\Controller\\Api\\Sharepoint\\DriveSettingsInformationController' => 'getDriveSettingsInformationControllerService',
  495.             'App\\Drive\\Controller\\Api\\Sharepoint\\DriveUpdateUsernamesController' => 'getDriveUpdateUsernamesControllerService',
  496.             'App\\Drive\\Controller\\Api\\Sharepoint\\SharepointLinkController' => 'getSharepointLinkControllerService',
  497.             'App\\Drive\\Controller\\DriveScanController' => 'getDriveScanControllerService',
  498.             'App\\Drive\\Controller\\DriveSettingsController' => 'getDriveSettingsControllerService',
  499.             'App\\Drive\\Controller\\SharepointCheckController' => 'getSharepointCheckControllerService',
  500.             'App\\Drive\\Controller\\SharepointController' => 'getSharepointControllerService',
  501.             'App\\Drive\\Controller\\WebApi\\DriveItemController' => 'getDriveItemControllerService',
  502.             'App\\Drive\\Controller\\WebApi\\FileController' => 'getFileControllerService',
  503.             'App\\Drive\\Controller\\WebApi\\FolderController' => 'getFolderControllerService',
  504.             'App\\Drive\\Providers\\NextcloudProvider' => 'getNextcloudProviderService',
  505.             'App\\Drive\\Providers\\NullProvider' => 'getNullProviderService',
  506.             'App\\Drive\\Providers\\SharepointProvider' => 'getSharepointProviderService',
  507.             'App\\ERV\\Controller\\IndexController' => 'getIndexControllerService',
  508.             'App\\ESignature\\Controller\\ESignatureController' => 'getESignatureControllerService',
  509.             'App\\ESignature\\Controller\\Webhook\\Yousign\\WebhookRequest' => 'getWebhookRequestService',
  510.             'App\\ESignature\\Controller\\Webhook\\Yousign\\YousignWebhook' => 'getYousignWebhookService',
  511.             'App\\ESignature\\Controller\\api\\ESignatureCreateController' => 'getESignatureCreateControllerService',
  512.             'App\\ESignature\\Controller\\api\\ESignatureDataTableController' => 'getESignatureDataTableControllerService',
  513.             'App\\ESignature\\Controller\\api\\GetLinkedToMatterController' => 'getGetLinkedToMatterControllerService',
  514.             'App\\ESignature\\Providers\\YousignProvider' => 'getYousignProviderService',
  515.             'App\\Invoice\\Controller\\AddAssetController' => 'getAddAssetControllerService',
  516.             'App\\Invoice\\Controller\\AddTrustController' => 'getAddTrustControllerService',
  517.             'App\\Invoice\\Controller\\EditAssetController' => 'getEditAssetControllerService',
  518.             'App\\Invoice\\Controller\\EditTrustController' => 'getEditTrustControllerService',
  519.             'App\\Invoice\\Controller\\InvoiceConfirmValidationController' => 'getInvoiceConfirmValidationControllerService',
  520.             'App\\Invoice\\Controller\\SplitBill\\AddSplitBillController' => 'getAddSplitBillControllerService',
  521.             'App\\Invoice\\Controller\\SplitBill\\DeleteSplitBillController' => 'getDeleteSplitBillControllerService',
  522.             'App\\Invoice\\Controller\\SplitBill\\EditSplitBillController' => 'getEditSplitBillControllerService',
  523.             'App\\JarvisAI\\Controller\\ApiController' => 'getApiControllerService',
  524.             'App\\JarvisAI\\Controller\\IndexController' => 'getIndexController2Service',
  525.             'App\\JarvisAI\\Controller\\JarvisAiApiController' => 'getJarvisAiApiControllerService',
  526.             'App\\JarvisAI\\Controller\\WebApi\\CreateCustomPromptController' => 'getCreateCustomPromptControllerService',
  527.             'App\\JarvisAI\\Controller\\WebApi\\CreateOrUpdateConversationController' => 'getCreateOrUpdateConversationControllerService',
  528.             'App\\JarvisAI\\Controller\\WebApi\\CreateRagSessionController' => 'getCreateRagSessionControllerService',
  529.             'App\\JarvisAI\\Controller\\WebApi\\EditConversationLabelController' => 'getEditConversationLabelControllerService',
  530.             'App\\JarvisAI\\Controller\\WebApi\\EditCustomPromptController' => 'getEditCustomPromptControllerService',
  531.             'App\\JarvisAI\\Controller\\WebApi\\ExtractTextController' => 'getExtractTextControllerService',
  532.             'App\\JarvisAI\\Controller\\WebApi\\FavoriteCustomPromptController' => 'getFavoriteCustomPromptControllerService',
  533.             'App\\JarvisAI\\Controller\\WebApi\\GetJarvisAiController' => 'getGetJarvisAiControllerService',
  534.             'App\\JarvisAI\\Controller\\WebApi\\GetListConversationsController' => 'getGetListConversationsControllerService',
  535.             'App\\JarvisAI\\Controller\\WebApi\\GetMoreInformationContentController' => 'getGetMoreInformationContentControllerService',
  536.             'App\\JarvisAI\\Controller\\WebApi\\GetMoreInformationController' => 'getGetMoreInformationControllerService',
  537.             'App\\JarvisAI\\Controller\\WebApi\\RemoveConversationController' => 'getRemoveConversationControllerService',
  538.             'App\\JarvisAI\\Controller\\WebApi\\RemoveCustomPromptController' => 'getRemoveCustomPromptControllerService',
  539.             'App\\LawFirm\\Controller\\Api\\Category\\TimeCategoryListController' => 'getTimeCategoryListControllerService',
  540.             'App\\LawFirm\\Controller\\Api\\ContactTitle\\ContactTitleListController' => 'getContactTitleListControllerService',
  541.             'App\\LawFirm\\Controller\\Api\\Drive\\Sharepoint\\PostSharepointCredentialsController' => 'getPostSharepointCredentialsControllerService',
  542.             'App\\LawFirm\\Controller\\Api\\LawFirmSubscription\\GetLawFirmSubscriptionController' => 'getGetLawFirmSubscriptionControllerService',
  543.             'App\\LawFirm\\Controller\\Api\\LawFirmSubscription\\GetSubscriptionByLawFirmController' => 'getGetSubscriptionByLawFirmControllerService',
  544.             'App\\LawFirm\\Controller\\Api\\Subscription\\GetSubscriptionController' => 'getGetSubscriptionControllerService',
  545.             'App\\LawFirm\\Controller\\Api\\Subscription\\GetSubscriptionUsersController' => 'getGetSubscriptionUsersControllerService',
  546.             'App\\LawFirm\\Controller\\Api\\Subscription\\PostAssignSubscriptionController' => 'getPostAssignSubscriptionControllerService',
  547.             'App\\LawFirm\\Controller\\Api\\Subscription\\PostAssignSubscriptionsToUserController' => 'getPostAssignSubscriptionsToUserControllerService',
  548.             'App\\LawFirm\\Controller\\Api\\Toni\\GetLawFirmToniModelsController' => 'getGetLawFirmToniModelsControllerService',
  549.             'App\\LawFirm\\Controller\\Api\\Toni\\GetToniPluginsController' => 'getGetToniPluginsControllerService',
  550.             'App\\LawFirm\\Controller\\Api\\Toni\\PatchLawFirmToniModelsController' => 'getPatchLawFirmToniModelsControllerService',
  551.             'App\\LawFirm\\Controller\\Api\\User\\GetDeactivateUserDataController' => 'getGetDeactivateUserDataControllerService',
  552.             'App\\LawFirm\\Controller\\Api\\User\\GetUserController' => 'getGetUserControllerService',
  553.             'App\\LawFirm\\Controller\\Api\\User\\GetUsersController' => 'getGetUsersControllerService',
  554.             'App\\LawFirm\\Controller\\Api\\User\\PostDeactivateUserController' => 'getPostDeactivateUserControllerService',
  555.             'App\\LawFirm\\Controller\\Api\\User\\PostEditUserPasswordController' => 'getPostEditUserPasswordControllerService',
  556.             'App\\LawFirm\\Controller\\ContactQuality\\ContactQualityController' => 'getContactQualityControllerService',
  557.             'App\\LawFirm\\Controller\\ContactTitle\\AddContactTitleController' => 'getAddContactTitleController2Service',
  558.             'App\\LawFirm\\Controller\\ContactTitle\\ContactTitleController' => 'getContactTitleControllerService',
  559.             'App\\LawFirm\\Controller\\ContactTitle\\DeleteContactTitleController' => 'getDeleteContactTitleController2Service',
  560.             'App\\LawFirm\\Controller\\ContactTitle\\EditContactTitleController' => 'getEditContactTitleController2Service',
  561.             'App\\LawFirm\\Controller\\Establishment\\AddLawFirmEstablishmentController' => 'getAddLawFirmEstablishmentControllerService',
  562.             'App\\LawFirm\\Controller\\Establishment\\EditLawFirmEstablishmentController' => 'getEditLawFirmEstablishmentControllerService',
  563.             'App\\LawFirm\\Controller\\Establishment\\LawFirmEstablishmentController' => 'getLawFirmEstablishmentController2Service',
  564.             'App\\Mail\\Controller\\MailHomeController' => 'getMailHomeControllerService',
  565.             'App\\Mail\\Controller\\MailNoModuleController' => 'getMailNoModuleControllerService',
  566.             'App\\Mail\\Controller\\MailPreventQuitController' => 'getMailPreventQuitControllerService',
  567.             'App\\Mail\\Controller\\MailPrintController' => 'getMailPrintControllerService',
  568.             'App\\Mail\\Controller\\NylasV2\\MailTokenController' => 'getMailTokenControllerService',
  569.             'App\\Mail\\Controller\\NylasV3\\AuthController' => 'getAuthControllerService',
  570.             'App\\Mail\\Controller\\WebApi\\MailApiDriveDeleteController' => 'getMailApiDriveDeleteControllerService',
  571.             'App\\Mail\\Controller\\WebApi\\MailApiDriveDownloadController' => 'getMailApiDriveDownloadControllerService',
  572.             'App\\Mail\\Controller\\WebApi\\MailApiDriveListController' => 'getMailApiDriveListControllerService',
  573.             'App\\Mail\\Controller\\WebApi\\MailApiDriveStoreController' => 'getMailApiDriveStoreControllerService',
  574.             'App\\Mail\\Controller\\WebApi\\MailApiDriveStoreFromDriveController' => 'getMailApiDriveStoreFromDriveControllerService',
  575.             'App\\Mail\\Controller\\WebApi\\MailApiDriveStoreSharepointController' => 'getMailApiDriveStoreSharepointControllerService',
  576.             'App\\Mail\\Controller\\WebApi\\MailApiDriveStoreToJarvisController' => 'getMailApiDriveStoreToJarvisControllerService',
  577.             'App\\Mail\\Controller\\WebApi\\MailApiDriveUploadController' => 'getMailApiDriveUploadControllerService',
  578.             'App\\Mail\\Controller\\WebApi\\MailApiFolderController' => 'getMailApiFolderControllerService',
  579.             'App\\Mail\\Controller\\WebApi\\MailApiFolderUnreadCountController' => 'getMailApiFolderUnreadCountControllerService',
  580.             'App\\Mail\\Controller\\WebApi\\MailApiGetImageController' => 'getMailApiGetImageControllerService',
  581.             'App\\Mail\\Controller\\WebApi\\MailApiMatterContactSuggestionsController' => 'getMailApiMatterContactSuggestionsControllerService',
  582.             'App\\Mail\\Controller\\WebApi\\MailApiMattersComposeController' => 'getMailApiMattersComposeControllerService',
  583.             'App\\Mail\\Controller\\WebApi\\MailApiMattersComposeNewController' => 'getMailApiMattersComposeNewControllerService',
  584.             'App\\Mail\\Controller\\WebApi\\MailApiMattersCreateOrUpdateController' => 'getMailApiMattersCreateOrUpdateControllerService',
  585.             'App\\Mail\\Controller\\WebApi\\MailApiMattersDefaultFolderPathController' => 'getMailApiMattersDefaultFolderPathControllerService',
  586.             'App\\Mail\\Controller\\WebApi\\MailApiMattersDeleteAllController' => 'getMailApiMattersDeleteAllControllerService',
  587.             'App\\Mail\\Controller\\WebApi\\MailApiMattersDeleteController' => 'getMailApiMattersDeleteControllerService',
  588.             'App\\Mail\\Controller\\WebApi\\MailApiMattersGetController' => 'getMailApiMattersGetControllerService',
  589.             'App\\Mail\\Controller\\WebApi\\MailApiMattersListController' => 'getMailApiMattersListControllerService',
  590.             'App\\Mail\\Controller\\WebApi\\MailApiMattersMatchingController' => 'getMailApiMattersMatchingControllerService',
  591.             'App\\Mail\\Controller\\WebApi\\MailApiMattersUpdateController' => 'getMailApiMattersUpdateControllerService',
  592.             'App\\Mail\\Controller\\WebApi\\MailApiMessagesCSRFMultipleController' => 'getMailApiMessagesCSRFMultipleControllerService',
  593.             'App\\Mail\\Controller\\WebApi\\MailApiMessagesComposeController' => 'getMailApiMessagesComposeControllerService',
  594.             'App\\Mail\\Controller\\WebApi\\MailApiMessagesController' => 'getMailApiMessagesControllerService',
  595.             'App\\Mail\\Controller\\WebApi\\MailApiMessagesDeleteController' => 'getMailApiMessagesDeleteControllerService',
  596.             'App\\Mail\\Controller\\WebApi\\MailApiMessagesDeleteMultipleController' => 'getMailApiMessagesDeleteMultipleControllerService',
  597.             'App\\Mail\\Controller\\WebApi\\MailApiMessagesDetailsController' => 'getMailApiMessagesDetailsControllerService',
  598.             'App\\Mail\\Controller\\WebApi\\MailApiMessagesReadStatusController' => 'getMailApiMessagesReadStatusControllerService',
  599.             'App\\Mail\\Controller\\WebApi\\MailApiMessagesSearchController' => 'getMailApiMessagesSearchControllerService',
  600.             'App\\Mail\\Controller\\WebApi\\MailApiMessagesSendController' => 'getMailApiMessagesSendControllerService',
  601.             'App\\Mail\\Controller\\WebApi\\MailApiSettingsController' => 'getMailApiSettingsControllerService',
  602.             'App\\Mail\\Controller\\WebApi\\MailApiStateController' => 'getMailApiStateControllerService',
  603.             'App\\Mail\\Controller\\Webhook\\NylasWebhookCheckController' => 'getNylasWebhookCheckControllerService',
  604.             'App\\Mail\\Controller\\Webhook\\NylasWebhookOpenedController' => 'getNylasWebhookOpenedControllerService',
  605.             'App\\Mail\\Controller\\Webhook\\NylasWebhookV3Controller' => 'getNylasWebhookV3ControllerService',
  606.             'App\\Matter\\Controller\\MatterDuplicateController' => 'getMatterDuplicateControllerService',
  607.             'App\\Matter\\Controller\\MatterFlagActivitiesAsBillableController' => 'getMatterFlagActivitiesAsBillableControllerService',
  608.             'App\\Nomination\\Controller\\Api\\NominationController' => 'getNominationControllerService',
  609.             'App\\Nomination\\Controller\\IndexController' => 'getIndexController3Service',
  610.             'App\\Outlook\\Controller\\GetDriveInformationsController' => 'getGetDriveInformationsControllerService',
  611.             'App\\Protege\\Controller\\ProtegeIndexController' => 'getProtegeIndexControllerService',
  612.             'App\\Sso\\Controller\\AzureAdSamlController' => 'getAzureAdSamlControllerService',
  613.             'App\\UserRegistration\\BarRegistration\\Controller\\BaseBarUserRegistrationController' => 'getBaseBarUserRegistrationControllerService',
  614.             'App\\UserRegistration\\Controller\\UserRegistrationController' => 'getUserRegistrationControllerService',
  615.             'App\\UserRegistration\\Controller\\WebApi\\UserRegistrationController' => 'getUserRegistrationController2Service',
  616.             'App\\Wam\\Controller\\WamController' => 'getWamControllerService',
  617.             'App\\WebSocket\\CompatibleIoServer' => 'getCompatibleIoServerService',
  618.             'App\\Yousign\\Controller\\Api\\YousignController' => 'getYousignControllerService',
  619.             'App\\Yousign\\Controller\\WebApi\\SignerController' => 'getSignerControllerService',
  620.             'App\\Yousign\\Controller\\YousignController' => 'getYousignController2Service',
  621.             'App\\ZohoAnalytics\\Exporter\\Export\\ExportJobManager' => 'getExportJobManagerService',
  622.             'App\\ZohoAnalytics\\Exporter\\Export\\QueuedExportService' => 'getQueuedExportServiceService',
  623.             'BillingBundle\\Controller\\BankAccountController' => 'getBankAccountControllerService',
  624.             'BillingBundle\\Controller\\BillableClientsController' => 'getBillableClientsControllerService',
  625.             'BillingBundle\\Controller\\BillableClientsExportController' => 'getBillableClientsExportControllerService',
  626.             'BillingBundle\\Controller\\BillableClientsFilterController' => 'getBillableClientsFilterControllerService',
  627.             'BillingBundle\\Controller\\BillableClientsPrintController' => 'getBillableClientsPrintControllerService',
  628.             'BillingBundle\\Controller\\FeeGroupController' => 'getFeeGroupControllerService',
  629.             'BillingBundle\\Controller\\InlineActivityEntryController' => 'getInlineActivityEntryControllerService',
  630.             'BillingBundle\\Controller\\InvoiceController' => 'getInvoiceControllerService',
  631.             'BillingBundle\\Controller\\InvoiceFilterController' => 'getInvoiceFilterControllerService',
  632.             'BillingBundle\\Controller\\InvoiceSendReminderController' => 'getInvoiceSendReminderControllerService',
  633.             'BillingBundle\\Controller\\InvoiceSendRemindersController' => 'getInvoiceSendRemindersControllerService',
  634.             'BillingBundle\\Controller\\PaymentController' => 'getPaymentControllerService',
  635.             'BillingBundle\\Controller\\PaymentFilterController' => 'getPaymentFilterControllerService',
  636.             'BillingBundle\\Controller\\QBApi\\QuickBillController' => 'getQuickBillControllerService',
  637.             'BillingBundle\\Controller\\QuickBillController' => 'getQuickBillController2Service',
  638.             'BillingBundle\\Controller\\WebApi\\InvoiceController' => 'getInvoiceController2Service',
  639.             'BillingBundle\\Controller\\WebApi\\InvoiceReportingController' => 'getInvoiceReportingControllerService',
  640.             'BillingBundle\\Controller\\WebApi\\Invoice\\ToggleInvoiceDocumentsNameController' => 'getToggleInvoiceDocumentsNameControllerService',
  641.             'BillingBundle\\Controller\\WebApi\\Invoice\\Trust\\ToggleTrustMatterRequiredController' => 'getToggleTrustMatterRequiredControllerService',
  642.             'BillingBundle\\Controller\\WebApi\\PaymentController' => 'getPaymentController2Service',
  643.             'BillingBundle\\Formatter\\BillableClientsListToPrintFormatter' => 'getBillableClientsListToPrintFormatterService',
  644.             'CRMBundle\\Controller\\ContactController' => 'getContactControllerService',
  645.             'CRMBundle\\Controller\\ContactViewTabController' => 'getContactViewTabControllerService',
  646.             'CRMBundle\\Controller\\LeadController' => 'getLeadControllerService',
  647.             'CRMBundle\\Controller\\OrganizationController' => 'getOrganizationControllerService',
  648.             'CRMBundle\\Controller\\ProposalController' => 'getProposalControllerService',
  649.             'CRMBundle\\Controller\\WebApi\\ContactController' => 'getContactController2Service',
  650.             'CRMBundle\\Controller\\WebApi\\ContactViewTabController' => 'getContactViewTabController2Service',
  651.             'CalendarBundle\\Controller\\CalendarController' => 'getCalendarControllerService',
  652.             'CalendarBundle\\Controller\\CalendarEventController' => 'getCalendarEventControllerService',
  653.             'CommonBundle\\Controller\\CommonController' => 'getCommonControllerService',
  654.             'CommonBundle\\Controller\\PublicController' => 'getPublicControllerService',
  655.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  656.             'DocumentBundle\\Controller\\DevController' => 'getDevControllerService',
  657.             'DocumentBundle\\Controller\\DocumentController' => 'getDocumentController2Service',
  658.             'DocumentBundle\\Controller\\DocumentModelController' => 'getDocumentModelController2Service',
  659.             'DocumentBundle\\Controller\\OnlyOfficeController' => 'getOnlyOfficeControllerService',
  660.             'DriveBundle\\Controller\\DefaultFolderController' => 'getDefaultFolderControllerService',
  661.             'DriveBundle\\Controller\\DriveController' => 'getDriveController2Service',
  662.             'DriveBundle\\Controller\\WebApi\\DriveSelectorController' => 'getDriveSelectorControllerService',
  663.             'DriveBundle\\Util\\File' => 'getFileService',
  664.             'FOS\\ElasticaBundle\\Elastica\\Index $contactIndex' => 'getIndexcontactIndexService',
  665.             'FOS\\ElasticaBundle\\Elastica\\Index $invoiceIndex' => 'getIndexinvoiceIndexService',
  666.             'FOS\\ElasticaBundle\\Elastica\\Index $lawFirmIndex' => 'getIndexlawFirmIndexService',
  667.             'FOS\\ElasticaBundle\\Elastica\\Index $matterIndex' => 'getIndexmatterIndexService',
  668.             'FOS\\ElasticaBundle\\Elastica\\Index $userIndex' => 'getIndexuserIndexService',
  669.             'FOS\\ElasticaBundle\\Finder\\TransformedFinder $contactFinder' => 'getTransformedFindercontactFinderService',
  670.             'FOS\\ElasticaBundle\\Finder\\TransformedFinder $invoiceFinder' => 'getTransformedFinderinvoiceFinderService',
  671.             'FOS\\ElasticaBundle\\Finder\\TransformedFinder $lawFirmFinder' => 'getTransformedFinderlawFirmFinderService',
  672.             'FOS\\ElasticaBundle\\Finder\\TransformedFinder $matterFinder' => 'getTransformedFindermatterFinderService',
  673.             'FOS\\ElasticaBundle\\Finder\\TransformedFinder $userFinder' => 'getTransformedFinderuserFinderService',
  674.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  675.             'Scheb\\TwoFactorBundle\\Model\\PersisterInterface' => 'getPersisterInterfaceService',
  676.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface' => 'getTwoFactorFormRendererInterfaceService',
  677.             'SettingsBundle\\Controller\\AccountingController' => 'getAccountingController2Service',
  678.             'SettingsBundle\\Controller\\BusinessAlertController' => 'getBusinessAlertControllerService',
  679.             'SettingsBundle\\Controller\\CategoryPresetController' => 'getCategoryPresetControllerService',
  680.             'SettingsBundle\\Controller\\ContactSharedWithUsersController' => 'getContactSharedWithUsersControllerService',
  681.             'SettingsBundle\\Controller\\EmailExternalModuleController' => 'getEmailExternalModuleControllerService',
  682.             'SettingsBundle\\Controller\\FieldController' => 'getFieldControllerService',
  683.             'SettingsBundle\\Controller\\FoldersNamingController' => 'getFoldersNamingControllerService',
  684.             'SettingsBundle\\Controller\\Invoice\\InvoiceDocumentsNameController' => 'getInvoiceDocumentsNameControllerService',
  685.             'SettingsBundle\\Controller\\MailSettingsController' => 'getMailSettingsControllerService',
  686.             'SettingsBundle\\Controller\\MatterController' => 'getMatterController3Service',
  687.             'SettingsBundle\\Controller\\NotificationController' => 'getNotificationController3Service',
  688.             'SettingsBundle\\Controller\\PartyController' => 'getPartyControllerService',
  689.             'SettingsBundle\\Controller\\PaymentDelayController' => 'getPaymentDelayControllerService',
  690.             'SettingsBundle\\Controller\\PaymentMethodController' => 'getPaymentMethodControllerService',
  691.             'SettingsBundle\\Controller\\ProfileController' => 'getProfileControllerService',
  692.             'SettingsBundle\\Controller\\ReferenceController' => 'getReferenceControllerService',
  693.             'SettingsBundle\\Controller\\RelationshipTypeController' => 'getRelationshipTypeControllerService',
  694.             'SettingsBundle\\Controller\\TaskController' => 'getTaskController4Service',
  695.             'SettingsBundle\\Controller\\TaskTemplate\\CreateTaskTemplateController' => 'getCreateTaskTemplateControllerService',
  696.             'SettingsBundle\\Controller\\TaskTemplate\\EditTaskTemplateController' => 'getEditTaskTemplateController2Service',
  697.             'SettingsBundle\\Controller\\TaskTemplate\\TaskTemplateController' => 'getTaskTemplateControllerService',
  698.             'SettingsBundle\\Controller\\TeamController' => 'getTeamControllerService',
  699.             'SettingsBundle\\Controller\\TimerController' => 'getTimerControllerService',
  700.             'SettingsBundle\\Controller\\TrustController' => 'getTrustControllerService',
  701.             'SettingsBundle\\Controller\\WebApi\\ContactQualityListController' => 'getContactQualityListControllerService',
  702.             'SettingsBundle\\Controller\\WebApi\\FieldController' => 'getFieldController2Service',
  703.             'SettingsBundle\\Controller\\WebApi\\MFA\\GenerateMFACode' => 'getGenerateMFACodeService',
  704.             'SettingsBundle\\Controller\\WebApi\\MFA\\GetUserMFAController' => 'getGetUserMFAControllerService',
  705.             'SettingsBundle\\Controller\\WebApi\\MFA\\MFAUserSettingsTimerController' => 'getMFAUserSettingsTimerControllerService',
  706.             'SettingsBundle\\Controller\\WebApi\\MatterAutoTimerUpdateController' => 'getMatterAutoTimerUpdateControllerService',
  707.             'SettingsBundle\\Controller\\WebApi\\NotificationController' => 'getNotificationController4Service',
  708.             'SettingsBundle\\Controller\\WebApi\\PartyListController' => 'getPartyListControllerService',
  709.             'SettingsBundle\\Controller\\WebApi\\PracticeAreaListController' => 'getPracticeAreaListControllerService',
  710.             'SettingsBundle\\Controller\\WebApi\\RelationshipTypeListController' => 'getRelationshipTypeListControllerService',
  711.             'SettingsBundle\\Controller\\WebApi\\ToggleUserSettingsMailTimerController' => 'getToggleUserSettingsMailTimerControllerService',
  712.             'SettingsBundle\\Controller\\WebApi\\ToggleUserSettingsTimerController' => 'getToggleUserSettingsTimerControllerService',
  713.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  714.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  715.             'bazinga.jstranslation.controller' => 'getBazinga_Jstranslation_ControllerService',
  716.             'bazinga.jstranslation.dump_command' => 'getBazinga_Jstranslation_DumpCommandService',
  717.             'bazinga.jstranslation.translation_dumper' => 'getBazinga_Jstranslation_TranslationDumperService',
  718.             'bazinga.jstranslation.translation_finder' => 'getBazinga_Jstranslation_TranslationFinderService',
  719.             'cache.app_clearer' => 'getCache_AppClearerService',
  720.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  721.             'cache.system_clearer' => 'getCache_SystemClearerService',
  722.             'cache_warmer' => 'getCacheWarmerService',
  723.             'console.command_loader' => 'getConsole_CommandLoaderService',
  724.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  725.             'craue.form.flow.storage' => 'getCraue_Form_Flow_StorageService',
  726.             'doctrine.dbal.apimail_db_connection' => 'getDoctrine_Dbal_ApimailDbConnectionService',
  727.             'doctrine.dbal.jarvis_dw_connection' => 'getDoctrine_Dbal_JarvisDwConnectionService',
  728.             'doctrine.dbal.nextcloud_db_connection' => 'getDoctrine_Dbal_NextcloudDbConnectionService',
  729.             'error_controller' => 'getErrorControllerService',
  730.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  731.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  732.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  733.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  734.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  735.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  736.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  737.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  738.             'gesdinet.jwtrefreshtoken' => 'getGesdinet_JwtrefreshtokenService',
  739.             'gesdinet.jwtrefreshtoken.refresh_token_generator' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenGeneratorService',
  740.             'gesdinet.jwtrefreshtoken.refresh_token_manager' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService',
  741.             'gesdinet.jwtrefreshtoken.request.extractor.chain' => 'getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService',
  742.             'gos_web_socket.pusher.amqp' => 'getGosWebSocket_Pusher_AmqpService',
  743.             'gos_web_socket.pusher.wamp' => 'getGosWebSocket_Pusher_WampService',
  744.             'gos_web_socket.registry.pusher' => 'getGosWebSocket_Registry_PusherService',
  745.             'gos_web_socket.registry.server_push_handler' => 'getGosWebSocket_Registry_ServerPushHandlerService',
  746.             'gos_web_socket.server.entry_point' => 'getGosWebSocket_Server_EntryPointService',
  747.             'grid' => 'getGridService',
  748.             'grid.mapping.manager' => 'getGrid_Mapping_ManagerService',
  749.             'knpu.oauth2.client.wam_oidc' => 'getKnpu_Oauth2_Client_WamOidcService',
  750.             'knpu.oauth2.registry' => 'getKnpu_Oauth2_RegistryService',
  751.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  752.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  753.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  754.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  755.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  756.             'liip_imagine.binary.loader.profile_pictures' => 'getLiipImagine_Binary_Loader_ProfilePicturesService',
  757.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  758.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  759.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  760.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  761.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  762.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  763.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  764.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  765.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  766.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  767.             'monolog.logger.delivract' => 'getMonolog_Logger_DelivractService',
  768.             'monolog.logger.sso' => 'getMonolog_Logger_SsoService',
  769.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  770.             'nelmio_api_doc.controller.redocly' => 'getNelmioApiDoc_Controller_RedoclyService',
  771.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  772.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  773.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  774.             'nelmio_api_doc.generator.backoffice' => 'getNelmioApiDoc_Generator_BackofficeService',
  775.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  776.             'nelmio_api_doc.generator.portal' => 'getNelmioApiDoc_Generator_PortalService',
  777.             'nelmio_api_doc.generator.webapi' => 'getNelmioApiDoc_Generator_WebapiService',
  778.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  779.             'old_sound_rabbit_mq.calendar_actions_consumer' => 'getOldSoundRabbitMq_CalendarActionsConsumerService',
  780.             'old_sound_rabbit_mq.calendar_actions_producer' => 'getOldSoundRabbitMq_CalendarActionsProducerService',
  781.             'old_sound_rabbit_mq.calendar_event_actions_consumer' => 'getOldSoundRabbitMq_CalendarEventActionsConsumerService',
  782.             'old_sound_rabbit_mq.calendar_event_actions_producer' => 'getOldSoundRabbitMq_CalendarEventActionsProducerService',
  783.             'old_sound_rabbit_mq.connection.default' => 'getOldSoundRabbitMq_Connection_DefaultService',
  784.             'old_sound_rabbit_mq.drive_actions_consumer' => 'getOldSoundRabbitMq_DriveActionsConsumerService',
  785.             'old_sound_rabbit_mq.drive_actions_producer' => 'getOldSoundRabbitMq_DriveActionsProducerService',
  786.             'old_sound_rabbit_mq.drive_change_owner_producer' => 'getOldSoundRabbitMq_DriveChangeOwnerProducerService',
  787.             'old_sound_rabbit_mq.drive_file_scan_producer' => 'getOldSoundRabbitMq_DriveFileScanProducerService',
  788.             'old_sound_rabbit_mq.drive_sharepoint_producer' => 'getOldSoundRabbitMq_DriveSharepointProducerService',
  789.             'old_sound_rabbit_mq.jarvis_direct_producer' => 'getOldSoundRabbitMq_JarvisDirectProducerService',
  790.             'old_sound_rabbit_mq.parts_holder' => 'getOldSoundRabbitMq_PartsHolderService',
  791.             'old_sound_rabbit_mq.speech_conversion_actions_producer' => 'getOldSoundRabbitMq_SpeechConversionActionsProducerService',
  792.             'oneup_flysystem.accounting_export_files_filesystem' => 'getOneupFlysystem_AccountingExportFilesFilesystemService',
  793.             'oneup_flysystem.asset_filesystem' => 'getOneupFlysystem_AssetFilesystemService',
  794.             'oneup_flysystem.data_migration_filesystem' => 'getOneupFlysystem_DataMigrationFilesystemService',
  795.             'oneup_flysystem.drive_filesystem' => 'getOneupFlysystem_DriveFilesystemService',
  796.             'oneup_flysystem.invoice_s3_filesystem' => 'getOneupFlysystem_InvoiceS3FilesystemService',
  797.             'oneup_flysystem.legal_documents_filesystem' => 'getOneupFlysystem_LegalDocumentsFilesystemService',
  798.             'oneup_flysystem.matter_mail_filesystem' => 'getOneupFlysystem_MatterMailFilesystemService',
  799.             'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService',
  800.             'oneup_flysystem.tmp_attachment_mail_filesystem' => 'getOneupFlysystem_TmpAttachmentMailFilesystemService',
  801.             'oneup_flysystem.zoho_analytics_filesystem' => 'getOneupFlysystem_ZohoAnalyticsFilesystemService',
  802.             'pagerfanta.route_generator_factory' => 'getPagerfanta_RouteGeneratorFactoryService',
  803.             'pagerfanta.view_factory' => 'getPagerfanta_ViewFactoryService',
  804.             'routing.loader' => 'getRouting_LoaderService',
  805.             'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
  806.             'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
  807.             'scheb_two_factor.security.totp_authenticator' => 'getSchebTwoFactor_Security_TotpAuthenticatorService',
  808.             'scheb_two_factor.security.totp_factory' => 'getSchebTwoFactor_Security_TotpFactoryService',
  809.             'services_resetter' => 'getServicesResetterService',
  810.             'sg_datatables.factory' => 'getSgDatatables_FactoryService',
  811.             'sg_datatables.response' => 'getSgDatatables_ResponseService',
  812.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  813.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  814.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  815.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  816.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  817.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  818.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  819.         ];
  820.         $this->aliases = [
  821.             'APY\\DataGridBundle\\Grid\\Grid' => 'grid',
  822.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  823.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  824.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  825.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  826.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  827.             'Ratchet\\Server\\IoServer' => 'App\\WebSocket\\CompatibleIoServer',
  828.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Totp\\TotpAuthenticator' => 'scheb_two_factor.security.totp_authenticator',
  829.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Totp\\TotpAuthenticatorInterface' => 'scheb_two_factor.security.totp_authenticator',
  830.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\TwoFactorFirewallContext' => 'scheb_two_factor.firewall_context',
  831.             'database_connection' => 'doctrine.dbal.default_connection',
  832.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  833.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  834.             'jms_serializer.instances.default' => 'jms_serializer',
  835.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  836.             'mailer' => 'swiftmailer.mailer.default',
  837.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  838.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  839.             'oauth2.registry' => 'knpu.oauth2.registry',
  840.             'oneup_flysystem.invoice_filesystem' => 'oneup_flysystem.invoice_local_filesystem',
  841.         ];
  842.         $this->privates['service_container'] = function () {
  843.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  844.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  846.             include_once \dirname(__DIR__4).'/src/AppBundle/DataCollector/NotificationDataCollector.php';
  847.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  848.             include_once \dirname(__DIR__4).'/src/AppBundle/EventSubscriber/ApiLogSubscriber.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  850.             include_once \dirname(__DIR__4).'/src/AppBundle/EventSubscriber/WebhookSubscriber.php';
  851.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  852.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  853.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  854.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  855.             include_once \dirname(__DIR__4).'/src/AppBundle/EventSubscriber/XSSSubscriber.php';
  856.             include_once \dirname(__DIR__4).'/src/AppBundle/Formatter/TimeFormatter.php';
  857.             include_once \dirname(__DIR__4).'/src/AppBundle/Listener/WhiteListListener.php';
  858.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/NotificationResolver.php';
  859.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/NotificationTypeInterface.php';
  860.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/AbstractType.php';
  861.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Calendar/AbstractCalendarType.php';
  862.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Calendar/CalendarEventLawFirmType.php';
  863.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Calendar/CalendarEventUserType.php';
  864.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Contact/AbstractContactType.php';
  865.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Contact/ApplyHourlyRateType.php';
  866.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Contact/SharedContactsToUserType.php';
  867.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Contact/SharingContactsCompletedType.php';
  868.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Contact/UnsharedContactsToUserType.php';
  869.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/DocumentBailiff/AbstractDocumentBailiffType.php';
  870.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/DocumentBailiff/CancelType.php';
  871.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/DocumentBailiff/CreationType.php';
  872.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/DocumentBailiff/MessageType.php';
  873.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/DocumentBailiff/ResumeType.php';
  874.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/DocumentBailiff/ServedType.php';
  875.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/DocumentBailiff/SuspendType.php';
  876.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/DocumentWorkflow/AbstractDocumentWorkflowType.php';
  877.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/DocumentWorkflow/CommentType.php';
  878.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/DocumentWorkflow/CorrectionType.php';
  879.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/DocumentWorkflow/CreationType.php';
  880.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/DocumentWorkflow/EditType.php';
  881.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/DocumentWorkflow/FirstValidationType.php';
  882.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/DocumentWorkflow/FullyValidatedType.php';
  883.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/DocumentWorkflow/PartiallyValidatedType.php';
  884.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/DocumentWorkflow/ToCorrectType.php';
  885.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Drive/AbstractDriveType.php';
  886.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Drive/MatchingType.php';
  887.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Drive/SpeechAppErrorType.php';
  888.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Drive/SpeechJobErrorType.php';
  889.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Drive/SpeechType.php';
  890.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Invoice/AbstractInvoiceType.php';
  891.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Invoice/MassDownloadType.php';
  892.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Invoice/ValidationType.php';
  893.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Mail/AbstractMailType.php';
  894.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Mail/StoreAttachmentType.php';
  895.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Mail/StoreEmlType.php';
  896.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Matter/AbstractMatterType.php';
  897.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Matter/ApplyHourlyRateType.php';
  898.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Matter/ChangeMatterManager/ChangeMatterManagerType.php';
  899.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Matter/MatterAddedUser/AbstractMatterAddedUserType.php';
  900.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Matter/MatterAddedUser/ManagerType.php';
  901.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Matter/MatterAddedUser/UserIsManagerType.php';
  902.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Matter/MatterAddedUser/UserType.php';
  903.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/RoundUpTimes/FinishedContactType.php';
  904.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/RoundUpTimes/FinishedMatterType.php';
  905.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/RoundUpTimes/FinishedReportingType.php';
  906.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Task/AbstractTaskType.php';
  907.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Task/AssignType.php';
  908.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Task/ChangeStatusType.php';
  909.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Task/DeadlineType.php';
  910.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/Task/ReminderType.php';
  911.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/User/AbstractUserType.php';
  912.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/Type/User/ChangeBillingUserType.php';
  913.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/NotificationSender.php';
  914.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/NotificationBuilder.php';
  915.             include_once \dirname(__DIR__4).'/src/AppBundle/Portal/ContactPortalAccess.php';
  916.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/ObjectRepository.php';
  917.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  918.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  919.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  920.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
  921.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  922.             include_once \dirname(__DIR__4).'/src/AppBundle/Repository/UserRepository.php';
  923.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  924.             include_once \dirname(__DIR__4).'/src/AppBundle/Serializer/FormErrorNormalizer.php';
  925.             include_once \dirname(__DIR__4).'/src/AppBundle/Service/AccountGlobalData.php';
  926.             include_once \dirname(__DIR__4).'/src/AppBundle/Service/AbstractJarvisDrive.php';
  927.             include_once \dirname(__DIR__4).'/src/AppBundle/Service/JarvisDrive.php';
  928.             include_once \dirname(__DIR__4).'/src/AppBundle/Service/Security/WhiteListManager.php';
  929.             include_once \dirname(__DIR__4).'/src/AppBundle/Util/PasswordGenerator.php';
  930.             include_once \dirname(__DIR__4).'/src/AppBundle/WebSocket/WebSocketPusherInterface.php';
  931.             include_once \dirname(__DIR__4).'/src/AppBundle/WebSocket/WebSocketPusher.php';
  932.             include_once \dirname(__DIR__4).'/src/AppBundle/WebSocket/WebSocketRedisTokenManager.php';
  933.             include_once \dirname(__DIR__4).'/src/CommonBundle/EventListener/CsrfProtectedListener.php';
  934.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  935.             include_once \dirname(__DIR__4).'/src/CommonBundle/EventListener/DomainEventsCollector.php';
  936.             include_once \dirname(__DIR__4).'/src/CommonBundle/EventListener/ForgottenDomainEventsListener.php';
  937.             include_once \dirname(__DIR__4).'/src/DocumentBundle/DataCollector/DocumentDataCollector.php';
  938.             include_once \dirname(__DIR__4).'/src/Core/EventListener/LocaleListener.php';
  939.             include_once \dirname(__DIR__4).'/src/Core/EventListener/Security/AppDevEventListener.php';
  940.             include_once \dirname(__DIR__4).'/src/Core/EventSubscriber/CsrfCookieSubscriber.php';
  941.             include_once \dirname(__DIR__4).'/src/Core/FeatureFlag/FeatureFlagListener.php';
  942.             include_once \dirname(__DIR__4).'/src/Core/FeatureFlag/FeatureFlagRepository.php';
  943.             include_once \dirname(__DIR__4).'/src/Core/Language/LanguageTrait.php';
  944.             include_once \dirname(__DIR__4).'/src/Core/Language/BetaLanguageListener.php';
  945.             include_once \dirname(__DIR__4).'/src/Core/Twig/JavascriptVariables.php';
  946.             include_once \dirname(__DIR__4).'/src/Drive/Sharepoint/Listener/SharepointAuthListener.php';
  947.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  948.             include_once \dirname(__DIR__4).'/src/Mail/Normalizer/MessageNormalizer.php';
  949.             include_once \dirname(__DIR__4).'/src/Security/UserStatusAuthListener.php';
  950.             include_once \dirname(__DIR__4).'/src/Core/DataTable/DataTable.php';
  951.             include_once \dirname(__DIR__4).'/src/Task/TaskTemplateDataTable.php';
  952.             include_once \dirname(__DIR__4).'/src/Wam/EventSubscriber/PasswordResettingSubscriber.php';
  953.             include_once \dirname(__DIR__4).'/src/Wam/EventSubscriber/WamLoginRedirectSubscriber.php';
  954.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  955.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  956.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  957.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/ConsoleCommandProcessor.php';
  958.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/TagProcessor.php';
  959.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php';
  960.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php';
  961.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.php';
  962.             include_once \dirname(__DIR__4).'/src/Dev/DataCollector/DevDataCollector.php';
  963.             include_once \dirname(__DIR__4).'/src/Backoffice/Invoice/InvoiceDataTable.php';
  964.             include_once \dirname(__DIR__4).'/src/Backoffice/Lawfirm/LawFirmDataTable.php';
  965.             include_once \dirname(__DIR__4).'/src/Backoffice/Matter/MatterDataTable.php';
  966.             include_once \dirname(__DIR__4).'/src/Backoffice/Matter/MatterInvoicesDataTable.php';
  967.             include_once \dirname(__DIR__4).'/src/LawFirm/DataTable/Invoice/InvoiceDataTableTrait.php';
  968.             include_once \dirname(__DIR__4).'/src/LawFirm/DataTable/Invoice/AllInvoiceDataTable.php';
  969.             include_once \dirname(__DIR__4).'/src/LawFirm/DataTable/Invoice/CanceledInvoiceDataTable.php';
  970.             include_once \dirname(__DIR__4).'/src/LawFirm/DataTable/Invoice/DraftInvoiceDataTable.php';
  971.             include_once \dirname(__DIR__4).'/src/LawFirm/DataTable/Invoice/PayedInvoiceDataTable.php';
  972.             include_once \dirname(__DIR__4).'/src/LawFirm/DataTable/Invoice/ValidatedInvoiceDataTable.php';
  973.             include_once \dirname(__DIR__4).'/src/LawFirm/DataTable/Invoice/WaitingInvoiceDataTable.php';
  974.             include_once \dirname(__DIR__4).'/src/LawFirm/DataTable/Settings/ContactQualityDataTable.php';
  975.             include_once \dirname(__DIR__4).'/src/LawFirm/DataTable/Settings/ContactTitleDataTable.php';
  976.             include_once \dirname(__DIR__4).'/src/LawFirm/DataTable/Settings/PartyDataTable.php';
  977.             include_once \dirname(__DIR__4).'/src/LawFirm/DataTable/Settings/PracticeAreaDataTable.php';
  978.             include_once \dirname(__DIR__4).'/src/LawFirm/DataTable/Settings/RelationShipDataTable.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  983.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  984.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  985.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  986.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  987.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  988.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  989.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  990.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  991.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  992.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  993.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  994.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  995.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  996.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  997.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  998.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  999.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1067.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1068.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1069.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1070.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1071.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1072.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1073.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1074.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1075.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  1076.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  1077.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  1078.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  1079.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  1080.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  1081.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  1082.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php';
  1083.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  1084.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  1085.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  1086.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  1087.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  1088.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  1089.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  1090.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  1091.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  1092.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  1093.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  1094.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  1095.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  1096.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  1097.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisAdapter.php';
  1098.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  1099.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  1100.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  1101.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  1102.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  1103.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  1104.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  1105.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  1106.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  1107.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  1108.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  1109.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Validator/Initializer.php';
  1110.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  1111.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  1112.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  1113.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  1114.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  1115.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  1116.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  1117.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  1118.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  1119.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  1120.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  1121.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  1122.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  1123.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  1124.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  1125.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  1126.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  1127.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  1128.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  1129.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  1130.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  1131.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  1132.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  1133.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  1134.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  1135.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  1136.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  1137.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  1138.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  1139.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  1140.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  1141.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  1142.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  1143.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  1144.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  1145.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  1146.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  1147.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallConfig.php';
  1148.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Utils/RequestDataReader.php';
  1149.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/TwoFactorFormListener.php';
  1150.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
  1151.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  1152.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php';
  1153.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  1154.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  1155.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  1156.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  1157.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  1158.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php';
  1159.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  1160.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  1161.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  1162.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  1163.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php';
  1164.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php';
  1165.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/FingersCrossed/HttpCodeActivationStrategy.php';
  1166.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  1167.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  1168.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  1169.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  1170.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  1171.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/ConnectionRegistry.php';
  1172.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/ManagerRegistry.php';
  1173.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/AbstractManagerRegistry.php';
  1174.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  1175.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  1176.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  1177.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  1178.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  1179.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  1180.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  1181.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  1182.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  1183.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  1184.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  1185.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  1186.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  1187.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  1188.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  1189.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Mapping/Driver/MappingDriver.php';
  1190.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  1191.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Mapping/Driver/ColocatedMappingDriver.php';
  1192.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1193.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Mapping/Driver/FileDriver.php';
  1194.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  1195.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  1196.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  1197.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  1198.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  1199.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  1200.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  1201.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  1202.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  1203.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  1204.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  1205.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  1206.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  1207.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  1208.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  1209.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  1210.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  1211.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php';
  1212.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ViewResponseListener.php';
  1213.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  1214.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  1215.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  1216.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  1217.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  1218.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  1219.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  1220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  1221.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  1222.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
  1223.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
  1224.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
  1225.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
  1226.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  1227.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  1228.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGeneratorInterface.php';
  1229.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGenerator.php';
  1230.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/PasswordUpdaterInterface.php';
  1231.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/HashingPasswordUpdater.php';
  1232.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalFieldsUpdater.php';
  1233.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalizerInterface.php';
  1234.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/Canonicalizer.php';
  1235.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  1236.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  1237.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  1238.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  1239.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  1240.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  1241.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  1242.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  1243.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  1244.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  1245.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  1246.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  1247.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  1248.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  1249.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  1250.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  1251.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  1252.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  1253.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  1254.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  1255.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  1256.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  1257.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  1258.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  1259.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  1260.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  1261.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  1262.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  1263.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  1264.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemAdapter.php';
  1265.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Local/LocalFilesystemAdapter.php';
  1266.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  1267.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  1268.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  1269.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Filesystem.php';
  1270.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/Logger/RedisLogger.php';
  1271.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/ClientInterface.php';
  1272.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Client.php';
  1273.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Connection/ParametersInterface.php';
  1274.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Connection/Parameters.php';
  1275.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/Factory/PredisParametersFactory.php';
  1276.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Configuration/OptionsInterface.php';
  1277.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Configuration/Options.php';
  1278.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Profile/ProfileInterface.php';
  1279.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Profile/RedisProfile.php';
  1280.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Profile/RedisVersion320.php';
  1281.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Connection/FactoryInterface.php';
  1282.             include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Connection/Factory.php';
  1283.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/Client/Predis/Connection/ConnectionFactory.php';
  1284.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  1285.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  1286.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LoggerListener.php';
  1287.             include_once \dirname(__DIR__4).'/vendor/craue/formflow-bundle/Util/FormFlowUtil.php';
  1288.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  1289.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/FlysystemV2Resolver.php';
  1290.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  1291.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  1292.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  1293.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  1294.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  1295.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  1296.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerTrait.php';
  1297.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/AbstractLogger.php';
  1298.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  1299.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  1300.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  1301.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  1302.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  1303.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  1304.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  1305.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  1306.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  1307.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  1308.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  1309.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  1310.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  1311.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  1312.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  1313.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IgnoreErrorsIntegration.php';
  1314.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  1315.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  1316.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  1317.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
  1318.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
  1319.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  1320.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
  1321.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
  1322.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  1323.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  1324.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  1325.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  1326.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  1327.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/AuthenticationTrustResolver.php';
  1328.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  1329.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
  1330.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
  1331.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.php';
  1332.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  1333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  1334.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  1335.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  1336.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  1337.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  1338.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  1339.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  1340.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  1341.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  1342.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  1343.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  1344.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  1345.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  1346.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  1347.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  1348.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  1349.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  1350.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  1351.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  1352.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Mapping/Driver/FileLocator.php';
  1353.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Mapping/Driver/SymfonyFileLocator.php';
  1354.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  1355.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  1356.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  1357.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  1358.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  1359.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1360.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  1361.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1362.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  1363.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  1364.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  1365.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  1366.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  1367.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  1368.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  1369.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
  1370.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Model/UserManagerInterface.php';
  1371.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Model/UserManager.php';
  1372.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Doctrine/UserManager.php';
  1373.             include_once \dirname(__DIR__4).'/src/CommonBundle/DomainEventsCollectorTrait.php';
  1374.             include_once \dirname(__DIR__4).'/src/AppBundle/Manager/UserManager.php';
  1375.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  1376.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  1377.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  1378.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/SerializerInterface.php';
  1379.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  1380.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Serializer.php';
  1381.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  1382.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  1383.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  1384.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  1385.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  1386.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  1387.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  1388.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  1389.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  1390.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  1391.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  1392.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  1393.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  1394.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  1395.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  1396.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  1397.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  1398.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1399.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1400.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  1401.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  1402.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  1403.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  1404.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  1405.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  1406.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  1407.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1408.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1409.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1410.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1411.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1412.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1413.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1414.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1415.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  1416.             include_once \dirname(__DIR__4).'/src/CRMBundle/Serializer/Normalizer/ContactNormalizer.php';
  1417.             include_once \dirname(__DIR__4).'/src/CRMBundle/Serializer/Normalizer/OrganizationNormalizer.php';
  1418.             include_once \dirname(__DIR__4).'/src/CRMBundle/Serializer/Normalizer/PersonNormalizer.php';
  1419.             include_once \dirname(__DIR__4).'/src/AppBundle/Serializer/Filter/AbstractFilterDataNormalizer.php';
  1420.             include_once \dirname(__DIR__4).'/src/AppBundle/Serializer/Filter/Reporting/ActivitiesReportingFilterDataNormalizer.php';
  1421.             include_once \dirname(__DIR__4).'/src/AppBundle/Serializer/Filter/Reporting/BillingUsersReportingFilterDataNormalizer.php';
  1422.             include_once \dirname(__DIR__4).'/src/AppBundle/Serializer/Filter/Reporting/InvoicesReportingFilterDataNormalizer.php';
  1423.             include_once \dirname(__DIR__4).'/src/AppBundle/Serializer/Filter/Reporting/PaymentsReportingFilterDataNormalizer.php';
  1424.             include_once \dirname(__DIR__4).'/src/AppBundle/Serializer/LawFirmSubscriptionsDataTableNormalizer.php';
  1425.             include_once \dirname(__DIR__4).'/src/AppBundle/Serializer/MatterDataTableNormalizer.php';
  1426.             include_once \dirname(__DIR__4).'/src/AppBundle/Serializer/ModuleNormalizer.php';
  1427.             include_once \dirname(__DIR__4).'/src/AppBundle/Serializer/NotificationNormalizer.php';
  1428.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/NotificationTranslator.php';
  1429.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/ParametersProvider/ParametersProviderInterface.php';
  1430.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/ParametersProvider/AbstractParametersProvider.php';
  1431.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/ParametersProvider/CalendarParametersProvider.php';
  1432.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/ParametersProvider/ContactParametersProvider.php';
  1433.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/ParametersProvider/DocumentBailiffBailiffParametersProvider.php';
  1434.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/ParametersProvider/DocumentBailiffParametersProvider.php';
  1435.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/ParametersProvider/DocumentWorkflowHistoryCommentParametersProvider.php';
  1436.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/ParametersProvider/DocumentWorkflowParametersProvider.php';
  1437.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/ParametersProvider/DocumentWorkflowStepParametersProvider.php';
  1438.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/ParametersProvider/MatterParametersProvider.php';
  1439.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/ParametersProvider/TaskParametersProvider.php';
  1440.             include_once \dirname(__DIR__4).'/src/AppBundle/Notification/ParametersProvider/UserParametersProvider.php';
  1441.             include_once \dirname(__DIR__4).'/src/AppBundle/Serializer/TaskFilterDataNormalizer.php';
  1442.             include_once \dirname(__DIR__4).'/src/BillingBundle/Serializer/DataTableResponseNormalizer.php';
  1443.             include_once \dirname(__DIR__4).'/src/BillingBundle/Serializer/Filter/BillableClientsFilterDataNormalizer.php';
  1444.             include_once \dirname(__DIR__4).'/src/BillingBundle/Serializer/Filter/InvoiceFilterDataNormalizer.php';
  1445.             include_once \dirname(__DIR__4).'/src/BillingBundle/Serializer/Filter/PaymentFilterDataNormalizer.php';
  1446.             include_once \dirname(__DIR__4).'/src/BillingBundle/Serializer/InvoiceDataTableNormalizer.php';
  1447.             include_once \dirname(__DIR__4).'/src/BillingBundle/Serializer/InvoiceReportingDataTableNormalizer.php';
  1448.             include_once \dirname(__DIR__4).'/src/BillingBundle/Serializer/PaymentDataTableNormalizer.php';
  1449.             include_once \dirname(__DIR__4).'/src/CalendarBundle/Serializer/Normalizer/CalendarEventNormalizer.php';
  1450.             include_once \dirname(__DIR__4).'/src/CalendarBundle/Serializer/Normalizer/CalendarNormalizer.php';
  1451.             include_once \dirname(__DIR__4).'/src/CommonBundle/Serializer/Tree/NodeNormalizer.php';
  1452.             include_once \dirname(__DIR__4).'/src/CommonBundle/Serializer/Tree/TreeNormalizer.php';
  1453.             include_once \dirname(__DIR__4).'/src/CRMBundle/Serializer/ContactDataTableNormalizer.php';
  1454.             include_once \dirname(__DIR__4).'/src/DriveBundle/Serializer/NextcloudItemNormalizer.php';
  1455.             include_once \dirname(__DIR__4).'/src/Calendar/Provider/Normalizer/NormalizerTrait.php';
  1456.             include_once \dirname(__DIR__4).'/src/Calendar/Provider/Normalizer/FullCalendarNormalizer.php';
  1457.             include_once \dirname(__DIR__4).'/src/Calendar/Provider/Normalizer/ProviderNormalizerTrait.php';
  1458.             include_once \dirname(__DIR__4).'/src/Calendar/Provider/Nylas/V3/EventNormalizer.php';
  1459.             include_once \dirname(__DIR__4).'/src/Delivract/Serializer/DocumentBailiffNormalizer.php';
  1460.             include_once \dirname(__DIR__4).'/src/Delivract/Serializer/Filter/DocumentBailiffFilterDataNormalizer.php';
  1461.             include_once \dirname(__DIR__4).'/src/DocumentWorkflow/Serializer/DocumentWorkflowNormalizer.php';
  1462.             include_once \dirname(__DIR__4).'/src/DocumentWorkflow/Serializer/Filter/DocumentWorkflowFilterDataNormalizer.php';
  1463.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1464.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1465.             include_once \dirname(__DIR__4).'/src/Drive/Providers/Sharepoint/CollectionDriveItemsNormalizer.php';
  1466.             include_once \dirname(__DIR__4).'/src/Drive/Providers/Sharepoint/DriveItemSharepointNormalizer.php';
  1467.             include_once \dirname(__DIR__4).'/src/Drive/Sharepoint/Normalizer/CollectionNormalizer.php';
  1468.             include_once \dirname(__DIR__4).'/src/Drive/Sharepoint/Normalizer/ItemNormalizer.php';
  1469.             include_once \dirname(__DIR__4).'/src/Drive/Sharepoint/Normalizer/PermissionNormalizer.php';
  1470.             include_once \dirname(__DIR__4).'/src/Drive/Sharepoint/Normalizer/PermissionsNormalizer.php';
  1471.             include_once \dirname(__DIR__4).'/src/ESignature/DataTable/SignatureRequestDataTable.php';
  1472.             include_once \dirname(__DIR__4).'/src/Outlook/Normalizer/ConstraintViolationListNormalizer.php';
  1473.             include_once \dirname(__DIR__4).'/src/Backoffice/Serializer/LawFirmSubscriptionsDataTableNormalizer.php';
  1474.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  1475.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  1476.             include_once \dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Serializer/Normalizer/PagerfantaNormalizer.php';
  1477.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php';
  1478.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FlattenExceptionNormalizer.php';
  1479.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  1480.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1481.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  1482.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1483.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1484.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  1485.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  1486.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1487.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1488.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1489.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  1490.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1491.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1492.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1493.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1494.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1495.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1496.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1497.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1498.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1499.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1500.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1501.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1502.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1503.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1504.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1505.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1506.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1507.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1508.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1509.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1510.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1511.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1512.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1513.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1514.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1515.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1516.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1517.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1518.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  1519.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  1520.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1521.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  1522.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/DataCollector/DataCollectorSymfonyCompatibilityTrait.php';
  1523.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/DataCollector/RedisDataCollector.php';
  1524.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
  1525.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1526.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1527.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1528.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1529.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1530.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  1531.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  1532.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1533.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1534.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1535.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1536.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1537.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1538.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1539.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1540.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1541.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  1542.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  1543.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1544.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1545.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1546.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1547.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1548.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1549.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1550.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1551.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1552.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  1553.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  1554.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  1555.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  1556.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1557.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1558.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1559.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1560.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1561.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1562.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1563.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1564.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  1565.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  1566.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  1567.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  1568.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1569.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1570.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1571.             include_once \dirname(__DIR__4).'/src/AppBundle/Twig/BusinessAlertsTimelineExtension.php';
  1572.             include_once \dirname(__DIR__4).'/src/AppBundle/Twig/ContactSortExtension.php';
  1573.             include_once \dirname(__DIR__4).'/src/AppBundle/Twig/DriveConvertExtension.php';
  1574.             include_once \dirname(__DIR__4).'/src/AppBundle/Twig/HidePartiallyTextExtension.php';
  1575.             include_once \dirname(__DIR__4).'/src/AppBundle/Twig/OnlyofficeExtension.php';
  1576.             include_once \dirname(__DIR__4).'/src/AppBundle/Twig/ProxyExtension.php';
  1577.             include_once \dirname(__DIR__4).'/src/AppBundle/Twig/SerializerExtension.php';
  1578.             include_once \dirname(__DIR__4).'/src/AppBundle/Twig/TaskExtension.php';
  1579.             include_once \dirname(__DIR__4).'/src/AppBundle/Twig/TimeFormatterExtension.php';
  1580.             include_once \dirname(__DIR__4).'/src/AppBundle/Twig/TimezoneExtension.php';
  1581.             include_once \dirname(__DIR__4).'/src/AppBundle/Twig/WebSocketTokenExtension.php';
  1582.             include_once \dirname(__DIR__4).'/src/CommonBundle/Twig/ChipExtension.php';
  1583.             include_once \dirname(__DIR__4).'/src/CommonBundle/Twig/JarvisCommonExtension.php';
  1584.             include_once \dirname(__DIR__4).'/src/CRMBundle/Twig/ActivityTimelineExtension.php';
  1585.             include_once \dirname(__DIR__4).'/src/CRMBundle/Twig/AvatarExtension.php';
  1586.             include_once \dirname(__DIR__4).'/src/Core/FeatureFlag/FeatureFlagExtension.php';
  1587.             include_once \dirname(__DIR__4).'/src/Core/Language/LanguageTwigExtension.php';
  1588.             include_once \dirname(__DIR__4).'/src/Core/Twig/ColorTextDetectionExtension.php';
  1589.             include_once \dirname(__DIR__4).'/src/Core/Twig/LayoutExtension.php';
  1590.             include_once \dirname(__DIR__4).'/src/Core/Twig/StringExtension.php';
  1591.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
  1592.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
  1593.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  1594.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1595.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1596.             include_once \dirname(__DIR__4).'/vendor/craue/formflow-bundle/Twig/Extension/FormFlowExtension.php';
  1597.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  1598.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  1599.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  1600.             include_once \dirname(__DIR__4).'/vendor/apy/datagrid-bundle/Twig/DataGridExtension.php';
  1601.             include_once \dirname(__DIR__4).'/vendor/sg/datatablesbundle/Twig/DatatableTwigExtension.php';
  1602.             include_once \dirname(__DIR__4).'/vendor/pagerfanta/pagerfanta/lib/Twig/Extension/PagerfantaExtension.php';
  1603.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
  1604.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1605.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1606.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1607.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1608.             include_once \dirname(__DIR__4).'/src/Twig/LayoutParameters.php';
  1609.             include_once \dirname(__DIR__4).'/src/CommonBundle/Enum/AbstractEnum.php';
  1610.             include_once \dirname(__DIR__4).'/src/UserRegistration/LawFirmSubscriptionPlanEnum.php';
  1611.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1612.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1613.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1614.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1615.         };
  1616.     }
  1617.     public function compile(): void
  1618.     {
  1619.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1620.     }
  1621.     public function isCompiled(): bool
  1622.     {
  1623.         return true;
  1624.     }
  1625.     public function getRemovedIds(): array
  1626.     {
  1627.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1628.     }
  1629.     protected function load($file$lazyLoad true)
  1630.     {
  1631.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1632.             return $class::do($this$lazyLoad);
  1633.         }
  1634.         if ('.' === $file[-4]) {
  1635.             $class substr($class0, -4);
  1636.         } else {
  1637.             $file .= '.php';
  1638.         }
  1639.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1640.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1641.     }
  1642.     protected function createProxy($class\Closure $factory)
  1643.     {
  1644.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1645.         return $factory();
  1646.     }
  1647.     /**
  1648.      * Gets the public '.container.private.profiler' shared service.
  1649.      *
  1650.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1651.      */
  1652.     protected function get_Container_Private_ProfilerService()
  1653.     {
  1654.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1655.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1656.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1657.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] ?? ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] = new \Symfony\Bridge\Monolog\Processor\ConsoleCommandProcessor(truetrue))));
  1658.         $a->pushProcessor(($this->privates['Monolog\\Processor\\TagProcessor'] ?? ($this->privates['Monolog\\Processor\\TagProcessor'] = new \Monolog\Processor\TagProcessor())));
  1659.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1660.         $a->pushHandler(($this->privates['monolog.handler.files'] ?? $this->getMonolog_Handler_FilesService()));
  1661.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1662.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1663.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1664.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1665.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1666.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1667.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1668.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1669.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1670.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1671.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1672.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1673.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1674.         $d->addInstance('cache.sso', ($this->privates['cache.sso'] ?? $this->getCache_SsoService()));
  1675.         $d->addInstance('wam_auth_pool', ($this->privates['wam_auth_pool'] ?? $this->getWamAuthPoolService()));
  1676.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1677.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1678.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1679.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1680.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1681.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1682.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1683.         $f->registerBus('job', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1684.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1685.         if ($this->has('kernel')) {
  1686.             $g->setKernel($b);
  1687.         }
  1688.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1689.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1690.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1691.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1692.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1693.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1694.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1695.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/AppKernelDevDebugContainer'), $c));
  1696.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1697.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1698.         $instance->add($d);
  1699.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1700.         $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));
  1701.         $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())));
  1702.         $instance->add($e);
  1703.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  1704.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1705.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1706.         $instance->add($f);
  1707.         $instance->add(($this->privates['AppBundle\\DataCollector\\NotificationDataCollector'] ?? $this->getNotificationDataCollectorService()));
  1708.         $instance->add(($this->privates['DocumentBundle\\DataCollector\\DocumentDataCollector'] ?? ($this->privates['DocumentBundle\\DataCollector\\DocumentDataCollector'] = new \DocumentBundle\DataCollector\DocumentDataCollector())));
  1709.         $instance->add(($this->privates['App\\Dev\\DataCollector\\DevDataCollector'] ?? $this->getDevDataCollectorService()));
  1710.         $instance->add(new \JMS\SerializerBundle\Debug\DataCollector('default', ['FOS\\UserBundle' => (\dirname(__DIR__4).'/app/Resources/FOSUserBundle/serializer')], ($this->privates['jms_serializer.event_dispatcher'] ?? $this->getJmsSerializer_EventDispatcherService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), ($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? $this->getJmsSerializer_Metadata_TraceableFileLocatorService()), ($this->privates['jms_serializer.traceable_runs_listener'] ?? ($this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener()))));
  1711.         $instance->add(new \Snc\RedisBundle\DataCollector\RedisDataCollector(($this->privates['snc_redis.logger'] ?? $this->getSncRedis_LoggerService())));
  1712.         $instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
  1713.         $instance->add(($this->privates['gos_web_socket.data_collector.websocket'] ?? $this->load('getGosWebSocket_DataCollector_WebsocketService')));
  1714.         $instance->add($g);
  1715.         return $instance;
  1716.     }
  1717.     /**
  1718.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1719.      *
  1720.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1721.      */
  1722.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1723.     {
  1724.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1725.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1726.             return $this->services['.container.private.security.authorization_checker'];
  1727.         }
  1728.         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);
  1729.     }
  1730.     /**
  1731.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1732.      *
  1733.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1734.      */
  1735.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1736.     {
  1737.         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())));
  1738.     }
  1739.     /**
  1740.      * Gets the public '.container.private.security.token_storage' shared service.
  1741.      *
  1742.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1743.      */
  1744.     protected function get_Container_Private_Security_TokenStorageService()
  1745.     {
  1746.         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, [
  1747.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1748.         ], [
  1749.             'request_stack' => '?',
  1750.         ]));
  1751.     }
  1752.     /**
  1753.      * Gets the public '.container.private.serializer' shared service.
  1754.      *
  1755.      * @return \Symfony\Component\Serializer\Serializer
  1756.      */
  1757.     protected function get_Container_Private_SerializerService()
  1758.     {
  1759.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1760.         if (isset($this->services['.container.private.serializer'])) {
  1761.             return $this->services['.container.private.serializer'];
  1762.         }
  1763.         $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1764.         if (isset($this->services['.container.private.serializer'])) {
  1765.             return $this->services['.container.private.serializer'];
  1766.         }
  1767.         $c = ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService());
  1768.         if (isset($this->services['.container.private.serializer'])) {
  1769.             return $this->services['.container.private.serializer'];
  1770.         }
  1771.         $d = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1772.         if (isset($this->services['.container.private.serializer'])) {
  1773.             return $this->services['.container.private.serializer'];
  1774.         }
  1775.         $e = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1776.         if (isset($this->services['.container.private.serializer'])) {
  1777.             return $this->services['.container.private.serializer'];
  1778.         }
  1779.         $f = ($this->privates['App\\Task\\TaskTemplateDataTable'] ?? $this->getTaskTemplateDataTableService());
  1780.         if (isset($this->services['.container.private.serializer'])) {
  1781.             return $this->services['.container.private.serializer'];
  1782.         }
  1783.         $g = ($this->privates['App\\Backoffice\\Invoice\\InvoiceDataTable'] ?? $this->getInvoiceDataTableService());
  1784.         if (isset($this->services['.container.private.serializer'])) {
  1785.             return $this->services['.container.private.serializer'];
  1786.         }
  1787.         $h = ($this->privates['App\\Backoffice\\Lawfirm\\LawFirmDataTable'] ?? $this->getLawFirmDataTableService());
  1788.         if (isset($this->services['.container.private.serializer'])) {
  1789.             return $this->services['.container.private.serializer'];
  1790.         }
  1791.         $i = ($this->privates['App\\Backoffice\\Matter\\MatterDataTable'] ?? $this->getMatterDataTableService());
  1792.         if (isset($this->services['.container.private.serializer'])) {
  1793.             return $this->services['.container.private.serializer'];
  1794.         }
  1795.         $j = ($this->privates['App\\Backoffice\\Matter\\MatterInvoicesDataTable'] ?? $this->getMatterInvoicesDataTableService());
  1796.         if (isset($this->services['.container.private.serializer'])) {
  1797.             return $this->services['.container.private.serializer'];
  1798.         }
  1799.         $k = ($this->privates['App\\LawFirm\\DataTable\\Invoice\\AllInvoiceDataTable'] ?? $this->getAllInvoiceDataTableService());
  1800.         if (isset($this->services['.container.private.serializer'])) {
  1801.             return $this->services['.container.private.serializer'];
  1802.         }
  1803.         $l = ($this->privates['App\\LawFirm\\DataTable\\Invoice\\CanceledInvoiceDataTable'] ?? $this->getCanceledInvoiceDataTableService());
  1804.         if (isset($this->services['.container.private.serializer'])) {
  1805.             return $this->services['.container.private.serializer'];
  1806.         }
  1807.         $m = ($this->privates['App\\LawFirm\\DataTable\\Invoice\\DraftInvoiceDataTable'] ?? $this->getDraftInvoiceDataTableService());
  1808.         if (isset($this->services['.container.private.serializer'])) {
  1809.             return $this->services['.container.private.serializer'];
  1810.         }
  1811.         $n = ($this->privates['App\\LawFirm\\DataTable\\Invoice\\PayedInvoiceDataTable'] ?? $this->getPayedInvoiceDataTableService());
  1812.         if (isset($this->services['.container.private.serializer'])) {
  1813.             return $this->services['.container.private.serializer'];
  1814.         }
  1815.         $o = ($this->privates['App\\LawFirm\\DataTable\\Invoice\\ValidatedInvoiceDataTable'] ?? $this->getValidatedInvoiceDataTableService());
  1816.         if (isset($this->services['.container.private.serializer'])) {
  1817.             return $this->services['.container.private.serializer'];
  1818.         }
  1819.         $p = ($this->privates['App\\LawFirm\\DataTable\\Invoice\\WaitingInvoiceDataTable'] ?? $this->getWaitingInvoiceDataTableService());
  1820.         if (isset($this->services['.container.private.serializer'])) {
  1821.             return $this->services['.container.private.serializer'];
  1822.         }
  1823.         $q = ($this->privates['App\\LawFirm\\DataTable\\Settings\\ContactQualityDataTable'] ?? $this->getContactQualityDataTableService());
  1824.         if (isset($this->services['.container.private.serializer'])) {
  1825.             return $this->services['.container.private.serializer'];
  1826.         }
  1827.         $r = ($this->privates['App\\LawFirm\\DataTable\\Settings\\ContactTitleDataTable'] ?? $this->getContactTitleDataTableService());
  1828.         if (isset($this->services['.container.private.serializer'])) {
  1829.             return $this->services['.container.private.serializer'];
  1830.         }
  1831.         $s = ($this->privates['App\\LawFirm\\DataTable\\Settings\\PartyDataTable'] ?? $this->getPartyDataTableService());
  1832.         if (isset($this->services['.container.private.serializer'])) {
  1833.             return $this->services['.container.private.serializer'];
  1834.         }
  1835.         $t = ($this->privates['App\\LawFirm\\DataTable\\Settings\\PracticeAreaDataTable'] ?? $this->getPracticeAreaDataTableService());
  1836.         if (isset($this->services['.container.private.serializer'])) {
  1837.             return $this->services['.container.private.serializer'];
  1838.         }
  1839.         $u = ($this->privates['App\\LawFirm\\DataTable\\Settings\\RelationShipDataTable'] ?? $this->getRelationShipDataTableService());
  1840.         if (isset($this->services['.container.private.serializer'])) {
  1841.             return $this->services['.container.private.serializer'];
  1842.         }
  1843.         $v = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1844.         $w = ($this->privates['serializer.normalizer.object'] ?? $this->getSerializer_Normalizer_ObjectService());
  1845.         $x = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1846.         $y = ($this->privates['serializer.name_converter.camel_case_to_snake_case'] ?? ($this->privates['serializer.name_converter.camel_case_to_snake_case'] = new \Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter()));
  1847.         $z = ($this->services['translator'] ?? $this->getTranslatorService());
  1848.         $aa = ($this->services['router'] ?? $this->getRouterService());
  1849.         $ba = ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService());
  1850.         $ca = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1851.         $da = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1852.         $ea = ($this->privates['serializer.mapping.class_discriminator_resolver'] ?? $this->getSerializer_Mapping_ClassDiscriminatorResolverService());
  1853.         $fa = new \App\Drive\Sharepoint\Normalizer\ItemNormalizer($w);
  1854.         $ga = new \App\Drive\Sharepoint\Normalizer\PermissionNormalizer($w);
  1855.         $ha = new \App\Backoffice\Serializer\LawFirmSubscriptionsDataTableNormalizer($w$z);
  1856.         $ha->setDateFormat('d/m/Y');
  1857.         $ia = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1858.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($v), => new \CRMBundle\Serializer\Normalizer\OrganizationNormalizer($w$x), => new \CRMBundle\Serializer\Normalizer\PersonNormalizer($w$x), => new \AppBundle\Serializer\Filter\Reporting\ActivitiesReportingFilterDataNormalizer($w$v$y$a$x$b), => new \AppBundle\Serializer\Filter\Reporting\BillingUsersReportingFilterDataNormalizer($w$v$y$a$x$b), => new \AppBundle\Serializer\Filter\Reporting\InvoicesReportingFilterDataNormalizer($w$v$y$a$x$b), => new \AppBundle\Serializer\Filter\Reporting\PaymentsReportingFilterDataNormalizer($w$v$y$a$x$b), => ($this->privates['AppBundle\\Serializer\\FormErrorNormalizer'] ?? ($this->privates['AppBundle\\Serializer\\FormErrorNormalizer'] = new \AppBundle\Serializer\FormErrorNormalizer())), => new \AppBundle\Serializer\LawFirmSubscriptionsDataTableNormalizer('d/m/Y'), => new \AppBundle\Serializer\MatterDataTableNormalizer($w$z$aa$ba), 10 => new \AppBundle\Serializer\ModuleNormalizer($w$z), 11 => new \AppBundle\Serializer\NotificationNormalizer(new \AppBundle\Notification\NotificationTranslator([=> new \AppBundle\Notification\ParametersProvider\CalendarParametersProvider($a), => new \AppBundle\Notification\ParametersProvider\ContactParametersProvider($a), => new \AppBundle\Notification\ParametersProvider\DocumentBailiffBailiffParametersProvider($a), => new \AppBundle\Notification\ParametersProvider\DocumentBailiffParametersProvider($a), => new \AppBundle\Notification\ParametersProvider\DocumentWorkflowHistoryCommentParametersProvider($a), => new \AppBundle\Notification\ParametersProvider\DocumentWorkflowParametersProvider($a), => new \AppBundle\Notification\ParametersProvider\DocumentWorkflowStepParametersProvider($a), => new \AppBundle\Notification\ParametersProvider\MatterParametersProvider($a), => new \AppBundle\Notification\ParametersProvider\TaskParametersProvider($z$a), => new \AppBundle\Notification\ParametersProvider\UserParametersProvider($a)], $z), $aa), 12 => new \AppBundle\Serializer\TaskFilterDataNormalizer($a$w$x), 13 => new \BillingBundle\Serializer\DataTableResponseNormalizer($w), 14 => new \BillingBundle\Serializer\Filter\BillableClientsFilterDataNormalizer($w$v$y$a$x$b), 15 => new \BillingBundle\Serializer\Filter\InvoiceFilterDataNormalizer($w$v$y$a$x$b), 16 => new \BillingBundle\Serializer\Filter\PaymentFilterDataNormalizer($w$v$y$a$x$b), 17 => new \BillingBundle\Serializer\InvoiceDataTableNormalizer($w$z$aa$ba'd/m/Y', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b), 18 => new \BillingBundle\Serializer\InvoiceReportingDataTableNormalizer($w$z'd/m/Y'), 19 => new \BillingBundle\Serializer\PaymentDataTableNormalizer($w$z$aa$ba'd/m/Y'), 20 => new \CalendarBundle\Serializer\Normalizer\CalendarEventNormalizer($w$a$x, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), 21 => new \CalendarBundle\Serializer\Normalizer\CalendarNormalizer($w$x), 22 => new \CommonBundle\Serializer\Tree\NodeNormalizer($w), 23 => new \CommonBundle\Serializer\Tree\TreeNormalizer($w), 24 => new \CRMBundle\Serializer\ContactDataTableNormalizer($w$aa$ba), 25 => new \CRMBundle\Serializer\Normalizer\ContactNormalizer($w$x), 26 => new \DriveBundle\Serializer\NextcloudItemNormalizer($w), 27 => new \App\Calendar\Provider\Normalizer\FullCalendarNormalizer($c$d$aa), 28 => new \App\Calendar\Provider\Nylas\V3\EventNormalizer($a), 29 => new \App\Delivract\Serializer\DocumentBailiffNormalizer($ca$y$v$da$eaNULL, [], $da), 30 => new \App\Delivract\Serializer\Filter\DocumentBailiffFilterDataNormalizer($w$v$y$a$x$b), 31 => new \App\DocumentWorkflow\Serializer\DocumentWorkflowNormalizer($ca$y$v$da$eaNULL, [], $da), 32 => new \App\DocumentWorkflow\Serializer\Filter\DocumentWorkflowFilterDataNormalizer($w$v$y$a$x$b), 33 => new \App\Drive\Providers\Sharepoint\CollectionDriveItemsNormalizer(), 34 => new \App\Drive\Providers\Sharepoint\DriveItemSharepointNormalizer(), 35 => new \App\Drive\Sharepoint\Normalizer\CollectionNormalizer($fa), 36 => $fa37 => $ga38 => new \App\Drive\Sharepoint\Normalizer\PermissionsNormalizer($ga), 39 => new \App\ESignature\DataTable\SignatureRequestDataTable($e$z$a), 40 => ($this->privates['App\\Mail\\Normalizer\\MessageNormalizer'] ?? $this->getMessageNormalizerService()), 41 => new \App\Outlook\Normalizer\ConstraintViolationListNormalizer(), 42 => $f43 => $g44 => $h45 => $i46 => $j47 => $ha48 => $k49 => $l50 => $m51 => $n52 => $o53 => $p54 => $q55 => $r56 => $s57 => $t58 => $u59 => new \BabDev\PagerfantaBundle\Serializer\Normalizer\PagerfantaNormalizer(), 60 => new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), 61 => new \FOS\RestBundle\Serializer\Normalizer\FlattenExceptionNormalizer(($this->privates['fos_rest.exception.codes_map'] ?? ($this->privates['fos_rest.exception.codes_map'] = new \FOS\RestBundle\Util\ExceptionValueMap([]))), ($this->privates['fos_rest.exception.messages_map'] ?? ($this->privates['fos_rest.exception.messages_map'] = new \FOS\RestBundle\Util\ExceptionValueMap([]))), truefalse), 62 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 63 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 64 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 65 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 66 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $ia), 67 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($ca$ia$da$eaNULL, [])), 68 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 69 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 70 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 71 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 72 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 73 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 74 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 75 => $w], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  1859.     }
  1860.     /**
  1861.      * Gets the public '.container.private.state_machine.calendar_synchronization' shared service.
  1862.      *
  1863.      * @return \Symfony\Component\Workflow\StateMachine
  1864.      */
  1865.     protected function get_Container_Private_StateMachine_CalendarSynchronizationService()
  1866.     {
  1867.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1868.         if (isset($this->services['.container.private.state_machine.calendar_synchronization'])) {
  1869.             return $this->services['.container.private.state_machine.calendar_synchronization'];
  1870.         }
  1871.         return $this->services['.container.private.state_machine.calendar_synchronization'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'not_started'=> 'started'=> 'synchronized'=> 'error'], [=> ($this->privates['.state_machine.calendar_synchronization.transition.0'] ?? ($this->privates['.state_machine.calendar_synchronization.transition.0'] = new \Symfony\Component\Workflow\Transition('to_start''not_started''started'))), => ($this->privates['.state_machine.calendar_synchronization.transition.1'] ?? ($this->privates['.state_machine.calendar_synchronization.transition.1'] = new \Symfony\Component\Workflow\Transition('to_synchronized''started''synchronized'))), => ($this->privates['.state_machine.calendar_synchronization.transition.2'] ?? ($this->privates['.state_machine.calendar_synchronization.transition.2'] = new \Symfony\Component\Workflow\Transition('reject''started''error'))), => ($this->privates['.state_machine.calendar_synchronization.transition.3'] ?? ($this->privates['.state_machine.calendar_synchronization.transition.3'] = new \Symfony\Component\Workflow\Transition('re_synchronized''error''synchronized')))], [], ($this->privates['state_machine.calendar_synchronization.metadata_store'] ?? $this->getStateMachine_CalendarSynchronization_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'syncState'), $a'calendar_synchronization'NULL);
  1872.     }
  1873.     /**
  1874.      * Gets the public '.container.private.state_machine.proposal' shared service.
  1875.      *
  1876.      * @return \Symfony\Component\Workflow\StateMachine
  1877.      */
  1878.     protected function get_Container_Private_StateMachine_ProposalService()
  1879.     {
  1880.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1881.         if (isset($this->services['.container.private.state_machine.proposal'])) {
  1882.             return $this->services['.container.private.state_machine.proposal'];
  1883.         }
  1884.         return $this->services['.container.private.state_machine.proposal'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'ongoing'=> 'won'=> 'lost'], [=> ($this->privates['.state_machine.proposal.transition.0'] ?? ($this->privates['.state_machine.proposal.transition.0'] = new \Symfony\Component\Workflow\Transition('win''ongoing''won'))), => ($this->privates['.state_machine.proposal.transition.1'] ?? ($this->privates['.state_machine.proposal.transition.1'] = new \Symfony\Component\Workflow\Transition('lose''ongoing''lost')))], [], ($this->privates['state_machine.proposal.metadata_store'] ?? $this->getStateMachine_Proposal_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'status'), $a'proposal'NULL);
  1885.     }
  1886.     /**
  1887.      * Gets the public '.container.private.twig' shared service.
  1888.      *
  1889.      * @return \Twig\Environment
  1890.      */
  1891.     protected function get_Container_Private_TwigService()
  1892.     {
  1893.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1894.         $a->addPath((\dirname(__DIR__4).'/vendor/pagerfanta/pagerfanta/lib/Twig/templates/'), 'Pagerfanta');
  1895.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1896.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1897.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1898.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  1899.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1900.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1901.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1902.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1903.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/FOSUserBundle'), 'FOSUser');
  1904.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), 'FOSUser');
  1905.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), '!FOSUser');
  1906.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  1907.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  1908.         $a->addPath((\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Resources/views'), 'OldSoundRabbitMq');
  1909.         $a->addPath((\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Resources/views'), '!OldSoundRabbitMq');
  1910.         $a->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/Resources/views'), 'SncRedis');
  1911.         $a->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/Resources/views'), '!SncRedis');
  1912.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), 'BazingaJsTranslation');
  1913.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), '!BazingaJsTranslation');
  1914.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/AppBundle'), 'App');
  1915.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/AppBundle'), '!App');
  1916.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/CommonBundle'), 'Common');
  1917.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/CommonBundle'), '!Common');
  1918.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/DocumentBundle'), 'Document');
  1919.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/DocumentBundle'), '!Document');
  1920.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/DriveBundle'), 'Drive');
  1921.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/DriveBundle'), '!Drive');
  1922.         $a->addPath((\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/views'), 'CraueFormFlow');
  1923.         $a->addPath((\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/views'), '!CraueFormFlow');
  1924.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/BillingBundle'), 'Billing');
  1925.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/BillingBundle'), '!Billing');
  1926.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1927.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1928.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/SettingsBundle'), 'Settings');
  1929.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/SettingsBundle'), '!Settings');
  1930.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/CRMBundle'), 'CRM');
  1931.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/CRMBundle'), '!CRM');
  1932.         $a->addPath((\dirname(__DIR__4).'/vendor/apy/datagrid-bundle/Resources/views'), 'APYDataGrid');
  1933.         $a->addPath((\dirname(__DIR__4).'/vendor/apy/datagrid-bundle/Resources/views'), '!APYDataGrid');
  1934.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  1935.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  1936.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/CalendarBundle'), 'Calendar');
  1937.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/CalendarBundle'), '!Calendar');
  1938.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  1939.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  1940.         $a->addPath((\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/views'), 'SgDatatables');
  1941.         $a->addPath((\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/views'), '!SgDatatables');
  1942.         $a->addPath((\dirname(__DIR__4).'/vendor/gos/web-socket-bundle/templates'), 'GosWebSocket');
  1943.         $a->addPath((\dirname(__DIR__4).'/vendor/gos/web-socket-bundle/templates'), '!GosWebSocket');
  1944.         $a->addPath((\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/views'), 'BabDevPagerfanta');
  1945.         $a->addPath((\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/views'), '!BabDevPagerfanta');
  1946.         $a->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
  1947.         $a->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
  1948.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
  1949.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
  1950.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1951.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1952.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1953.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1954.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1955.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1956.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1957.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1958.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1959.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1960.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1961.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1962.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  1963.         $f = new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', ($this->privates['assets._version__default'] ?? $this->getAssets_VersionDefaultService()), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  1964.             yield 'datatables_cdn' => ($this->privates['assets._package_datatables_cdn'] ?? $this->load('getAssets_PackageDatatablesCdnService'));
  1965.         }, 1)));
  1966.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1967.         $h = ($this->services['router'] ?? $this->getRouterService());
  1968.         $i = new \Symfony\Component\Workflow\Registry();
  1969.         $i->addWorkflow(($this->services['.container.private.state_machine.proposal'] ?? $this->get_Container_Private_StateMachine_ProposalService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('CRMBundle\\Entity\\Proposal'));
  1970.         $i->addWorkflow(($this->services['.container.private.state_machine.calendar_synchronization'] ?? $this->get_Container_Private_StateMachine_CalendarSynchronizationService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('CalendarBundle\\Entity\\Calendar'));
  1971.         $j = ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService());
  1972.         $k = new \Craue\FormFlowBundle\Twig\Extension\FormFlowExtension();
  1973.         $k->setFormFlowUtil(($this->services['craue_formflow_util'] ?? ($this->services['craue_formflow_util'] = new \Craue\FormFlowBundle\Util\FormFlowUtil())));
  1974.         $l = new \APY\DataGridBundle\Twig\DataGridExtension($h'@APYDataGrid/blocks.html.twig');
  1975.         $l->setPagerFanta($this->parameters['apy_data_grid.pagerfanta']);
  1976.         $m = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1977.         $m->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  1978.         $n = new \Symfony\Bridge\Twig\AppVariable();
  1979.         $n->setEnvironment('dev');
  1980.         $n->setDebug(true);
  1981.         if ($this->has('.container.private.security.token_storage')) {
  1982.             $n->setTokenStorage($c);
  1983.         }
  1984.         if ($this->has('request_stack')) {
  1985.             $n->setRequestStack($b);
  1986.         }
  1987.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1988.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1989.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  1990.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  1991.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  1992.         $instance->addExtension($f);
  1993.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g\dirname(__DIR__4), 'UTF-8'));
  1994.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  1995.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1996.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  1997.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1998.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1999.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b$h)));
  2000.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($i));
  2001.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  2002.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  2003.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  2004.         $instance->addExtension(new \AppBundle\Twig\BusinessAlertsTimelineExtension());
  2005.         $instance->addExtension(new \AppBundle\Twig\ContactSortExtension());
  2006.         $instance->addExtension(new \AppBundle\Twig\DriveConvertExtension(($this->privates['AppBundle\\Service\\JarvisDrive'] ?? $this->getJarvisDriveService()), $c));
  2007.         $instance->addExtension(new \AppBundle\Twig\HidePartiallyTextExtension());
  2008.         $instance->addExtension(new \AppBundle\Twig\OnlyofficeExtension($this->getEnv('ONLYOFFICE_URL')));
  2009.         $instance->addExtension(new \AppBundle\Twig\ProxyExtension($h));
  2010.         $instance->addExtension(new \AppBundle\Twig\SerializerExtension());
  2011.         $instance->addExtension(new \AppBundle\Twig\TaskExtension($e$c$j));
  2012.         $instance->addExtension(new \AppBundle\Twig\TimeFormatterExtension(($this->privates['AppBundle\\Formatter\\TimeFormatter'] ?? ($this->privates['AppBundle\\Formatter\\TimeFormatter'] = new \AppBundle\Formatter\TimeFormatter()))));
  2013.         $instance->addExtension(new \AppBundle\Twig\TimezoneExtension($j));
  2014.         $instance->addExtension(new \AppBundle\Twig\WebSocketTokenExtension(($this->privates['AppBundle\\WebSocket\\WebSocketRedisTokenManager'] ?? $this->getWebSocketRedisTokenManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService())));
  2015.         $instance->addExtension(new \CommonBundle\Twig\ChipExtension());
  2016.         $instance->addExtension(new \CommonBundle\Twig\JarvisCommonExtension($h, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), $e2','' '));
  2017.         $instance->addExtension(new \CRMBundle\Twig\ActivityTimelineExtension($e, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'EUR'));
  2018.         $instance->addExtension(new \CRMBundle\Twig\AvatarExtension());
  2019.         $instance->addExtension(new \App\Core\FeatureFlag\FeatureFlagExtension(($this->privates['App\\Core\\FeatureFlag\\FeatureFlagRepository'] ?? $this->getFeatureFlagRepositoryService())));
  2020.         $instance->addExtension(new \App\Core\Language\LanguageTwigExtension());
  2021.         $instance->addExtension(new \App\Core\Twig\ColorTextDetectionExtension());
  2022.         $instance->addExtension(new \App\Core\Twig\LayoutExtension());
  2023.         $instance->addExtension(new \App\Core\Twig\StringExtension());
  2024.         $instance->addExtension(new \Twig_Extensions_Extension_Text());
  2025.         $instance->addExtension(new \Twig_Extensions_Extension_Intl());
  2026.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  2027.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  2028.         $instance->addExtension($k);
  2029.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  2030.         $instance->addExtension($l);
  2031.         $instance->addExtension(new \Sg\DatatablesBundle\Twig\DatatableTwigExtension());
  2032.         $instance->addExtension(new \Pagerfanta\Twig\Extension\PagerfantaExtension());
  2033.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($f));
  2034.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($m));
  2035.         $instance->addGlobal('app'$n);
  2036.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2037.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  2038.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  2039.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  2040.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  2041.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  2042.             'Pagerfanta\\Twig\\Extension\\PagerfantaRuntime' => ['privates''pagerfanta.twig_runtime''getPagerfanta_TwigRuntimeService'true],
  2043.         ], [
  2044.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2045.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2046.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  2047.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  2048.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  2049.             'Pagerfanta\\Twig\\Extension\\PagerfantaRuntime' => '?',
  2050.         ])));
  2051.         $instance->addGlobal('chunk_size_mb'3);
  2052.         $instance->addGlobal('date_format''d/m/Y');
  2053.         $instance->addGlobal('time_format''G:i');
  2054.         $instance->addGlobal('currency''EUR');
  2055.         $instance->addGlobal('currency_symbol''€');
  2056.         $instance->addGlobal('timezone''Europe/Paris');
  2057.         $instance->addGlobal('full_date_format''F j, Y, g:i a');
  2058.         $instance->addGlobal('dashboard_url''https://jarvis-legal.clicdata.com/v/6yEseJk3jdeG');
  2059.         $instance->addGlobal('accounting_iframe_url''https://jarvis-legal.clicdata.com/v/gZegpz3Nlvz8');
  2060.         $instance->addGlobal('reporting_iframe_url''https://jarvis-legal.clicdata.com/v/g3BWKFEvgYz9');
  2061.         $instance->addGlobal('locale''fr');
  2062.         $instance->addGlobal('enable_full_layout'$this->getEnv('bool:ENABLE_FULL_LAYOUT'));
  2063.         $instance->addGlobal('ga_tracking'$this->getEnv('GA_TRACKING'));
  2064.         $instance->addGlobal('jarvisbox_windows_download_link'$this->getEnv('JARVISBOX_WINDOWS_DOWNLOAD_LINK'));
  2065.         $instance->addGlobal('jarvisbox_mac_download_link'$this->getEnv('JARVISBOX_MAC_DOWNLOAD_LINK'));
  2066.         $instance->addGlobal('help_link'$this->getEnv('HELP_LINK'));
  2067.         $instance->addGlobal('environment''dev');
  2068.         $instance->addGlobal('linkedin_link''https://www.linkedin.com/company/lexisnexis-france/?originalSubdomain=fr');
  2069.         $instance->addGlobal('website_link''https://www.lexisnexis.com/fr-fr/produits/jarvis-legal');
  2070.         $instance->addGlobal('header_bg_color'$this->getEnv('HEADER_BG_COLOR'));
  2071.         $instance->addGlobal('global_data', ($this->privates['AppBundle\\Service\\AccountGlobalData'] ?? $this->getAccountGlobalDataService()));
  2072.         $instance->addGlobal('websocket_server_host_js'$this->getEnv('WEBSOCKET_SERVER_HOST_JS'));
  2073.         $instance->addGlobal('websocket_server_port_js'$this->getEnv('WEBSOCKET_SERVER_PORT_JS'));
  2074.         $instance->addGlobal('websocket_scheme'$this->getEnv('WEBSOCKET_SCHEME'));
  2075.         $instance->addGlobal('websocket_email_server_host_js'$this->getEnv('WEBSOCKET_EMAIL_SERVER_HOST_JS'));
  2076.         $instance->addGlobal('websocket_email_server_port_js'$this->getEnv('int:WEBSOCKET_EMAIL_SERVER_PORT_JS'));
  2077.         $instance->addGlobal('contactPortalAccess', ($this->privates['AppBundle\\Portal\\ContactPortalAccess'] ?? $this->getContactPortalAccessService()));
  2078.         $instance->addGlobal('jarvis_icon', ['general' => 'fa fa-cog''matter' => 'fa fa-briefcase''calendar' => 'jarvis-icon-calendar''invoice' => 'jarvis-icon-note''task' => 'fa fa-calendar-check-o''drive' => 'jarvis-icon-drive''contact' => 'jarvis-icon-people''accounting' => 'jarvis-icon-calculator''report' => 'fa fa-line-chart''activity' => 'fa fa-history''parapheur' => 'fa fa-clipboard''document_workflow' => 'fa fa-check-square''document_bailiff' => 'fa fa-gavel''mail' => 'jarvis-icon-mail''portal_access' => 'fa fa-key''chatbot' => 'jarvis-icon-chatbot']);
  2079.         $instance->addGlobal('layout', new \App\Twig\LayoutParameters());
  2080.         $instance->addGlobal('js_data', ($this->privates['App\\Core\\Twig\\JavascriptVariables'] ?? $this->getJavascriptVariablesService()));
  2081.         $instance->addGlobal('module_unavailable_url''https://forms.zohopublic.eu/jarvis/form/Demandedenouveauxmodules/formperma/pfP_cTjKwoIqSnzVp6IwjO0rZNuNqYRSfNXQfAHDKgI');
  2082.         $instance->addGlobal('google_recaptcha_sitekey'$this->getEnv('GOOGLE_RECAPTCHA_SITEKEY'));
  2083.         $instance->addGlobal('law_firm_subscription_plan_enum', new \App\UserRegistration\LawFirmSubscriptionPlanEnum());
  2084.         $instance->addGlobal('zoho_subscriptions_url''https://www.zoho.com/subscriptions/#choosePlan');
  2085.         $instance->addGlobal('onlyoffice_api'$this->getEnv('string:ONLYOFFICE_URL').'/web-apps/apps/api/documents/api.js');
  2086.         $instance->addGlobal('matomo_script'$this->getEnv('string:MATOMO_SCRIPT'));
  2087.         $instance->addGlobal('pendo_app_id'$this->getEnv('string:PENDO_APP_ID'));
  2088.         $instance->addGlobal('gos_web_socket_server_host'$this->getParameter('gos_web_socket.server.host'));
  2089.         $instance->addGlobal('gos_web_socket_server_port'$this->getParameter('gos_web_socket.server.port'));
  2090.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('d/m/Y''%d days''Europe/Paris'2','' '))->configure($instance);
  2091.         return $instance;
  2092.     }
  2093.     /**
  2094.      * Gets the public '.container.private.validator' shared service.
  2095.      *
  2096.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  2097.      */
  2098.     protected function get_Container_Private_ValidatorService()
  2099.     {
  2100.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  2101.         if (isset($this->services['.container.private.validator'])) {
  2102.             return $this->services['.container.private.validator'];
  2103.         }
  2104.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  2105.     }
  2106.     /**
  2107.      * Gets the public 'CommonBundle\EventListener\DomainEventsCollector' shared autowired service.
  2108.      *
  2109.      * @return \CommonBundle\EventListener\DomainEventsCollector
  2110.      */
  2111.     protected function getDomainEventsCollectorService()
  2112.     {
  2113.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2114.         if (isset($this->services['CommonBundle\\EventListener\\DomainEventsCollector'])) {
  2115.             return $this->services['CommonBundle\\EventListener\\DomainEventsCollector'];
  2116.         }
  2117.         return $this->services['CommonBundle\\EventListener\\DomainEventsCollector'] = new \CommonBundle\EventListener\DomainEventsCollector($a);
  2118.     }
  2119.     /**
  2120.      * Gets the public 'cache.app' shared service.
  2121.      *
  2122.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2123.      */
  2124.     protected function getCache_AppService()
  2125.     {
  2126.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('26chB+G8Ur'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  2127.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2128.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2129.     }
  2130.     /**
  2131.      * Gets the public 'cache.system' shared service.
  2132.      *
  2133.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2134.      */
  2135.     protected function getCache_SystemService()
  2136.     {
  2137.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jRDzLYw+si'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2138.     }
  2139.     /**
  2140.      * Gets the public 'cache.validator_expression_language' shared service.
  2141.      *
  2142.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2143.      */
  2144.     protected function getCache_ValidatorExpressionLanguageService()
  2145.     {
  2146.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('k6dqmufBlQ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2147.     }
  2148.     /**
  2149.      * Gets the public 'craue_formflow_util' shared service.
  2150.      *
  2151.      * @return \Craue\FormFlowBundle\Util\FormFlowUtil
  2152.      */
  2153.     protected function getCraueFormflowUtilService()
  2154.     {
  2155.         return $this->services['craue_formflow_util'] = new \Craue\FormFlowBundle\Util\FormFlowUtil();
  2156.     }
  2157.     /**
  2158.      * Gets the public 'data_collector.dump' shared service.
  2159.      *
  2160.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  2161.      */
  2162.     protected function getDataCollector_DumpService()
  2163.     {
  2164.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  2165.     }
  2166.     /**
  2167.      * Gets the public 'doctrine' shared service.
  2168.      *
  2169.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  2170.      */
  2171.     protected function getDoctrineService()
  2172.     {
  2173.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  2174.     }
  2175.     /**
  2176.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  2177.      *
  2178.      * @return \Doctrine\DBAL\Connection
  2179.      */
  2180.     protected function getDoctrine_Dbal_DefaultConnectionService()
  2181.     {
  2182.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  2183.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  2184.             return $this->services['doctrine.dbal.default_connection'];
  2185.         }
  2186.         $b = new \Doctrine\DBAL\Configuration();
  2187.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2188.         $c->setConnectionName('default');
  2189.         $b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  2190.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
  2191.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), => $c]);
  2192.         return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_mysql''host' => $this->getEnv('DATABASE_HOST'), 'port' => $this->getEnv('int:DATABASE_PORT'), 'dbname' => $this->getEnv('DATABASE_NAME'), 'user' => $this->getEnv('DATABASE_USER'), 'password' => $this->getEnv('DATABASE_PASSWORD'), 'charset' => 'UTF8''driverOptions' => [], 'serverVersion' => 'mariadb-10.2.17''defaultTableOptions' => []], $b$a, ['json_array' => 'json']);
  2193.     }
  2194.     /**
  2195.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  2196.      *
  2197.      * @return \Doctrine\ORM\EntityManager
  2198.      */
  2199.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  2200.     {
  2201.         if ($lazyLoad) {
  2202.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  2203.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2204.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  2205.                     $proxy->setProxyInitializer(null);
  2206.                     return true;
  2207.                 });
  2208.             });
  2209.         }
  2210.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  2211.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  2212.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/ObjectManager.php';
  2213.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  2214.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  2215.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  2216.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  2217.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Mapping/Driver/MappingDriverChain.php';
  2218.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  2219.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  2220.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  2221.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  2222.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  2223.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  2224.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  2225.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  2226.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  2227.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/RepositoryFactoryCompatibility.php';
  2228.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  2229.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  2230.         $a = new \Doctrine\ORM\Configuration();
  2231.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  2232.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  2233.         $b->addDriver($c'Gedmo\\Loggable\\Entity');
  2234.         $b->addDriver($c'App\\Backoffice\\Entity');
  2235.         $b->addDriver($c'App\\DocumentWorkflow\\Entity');
  2236.         $b->addDriver($c'App\\Delivract\\Entity');
  2237.         $b->addDriver($c'App\\Drive\\Entity');
  2238.         $b->addDriver($c'App\\Drive\\Sharepoint\\Entity');
  2239.         $b->addDriver($c'App\\Core\\Entity');
  2240.         $b->addDriver($c'App\\JarvisAI\\Entity');
  2241.         $b->addDriver($c'App\\Mail\\Entity');
  2242.         $b->addDriver($c'App\\UserRegistration\\Entity');
  2243.         $b->addDriver($c'App\\UserRegistration\\BarRegistration\\Entity');
  2244.         $b->addDriver($c'App\\ESignature\\Entity');
  2245.         $b->addDriver($c'App\\Task\\Entity');
  2246.         $b->addDriver($c'App\\Invoice\\Entity');
  2247.         $b->addDriver($c'App\\ZohoAnalytics\\Entity');
  2248.         $b->addDriver($c'AppBundle\\Entity');
  2249.         $b->addDriver($c'DocumentBundle\\Entity');
  2250.         $b->addDriver($c'DriveBundle\\Entity');
  2251.         $b->addDriver($c'BillingBundle\\Entity');
  2252.         $b->addDriver($c'SettingsBundle\\Entity');
  2253.         $b->addDriver($c'CRMBundle\\Entity');
  2254.         $b->addDriver($c'CalendarBundle\\Entity');
  2255.         $b->addDriver($c'MigrationBundle\\Entity');
  2256.         $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  2257.         $b->addDriver(($this->privates['.24_doctrine_metadata_driver~cOMK6LQ'] ?? $this->get_24DoctrineMetadataDrivercOMK6LQService()), 'FOS\\UserBundle\\Model');
  2258.         $a->setEntityNamespaces(['GedmoLoggable' => 'Gedmo\\Loggable\\Entity''Backoffice' => 'App\\Backoffice\\Entity''DocumentWorkflow' => 'App\\Delivract\\Entity''Drive' => 'App\\Drive\\Entity''DriveSharepoint' => 'App\\Drive\\Sharepoint\\Entity''Core' => 'App\\Mail\\Entity''JarvisAI' => 'App\\JarvisAI\\Entity''UserRegistration' => 'App\\UserRegistration\\Entity''UserBarRegistration' => 'App\\UserRegistration\\BarRegistration\\Entity''ESignature' => 'App\\ESignature\\Entity''Task' => 'App\\Task\\Entity''Invoice' => 'App\\Invoice\\Entity''ZohoAnalytics' => 'App\\ZohoAnalytics\\Entity''AppBundle' => 'AppBundle\\Entity''DocumentBundle' => 'DocumentBundle\\Entity''DriveBundle' => 'DriveBundle\\Entity''BillingBundle' => 'BillingBundle\\Entity''SettingsBundle' => 'SettingsBundle\\Entity''CRMBundle' => 'CRMBundle\\Entity''CalendarBundle' => 'CalendarBundle\\Entity''MigrationBundle' => 'MigrationBundle\\Entity''GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity']);
  2259.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2260.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  2261.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  2262.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2263.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  2264.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  2265.         ], [
  2266.             'doctrine.ulid_generator' => '?',
  2267.             'doctrine.uuid_generator' => '?',
  2268.         ])));
  2269.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2270.         $a->setProxyNamespace('Proxies');
  2271.         $a->setAutoGenerateProxyClasses(true);
  2272.         $a->setSchemaIgnoreClasses([]);
  2273.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  2274.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  2275.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  2276.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  2277.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  2278.         $a->setLazyGhostObjectEnabled(false);
  2279.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2280.             'AppBundle\\Repository\\AccountingExportRepository' => ['privates''AppBundle\\Repository\\AccountingExportRepository''getAccountingExportRepositoryService'true],
  2281.             'AppBundle\\Repository\\ActivityEntryRepository' => ['privates''AppBundle\\Repository\\ActivityEntryRepository''getActivityEntryRepositoryService'true],
  2282.             'AppBundle\\Repository\\ApiLogRepository' => ['privates''AppBundle\\Repository\\ApiLogRepository''getApiLogRepositoryService'true],
  2283.             'AppBundle\\Repository\\AssetEntryRepository' => ['privates''AppBundle\\Repository\\AssetEntryRepository''getAssetEntryRepositoryService'true],
  2284.             'AppBundle\\Repository\\AssetRepository' => ['privates''AppBundle\\Repository\\AssetRepository''getAssetRepositoryService'true],
  2285.             'AppBundle\\Repository\\Category\\ExpenseCategoryPresetRepository' => ['privates''AppBundle\\Repository\\Category\\ExpenseCategoryPresetRepository''getExpenseCategoryPresetRepositoryService'true],
  2286.             'AppBundle\\Repository\\Category\\FlatFeeCategoryPresetRepository' => ['privates''AppBundle\\Repository\\Category\\FlatFeeCategoryPresetRepository''getFlatFeeCategoryPresetRepositoryService'true],
  2287.             'AppBundle\\Repository\\Category\\OutlayCategoryPresetRepository' => ['privates''AppBundle\\Repository\\Category\\OutlayCategoryPresetRepository''getOutlayCategoryPresetRepositoryService'true],
  2288.             'AppBundle\\Repository\\Category\\TimeCategoryPresetRepository' => ['privates''AppBundle\\Repository\\Category\\TimeCategoryPresetRepository''getTimeCategoryPresetRepositoryService'true],
  2289.             'AppBundle\\Repository\\ChronometerRepository' => ['privates''AppBundle\\Repository\\ChronometerRepository''getChronometerRepositoryService'true],
  2290.             'AppBundle\\Repository\\ContactPortalUserMatterRepository' => ['privates''AppBundle\\Repository\\ContactPortalUserMatterRepository''getContactPortalUserMatterRepositoryService'true],
  2291.             'AppBundle\\Repository\\ContactPortalUserRepository' => ['privates''AppBundle\\Repository\\ContactPortalUserRepository''getContactPortalUserRepositoryService'true],
  2292.             'AppBundle\\Repository\\DataTableRepository' => ['privates''AppBundle\\Repository\\DataTableRepository''getDataTableRepositoryService'true],
  2293.             'AppBundle\\Repository\\EmailExternalAccountRepository' => ['privates''AppBundle\\Repository\\EmailExternalAccountRepository''getEmailExternalAccountRepositoryService'true],
  2294.             'AppBundle\\Repository\\FeeMatterFeeRepository' => ['privates''AppBundle\\Repository\\FeeMatterFeeRepository''getFeeMatterFeeRepositoryService'true],
  2295.             'AppBundle\\Repository\\Field\\AbstractObjectFieldRepository' => ['privates''AppBundle\\Repository\\Field\\AbstractObjectFieldRepository''getAbstractObjectFieldRepositoryService'true],
  2296.             'AppBundle\\Repository\\Field\\ContactFieldRepository' => ['privates''AppBundle\\Repository\\Field\\ContactFieldRepository''getContactFieldRepositoryService'true],
  2297.             'AppBundle\\Repository\\Field\\FieldRepository' => ['privates''AppBundle\\Repository\\Field\\FieldRepository''getFieldRepositoryService'true],
  2298.             'AppBundle\\Repository\\Field\\MatterFieldRepository' => ['privates''AppBundle\\Repository\\Field\\MatterFieldRepository''getMatterFieldRepositoryService'true],
  2299.             'AppBundle\\Repository\\FilterRepository' => ['privates''AppBundle\\Repository\\FilterRepository''getFilterRepositoryService'true],
  2300.             'AppBundle\\Repository\\FlatFeeEntryRepository' => ['privates''AppBundle\\Repository\\FlatFeeEntryRepository''getFlatFeeEntryRepositoryService'true],
  2301.             'AppBundle\\Repository\\LawFirmEstablishmentRepository' => ['privates''AppBundle\\Repository\\LawFirmEstablishmentRepository''getLawFirmEstablishmentRepositoryService'true],
  2302.             'AppBundle\\Repository\\LawFirmExportRepository' => ['privates''AppBundle\\Repository\\LawFirmExportRepository''getLawFirmExportRepositoryService'true],
  2303.             'AppBundle\\Repository\\LawFirmRepository' => ['privates''AppBundle\\Repository\\LawFirmRepository''getLawFirmRepositoryService'true],
  2304.             'AppBundle\\Repository\\LawFirmTaxRateRepository' => ['privates''AppBundle\\Repository\\LawFirmTaxRateRepository''getLawFirmTaxRateRepositoryService'true],
  2305.             'AppBundle\\Repository\\MatterCustomerLinkedContactRepository' => ['privates''AppBundle\\Repository\\MatterCustomerLinkedContactRepository''getMatterCustomerLinkedContactRepositoryService'true],
  2306.             'AppBundle\\Repository\\MatterCustomerRepository' => ['privates''AppBundle\\Repository\\MatterCustomerRepository''getMatterCustomerRepositoryService'true],
  2307.             'AppBundle\\Repository\\MatterParticipantRepository' => ['privates''AppBundle\\Repository\\MatterParticipantRepository''getMatterParticipantRepositoryService'true],
  2308.             'AppBundle\\Repository\\MatterRepository' => ['privates''AppBundle\\Repository\\MatterRepository''getMatterRepositoryService'true],
  2309.             'AppBundle\\Repository\\MatterUserDriveAccessRepository' => ['privates''AppBundle\\Repository\\MatterUserDriveAccessRepository''getMatterUserDriveAccessRepositoryService'true],
  2310.             'AppBundle\\Repository\\NoteEntryRepository' => ['privates''AppBundle\\Repository\\NoteEntryRepository''getNoteEntryRepositoryService'true],
  2311.             'AppBundle\\Repository\\NotificationRepository' => ['privates''AppBundle\\Repository\\NotificationRepository''getNotificationRepositoryService'true],
  2312.             'AppBundle\\Repository\\PartyRepository' => ['privates''AppBundle\\Repository\\PartyRepository''getPartyRepositoryService'true],
  2313.             'AppBundle\\Repository\\PartyTypeRepository' => ['privates''AppBundle\\Repository\\PartyTypeRepository''getPartyTypeRepositoryService'true],
  2314.             'AppBundle\\Repository\\PortalDriveNotificationRepository' => ['privates''AppBundle\\Repository\\PortalDriveNotificationRepository''getPortalDriveNotificationRepositoryService'true],
  2315.             'AppBundle\\Repository\\PracticeAreaRepository' => ['privates''AppBundle\\Repository\\PracticeAreaRepository''getPracticeAreaRepositoryService'true],
  2316.             'AppBundle\\Repository\\ProfileRepository' => ['privates''AppBundle\\Repository\\ProfileRepository''getProfileRepositoryService'true],
  2317.             'AppBundle\\Repository\\Settings\\LawFirmSettingRepository' => ['privates''AppBundle\\Repository\\Settings\\LawFirmSettingRepository''getLawFirmSettingRepositoryService'true],
  2318.             'AppBundle\\Repository\\Settings\\UserSettingRepository' => ['privates''AppBundle\\Repository\\Settings\\UserSettingRepository''getUserSettingRepositoryService'true],
  2319.             'AppBundle\\Repository\\TaskRepository' => ['privates''AppBundle\\Repository\\TaskRepository''getTaskRepository2Service'true],
  2320.             'AppBundle\\Repository\\Task\\TaskAssignedToUserRepository' => ['privates''AppBundle\\Repository\\Task\\TaskAssignedToUserRepository''getTaskAssignedToUserRepositoryService'true],
  2321.             'AppBundle\\Repository\\Task\\TaskRepository' => ['privates''AppBundle\\Repository\\Task\\TaskRepository''getTaskRepositoryService'true],
  2322.             'AppBundle\\Repository\\TimeEntryRepository' => ['privates''AppBundle\\Repository\\TimeEntryRepository''getTimeEntryRepositoryService'true],
  2323.             'AppBundle\\Repository\\UserMailSettingsRepository' => ['privates''AppBundle\\Repository\\UserMailSettingsRepository''getUserMailSettingsRepositoryService'true],
  2324.             'AppBundle\\Repository\\UserRepository' => ['privates''AppBundle\\Repository\\UserRepository''getUserRepositoryService'false],
  2325.             'App\\Backoffice\\Repository\\BackofficeProfileRepository' => ['privates''App\\Backoffice\\Repository\\BackofficeProfileRepository''getBackofficeProfileRepositoryService'true],
  2326.             'App\\Backoffice\\Repository\\JobRepository' => ['privates''App\\Backoffice\\Repository\\JobRepository''getJobRepositoryService'true],
  2327.             'App\\Backoffice\\Repository\\LogRequestRepository' => ['privates''App\\Backoffice\\Repository\\LogRequestRepository''getLogRequestRepositoryService'true],
  2328.             'App\\Banqup\\Repository\\BanqupClientStatusRepository' => ['privates''App\\Banqup\\Repository\\BanqupClientStatusRepository''getBanqupClientStatusRepositoryService'true],
  2329.             'App\\Core\\FeatureFlag\\FeatureFlagRepository' => ['privates''App\\Core\\FeatureFlag\\FeatureFlagRepository''getFeatureFlagRepositoryService'false],
  2330.             'App\\Delivract\\Repository\\DocumentBailiffHistoryCommentRepository' => ['privates''App\\Delivract\\Repository\\DocumentBailiffHistoryCommentRepository''getDocumentBailiffHistoryCommentRepositoryService'true],
  2331.             'App\\Delivract\\Repository\\DocumentBailiffHistoryGeneralRepository' => ['privates''App\\Delivract\\Repository\\DocumentBailiffHistoryGeneralRepository''getDocumentBailiffHistoryGeneralRepositoryService'true],
  2332.             'App\\Delivract\\Repository\\DocumentBailiffHistoryRepository' => ['privates''App\\Delivract\\Repository\\DocumentBailiffHistoryRepository''getDocumentBailiffHistoryRepositoryService'true],
  2333.             'App\\Delivract\\Repository\\DocumentBailiffRepository' => ['privates''App\\Delivract\\Repository\\DocumentBailiffRepository''getDocumentBailiffRepositoryService'true],
  2334.             'App\\Delivract\\Repository\\DocumentBailiffStepRepository' => ['privates''App\\Delivract\\Repository\\DocumentBailiffStepRepository''getDocumentBailiffStepRepositoryService'true],
  2335.             'App\\DocumentWorkflow\\Repository\\DocumentWorkflowHistoryCommentRepository' => ['privates''App\\DocumentWorkflow\\Repository\\DocumentWorkflowHistoryCommentRepository''getDocumentWorkflowHistoryCommentRepositoryService'true],
  2336.             'App\\DocumentWorkflow\\Repository\\DocumentWorkflowHistoryGeneralRepository' => ['privates''App\\DocumentWorkflow\\Repository\\DocumentWorkflowHistoryGeneralRepository''getDocumentWorkflowHistoryGeneralRepositoryService'true],
  2337.             'App\\DocumentWorkflow\\Repository\\DocumentWorkflowHistoryRepository' => ['privates''App\\DocumentWorkflow\\Repository\\DocumentWorkflowHistoryRepository''getDocumentWorkflowHistoryRepositoryService'true],
  2338.             'App\\DocumentWorkflow\\Repository\\DocumentWorkflowHistoryStepRepository' => ['privates''App\\DocumentWorkflow\\Repository\\DocumentWorkflowHistoryStepRepository''getDocumentWorkflowHistoryStepRepositoryService'true],
  2339.             'App\\DocumentWorkflow\\Repository\\DocumentWorkflowRepository' => ['privates''App\\DocumentWorkflow\\Repository\\DocumentWorkflowRepository''getDocumentWorkflowRepositoryService'true],
  2340.             'App\\DocumentWorkflow\\Repository\\DocumentWorkflowStepRepository' => ['privates''App\\DocumentWorkflow\\Repository\\DocumentWorkflowStepRepository''getDocumentWorkflowStepRepositoryService'true],
  2341.             'App\\Drive\\Sharepoint\\Repository\\SharepointPermissionRepository' => ['privates''App\\Drive\\Sharepoint\\Repository\\SharepointPermissionRepository''getSharepointPermissionRepositoryService'true],
  2342.             'App\\ESignature\\Repository\\SignatureDocumentRepository' => ['privates''App\\ESignature\\Repository\\SignatureDocumentRepository''getSignatureDocumentRepositoryService'true],
  2343.             'App\\ESignature\\Repository\\SignatureRequestRepository' => ['privates''App\\ESignature\\Repository\\SignatureRequestRepository''getSignatureRequestRepositoryService'true],
  2344.             'App\\ESignature\\Repository\\SignerFieldsRepository' => ['privates''App\\ESignature\\Repository\\SignerFieldsRepository''getSignerFieldsRepositoryService'true],
  2345.             'App\\ESignature\\Repository\\SignerRepository' => ['privates''App\\ESignature\\Repository\\SignerRepository''getSignerRepositoryService'true],
  2346.             'App\\Invoice\\Repository\\InvoiceActivitySnapshotRepository' => ['privates''App\\Invoice\\Repository\\InvoiceActivitySnapshotRepository''getInvoiceActivitySnapshotRepositoryService'true],
  2347.             'App\\Invoice\\Repository\\InvoiceCommentBadgeRepository' => ['privates''App\\Invoice\\Repository\\InvoiceCommentBadgeRepository''getInvoiceCommentBadgeRepositoryService'true],
  2348.             'App\\Invoice\\Repository\\InvoiceCommentRepository' => ['privates''App\\Invoice\\Repository\\InvoiceCommentRepository''getInvoiceCommentRepositoryService'true],
  2349.             'App\\JarvisAI\\Repository\\UserAIConversationRepository' => ['privates''App\\JarvisAI\\Repository\\UserAIConversationRepository''getUserAIConversationRepositoryService'true],
  2350.             'App\\JarvisAI\\Repository\\UserAILogRepository' => ['privates''App\\JarvisAI\\Repository\\UserAILogRepository''getUserAILogRepositoryService'true],
  2351.             'App\\JarvisAI\\Repository\\UserAIPromptRepository' => ['privates''App\\JarvisAI\\Repository\\UserAIPromptRepository''getUserAIPromptRepositoryService'true],
  2352.             'App\\Mail\\Repository\\MailDriveRepository' => ['privates''App\\Mail\\Repository\\MailDriveRepository''getMailDriveRepositoryService'true],
  2353.             'App\\Mail\\Repository\\MailEventRepository' => ['privates''App\\Mail\\Repository\\MailEventRepository''getMailEventRepositoryService'true],
  2354.             'App\\Mail\\Repository\\MailMatterRepository' => ['privates''App\\Mail\\Repository\\MailMatterRepository''getMailMatterRepositoryService'true],
  2355.             'App\\Task\\Repository\\TaskTemplateItemAssignedToUserRepository' => ['privates''App\\Task\\Repository\\TaskTemplateItemAssignedToUserRepository''getTaskTemplateItemAssignedToUserRepositoryService'true],
  2356.             'App\\Task\\Repository\\TaskTemplateItemRepository' => ['privates''App\\Task\\Repository\\TaskTemplateItemRepository''getTaskTemplateItemRepositoryService'true],
  2357.             'App\\Task\\Repository\\TaskTemplateRepository' => ['privates''App\\Task\\Repository\\TaskTemplateRepository''getTaskTemplateRepositoryService'true],
  2358.             'App\\UserRegistration\\BarRegistration\\Repository\\LawFirmBarRegistrationCNBFRepository' => ['privates''App\\UserRegistration\\BarRegistration\\Repository\\LawFirmBarRegistrationCNBFRepository''getLawFirmBarRegistrationCNBFRepositoryService'true],
  2359.             'App\\UserRegistration\\Repository\\LawFirmInfosRepository' => ['privates''App\\UserRegistration\\Repository\\LawFirmInfosRepository''getLawFirmInfosRepositoryService'true],
  2360.             'App\\UserRegistration\\Repository\\LawFirmOnboardingRepository' => ['privates''App\\UserRegistration\\Repository\\LawFirmOnboardingRepository''getLawFirmOnboardingRepositoryService'true],
  2361.             'App\\UserRegistration\\Repository\\LawFirmSubscriptionsRepository' => ['privates''App\\UserRegistration\\Repository\\LawFirmSubscriptionsRepository''getLawFirmSubscriptionsRepositoryService'true],
  2362.             'App\\UserRegistration\\Repository\\UserRegistrationRepository' => ['privates''App\\UserRegistration\\Repository\\UserRegistrationRepository''getUserRegistrationRepositoryService'true],
  2363.             'App\\ZohoAnalytics\\Repository\\LawFirmFilterRepository' => ['privates''App\\ZohoAnalytics\\Repository\\LawFirmFilterRepository''getLawFirmFilterRepositoryService'true],
  2364.             'BillingBundle\\Repository\\ActivityExpenseRepository' => ['privates''BillingBundle\\Repository\\ActivityExpenseRepository''getActivityExpenseRepositoryService'true],
  2365.             'BillingBundle\\Repository\\ActivityOutlayRepository' => ['privates''BillingBundle\\Repository\\ActivityOutlayRepository''getActivityOutlayRepositoryService'true],
  2366.             'BillingBundle\\Repository\\ActivityServiceRepository' => ['privates''BillingBundle\\Repository\\ActivityServiceRepository''getActivityServiceRepositoryService'true],
  2367.             'BillingBundle\\Repository\\ActivityTimeRepository' => ['privates''BillingBundle\\Repository\\ActivityTimeRepository''getActivityTimeRepositoryService'true],
  2368.             'BillingBundle\\Repository\\BankAccountRepository' => ['privates''BillingBundle\\Repository\\BankAccountRepository''getBankAccountRepositoryService'true],
  2369.             'BillingBundle\\Repository\\BillingUserRepository' => ['privates''BillingBundle\\Repository\\BillingUserRepository''getBillingUserRepositoryService'true],
  2370.             'BillingBundle\\Repository\\FeeRepository' => ['privates''BillingBundle\\Repository\\FeeRepository''getFeeRepositoryService'true],
  2371.             'BillingBundle\\Repository\\FeeTrustRepository' => ['privates''BillingBundle\\Repository\\FeeTrustRepository''getFeeTrustRepositoryService'true],
  2372.             'BillingBundle\\Repository\\InvoiceRepository' => ['privates''BillingBundle\\Repository\\InvoiceRepository''getInvoiceRepositoryService'true],
  2373.             'BillingBundle\\Repository\\PaymentMethodRepository' => ['privates''BillingBundle\\Repository\\PaymentMethodRepository''getPaymentMethodRepositoryService'true],
  2374.             'BillingBundle\\Repository\\PaymentRepository' => ['privates''BillingBundle\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  2375.             'BillingBundle\\Repository\\SplitBillRepository' => ['privates''BillingBundle\\Repository\\SplitBillRepository''getSplitBillRepositoryService'true],
  2376.             'BillingBundle\\Repository\\TrustRepository' => ['privates''BillingBundle\\Repository\\TrustRepository''getTrustRepositoryService'true],
  2377.             'BillingBundle\\Repository\\VatRepository' => ['privates''BillingBundle\\Repository\\VatRepository''getVatRepositoryService'true],
  2378.             'CRMBundle\\Repository\\ContactAddressRepository' => ['privates''CRMBundle\\Repository\\ContactAddressRepository''getContactAddressRepositoryService'true],
  2379.             'CRMBundle\\Repository\\ContactQualityRepository' => ['privates''CRMBundle\\Repository\\ContactQualityRepository''getContactQualityRepositoryService'true],
  2380.             'CRMBundle\\Repository\\ContactRelationshipTypeRepository' => ['privates''CRMBundle\\Repository\\ContactRelationshipTypeRepository''getContactRelationshipTypeRepositoryService'true],
  2381.             'CRMBundle\\Repository\\ContactRepository' => ['privates''CRMBundle\\Repository\\ContactRepository''getContactRepositoryService'true],
  2382.             'CRMBundle\\Repository\\ContactTitleRepository' => ['privates''CRMBundle\\Repository\\ContactTitleRepository''getContactTitleRepositoryService'true],
  2383.             'CRMBundle\\Repository\\OrganizationRepository' => ['privates''CRMBundle\\Repository\\OrganizationRepository''getOrganizationRepositoryService'true],
  2384.             'CRMBundle\\Repository\\PersonRepository' => ['privates''CRMBundle\\Repository\\PersonRepository''getPersonRepositoryService'true],
  2385.             'CRMBundle\\Repository\\ProposalRepository' => ['privates''CRMBundle\\Repository\\ProposalRepository''getProposalRepositoryService'true],
  2386.             'CalendarBundle\\Repository\\CalendarEventRepository' => ['privates''CalendarBundle\\Repository\\CalendarEventRepository''getCalendarEventRepositoryService'true],
  2387.             'CalendarBundle\\Repository\\CalendarEventV3Repository' => ['privates''CalendarBundle\\Repository\\CalendarEventV3Repository''getCalendarEventV3RepositoryService'true],
  2388.             'CalendarBundle\\Repository\\CalendarRepository' => ['privates''CalendarBundle\\Repository\\CalendarRepository''getCalendarRepositoryService'true],
  2389.             'DocumentBundle\\Repository\\DocumentModelRepository' => ['privates''DocumentBundle\\Repository\\DocumentModelRepository''getDocumentModelRepositoryService'true],
  2390.             'DriveBundle\\Repository\\DefaultFolderEntryRepository' => ['privates''DriveBundle\\Repository\\DefaultFolderEntryRepository''getDefaultFolderEntryRepositoryService'true],
  2391.             'DriveBundle\\Repository\\DefaultFolderRepository' => ['privates''DriveBundle\\Repository\\DefaultFolderRepository''getDefaultFolderRepositoryService'true],
  2392.             'MigrationBundle\\Repository\\MigrationRepository' => ['privates''MigrationBundle\\Repository\\MigrationRepository''getMigrationRepositoryService'true],
  2393.             'SettingsBundle\\Repository\\AccountingCategoryRepository' => ['privates''SettingsBundle\\Repository\\AccountingCategoryRepository''getAccountingCategoryRepositoryService'true],
  2394.             'SettingsBundle\\Repository\\AccountingPlanRepository' => ['privates''SettingsBundle\\Repository\\AccountingPlanRepository''getAccountingPlanRepositoryService'true],
  2395.             'SettingsBundle\\Repository\\AccountingSubCategoryRepository' => ['privates''SettingsBundle\\Repository\\AccountingSubCategoryRepository''getAccountingSubCategoryRepositoryService'true],
  2396.             'SettingsBundle\\Repository\\PaymentDelayRepository' => ['privates''SettingsBundle\\Repository\\PaymentDelayRepository''getPaymentDelayRepositoryService'true],
  2397.             'SettingsBundle\\Repository\\TeamRepository' => ['privates''SettingsBundle\\Repository\\TeamRepository''getTeamRepositoryService'true],
  2398.         ], [
  2399.             'AppBundle\\Repository\\AccountingExportRepository' => '?',
  2400.             'AppBundle\\Repository\\ActivityEntryRepository' => '?',
  2401.             'AppBundle\\Repository\\ApiLogRepository' => '?',
  2402.             'AppBundle\\Repository\\AssetEntryRepository' => '?',
  2403.             'AppBundle\\Repository\\AssetRepository' => '?',
  2404.             'AppBundle\\Repository\\Category\\ExpenseCategoryPresetRepository' => '?',
  2405.             'AppBundle\\Repository\\Category\\FlatFeeCategoryPresetRepository' => '?',
  2406.             'AppBundle\\Repository\\Category\\OutlayCategoryPresetRepository' => '?',
  2407.             'AppBundle\\Repository\\Category\\TimeCategoryPresetRepository' => '?',
  2408.             'AppBundle\\Repository\\ChronometerRepository' => '?',
  2409.             'AppBundle\\Repository\\ContactPortalUserMatterRepository' => '?',
  2410.             'AppBundle\\Repository\\ContactPortalUserRepository' => '?',
  2411.             'AppBundle\\Repository\\DataTableRepository' => '?',
  2412.             'AppBundle\\Repository\\EmailExternalAccountRepository' => '?',
  2413.             'AppBundle\\Repository\\FeeMatterFeeRepository' => '?',
  2414.             'AppBundle\\Repository\\Field\\AbstractObjectFieldRepository' => '?',
  2415.             'AppBundle\\Repository\\Field\\ContactFieldRepository' => '?',
  2416.             'AppBundle\\Repository\\Field\\FieldRepository' => '?',
  2417.             'AppBundle\\Repository\\Field\\MatterFieldRepository' => '?',
  2418.             'AppBundle\\Repository\\FilterRepository' => '?',
  2419.             'AppBundle\\Repository\\FlatFeeEntryRepository' => '?',
  2420.             'AppBundle\\Repository\\LawFirmEstablishmentRepository' => '?',
  2421.             'AppBundle\\Repository\\LawFirmExportRepository' => '?',
  2422.             'AppBundle\\Repository\\LawFirmRepository' => '?',
  2423.             'AppBundle\\Repository\\LawFirmTaxRateRepository' => '?',
  2424.             'AppBundle\\Repository\\MatterCustomerLinkedContactRepository' => '?',
  2425.             'AppBundle\\Repository\\MatterCustomerRepository' => '?',
  2426.             'AppBundle\\Repository\\MatterParticipantRepository' => '?',
  2427.             'AppBundle\\Repository\\MatterRepository' => '?',
  2428.             'AppBundle\\Repository\\MatterUserDriveAccessRepository' => '?',
  2429.             'AppBundle\\Repository\\NoteEntryRepository' => '?',
  2430.             'AppBundle\\Repository\\NotificationRepository' => '?',
  2431.             'AppBundle\\Repository\\PartyRepository' => '?',
  2432.             'AppBundle\\Repository\\PartyTypeRepository' => '?',
  2433.             'AppBundle\\Repository\\PortalDriveNotificationRepository' => '?',
  2434.             'AppBundle\\Repository\\PracticeAreaRepository' => '?',
  2435.             'AppBundle\\Repository\\ProfileRepository' => '?',
  2436.             'AppBundle\\Repository\\Settings\\LawFirmSettingRepository' => '?',
  2437.             'AppBundle\\Repository\\Settings\\UserSettingRepository' => '?',
  2438.             'AppBundle\\Repository\\TaskRepository' => '?',
  2439.             'AppBundle\\Repository\\Task\\TaskAssignedToUserRepository' => '?',
  2440.             'AppBundle\\Repository\\Task\\TaskRepository' => '?',
  2441.             'AppBundle\\Repository\\TimeEntryRepository' => '?',
  2442.             'AppBundle\\Repository\\UserMailSettingsRepository' => '?',
  2443.             'AppBundle\\Repository\\UserRepository' => '?',
  2444.             'App\\Backoffice\\Repository\\BackofficeProfileRepository' => '?',
  2445.             'App\\Backoffice\\Repository\\JobRepository' => '?',
  2446.             'App\\Backoffice\\Repository\\LogRequestRepository' => '?',
  2447.             'App\\Banqup\\Repository\\BanqupClientStatusRepository' => '?',
  2448.             'App\\Core\\FeatureFlag\\FeatureFlagRepository' => '?',
  2449.             'App\\Delivract\\Repository\\DocumentBailiffHistoryCommentRepository' => '?',
  2450.             'App\\Delivract\\Repository\\DocumentBailiffHistoryGeneralRepository' => '?',
  2451.             'App\\Delivract\\Repository\\DocumentBailiffHistoryRepository' => '?',
  2452.             'App\\Delivract\\Repository\\DocumentBailiffRepository' => '?',
  2453.             'App\\Delivract\\Repository\\DocumentBailiffStepRepository' => '?',
  2454.             'App\\DocumentWorkflow\\Repository\\DocumentWorkflowHistoryCommentRepository' => '?',
  2455.             'App\\DocumentWorkflow\\Repository\\DocumentWorkflowHistoryGeneralRepository' => '?',
  2456.             'App\\DocumentWorkflow\\Repository\\DocumentWorkflowHistoryRepository' => '?',
  2457.             'App\\DocumentWorkflow\\Repository\\DocumentWorkflowHistoryStepRepository' => '?',
  2458.             'App\\DocumentWorkflow\\Repository\\DocumentWorkflowRepository' => '?',
  2459.             'App\\DocumentWorkflow\\Repository\\DocumentWorkflowStepRepository' => '?',
  2460.             'App\\Drive\\Sharepoint\\Repository\\SharepointPermissionRepository' => '?',
  2461.             'App\\ESignature\\Repository\\SignatureDocumentRepository' => '?',
  2462.             'App\\ESignature\\Repository\\SignatureRequestRepository' => '?',
  2463.             'App\\ESignature\\Repository\\SignerFieldsRepository' => '?',
  2464.             'App\\ESignature\\Repository\\SignerRepository' => '?',
  2465.             'App\\Invoice\\Repository\\InvoiceActivitySnapshotRepository' => '?',
  2466.             'App\\Invoice\\Repository\\InvoiceCommentBadgeRepository' => '?',
  2467.             'App\\Invoice\\Repository\\InvoiceCommentRepository' => '?',
  2468.             'App\\JarvisAI\\Repository\\UserAIConversationRepository' => '?',
  2469.             'App\\JarvisAI\\Repository\\UserAILogRepository' => '?',
  2470.             'App\\JarvisAI\\Repository\\UserAIPromptRepository' => '?',
  2471.             'App\\Mail\\Repository\\MailDriveRepository' => '?',
  2472.             'App\\Mail\\Repository\\MailEventRepository' => '?',
  2473.             'App\\Mail\\Repository\\MailMatterRepository' => '?',
  2474.             'App\\Task\\Repository\\TaskTemplateItemAssignedToUserRepository' => '?',
  2475.             'App\\Task\\Repository\\TaskTemplateItemRepository' => '?',
  2476.             'App\\Task\\Repository\\TaskTemplateRepository' => '?',
  2477.             'App\\UserRegistration\\BarRegistration\\Repository\\LawFirmBarRegistrationCNBFRepository' => '?',
  2478.             'App\\UserRegistration\\Repository\\LawFirmInfosRepository' => '?',
  2479.             'App\\UserRegistration\\Repository\\LawFirmOnboardingRepository' => '?',
  2480.             'App\\UserRegistration\\Repository\\LawFirmSubscriptionsRepository' => '?',
  2481.             'App\\UserRegistration\\Repository\\UserRegistrationRepository' => '?',
  2482.             'App\\ZohoAnalytics\\Repository\\LawFirmFilterRepository' => '?',
  2483.             'BillingBundle\\Repository\\ActivityExpenseRepository' => '?',
  2484.             'BillingBundle\\Repository\\ActivityOutlayRepository' => '?',
  2485.             'BillingBundle\\Repository\\ActivityServiceRepository' => '?',
  2486.             'BillingBundle\\Repository\\ActivityTimeRepository' => '?',
  2487.             'BillingBundle\\Repository\\BankAccountRepository' => '?',
  2488.             'BillingBundle\\Repository\\BillingUserRepository' => '?',
  2489.             'BillingBundle\\Repository\\FeeRepository' => '?',
  2490.             'BillingBundle\\Repository\\FeeTrustRepository' => '?',
  2491.             'BillingBundle\\Repository\\InvoiceRepository' => '?',
  2492.             'BillingBundle\\Repository\\PaymentMethodRepository' => '?',
  2493.             'BillingBundle\\Repository\\PaymentRepository' => '?',
  2494.             'BillingBundle\\Repository\\SplitBillRepository' => '?',
  2495.             'BillingBundle\\Repository\\TrustRepository' => '?',
  2496.             'BillingBundle\\Repository\\VatRepository' => '?',
  2497.             'CRMBundle\\Repository\\ContactAddressRepository' => '?',
  2498.             'CRMBundle\\Repository\\ContactQualityRepository' => '?',
  2499.             'CRMBundle\\Repository\\ContactRelationshipTypeRepository' => '?',
  2500.             'CRMBundle\\Repository\\ContactRepository' => '?',
  2501.             'CRMBundle\\Repository\\ContactTitleRepository' => '?',
  2502.             'CRMBundle\\Repository\\OrganizationRepository' => '?',
  2503.             'CRMBundle\\Repository\\PersonRepository' => '?',
  2504.             'CRMBundle\\Repository\\ProposalRepository' => '?',
  2505.             'CalendarBundle\\Repository\\CalendarEventRepository' => '?',
  2506.             'CalendarBundle\\Repository\\CalendarEventV3Repository' => '?',
  2507.             'CalendarBundle\\Repository\\CalendarRepository' => '?',
  2508.             'DocumentBundle\\Repository\\DocumentModelRepository' => '?',
  2509.             'DriveBundle\\Repository\\DefaultFolderEntryRepository' => '?',
  2510.             'DriveBundle\\Repository\\DefaultFolderRepository' => '?',
  2511.             'MigrationBundle\\Repository\\MigrationRepository' => '?',
  2512.             'SettingsBundle\\Repository\\AccountingCategoryRepository' => '?',
  2513.             'SettingsBundle\\Repository\\AccountingPlanRepository' => '?',
  2514.             'SettingsBundle\\Repository\\AccountingSubCategoryRepository' => '?',
  2515.             'SettingsBundle\\Repository\\PaymentDelayRepository' => '?',
  2516.             'SettingsBundle\\Repository\\TeamRepository' => '?',
  2517.         ])));
  2518.         $a->addCustomStringFunction('group_concat''DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  2519.         $a->addCustomStringFunction('if''DoctrineExtensions\\Query\\Mysql\\IfElse');
  2520.         $a->addCustomStringFunction('ifnull''DoctrineExtensions\\Query\\Mysql\\IfNull');
  2521.         $a->addCustomStringFunction('replace''DoctrineExtensions\\Query\\Mysql\\Replace');
  2522.         $a->addCustomStringFunction('json_extract''App\\Backoffice\\ORM\\DQL\\JsonExtractExpression');
  2523.         $a->addCustomDatetimeFunction('date''DoctrineExtensions\\Query\\Mysql\\Date');
  2524.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  2525.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  2526.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  2527.         return $instance;
  2528.     }
  2529.     /**
  2530.      * Gets the public 'event_dispatcher' shared service.
  2531.      *
  2532.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2533.      */
  2534.     protected function getEventDispatcherService()
  2535.     {
  2536.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2537.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2538.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2539.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] ?? ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] = new \Symfony\Bridge\Monolog\Processor\ConsoleCommandProcessor(truetrue))));
  2540.         $a->pushProcessor(($this->privates['Monolog\\Processor\\TagProcessor'] ?? ($this->privates['Monolog\\Processor\\TagProcessor'] = new \Monolog\Processor\TagProcessor())));
  2541.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2542.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2543.         $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())));
  2544.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  2545.             return ($this->privates['AppBundle\\EventListener\\AuthenticationSuccessListener'] ?? ($this->privates['AppBundle\\EventListener\\AuthenticationSuccessListener'] = new \AppBundle\EventListener\AuthenticationSuccessListener()));
  2546.         }, => 'onAuthenticationSuccessResponse'], 0);
  2547.         $instance->addListener('user.adding.success', [=> function () {
  2548.             return ($this->privates['AppBundle\\EventListener\\EmailAddUserListener'] ?? $this->load('getEmailAddUserListenerService'));
  2549.         }, => 'onUserAddedSuccess'], 0);
  2550.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  2551.             return ($this->privates['AppBundle\\EventListener\\Portal\\AuthenticationSuccessListener'] ?? ($this->privates['AppBundle\\EventListener\\Portal\\AuthenticationSuccessListener'] = new \AppBundle\EventListener\Portal\AuthenticationSuccessListener()));
  2552.         }, => 'onAuthenticationSuccessResponse'], 0);
  2553.         $instance->addListener('kernel.request', [=> function () {
  2554.             return ($this->privates['AppBundle\\Listener\\WhiteListListener'] ?? $this->getWhiteListListenerService());
  2555.         }, => 'onKernelRequest'], 0);
  2556.         $instance->addListener('lexik_jwt_authentication.on_authentication_failure', [=> function () {
  2557.             return ($this->privates['App\\Outlook\\EventListener\\AuthenticationFailureListener'] ?? ($this->privates['App\\Outlook\\EventListener\\AuthenticationFailureListener'] = new \App\Outlook\EventListener\AuthenticationFailureListener()));
  2558.         }, => 'onAuthenticationFailureResponse'], 0);
  2559.         $instance->addListener('kernel.controller', [=> function () {
  2560.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2561.         }, => 'onKernelController'], 0);
  2562.         $instance->addListener('kernel.request', [=> function () {
  2563.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  2564.         }, => 'onKernelRequest'], 10);
  2565.         $instance->addListener('kernel.request', [=> function () {
  2566.             return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  2567.         }, => 'onKernelRequest'], 34);
  2568.         $instance->addListener('kernel.controller', [=> function () {
  2569.             return ($this->privates['fos_rest.param_fetcher_listener'] ?? $this->getFosRest_ParamFetcherListenerService());
  2570.         }, => 'onKernelController'], 5);
  2571.         $instance->addListener('flow.previous_step_invalid', [=> function () {
  2572.             return ($this->privates['craue.form.flow.event_listener.previous_step_invalid'] ?? $this->load('getCraue_Form_Flow_EventListener_PreviousStepInvalidService'));
  2573.         }, => 'onPreviousStepInvalid'], 0);
  2574.         $instance->addListener('flow.flow_expired', [=> function () {
  2575.             return ($this->privates['craue.form.flow.event_listener.flow_expired'] ?? $this->load('getCraue_Form_Flow_EventListener_FlowExpiredService'));
  2576.         }, => 'onFlowExpired'], 0);
  2577.         $instance->addListener('console.command', [=> function () {
  2578.             return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  2579.         }, => 'onConsoleCommand'], 0);
  2580.         $instance->addListener('FOS\\ElasticaBundle\\Event\\PostIndexPopulateEvent', [=> function () {
  2581.             return ($this->privates['fos_elastica.populate_listener'] ?? $this->load('getFosElastica_PopulateListenerService'));
  2582.         }, => 'onPostIndexPopulate'], -9999);
  2583.         $instance->addListener('kernel.terminate', [=> function () {
  2584.             return ($this->privates['fos_elastica.listener.contact'] ?? $this->load('getFosElastica_Listener_ContactService'));
  2585.         }, => 'onTerminate'], 0);
  2586.         $instance->addListener('console.terminate', [=> function () {
  2587.             return ($this->privates['fos_elastica.listener.contact'] ?? $this->load('getFosElastica_Listener_ContactService'));
  2588.         }, => 'onTerminate'], 0);
  2589.         $instance->addListener('kernel.terminate', [=> function () {
  2590.             return ($this->privates['fos_elastica.listener.matter'] ?? $this->load('getFosElastica_Listener_MatterService'));
  2591.         }, => 'onTerminate'], 0);
  2592.         $instance->addListener('console.terminate', [=> function () {
  2593.             return ($this->privates['fos_elastica.listener.matter'] ?? $this->load('getFosElastica_Listener_MatterService'));
  2594.         }, => 'onTerminate'], 0);
  2595.         $instance->addListener('kernel.terminate', [=> function () {
  2596.             return ($this->privates['fos_elastica.listener.invoice'] ?? $this->load('getFosElastica_Listener_InvoiceService'));
  2597.         }, => 'onTerminate'], 0);
  2598.         $instance->addListener('console.terminate', [=> function () {
  2599.             return ($this->privates['fos_elastica.listener.invoice'] ?? $this->load('getFosElastica_Listener_InvoiceService'));
  2600.         }, => 'onTerminate'], 0);
  2601.         $instance->addListener('kernel.terminate', [=> function () {
  2602.             return ($this->privates['fos_elastica.listener.user'] ?? $this->load('getFosElastica_Listener_UserService'));
  2603.         }, => 'onTerminate'], 0);
  2604.         $instance->addListener('console.terminate', [=> function () {
  2605.             return ($this->privates['fos_elastica.listener.user'] ?? $this->load('getFosElastica_Listener_UserService'));
  2606.         }, => 'onTerminate'], 0);
  2607.         $instance->addListener('kernel.terminate', [=> function () {
  2608.             return ($this->privates['fos_elastica.listener.law_firm'] ?? $this->load('getFosElastica_Listener_LawFirmService'));
  2609.         }, => 'onTerminate'], 0);
  2610.         $instance->addListener('console.terminate', [=> function () {
  2611.             return ($this->privates['fos_elastica.listener.law_firm'] ?? $this->load('getFosElastica_Listener_LawFirmService'));
  2612.         }, => 'onTerminate'], 0);
  2613.         $instance->addListener('gos_web_socket.client_connected', [=> function () {
  2614.             return ($this->privates['gos_web_socket.event_listener.client'] ?? $this->load('getGosWebSocket_EventListener_ClientService'));
  2615.         }, => 'onClientConnect'], 0);
  2616.         $instance->addListener('gos_web_socket.client_disconnected', [=> function () {
  2617.             return ($this->privates['gos_web_socket.event_listener.client'] ?? $this->load('getGosWebSocket_EventListener_ClientService'));
  2618.         }, => 'onClientDisconnect'], 0);
  2619.         $instance->addListener('gos_web_socket.client_error', [=> function () {
  2620.             return ($this->privates['gos_web_socket.event_listener.client'] ?? $this->load('getGosWebSocket_EventListener_ClientService'));
  2621.         }, => 'onClientError'], 0);
  2622.         $instance->addListener('gos_web_socket.client_rejected', [=> function () {
  2623.             return ($this->privates['gos_web_socket.event_listener.client'] ?? $this->load('getGosWebSocket_EventListener_ClientService'));
  2624.         }, => 'onClientRejected'], 0);
  2625.         $instance->addListener('gos_web_socket.connection_rejected', [=> function () {
  2626.             return ($this->privates['gos_web_socket.event_listener.client'] ?? $this->load('getGosWebSocket_EventListener_ClientService'));
  2627.         }, => 'onConnectionRejected'], 0);
  2628.         $instance->addListener('kernel.terminate', [=> function () {
  2629.             return ($this->privates['gos_web_socket.event_listener.close_pusher_connections'] ?? $this->load('getGosWebSocket_EventListener_ClosePusherConnectionsService'));
  2630.         }, => 'closeConnection'], 0);
  2631.         $instance->addListener('gos_web_socket.server_launched', [=> function () {
  2632.             return ($this->privates['gos_web_socket.event_listener.register_periodic_memory_timer'] ?? $this->load('getGosWebSocket_EventListener_RegisterPeriodicMemoryTimerService'));
  2633.         }, => 'registerPeriodicHandler'], 255);
  2634.         $instance->addListener('gos_web_socket.server_launched', [=> function () {
  2635.             return ($this->privates['gos_web_socket.event_listener.register_periodic_timers'] ?? $this->load('getGosWebSocket_EventListener_RegisterPeriodicTimersService'));
  2636.         }, => 'registerPeriodics'], 0);
  2637.         $instance->addListener('gos_web_socket.server_launched', [=> function () {
  2638.             return ($this->privates['gos_web_socket.event_listener.register_push_handlers'] ?? $this->load('getGosWebSocket_EventListener_RegisterPushHandlersService'));
  2639.         }, => 'registerPushHandlers'], 0);
  2640.         $instance->addListener('gos_web_socket.server_launched', [=> function () {
  2641.             return ($this->privates['gos_web_socket.event_listener.start_server'] ?? $this->load('getGosWebSocket_EventListener_StartServerService'));
  2642.         }, => 'bindPnctlEvent'], 0);
  2643.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  2644.             return ($this->privates['gesdinet.jwtrefreshtoken.send_token'] ?? $this->load('getGesdinet_Jwtrefreshtoken_SendTokenService'));
  2645.         }, => 'attachRefreshToken'], 0);
  2646.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2647.             return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->load('getLogoutEventListenerService'));
  2648.         }, => 'onLogout'], 0);
  2649.         $instance->addListener('kernel.request', [=> function () {
  2650.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2651.         }, => 'onKernelRequest'], 250);
  2652.         $instance->addListener('kernel.response', [=> function () {
  2653.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2654.         }, => 'onKernelResponse'], 0);
  2655.         $instance->addListener('kernel.response', [=> function () {
  2656.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  2657.         }, => 'onResponse'], -15);
  2658.         $instance->addListener('console.command', [=> function () {
  2659.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleCommandListener'] ?? $this->load('getConsoleCommandListenerService'));
  2660.         }, => 'handleConsoleCommandEvent'], 128);
  2661.         $instance->addListener('console.terminate', [=> function () {
  2662.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleCommandListener'] ?? $this->load('getConsoleCommandListenerService'));
  2663.         }, => 'handleConsoleTerminateEvent'], -64);
  2664.         $instance->addListener('console.error', [=> function () {
  2665.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleCommandListener'] ?? $this->load('getConsoleCommandListenerService'));
  2666.         }, => 'handleConsoleErrorEvent'], -64);
  2667.         $instance->addListener('kernel.exception', [=> function () {
  2668.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->load('getErrorListenerService'));
  2669.         }, => 'handleExceptionEvent'], 128);
  2670.         $instance->addListener('kernel.request', [=> function () {
  2671.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  2672.         }, => 'handleKernelRequestEvent'], 5);
  2673.         $instance->addListener('kernel.controller', [=> function () {
  2674.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  2675.         }, => 'handleKernelControllerEvent'], 10);
  2676.         $instance->addListener('kernel.request', [=> function () {
  2677.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  2678.         }, => 'handleKernelRequestEvent'], 3);
  2679.         $instance->addListener('kernel.finish_request', [=> function () {
  2680.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  2681.         }, => 'handleKernelFinishRequestEvent'], 5);
  2682.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2683.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
  2684.         }, => 'handleWorkerMessageFailedEvent'], 50);
  2685.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2686.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
  2687.         }, => 'handleWorkerMessageHandledEvent'], 50);
  2688.         $instance->addListener('kernel.exception', [=> function () {
  2689.             return ($this->privates['pagerfanta.event_listener.convert_not_valid_max_per_page_to_not_found'] ?? ($this->privates['pagerfanta.event_listener.convert_not_valid_max_per_page_to_not_found'] = new \BabDev\PagerfantaBundle\EventListener\ConvertNotValidMaxPerPageToNotFoundListener()));
  2690.         }, => 'onKernelException'], 512);
  2691.         $instance->addListener('kernel.exception', [=> function () {
  2692.             return ($this->privates['pagerfanta.event_listener.convert_not_valid_current_page_to_not_found'] ?? ($this->privates['pagerfanta.event_listener.convert_not_valid_current_page_to_not_found'] = new \BabDev\PagerfantaBundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener()));
  2693.         }, => 'onKernelException'], 512);
  2694.         $instance->addListener('AppBundle\\Event\\AccountingEntry\\RegisterPaymentAccountingEntryEvent', [=> function () {
  2695.             return ($this->privates['AppBundle\\EventListener\\AccountingEntry\\RegisterPaymentAccountingEntryEventListener'] ?? $this->load('getRegisterPaymentAccountingEntryEventListenerService'));
  2696.         }, => 'onRegisterPaymentAccountingEntry'], 0);
  2697.         $instance->addListener('AppBundle\\Event\\AccountingExportCreatedEvent', [=> function () {
  2698.             return ($this->privates['AppBundle\\EventListener\\AccountingExportListener'] ?? $this->load('getAccountingExportListenerService'));
  2699.         }, => 'onCreate'], 0);
  2700.         $instance->addListener('AppBundle\\Event\\ActivityEntrySaveEvent', [=> function () {
  2701.             return ($this->privates['AppBundle\\EventListener\\ActivityEntryEventListener'] ?? $this->load('getActivityEntryEventListenerService'));
  2702.         }, => 'onSave'], 0);
  2703.         $instance->addListener('AppBundle\\Event\\ActivityEntryCreatedEvent', [=> function () {
  2704.             return ($this->privates['AppBundle\\EventListener\\ActivityEntryPutUserInSessionListener'] ?? $this->load('getActivityEntryPutUserInSessionListenerService'));
  2705.         }, => 'putSession'], 0);
  2706.         $instance->addListener('AppBundle\\Event\\AssetValidatedEvent', [=> function () {
  2707.             return ($this->privates['AppBundle\\EventListener\\AssetBalanceEventListener'] ?? $this->load('getAssetBalanceEventListenerService'));
  2708.         }, => 'onAssetValidated'], 0);
  2709.         $instance->addListener('AppBundle\\Event\\AssetValidatedEvent', [=> function () {
  2710.             return ($this->privates['AppBundle\\EventListener\\AssetEventListener'] ?? $this->load('getAssetEventListenerService'));
  2711.         }, => 'onAssetValidated'], 0);
  2712.         $instance->addListener('CalendarBundle\\Event\\CalendarEventCalendar\\CalendarEventCalendarCreatedEvent', [=> function () {
  2713.             return ($this->privates['AppBundle\\EventListener\\Calendar\\CreateEventListener'] ?? $this->load('getCreateEventListenerService'));
  2714.         }, => 'onCalendarEventCalendarCreated'], 0);
  2715.         $instance->addListener('contact_portal_user.create.success', [=> function () {
  2716.             return ($this->privates['AppBundle\\EventListener\\ContactPortalUserListener'] ?? $this->load('getContactPortalUserListenerService'));
  2717.         }, => 'onUserCreated'], 0);
  2718.         $instance->addListener('contact_portal_user.edit.success', [=> function () {
  2719.             return ($this->privates['AppBundle\\EventListener\\ContactPortalUserListener'] ?? $this->load('getContactPortalUserListenerService'));
  2720.         }, => 'onUserEdited'], 0);
  2721.         $instance->addListener('AppBundle\\Event\\Portal\\ContactPortalUserRenamedEvent', [=> function () {
  2722.             return ($this->privates['AppBundle\\EventListener\\ContactPortalUserListener'] ?? $this->load('getContactPortalUserListenerService'));
  2723.         }, => 'onUserRenamed'], 0);
  2724.         $instance->addListener('AppBundle\\Event\\TaskEmailNotifyEvent', [=> function () {
  2725.             return ($this->privates['AppBundle\\EventListener\\EmailNotificationTaskEventListener'] ?? $this->load('getEmailNotificationTaskEventListenerService'));
  2726.         }, => 'onTaskEmailNotification'], 0);
  2727.         $instance->addListener('AppBundle\\Event\\LawFirmCreatedEvent', [=> function () {
  2728.             return ($this->privates['AppBundle\\EventListener\\LawFirmListener'] ?? $this->load('getLawFirmListenerService'));
  2729.         }, => 'onLawFirmCreated'], 0);
  2730.         $instance->addListener('security.interactive_login', [=> function () {
  2731.             return ($this->privates['AppBundle\\EventListener\\LoginEventListener'] ?? $this->load('getLoginEventListenerService'));
  2732.         }, => 'onLogin'], 0);
  2733.         $instance->addListener('AppBundle\\Event\\Mail\\UserMailSignatureUpdatedEvent', [=> function () {
  2734.             return ($this->privates['AppBundle\\EventListener\\Mail\\UserMailSettingsListener'] ?? $this->load('getUserMailSettingsListenerService'));
  2735.         }, => 'onSignatureUpdated'], 0);
  2736.         $instance->addListener('AppBundle\\Event\\Matter\\MatterParticipantCreatedEvent', [=> function () {
  2737.             return ($this->privates['AppBundle\\EventListener\\Matter\\MatterParticipantListener'] ?? $this->load('getMatterParticipantListenerService'));
  2738.         }, => 'onCreate'], 0);
  2739.         $instance->addListener('AppBundle\\Event\\MatterDeleteEvent', [=> function () {
  2740.             return ($this->privates['AppBundle\\EventListener\\MatterEventListener'] ?? $this->load('getMatterEventListenerService'));
  2741.         }, => 'onMatterDeleted'], 0);
  2742.         $instance->addListener('AppBundle\\Event\\MatterCurrencyChangeEvent', [=> function () {
  2743.             return ($this->privates['AppBundle\\EventListener\\MatterEventListener'] ?? $this->load('getMatterEventListenerService'));
  2744.         }, => 'onMatterChangeCurrency'], 0);
  2745.         $instance->addListener('AppBundle\\Event\\MatterUserDriveAccessItemShareEvent', [=> function () {
  2746.             return ($this->privates['AppBundle\\EventListener\\MatterUserDriveAccessEventListener'] ?? $this->load('getMatterUserDriveAccessEventListenerService'));
  2747.         }, => 'onDriveItemSharedEvent'], 0);
  2748.         $instance->addListener('AppBundle\\Event\\Profile\\ProfileRoleMatterDriveAccessAddedEvent', [=> function () {
  2749.             return ($this->privates['AppBundle\\EventListener\\ProfileEventListener'] ?? $this->load('getProfileEventListenerService'));
  2750.         }, => 'onRoleMatterDriveAccessAdded'], 0);
  2751.         $instance->addListener('AppBundle\\Event\\Profile\\ProfileRoleMatterDriveAccessRemovedEvent', [=> function () {
  2752.             return ($this->privates['AppBundle\\EventListener\\ProfileEventListener'] ?? $this->load('getProfileEventListenerService'));
  2753.         }, => 'onRoleMatterDriveAccessRemoved'], 0);
  2754.         $instance->addListener('fos_user.change_password.edit.success', [=> function () {
  2755.             return ($this->privates['AppBundle\\EventListener\\ProfileListener'] ?? $this->load('getProfileListenerService'));
  2756.         }, => 'onPasswordChanged'], 0);
  2757.         $instance->addListener('AppBundle\\Event\\MatterClosedEvent', [=> function () {
  2758.             return ($this->privates['AppBundle\\EventListener\\StatusMatterEventListener'] ?? $this->load('getStatusMatterEventListenerService'));
  2759.         }, => 'onMatterStatusChanged'], 0);
  2760.         $instance->addListener('AppBundle\\Event\\MatterArchivedEvent', [=> function () {
  2761.             return ($this->privates['AppBundle\\EventListener\\StatusMatterEventListener'] ?? $this->load('getStatusMatterEventListenerService'));
  2762.         }, => 'onMatterArchived'], 0);
  2763.         $instance->addListener('AppBundle\\Event\\MatterUnarchivedEvent', [=> function () {
  2764.             return ($this->privates['AppBundle\\EventListener\\StatusMatterEventListener'] ?? $this->load('getStatusMatterEventListenerService'));
  2765.         }, => 'onMatterUnarchived'], 0);
  2766.         $instance->addListener('AppBundle\\Event\\Task\\TaskCreatedEvent', [=> function () {
  2767.             return ($this->privates['AppBundle\\EventListener\\TaskEventListener'] ?? $this->load('getTaskEventListenerService'));
  2768.         }, => 'onTaskCreated'], 0);
  2769.         $instance->addListener('AppBundle\\Event\\Task\\TaskUpdatedEvent', [=> function () {
  2770.             return ($this->privates['AppBundle\\EventListener\\TaskEventListener'] ?? $this->load('getTaskEventListenerService'));
  2771.         }, => 'onTaskUpdated'], 0);
  2772.         $instance->addListener('AppBundle\\Event\\User\\UserCreatedEvent', [=> function () {
  2773.             return ($this->privates['AppBundle\\EventListener\\UserEventListener'] ?? $this->load('getUserEventListenerService'));
  2774.         }, => 'onUserCreated'], 0);
  2775.         $instance->addListener('AppBundle\\Event\\User\\UserRoleMatterDriveAccessAddedEvent', [=> function () {
  2776.             return ($this->privates['AppBundle\\EventListener\\UserEventListener'] ?? $this->load('getUserEventListenerService'));
  2777.         }, => 'onRoleMatterDriveAccessAdded'], 0);
  2778.         $instance->addListener('AppBundle\\Event\\User\\UserRoleMatterDriveAccessRemovedEvent', [=> function () {
  2779.             return ($this->privates['AppBundle\\EventListener\\UserEventListener'] ?? $this->load('getUserEventListenerService'));
  2780.         }, => 'onRoleMatterDriveAccessRemoved'], 0);
  2781.         $instance->addListener('AppBundle\\Event\\UserUpdateBackdatedHisHourlyRate', [=> function () {
  2782.             return ($this->privates['AppBundle\\EventListener\\UserEventListener'] ?? $this->load('getUserEventListenerService'));
  2783.         }, => 'onHourlyRateChanged'], 0);
  2784.         $instance->addListener('kernel.finish_request', [=> function () {
  2785.             return ($this->privates['AppBundle\\EventSubscriber\\ApiLogSubscriber'] ?? $this->getApiLogSubscriberService());
  2786.         }, => 'onKernelFinishRequest'], 0);
  2787.         $instance->addListener('contact.apply_hourly_rate', [=> function () {
  2788.             return ($this->privates['AppBundle\\EventSubscriber\\HourlyRateSubscriber'] ?? $this->load('getHourlyRateSubscriberService'));
  2789.         }, => 'onContactApplyHourlyRate'], 0);
  2790.         $instance->addListener('matter.apply_hourly_rate', [=> function () {
  2791.             return ($this->privates['AppBundle\\EventSubscriber\\HourlyRateSubscriber'] ?? $this->load('getHourlyRateSubscriberService'));
  2792.         }, => 'onMatterApplyHourlyRate'], 0);
  2793.         $instance->addListener('kernel.response', [=> function () {
  2794.             return ($this->privates['AppBundle\\EventSubscriber\\WebhookSubscriber'] ?? $this->getWebhookSubscriberService());
  2795.         }, => 'onKernelResponse'], 1000);
  2796.         $instance->addListener('kernel.request', [=> function () {
  2797.             return ($this->privates['AppBundle\\EventSubscriber\\XSSSubscriber'] ?? ($this->privates['AppBundle\\EventSubscriber\\XSSSubscriber'] = new \AppBundle\EventSubscriber\XSSSubscriber()));
  2798.         }, => 'onKernelRequest'], 1000);
  2799.         $instance->addListener('form.pre_set_data', [=> function () {
  2800.             return ($this->privates['AppBundle\\Form\\EventListener\\HourlyRateTypeSubscriber'] ?? ($this->privates['AppBundle\\Form\\EventListener\\HourlyRateTypeSubscriber'] = new \AppBundle\Form\EventListener\HourlyRateTypeSubscriber()));
  2801.         }, => 'updateHourlyRate'], 0);
  2802.         $instance->addListener('form.pre_set_data', [=> function () {
  2803.             return ($this->privates['AppBundle\\Form\\EventListener\\UpdateToggleActiveFieldSubscriber'] ?? $this->load('getUpdateToggleActiveFieldSubscriberService'));
  2804.         }, => 'onPreSetData'], 0);
  2805.         $instance->addListener('BillingBundle\\Event\\CreateTimeEntryEvent', [=> function () {
  2806.             return ($this->privates['BillingBundle\\EventListener\\CreateActivityEntryEventListener'] ?? $this->load('getCreateActivityEntryEventListenerService'));
  2807.         }, => 'onTimeEntryCreated'], 0);
  2808.         $instance->addListener('BillingBundle\\Event\\CreateExpenseEntryEvent', [=> function () {
  2809.             return ($this->privates['BillingBundle\\EventListener\\CreateActivityEntryEventListener'] ?? $this->load('getCreateActivityEntryEventListenerService'));
  2810.         }, => 'onExpenseEntryCreated'], 0);
  2811.         $instance->addListener('BillingBundle\\Event\\CreateFlatFeeEntryEvent', [=> function () {
  2812.             return ($this->privates['BillingBundle\\EventListener\\CreateActivityEntryEventListener'] ?? $this->load('getCreateActivityEntryEventListenerService'));
  2813.         }, => 'onFlatFeeCreated'], 0);
  2814.         $instance->addListener('BillingBundle\\Event\\CreateOutlayEntryEvent', [=> function () {
  2815.             return ($this->privates['BillingBundle\\EventListener\\CreateActivityEntryEventListener'] ?? $this->load('getCreateActivityEntryEventListenerService'));
  2816.         }, => 'onOutlayEntryCreated'], 0);
  2817.         $instance->addListener('BillingBundle\\Event\\ComputeFeeEvent', [=> function () {
  2818.             return ($this->privates['BillingBundle\\EventListener\\CreateFeeEventListener'] ?? $this->load('getCreateFeeEventListenerService'));
  2819.         }, => 'onFeeComputed'], 0);
  2820.         $instance->addListener('BillingBundle\\Event\\FeePayedEvent', [=> function () {
  2821.             return ($this->privates['BillingBundle\\EventListener\\FeeEventListener'] ?? $this->load('getFeeEventListenerService'));
  2822.         }, => 'onFeePayed'], 0);
  2823.         $instance->addListener('BillingBundle\\Event\\FeeValidatedEvent', [=> function () {
  2824.             return ($this->privates['BillingBundle\\EventListener\\FeeEventListener'] ?? $this->load('getFeeEventListenerService'));
  2825.         }, => 'onFeeValidated'], 0);
  2826.         $instance->addListener('BillingBundle\\Event\\FeeWaitingForPaymentEvent', [=> function () {
  2827.             return ($this->privates['BillingBundle\\EventListener\\FeeEventListener'] ?? $this->load('getFeeEventListenerService'));
  2828.         }, => 'onFeeWaitingForPayment'], 0);
  2829.         $instance->addListener('AppBundle\\Event\\AssetValidatedEvent', [=> function () {
  2830.             return ($this->privates['BillingBundle\\EventListener\\InvoiceEventListener'] ?? $this->load('getInvoiceEventListenerService'));
  2831.         }, => 'onAssetValidated'], 0);
  2832.         $instance->addListener('App\\Mail\\Event\\EmailSendEvent', [=> function () {
  2833.             return ($this->privates['BillingBundle\\EventListener\\InvoiceEventListener'] ?? $this->load('getInvoiceEventListenerService'));
  2834.         }, => 'onSent'], 0);
  2835.         $instance->addListener('BillingBundle\\Event\\RemoveFeeTrustEvent', [=> function () {
  2836.             return ($this->privates['BillingBundle\\EventListener\\ResetFeeTrustBalanceEventListener'] ?? $this->load('getResetFeeTrustBalanceEventListenerService'));
  2837.         }, => 'onFeeTrustRemoved'], 0);
  2838.         $instance->addListener('BillingBundle\\Event\\UpdateTrustStatusEvent', [=> function () {
  2839.             return ($this->privates['BillingBundle\\EventListener\\TrustEventListener'] ?? $this->load('getTrustEventListenerService'));
  2840.         }, => 'onTrustPayed'], 0);
  2841.         $instance->addListener('CalendarBundle\\Event\\CalendarEventUpdatedEvent', [=> function () {
  2842.             return ($this->privates['CalendarBundle\\EventListener\\ExternalEventListener'] ?? $this->load('getExternalEventListenerService'));
  2843.         }, => 'onUpdated'], 0);
  2844.         $instance->addListener('CalendarBundle\\Event\\CalendarEventDeletedEvent', [=> function () {
  2845.             return ($this->privates['CalendarBundle\\EventListener\\ExternalEventListener'] ?? $this->load('getExternalEventListenerService'));
  2846.         }, => 'onDeleted'], 0);
  2847.         $instance->addListener('CalendarBundle\\Event\\CalendarEventCalendar\\CalendarEventCalendarCreatedEvent', [=> function () {
  2848.             return ($this->privates['CalendarBundle\\EventListener\\ExternalEventListener'] ?? $this->load('getExternalEventListenerService'));
  2849.         }, => 'onCalendarEventCalendarCreated'], 0);
  2850.         $instance->addListener('AppBundle\\Event\\LawFirmCreatedEvent', [=> function () {
  2851.             return ($this->privates['CalendarBundle\\EventListener\\UserCalendarListener'] ?? $this->load('getUserCalendarListenerService'));
  2852.         }, => 'onLawFirmCreated'], 0);
  2853.         $instance->addListener('AppBundle\\Event\\User\\UserCreatedEvent', [=> function () {
  2854.             return ($this->privates['CalendarBundle\\EventListener\\UserCalendarListener'] ?? $this->load('getUserCalendarListenerService'));
  2855.         }, => 'onUserCreated'], 0);
  2856.         $instance->addListener('AppBundle\\Event\\User\\UserChangedEvent', [=> function () {
  2857.             return ($this->privates['CalendarBundle\\EventListener\\UserCalendarListener'] ?? $this->load('getUserCalendarListenerService'));
  2858.         }, => 'onUserNameChanged'], 0);
  2859.         $instance->addListener('AppBundle\\Event\\LawFirmNameChangedEvent', [=> function () {
  2860.             return ($this->privates['CalendarBundle\\EventListener\\UserCalendarListener'] ?? $this->load('getUserCalendarListenerService'));
  2861.         }, => 'onLawFirmNameChanged'], 0);
  2862.         $instance->addListener('kernel.controller', [=> function () {
  2863.             return ($this->privates['CommonBundle\\EventListener\\CsrfProtectedListener'] ?? $this->getCsrfProtectedListenerService());
  2864.         }, => 'onKernelController'], -10);
  2865.         $instance->addListener('kernel.response', [=> function () {
  2866.             return ($this->privates['CommonBundle\\EventListener\\ForgottenDomainEventsListener'] ?? $this->getForgottenDomainEventsListenerService());
  2867.         }, => 'onKernelResponse'], 0);
  2868.         $instance->addListener('console.terminate', [=> function () {
  2869.             return ($this->privates['CommonBundle\\EventListener\\ForgottenDomainEventsListener'] ?? $this->getForgottenDomainEventsListenerService());
  2870.         }, => 'onConsoleTerminate'], 0);
  2871.         $instance->addListener('console.error', [=> function () {
  2872.             return ($this->privates['CommonBundle\\EventListener\\ForgottenDomainEventsListener'] ?? $this->getForgottenDomainEventsListenerService());
  2873.         }, => 'onConsoleException'], 0);
  2874.         $instance->addListener('CRMBundle\\Event\\ProposalCreatedEvent', [=> function () {
  2875.             return ($this->privates['CRMBundle\\EventListener\\ProposalEventListener'] ?? $this->load('getProposalEventListenerService'));
  2876.         }, => 'onCreate'], 0);
  2877.         $instance->addListener('CRMBundle\\Event\\ProposalCreatedEvent', [=> function () {
  2878.             return ($this->privates['CRMBundle\\EventListener\\ProposalEventListener'] ?? $this->load('getProposalEventListenerService'));
  2879.         }, => 'createMatter'], 0);
  2880.         $instance->addListener('CRMBundle\\Event\\ProposalChangeStatusEvent', [=> function () {
  2881.             return ($this->privates['CRMBundle\\EventListener\\ProposalEventListener'] ?? $this->load('getProposalEventListenerService'));
  2882.         }, => 'onContactChangeStatus'], 0);
  2883.         $instance->addListener('CRMBundle\\Event\\ProposalChangeStatusEvent', [=> function () {
  2884.             return ($this->privates['CRMBundle\\EventListener\\ProposalEventListener'] ?? $this->load('getProposalEventListenerService'));
  2885.         }, => 'openMatter'], 0);
  2886.         $instance->addListener('CRMBundle\\Event\\ContactCreateEvent', [=> function () {
  2887.             return ($this->privates['CRMBundle\\EventListener\\SharedContactEventListener'] ?? $this->load('getSharedContactEventListenerService'));
  2888.         }, => 'onContactAddedSuccess'], 0);
  2889.         $instance->addListener('AppBundle\\Event\\MatterCreatedEvent', [=> function () {
  2890.             return ($this->privates['DriveBundle\\EventListener\\MatterDriveItemListener'] ?? $this->load('getMatterDriveItemListenerService'));
  2891.         }, => 'onMatterCreated'], 0);
  2892.         $instance->addListener('AppBundle\\Event\\MatterNameOrReferenceChangedEvent', [=> function () {
  2893.             return ($this->privates['DriveBundle\\EventListener\\MatterDriveItemListener'] ?? $this->load('getMatterDriveItemListenerService'));
  2894.         }, => 'onMatterNameChanged'], 0);
  2895.         $instance->addListener('AppBundle\\Event\\MatterSharedToLawFirmEditedEvent', [=> function () {
  2896.             return ($this->privates['DriveBundle\\EventListener\\MatterDriveItemListener'] ?? $this->load('getMatterDriveItemListenerService'));
  2897.         }, => 'onMatterChangedShareToLawFirm'], 0);
  2898.         $instance->addListener('AppBundle\\Event\\User\\UserChangedEvent', [=> function () {
  2899.             return ($this->privates['DriveBundle\\EventListener\\UserListener'] ?? $this->load('getUserListener2Service'));
  2900.         }, => 'onUserChanged'], 0);
  2901.         $instance->addListener('kernel.view', [=> function () {
  2902.             return ($this->privates['App\\Core\\DataTable\\DataTableResponseListener'] ?? $this->load('getDataTableResponseListenerService'));
  2903.         }, => 'onKernelView'], 31);
  2904.         $instance->addListener('kernel.exception', [=> function () {
  2905.             return ($this->privates['App\\Core\\EventListener\\BlurModuleListener'] ?? $this->load('getBlurModuleListenerService'));
  2906.         }, => 'onKernelException'], 2);
  2907.         $instance->addListener('console.command', [=> function () {
  2908.             return ($this->privates['App\\Core\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  2909.         }, => 'changeRequestContext'], 0);
  2910.         $instance->addListener('before_processing', [=> function () {
  2911.             return ($this->privates['App\\Core\\EventListener\\Consumer\\DoctrinePingConnectionListener'] ?? $this->load('getDoctrinePingConnectionListenerService'));
  2912.         }, => 'onBeforeProcessingMessage'], 0);
  2913.         $instance->addListener('kernel.request', [=> function () {
  2914.             return ($this->privates['App\\Core\\EventListener\\LocaleListener'] ?? $this->getLocaleListenerService());
  2915.         }, => 'onKernelRequest'], 1);
  2916.         $instance->addListener('fos_user.resetting.send_email.completed', [=> function () {
  2917.             return ($this->privates['App\\Core\\EventListener\\ResettingPasswordListener'] ?? $this->load('getResettingPasswordListenerService'));
  2918.         }, => 'onResettingSendEmailCompleted'], 0);
  2919.         $instance->addListener('kernel.controller', [=> function () {
  2920.             return ($this->privates['App\\Core\\EventListener\\Security\\AppDevEventListener'] ?? $this->getAppDevEventListenerService());
  2921.         }, => 'onKernelController'], 0);
  2922.         $instance->addListener('kernel.response', [=> function () {
  2923.             return ($this->privates['App\\Core\\EventSubscriber\\CsrfCookieSubscriber'] ?? $this->getCsrfCookieSubscriberService());
  2924.         }, => 'onKernelResponse'], -5);
  2925.         $instance->addListener('kernel.controller', [=> function () {
  2926.             return ($this->privates['App\\Core\\EventSubscriber\\CsrfCookieSubscriber'] ?? $this->getCsrfCookieSubscriberService());
  2927.         }, => 'onKernelController'], -20);
  2928.         $instance->addListener('kernel.controller', [=> function () {
  2929.             return ($this->privates['App\\Core\\FeatureFlag\\FeatureFlagListener'] ?? $this->getFeatureFlagListenerService());
  2930.         }, => 'onKernelController'], -10);
  2931.         $instance->addListener('kernel.request', [=> function () {
  2932.             return ($this->privates['App\\Core\\Language\\BetaLanguageListener'] ?? $this->getBetaLanguageListenerService());
  2933.         }, => 'onKernelRequest'], 0);
  2934.         $instance->addListener('kernel.exception', [=> function () {
  2935.             return ($this->privates['App\\Core\\Request\\RequestExceptionListener'] ?? ($this->privates['App\\Core\\Request\\RequestExceptionListener'] = new \App\Core\Request\RequestExceptionListener()));
  2936.         }, => 'onException'], 0);
  2937.         $instance->addListener('kernel.exception', [=> function () {
  2938.             return ($this->privates['App\\Delivract\\Listener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  2939.         }, => 'onApiException'], 0);
  2940.         $instance->addListener('form.pre_set_data', [=> function () {
  2941.             return ($this->privates['App\\Drive\\Nextcloud\\Form\\Listener\\AddShareMatterToAllListener'] ?? ($this->privates['App\\Drive\\Nextcloud\\Form\\Listener\\AddShareMatterToAllListener'] = new \App\Drive\Nextcloud\Form\Listener\AddShareMatterToAllListener()));
  2942.         }, => 'onPreSetData'], 0);
  2943.         $instance->addListener('form.pre_submit', [=> function () {
  2944.             return ($this->privates['App\\Drive\\Nextcloud\\Form\\Listener\\AddShareMatterToAllListener'] ?? ($this->privates['App\\Drive\\Nextcloud\\Form\\Listener\\AddShareMatterToAllListener'] = new \App\Drive\Nextcloud\Form\Listener\AddShareMatterToAllListener()));
  2945.         }, => 'onPreSubmit'], 0);
  2946.         $instance->addListener('share_portal_folder', [=> function () {
  2947.             return ($this->privates['App\\Drive\\Sharepoint\\EventSubscriber\\ContactPortalUserSubscriber'] ?? $this->load('getContactPortalUserSubscriberService'));
  2948.         }, => 'onSharingContact'], 0);
  2949.         $instance->addListener('close_contact', [=> function () {
  2950.             return ($this->privates['App\\Drive\\Sharepoint\\EventSubscriber\\ContactPortalUserSubscriber'] ?? $this->load('getContactPortalUserSubscriberService'));
  2951.         }, => 'onClosingContact'], 0);
  2952.         $instance->addListener('form.pre_set_data', [=> function () {
  2953.             return ($this->privates['App\\Drive\\Sharepoint\\Form\\Listener\\AddShareMatterToAllListener'] ?? ($this->privates['App\\Drive\\Sharepoint\\Form\\Listener\\AddShareMatterToAllListener'] = new \App\Drive\Sharepoint\Form\Listener\AddShareMatterToAllListener()));
  2954.         }, => 'onPreSetData'], 0);
  2955.         $instance->addListener('form.pre_submit', [=> function () {
  2956.             return ($this->privates['App\\Drive\\Sharepoint\\Form\\Listener\\AddShareMatterToAllListener'] ?? ($this->privates['App\\Drive\\Sharepoint\\Form\\Listener\\AddShareMatterToAllListener'] = new \App\Drive\Sharepoint\Form\Listener\AddShareMatterToAllListener()));
  2957.         }, => 'onPreSubmit'], 0);
  2958.         $instance->addListener('kernel.exception', [=> function () {
  2959.             return ($this->privates['App\\Drive\\Sharepoint\\Listener\\ExceptionListener'] ?? $this->load('getExceptionListener2Service'));
  2960.         }, => 'onApiException'], 0);
  2961.         $instance->addListener('kernel.controller', [=> function () {
  2962.             return ($this->privates['App\\Drive\\Sharepoint\\Listener\\SharepointAuthListener'] ?? $this->getSharepointAuthListenerService());
  2963.         }, => 'onKernelController'], 0);
  2964.         $instance->addListener('kernel.finish_request', [=> function () {
  2965.             return ($this->privates['App\\Drive\\Sharepoint\\Listener\\SharepointAuthListener'] ?? $this->getSharepointAuthListenerService());
  2966.         }, => 'onKernelFinishRequest'], 0);
  2967.         $instance->addListener('App\\Mail\\Event\\EmailExternalAccountCreatedEvent', [=> function () {
  2968.             return ($this->privates['App\\Mail\\EventListener\\EmailExternalAccountListener'] ?? $this->load('getEmailExternalAccountListenerService'));
  2969.         }, => 'onCreated'], 0);
  2970.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  2971.             return ($this->privates['App\\Outlook\\EventListener\\JWTSubscriber'] ?? ($this->privates['App\\Outlook\\EventListener\\JWTSubscriber'] = new \App\Outlook\EventListener\JWTSubscriber()));
  2972.         }, => 'onJWTCreated'], 0);
  2973.         $instance->addListener('kernel.controller', [=> function () {
  2974.             return ($this->privates['App\\Security\\UserStatusAuthListener'] ?? $this->getUserStatusAuthListenerService());
  2975.         }, => 'onKernelController'], 0);
  2976.         $instance->addListener('kernel.response', [=> function () {
  2977.             return ($this->privates['App\\Security\\UserStatusAuthListener'] ?? $this->getUserStatusAuthListenerService());
  2978.         }, => 'onKernelResponse'], 0);
  2979.         $instance->addListener('AppBundle\\Event\\User\\UserCreatedEvent', [=> function () {
  2980.             return ($this->privates['App\\Sso\\EventListener\\UserListener'] ?? $this->load('getUserListenerService'));
  2981.         }, => 'onUserCreated'], 0);
  2982.         $instance->addListener('AppBundle\\Event\\User\\UserEvent', [=> function () {
  2983.             return ($this->privates['App\\Sso\\EventListener\\UserListener'] ?? $this->load('getUserListenerService'));
  2984.         }, => 'onUserInactiveStatusChanged'], 0);
  2985.         $instance->addListener('fos_user.user.activated', [=> function () {
  2986.             return ($this->privates['App\\Sso\\EventListener\\UserListener'] ?? $this->load('getUserListenerService'));
  2987.         }, => 'onUserActivated'], 0);
  2988.         $instance->addListener('fos_user.user.deactivated', [=> function () {
  2989.             return ($this->privates['App\\Sso\\EventListener\\UserListener'] ?? $this->load('getUserListenerService'));
  2990.         }, => 'onUserDeactivated'], 0);
  2991.         $instance->addListener('kernel.request', [=> function () {
  2992.             return ($this->privates['App\\Wam\\EventSubscriber\\PasswordResettingSubscriber'] ?? $this->getPasswordResettingSubscriberService());
  2993.         }, => 'onKernelRequest'], 0);
  2994.         $instance->addListener('kernel.request', [=> function () {
  2995.             return ($this->privates['App\\Wam\\EventSubscriber\\WamLoginRedirectSubscriber'] ?? $this->getWamLoginRedirectSubscriberService());
  2996.         }, => 'onKernelRequest'], 9);
  2997.         $instance->addListener('console.command', [=> function () {
  2998.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] ?? ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] = new \Symfony\Bridge\Monolog\Processor\ConsoleCommandProcessor(truetrue)));
  2999.         }, => 'addCommandData'], 1);
  3000.         $instance->addListener('law_firm.disabled', [=> function () {
  3001.             return ($this->privates['App\\Backoffice\\EventListener\\LawFirm\\LawFirmDisabledEventListener'] ?? $this->load('getLawFirmDisabledEventListenerService'));
  3002.         }, => 'onDisabled'], 0);
  3003.         $instance->addListener('before_processing', [=> function () {
  3004.             return ($this->privates['App\\Backoffice\\Job\\ConsumerListener'] ?? $this->load('getConsumerListenerService'));
  3005.         }, => 'onBeforeProcessingMessage'], 0);
  3006.         $instance->addListener('after_processing', [=> function () {
  3007.             return ($this->privates['App\\Backoffice\\Job\\ConsumerListener'] ?? $this->load('getConsumerListenerService'));
  3008.         }, => 'onAfterProcessingMessage'], 0);
  3009.         $instance->addListener('jarvis.ai.log', [=> function () {
  3010.             return ($this->privates['App\\JarvisAI\\EventSubscriber\\UserAILogSubscriber'] ?? $this->load('getUserAILogSubscriberService'));
  3011.         }, => 'onUserAILog'], 0);
  3012.         $instance->addListener('kernel.response', [=> function () {
  3013.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  3014.         }, => 'onKernelResponse'], 0);
  3015.         $instance->addListener('kernel.response', [=> function () {
  3016.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  3017.         }, => 'onKernelResponse'], -1024);
  3018.         $instance->addListener('kernel.request', [=> function () {
  3019.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  3020.         }, => 'setDefaultLocale'], 100);
  3021.         $instance->addListener('kernel.request', [=> function () {
  3022.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  3023.         }, => 'onKernelRequest'], 16);
  3024.         $instance->addListener('kernel.finish_request', [=> function () {
  3025.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  3026.         }, => 'onKernelFinishRequest'], 0);
  3027.         $instance->addListener('kernel.request', [=> function () {
  3028.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  3029.         }, => 'onKernelRequest'], 256);
  3030.         $instance->addListener('kernel.response', [=> function () {
  3031.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  3032.         }, => 'onResponse'], -255);
  3033.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3034.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener3Service());
  3035.         }, => 'onControllerArguments'], 0);
  3036.         $instance->addListener('kernel.exception', [=> function () {
  3037.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener3Service());
  3038.         }, => 'logKernelException'], 0);
  3039.         $instance->addListener('kernel.exception', [=> function () {
  3040.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener3Service());
  3041.         }, => 'onKernelException'], -128);
  3042.         $instance->addListener('kernel.response', [=> function () {
  3043.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener3Service());
  3044.         }, => 'removeCspHeader'], -128);
  3045.         $instance->addListener('kernel.request', [=> function () {
  3046.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3047.         }, => 'onKernelRequest'], 15);
  3048.         $instance->addListener('kernel.finish_request', [=> function () {
  3049.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3050.         }, => 'onKernelFinishRequest'], -15);
  3051.         $instance->addListener('console.error', [=> function () {
  3052.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  3053.         }, => 'onConsoleError'], -128);
  3054.         $instance->addListener('console.terminate', [=> function () {
  3055.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  3056.         }, => 'onConsoleTerminate'], -128);
  3057.         $instance->addListener('console.error', [=> function () {
  3058.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  3059.         }, => 'onConsoleError'], 0);
  3060.         $instance->addListener('kernel.request', [=> function () {
  3061.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  3062.         }, => 'onKernelRequest'], 48);
  3063.         $instance->addListener('kernel.request', [=> function () {
  3064.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3065.         }, => 'configure'], 2048);
  3066.         $instance->addListener('console.command', [=> function () {
  3067.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3068.         }, => 'configure'], 2048);
  3069.         $instance->addListener('kernel.request', [=> function () {
  3070.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3071.         }, => 'onKernelRequest'], 32);
  3072.         $instance->addListener('kernel.finish_request', [=> function () {
  3073.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3074.         }, => 'onKernelFinishRequest'], 0);
  3075.         $instance->addListener('kernel.exception', [=> function () {
  3076.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3077.         }, => 'onKernelException'], -64);
  3078.         $instance->addListener('kernel.request', [=> function () {
  3079.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3080.         }, => 'onKernelRequest'], 128);
  3081.         $instance->addListener('kernel.response', [=> function () {
  3082.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3083.         }, => 'onKernelResponse'], -1000);
  3084.         $instance->addListener('kernel.finish_request', [=> function () {
  3085.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3086.         }, => 'onFinishRequest'], 0);
  3087.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3088.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  3089.         }, => 'onMessageFailed'], 100);
  3090.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3091.             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()));
  3092.         }, => 'onMessageFailed'], 200);
  3093.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  3094.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  3095.         }, => 'onWorkerStarted'], 0);
  3096.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  3097.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  3098.         }, => 'onWorkerRunning'], 0);
  3099.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3100.             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()));
  3101.         }, => 'onMessageFailed'], 0);
  3102.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  3103.             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()));
  3104.         }, => 'onWorkerRunning'], 0);
  3105.         $instance->addListener('kernel.response', [=> function () {
  3106.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3107.         }, => 'onKernelResponse'], -100);
  3108.         $instance->addListener('kernel.exception', [=> function () {
  3109.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3110.         }, => 'onKernelException'], 0);
  3111.         $instance->addListener('kernel.terminate', [=> function () {
  3112.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3113.         }, => 'onKernelTerminate'], -1024);
  3114.         $instance->addListener('kernel.controller', [=> function () {
  3115.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3116.         }, => 'onKernelController'], 0);
  3117.         $instance->addListener('kernel.response', [=> function () {
  3118.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3119.         }, => 'onKernelResponse'], 0);
  3120.         $instance->addListener('kernel.response', [=> function () {
  3121.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  3122.         }, => 'onKernelResponse'], 0);
  3123.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  3124.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  3125.         }, => 'onVoterVote'], 0);
  3126.         $instance->addListener('kernel.request', [=> function () {
  3127.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3128.         }, => 'configureLogoutUrlGenerator'], 8);
  3129.         $instance->addListener('kernel.request', [=> function () {
  3130.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3131.         }, => 'onKernelRequest'], 8);
  3132.         $instance->addListener('kernel.finish_request', [=> function () {
  3133.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3134.         }, => 'onKernelFinishRequest'], 0);
  3135.         $instance->addListener('kernel.exception', [=> function () {
  3136.             return ($this->privates['security.authentication.kernel_exception_listener.two_factor.main'] ?? $this->load('getSecurity_Authentication_KernelExceptionListener_TwoFactor_MainService'));
  3137.         }, => 'onKernelException'], 2);
  3138.         $instance->addListener('kernel.request', [=> function () {
  3139.             return ($this->privates['security.authentication.form_listener.two_factor.main'] ?? $this->getSecurity_Authentication_FormListener_TwoFactor_MainService());
  3140.         }, => 'onKernelRequest'], 0);
  3141.         $instance->addListener('security.authentication.success', [=> function () {
  3142.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  3143.         }, => 'onLogin'], 9223372036854775807);
  3144.         $instance->addListener('scheb_two_factor.authentication.require', [=> function () {
  3145.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  3146.         }, => 'onAccessDenied'], 0);
  3147.         $instance->addListener('scheb_two_factor.authentication.form', [=> function () {
  3148.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  3149.         }, => 'onTwoFactorForm'], 0);
  3150.         $instance->addListener('kernel.response', [=> function () {
  3151.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  3152.         }, => 'onKernelResponse'], 1);
  3153.         $instance->addListener('console.command', [=> function () {
  3154.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3155.         }, => 'onCommand'], 255);
  3156.         $instance->addListener('console.terminate', [=> function () {
  3157.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3158.         }, => 'onTerminate'], -255);
  3159.         $instance->addListener('kernel.exception', [=> function () {
  3160.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  3161.         }, => 'onException'], 0);
  3162.         $instance->addListener('kernel.terminate', [=> function () {
  3163.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  3164.         }, => 'onTerminate'], 0);
  3165.         $instance->addListener('console.error', [=> function () {
  3166.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  3167.         }, => 'onException'], 0);
  3168.         $instance->addListener('console.terminate', [=> function () {
  3169.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  3170.         }, => 'onTerminate'], 0);
  3171.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  3172.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  3173.         }, => 'onWorkerMessageHandled'], 0);
  3174.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3175.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  3176.         }, => 'onWorkerMessageFailed'], 0);
  3177.         $instance->addListener('kernel.controller', [=> function () {
  3178.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  3179.         }, => 'onKernelController'], 0);
  3180.         $instance->addListener('kernel.controller', [=> function () {
  3181.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  3182.         }, => 'onKernelController'], 0);
  3183.         $instance->addListener('kernel.controller', [=> function () {
  3184.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3185.         }, => 'onKernelController'], -128);
  3186.         $instance->addListener('kernel.view', [=> function () {
  3187.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3188.         }, => 'onKernelView'], 0);
  3189.         $instance->addListener('kernel.controller', [=> function () {
  3190.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3191.         }, => 'onKernelController'], 0);
  3192.         $instance->addListener('kernel.response', [=> function () {
  3193.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3194.         }, => 'onKernelResponse'], 0);
  3195.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3196.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  3197.         }, => 'onKernelControllerArguments'], 0);
  3198.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3199.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  3200.         }, => 'onKernelControllerArguments'], 0);
  3201.         $instance->addListener('kernel.controller', [=> function () {
  3202.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
  3203.         }, => 'onKernelController'], 0);
  3204.         $instance->addListener('kernel.view', [=> function () {
  3205.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
  3206.         }, => 'onKernelView'], 30);
  3207.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  3208.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  3209.         }, => 'onImplicitLogin'], 0);
  3210.         $instance->addListener('security.interactive_login', [=> function () {
  3211.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  3212.         }, => 'onSecurityInteractiveLogin'], 0);
  3213.         $instance->addListener('fos_user.registration.completed', [=> function () {
  3214.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  3215.         }, => 'authenticate'], 0);
  3216.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  3217.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  3218.         }, => 'authenticate'], 0);
  3219.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  3220.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  3221.         }, => 'authenticate'], 0);
  3222.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  3223.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  3224.         }, => 'addSuccessFlash'], 0);
  3225.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  3226.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  3227.         }, => 'addSuccessFlash'], 0);
  3228.         $instance->addListener('fos_user.registration.completed', [=> function () {
  3229.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  3230.         }, => 'addSuccessFlash'], 0);
  3231.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  3232.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  3233.         }, => 'addSuccessFlash'], 0);
  3234.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  3235.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
  3236.         }, => 'onResettingResetInitialize'], 0);
  3237.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  3238.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
  3239.         }, => 'onResettingResetSuccess'], 0);
  3240.         $instance->addListener('kernel.request', [=> function () {
  3241.             return ($this->privates['stof_doctrine_extensions.event_listener.logger'] ?? $this->getStofDoctrineExtensions_EventListener_LoggerService());
  3242.         }, => 'onKernelRequest'], 0);
  3243.         $instance->addListener('knp_pager.items', [=> function () {
  3244.             return ($this->privates['fos_elastica.paginator.subscriber'] ?? $this->load('getFosElastica_Paginator_SubscriberService'));
  3245.         }, => 'items'], 1);
  3246.         $instance->addListener('FOS\\ElasticaBundle\\Persister\\Event\\PreInsertObjectsEvent', [=> function () {
  3247.             return ($this->privates['fos_elastica.filter_objects_listener'] ?? $this->load('getFosElastica_FilterObjectsListenerService'));
  3248.         }, => 'filterObjects'], 0);
  3249.         $instance->addListener('security.authentication.success', [=> function () {
  3250.             return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
  3251.         }, => 'onLogin'], 9223372036854775806);
  3252.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3253.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService'));
  3254.         }, => 'checkPassport'], 0);
  3255.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3256.             return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
  3257.         }, => 'onSuccessfulLogin'], -63);
  3258.         $instance->addListener('console.error', [=> function () {
  3259.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3260.         }, => 'onConsoleError'], 0);
  3261.         $instance->addListener('console.terminate', [=> function () {
  3262.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3263.         }, => 'onConsoleTerminate'], 0);
  3264.         $instance->addListener('console.command', [=> function () {
  3265.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  3266.         }, => 'configure'], 1024);
  3267.         $instance->addListener('kernel.response', [=> function () {
  3268.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  3269.         }, => 'onKernelResponse'], -128);
  3270.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3271.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3272.         }, => 'onLogout'], 0);
  3273.         return $instance;
  3274.     }
  3275.     /**
  3276.      * Gets the public 'fos_rest.view_handler' shared service.
  3277.      *
  3278.      * @return \FOS\RestBundle\View\ViewHandler
  3279.      */
  3280.     protected function getFosRest_ViewHandlerService()
  3281.     {
  3282.         return $this->services['fos_rest.view_handler'] = \FOS\RestBundle\View\ViewHandler::create(($this->services['router'] ?? $this->getRouterService()), new \FOS\RestBundle\Serializer\JMSSerializerAdapter(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory()))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['json' => false'xml' => false], 400204false, ['serializeNullStrategy' => false]);
  3283.     }
  3284.     /**
  3285.      * Gets the public 'fos_user.user_manager' shared autowired service.
  3286.      *
  3287.      * @return \AppBundle\Manager\UserManager
  3288.      */
  3289.     protected function getFosUser_UserManagerService()
  3290.     {
  3291.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3292.         if (isset($this->services['fos_user.user_manager'])) {
  3293.             return $this->services['fos_user.user_manager'];
  3294.         }
  3295.         $this->services['fos_user.user_manager'] = $instance = new \AppBundle\Manager\UserManager(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()), $a'AppBundle\\Entity\\User', ($this->privates['AppBundle\\Util\\PasswordGenerator'] ?? $this->getPasswordGeneratorService()), 'fr'$a'Europe/Paris', ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3296.         $instance->setDomainEventsCollector(($this->services['CommonBundle\\EventListener\\DomainEventsCollector'] ?? $this->getDomainEventsCollectorService()));
  3297.         return $instance;
  3298.     }
  3299.     /**
  3300.      * Gets the public 'http_kernel' shared service.
  3301.      *
  3302.      * @return \Symfony\Component\HttpKernel\HttpKernel
  3303.      */
  3304.     protected function getHttpKernelService()
  3305.     {
  3306.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3307.         if (isset($this->services['http_kernel'])) {
  3308.             return $this->services['http_kernel'];
  3309.         }
  3310.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3311.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  3312.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  3313.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  3314.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  3315.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  3316.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  3317.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  3318.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  3319.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  3320.         }, 8)), $b));
  3321.     }
  3322.     /**
  3323.      * Gets the public 'jms_serializer' shared service.
  3324.      *
  3325.      * @return \JMS\Serializer\Serializer
  3326.      */
  3327.     protected function getJmsSerializerService()
  3328.     {
  3329.         $a = ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService());
  3330.         $b = ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService());
  3331.         $c = ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService());
  3332.         $d = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($c);
  3333.         $e = ($this->privates['jms_serializer.event_dispatcher'] ?? $this->getJmsSerializer_EventDispatcherService());
  3334.         $f = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  3335.         $f->setOptions(1024);
  3336.         $g = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory(false);
  3337.         $g->setOptions(0);
  3338.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a$b, new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), new \JMS\Serializer\Construction\UnserializeObjectConstructor(), 'null'), $d$e$c), => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a$b$d$e$c)], ['json' => $f'xml' => new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory()], ['json' => $g'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  3339.     }
  3340.     /**
  3341.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  3342.      *
  3343.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  3344.      */
  3345.     protected function getJmsSerializer_DeserializationContextFactoryService()
  3346.     {
  3347.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  3348.     }
  3349.     /**
  3350.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  3351.      *
  3352.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  3353.      */
  3354.     protected function getJmsSerializer_SerializationContextFactoryService()
  3355.     {
  3356.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  3357.     }
  3358.     /**
  3359.      * Gets the public 'liip_imagine.cache.manager' shared service.
  3360.      *
  3361.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  3362.      */
  3363.     protected function getLiipImagine_Cache_ManagerService()
  3364.     {
  3365.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3366.         if (isset($this->services['liip_imagine.cache.manager'])) {
  3367.             return $this->services['liip_imagine.cache.manager'];
  3368.         }
  3369.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer('ThisTokenIsNotSoSecretChangeIt'))), $a'profile_pictures'false);
  3370.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  3371.         $instance->addResolver('profile_pictures', ($this->services['liip_imagine.cache.resolver.profile_pictures'] ?? $this->getLiipImagine_Cache_Resolver_ProfilePicturesService()));
  3372.         $instance->addResolver('logotype_pictures', ($this->services['liip_imagine.cache.resolver.logotype_pictures'] ?? $this->getLiipImagine_Cache_Resolver_LogotypePicturesService()));
  3373.         $instance->addResolver('mail_pictures', ($this->services['liip_imagine.cache.resolver.mail_pictures'] ?? $this->getLiipImagine_Cache_Resolver_MailPicturesService()));
  3374.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  3375.         return $instance;
  3376.     }
  3377.     /**
  3378.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  3379.      *
  3380.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver
  3381.      */
  3382.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  3383.     {
  3384.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver(($this->services['oneup_flysystem.uploaded_files_filesystem'] ?? $this->getOneupFlysystem_UploadedFilesFilesystemService()), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), '/''media/cache''private');
  3385.     }
  3386.     /**
  3387.      * Gets the public 'liip_imagine.cache.resolver.logotype_pictures' shared service.
  3388.      *
  3389.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver
  3390.      */
  3391.     protected function getLiipImagine_Cache_Resolver_LogotypePicturesService()
  3392.     {
  3393.         return $this->services['liip_imagine.cache.resolver.logotype_pictures'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver(($this->services['oneup_flysystem.uploaded_files_filesystem'] ?? $this->getOneupFlysystem_UploadedFilesFilesystemService()), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), '/''media/cache''private');
  3394.     }
  3395.     /**
  3396.      * Gets the public 'liip_imagine.cache.resolver.mail_pictures' shared service.
  3397.      *
  3398.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver
  3399.      */
  3400.     protected function getLiipImagine_Cache_Resolver_MailPicturesService()
  3401.     {
  3402.         return $this->services['liip_imagine.cache.resolver.mail_pictures'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver(($this->services['oneup_flysystem.uploaded_files_filesystem'] ?? $this->getOneupFlysystem_UploadedFilesFilesystemService()), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), $this->getEnv('APPLICATION_URL'), 'media/cache''private');
  3403.     }
  3404.     /**
  3405.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  3406.      *
  3407.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  3408.      */
  3409.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  3410.     {
  3411.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  3412.     }
  3413.     /**
  3414.      * Gets the public 'liip_imagine.cache.resolver.profile_pictures' shared service.
  3415.      *
  3416.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver
  3417.      */
  3418.     protected function getLiipImagine_Cache_Resolver_ProfilePicturesService()
  3419.     {
  3420.         return $this->services['liip_imagine.cache.resolver.profile_pictures'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver(($this->services['oneup_flysystem.uploaded_files_filesystem'] ?? $this->getOneupFlysystem_UploadedFilesFilesystemService()), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), '/''media/cache''private');
  3421.     }
  3422.     /**
  3423.      * Gets the public 'liip_imagine.cache.signer' shared service.
  3424.      *
  3425.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  3426.      */
  3427.     protected function getLiipImagine_Cache_SignerService()
  3428.     {
  3429.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer('ThisTokenIsNotSoSecretChangeIt');
  3430.     }
  3431.     /**
  3432.      * Gets the public 'messenger.default_bus' shared service.
  3433.      *
  3434.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  3435.      */
  3436.     protected function getMessenger_DefaultBusService()
  3437.     {
  3438.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  3439.             yield => ($this->privates['job.middleware.traceable'] ?? $this->load('getJob_Middleware_TraceableService'));
  3440.             yield => ($this->privates['job.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['job.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('job')));
  3441.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  3442.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  3443.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  3444.             yield => ($this->privates['job.middleware.doctrine_ping_connection'] ?? $this->load('getJob_Middleware_DoctrinePingConnectionService'));
  3445.             yield => ($this->privates['job.middleware.doctrine_close_connection'] ?? $this->load('getJob_Middleware_DoctrineCloseConnectionService'));
  3446.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  3447.             yield => ($this->privates['job.middleware.handle_message'] ?? $this->load('getJob_Middleware_HandleMessageService'));
  3448.         }, 9)));
  3449.     }
  3450.     /**
  3451.      * Gets the public 'monolog.logger.sharepoint' shared service.
  3452.      *
  3453.      * @return \Symfony\Bridge\Monolog\Logger
  3454.      */
  3455.     protected function getMonolog_Logger_SharepointService()
  3456.     {
  3457.         $this->services['monolog.logger.sharepoint'] = $instance = new \Symfony\Bridge\Monolog\Logger('sharepoint');
  3458.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3459.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3460.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] ?? ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] = new \Symfony\Bridge\Monolog\Processor\ConsoleCommandProcessor(truetrue))));
  3461.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\TagProcessor'] ?? ($this->privates['Monolog\\Processor\\TagProcessor'] = new \Monolog\Processor\TagProcessor())));
  3462.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3463.         $instance->pushHandler(($this->privates['monolog.handler.files'] ?? $this->getMonolog_Handler_FilesService()));
  3464.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3465.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3466.         return $instance;
  3467.     }
  3468.     /**
  3469.      * Gets the public 'monolog.logger.websocket' shared service.
  3470.      *
  3471.      * @return \Symfony\Bridge\Monolog\Logger
  3472.      */
  3473.     protected function getMonolog_Logger_WebsocketService()
  3474.     {
  3475.         $this->services['monolog.logger.websocket'] = $instance = new \Symfony\Bridge\Monolog\Logger('websocket');
  3476.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3477.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3478.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] ?? ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] = new \Symfony\Bridge\Monolog\Processor\ConsoleCommandProcessor(truetrue))));
  3479.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\TagProcessor'] ?? ($this->privates['Monolog\\Processor\\TagProcessor'] = new \Monolog\Processor\TagProcessor())));
  3480.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3481.         $instance->pushHandler(($this->privates['monolog.handler.files'] ?? $this->getMonolog_Handler_FilesService()));
  3482.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3483.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3484.         return $instance;
  3485.     }
  3486.     /**
  3487.      * Gets the public 'oneup_flysystem.invoice_local_filesystem' shared service.
  3488.      *
  3489.      * @return \League\Flysystem\Filesystem
  3490.      */
  3491.     protected function getOneupFlysystem_InvoiceLocalFilesystemService()
  3492.     {
  3493.         return $this->services['oneup_flysystem.invoice_local_filesystem'] = new \League\Flysystem\Filesystem(($this->privates['oneup_flysystem.dev_uploads_adapter'] ?? $this->getOneupFlysystem_DevUploadsAdapterService()), []);
  3494.     }
  3495.     /**
  3496.      * Gets the public 'oneup_flysystem.uploaded_files_filesystem' shared service.
  3497.      *
  3498.      * @return \League\Flysystem\Filesystem
  3499.      */
  3500.     protected function getOneupFlysystem_UploadedFilesFilesystemService()
  3501.     {
  3502.         return $this->services['oneup_flysystem.uploaded_files_filesystem'] = new \League\Flysystem\Filesystem(($this->privates['oneup_flysystem.dev_uploads_adapter'] ?? $this->getOneupFlysystem_DevUploadsAdapterService()), []);
  3503.     }
  3504.     /**
  3505.      * Gets the public 'request_stack' shared service.
  3506.      *
  3507.      * @return \Symfony\Component\HttpFoundation\RequestStack
  3508.      */
  3509.     protected function getRequestStackService()
  3510.     {
  3511.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  3512.     }
  3513.     /**
  3514.      * Gets the public 'router' shared service.
  3515.      *
  3516.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  3517.      */
  3518.     protected function getRouterService()
  3519.     {
  3520.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  3521.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3522.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3523.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] ?? ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] = new \Symfony\Bridge\Monolog\Processor\ConsoleCommandProcessor(truetrue))));
  3524.         $a->pushProcessor(($this->privates['Monolog\\Processor\\TagProcessor'] ?? ($this->privates['Monolog\\Processor\\TagProcessor'] = new \Monolog\Processor\TagProcessor())));
  3525.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3526.         $a->pushHandler(($this->privates['monolog.handler.files'] ?? $this->getMonolog_Handler_FilesService()));
  3527.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3528.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3529.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3530.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  3531.         ], [
  3532.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3533.         ]))->withContext('router.default'$this), (\dirname(__DIR__4).'/app/config/routing_dev.yml'), ['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], ($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');
  3534.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3535.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3536.         return $instance;
  3537.     }
  3538.     /**
  3539.      * Gets the public 'translator' shared service.
  3540.      *
  3541.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  3542.      */
  3543.     protected function getTranslatorService()
  3544.     {
  3545.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  3546.     }
  3547.     /**
  3548.      * Gets the public 'var_dumper.cloner' shared service.
  3549.      *
  3550.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  3551.      */
  3552.     protected function getVarDumper_ClonerService()
  3553.     {
  3554.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  3555.         $instance->setMaxItems(2500);
  3556.         $instance->setMinDepth(1);
  3557.         $instance->setMaxString(-1);
  3558.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  3559.         return $instance;
  3560.     }
  3561.     /**
  3562.      * Gets the private '.24_doctrine_metadata_driver~cOMK6LQ' shared service.
  3563.      *
  3564.      * @return \Doctrine\ORM\Mapping\Driver\XmlDriver
  3565.      */
  3566.     protected function get_24DoctrineMetadataDrivercOMK6LQService()
  3567.     {
  3568.         return $this->privates['.24_doctrine_metadata_driver~cOMK6LQ'] = new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml'), NULLtrue);
  3569.     }
  3570.     /**
  3571.      * Gets the private '.cache_connection.IZ75zVf' shared service.
  3572.      *
  3573.      * @return \Symfony\Component\Cache\Adapter\AbstractAdapter
  3574.      */
  3575.     protected function get_CacheConnection_IZ75zVfService()
  3576.     {
  3577.         return $this->privates['.cache_connection.IZ75zVf'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection($this->getEnv('REDIS_DSN'), ['lazy' => true]);
  3578.     }
  3579.     /**
  3580.      * Gets the private '.debug.http_client' shared service.
  3581.      *
  3582.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3583.      */
  3584.     protected function get_Debug_HttpClientService()
  3585.     {
  3586.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3587.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3588.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3589.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3590.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] ?? ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] = new \Symfony\Bridge\Monolog\Processor\ConsoleCommandProcessor(truetrue))));
  3591.         $b->pushProcessor(($this->privates['Monolog\\Processor\\TagProcessor'] ?? ($this->privates['Monolog\\Processor\\TagProcessor'] = new \Monolog\Processor\TagProcessor())));
  3592.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3593.         $b->pushHandler(($this->privates['monolog.handler.files'] ?? $this->getMonolog_Handler_FilesService()));
  3594.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3595.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3596.         $a->setLogger($b);
  3597.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3598.     }
  3599.     /**
  3600.      * Gets the private '.service_locator.Jql8bvQ' shared service.
  3601.      *
  3602.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3603.      */
  3604.     protected function get_ServiceLocator_Jql8bvQService()
  3605.     {
  3606.         return $this->privates['.service_locator.Jql8bvQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3607.             'security.firewall.map.context.api_internal_drive' => ['privates''security.firewall.map.context.api_internal_drive''getSecurity_Firewall_Map_Context_ApiInternalDriveService'true],
  3608.             'security.firewall.map.context.api_internal_yousign' => ['privates''security.firewall.map.context.api_internal_yousign''getSecurity_Firewall_Map_Context_ApiInternalYousignService'true],
  3609.             'security.firewall.map.context.api_portal' => ['privates''security.firewall.map.context.api_portal''getSecurity_Firewall_Map_Context_ApiPortalService'true],
  3610.             'security.firewall.map.context.api_portal_login' => ['privates''security.firewall.map.context.api_portal_login''getSecurity_Firewall_Map_Context_ApiPortalLoginService'true],
  3611.             'security.firewall.map.context.api_portal_password' => ['privates''security.firewall.map.context.api_portal_password''getSecurity_Firewall_Map_Context_ApiPortalPasswordService'true],
  3612.             'security.firewall.map.context.api_portal_public' => ['privates''security.firewall.map.context.api_portal_public''getSecurity_Firewall_Map_Context_ApiPortalPublicService'true],
  3613.             'security.firewall.map.context.api_token' => ['privates''security.firewall.map.context.api_token''getSecurity_Firewall_Map_Context_ApiTokenService'true],
  3614.             'security.firewall.map.context.api_token_refresh' => ['privates''security.firewall.map.context.api_token_refresh''getSecurity_Firewall_Map_Context_ApiTokenRefreshService'true],
  3615.             'security.firewall.map.context.api_user' => ['privates''security.firewall.map.context.api_user''getSecurity_Firewall_Map_Context_ApiUserService'true],
  3616.             'security.firewall.map.context.backoffice' => ['privates''security.firewall.map.context.backoffice''getSecurity_Firewall_Map_Context_BackofficeService'true],
  3617.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  3618.             'security.firewall.map.context.healthcheck' => ['privates''security.firewall.map.context.healthcheck''getSecurity_Firewall_Map_Context_HealthcheckService'true],
  3619.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  3620.             'security.firewall.map.context.onlyoffice' => ['privates''security.firewall.map.context.onlyoffice''getSecurity_Firewall_Map_Context_OnlyofficeService'true],
  3621.             'security.firewall.map.context.speech_api' => ['privates''security.firewall.map.context.speech_api''getSecurity_Firewall_Map_Context_SpeechApiService'true],
  3622.         ], [
  3623.             'security.firewall.map.context.api_internal_drive' => '?',
  3624.             'security.firewall.map.context.api_internal_yousign' => '?',
  3625.             'security.firewall.map.context.api_portal' => '?',
  3626.             'security.firewall.map.context.api_portal_login' => '?',
  3627.             'security.firewall.map.context.api_portal_password' => '?',
  3628.             'security.firewall.map.context.api_portal_public' => '?',
  3629.             'security.firewall.map.context.api_token' => '?',
  3630.             'security.firewall.map.context.api_token_refresh' => '?',
  3631.             'security.firewall.map.context.api_user' => '?',
  3632.             'security.firewall.map.context.backoffice' => '?',
  3633.             'security.firewall.map.context.dev' => '?',
  3634.             'security.firewall.map.context.healthcheck' => '?',
  3635.             'security.firewall.map.context.main' => '?',
  3636.             'security.firewall.map.context.onlyoffice' => '?',
  3637.             'security.firewall.map.context.speech_api' => '?',
  3638.         ]);
  3639.     }
  3640.     /**
  3641.      * Gets the private 'AppBundle\DataCollector\NotificationDataCollector' shared autowired service.
  3642.      *
  3643.      * @return \AppBundle\DataCollector\NotificationDataCollector
  3644.      */
  3645.     protected function getNotificationDataCollectorService()
  3646.     {
  3647.         $a = ($this->privates['AppBundle\\Notification\\NotificationSender'] ?? $this->getNotificationSenderService());
  3648.         if (isset($this->privates['AppBundle\\DataCollector\\NotificationDataCollector'])) {
  3649.             return $this->privates['AppBundle\\DataCollector\\NotificationDataCollector'];
  3650.         }
  3651.         return $this->privates['AppBundle\\DataCollector\\NotificationDataCollector'] = new \AppBundle\DataCollector\NotificationDataCollector($a);
  3652.     }
  3653.     /**
  3654.      * Gets the private 'AppBundle\EventSubscriber\ApiLogSubscriber' shared autowired service.
  3655.      *
  3656.      * @return \AppBundle\EventSubscriber\ApiLogSubscriber
  3657.      */
  3658.     protected function getApiLogSubscriberService()
  3659.     {
  3660.         return $this->privates['AppBundle\\EventSubscriber\\ApiLogSubscriber'] = new \AppBundle\EventSubscriber\ApiLogSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3661.     }
  3662.     /**
  3663.      * Gets the private 'AppBundle\EventSubscriber\WebhookSubscriber' shared autowired service.
  3664.      *
  3665.      * @return \AppBundle\EventSubscriber\WebhookSubscriber
  3666.      */
  3667.     protected function getWebhookSubscriberService()
  3668.     {
  3669.         return $this->privates['AppBundle\\EventSubscriber\\WebhookSubscriber'] = new \AppBundle\EventSubscriber\WebhookSubscriber((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3670.             'AppBundle\\Logger\\ZohoSubcriptionWebhookLogger' => ['privates''AppBundle\\Logger\\ZohoSubcriptionWebhookLogger''getZohoSubcriptionWebhookLoggerService'true],
  3671.         ], [
  3672.             'AppBundle\\Logger\\ZohoSubcriptionWebhookLogger' => 'AppBundle\\Logger\\ZohoSubcriptionWebhookLogger',
  3673.         ]))->withContext('AppBundle\\EventSubscriber\\WebhookSubscriber'$this));
  3674.     }
  3675.     /**
  3676.      * Gets the private 'AppBundle\Listener\WhiteListListener' shared autowired service.
  3677.      *
  3678.      * @return \AppBundle\Listener\WhiteListListener
  3679.      */
  3680.     protected function getWhiteListListenerService()
  3681.     {
  3682.         return $this->privates['AppBundle\\Listener\\WhiteListListener'] = new \AppBundle\Listener\WhiteListListener(($this->privates['AppBundle\\Service\\Security\\WhiteListManager'] ?? $this->getWhiteListManagerService()), 'dev'$this->getEnv('bool:CHECK_WHITELIST'));
  3683.     }
  3684.     /**
  3685.      * Gets the private 'AppBundle\Notification\NotificationResolver' shared autowired service.
  3686.      *
  3687.      * @return \AppBundle\Notification\NotificationResolver
  3688.      */
  3689.     protected function getNotificationResolverService()
  3690.     {
  3691.         return $this->privates['AppBundle\\Notification\\NotificationResolver'] = new \AppBundle\Notification\NotificationResolver([=> new \AppBundle\Notification\Type\Calendar\CalendarEventLawFirmType(), => new \AppBundle\Notification\Type\Calendar\CalendarEventUserType(), => new \AppBundle\Notification\Type\Contact\ApplyHourlyRateType(), => new \AppBundle\Notification\Type\Contact\SharedContactsToUserType(), => new \AppBundle\Notification\Type\Contact\SharingContactsCompletedType(), => new \AppBundle\Notification\Type\Contact\UnsharedContactsToUserType(), => new \AppBundle\Notification\Type\DocumentBailiff\CancelType(), => new \AppBundle\Notification\Type\DocumentBailiff\CreationType(), => new \AppBundle\Notification\Type\DocumentBailiff\MessageType(), => new \AppBundle\Notification\Type\DocumentBailiff\ResumeType(), 10 => new \AppBundle\Notification\Type\DocumentBailiff\ServedType(), 11 => new \AppBundle\Notification\Type\DocumentBailiff\SuspendType(), 12 => new \AppBundle\Notification\Type\DocumentWorkflow\CommentType(), 13 => new \AppBundle\Notification\Type\DocumentWorkflow\CorrectionType(), 14 => new \AppBundle\Notification\Type\DocumentWorkflow\CreationType(), 15 => new \AppBundle\Notification\Type\DocumentWorkflow\EditType(), 16 => new \AppBundle\Notification\Type\DocumentWorkflow\FirstValidationType(), 17 => new \AppBundle\Notification\Type\DocumentWorkflow\FullyValidatedType(), 18 => new \AppBundle\Notification\Type\DocumentWorkflow\PartiallyValidatedType(), 19 => new \AppBundle\Notification\Type\DocumentWorkflow\ToCorrectType(), 20 => new \AppBundle\Notification\Type\Drive\MatchingType(), 21 => new \AppBundle\Notification\Type\Drive\SpeechAppErrorType(), 22 => new \AppBundle\Notification\Type\Drive\SpeechJobErrorType(), 23 => new \AppBundle\Notification\Type\Drive\SpeechType(), 24 => new \AppBundle\Notification\Type\Invoice\MassDownloadType(), 25 => new \AppBundle\Notification\Type\Invoice\ValidationType(), 26 => new \AppBundle\Notification\Type\Mail\StoreAttachmentType(), 27 => new \AppBundle\Notification\Type\Mail\StoreEmlType(), 28 => new \AppBundle\Notification\Type\Matter\ApplyHourlyRateType(), 29 => new \AppBundle\Notification\Type\Matter\ChangeMatterManager\ChangeMatterManagerType(), 30 => new \AppBundle\Notification\Type\Matter\MatterAddedUser\ManagerType(), 31 => new \AppBundle\Notification\Type\Matter\MatterAddedUser\UserIsManagerType(), 32 => new \AppBundle\Notification\Type\Matter\MatterAddedUser\UserType(), 33 => new \AppBundle\Notification\Type\RoundUpTimes\FinishedContactType(), 34 => new \AppBundle\Notification\Type\RoundUpTimes\FinishedMatterType(), 35 => new \AppBundle\Notification\Type\RoundUpTimes\FinishedReportingType(), 36 => new \AppBundle\Notification\Type\Task\AssignType(), 37 => new \AppBundle\Notification\Type\Task\ChangeStatusType(), 38 => new \AppBundle\Notification\Type\Task\DeadlineType(), 39 => new \AppBundle\Notification\Type\Task\ReminderType(), 40 => new \AppBundle\Notification\Type\User\ChangeBillingUserType()]);
  3692.     }
  3693.     /**
  3694.      * Gets the private 'AppBundle\Notification\NotificationSender' shared autowired service.
  3695.      *
  3696.      * @return \AppBundle\Notification\NotificationSender
  3697.      */
  3698.     protected function getNotificationSenderService()
  3699.     {
  3700.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3701.         if (isset($this->privates['AppBundle\\Notification\\NotificationSender'])) {
  3702.             return $this->privates['AppBundle\\Notification\\NotificationSender'];
  3703.         }
  3704.         $b = ($this->services['CommonBundle\\EventListener\\DomainEventsCollector'] ?? $this->getDomainEventsCollectorService());
  3705.         if (isset($this->privates['AppBundle\\Notification\\NotificationSender'])) {
  3706.             return $this->privates['AppBundle\\Notification\\NotificationSender'];
  3707.         }
  3708.         $c = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  3709.         if (isset($this->privates['AppBundle\\Notification\\NotificationSender'])) {
  3710.             return $this->privates['AppBundle\\Notification\\NotificationSender'];
  3711.         }
  3712.         $d = ($this->privates['AppBundle\\WebSocket\\WebSocketPusher'] ?? $this->getWebSocketPusherService());
  3713.         if (isset($this->privates['AppBundle\\Notification\\NotificationSender'])) {
  3714.             return $this->privates['AppBundle\\Notification\\NotificationSender'];
  3715.         }
  3716.         $e = ($this->privates['AppBundle\\Notification\\NotificationResolver'] ?? $this->getNotificationResolverService());
  3717.         return $this->privates['AppBundle\\Notification\\NotificationSender'] = new \AppBundle\Notification\NotificationSender($e, new \AppBundle\Notification\NotificationBuilder($e$a$b), $c, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $d);
  3718.     }
  3719.     /**
  3720.      * Gets the private 'AppBundle\Portal\ContactPortalAccess' shared autowired service.
  3721.      *
  3722.      * @return \AppBundle\Portal\ContactPortalAccess
  3723.      */
  3724.     protected function getContactPortalAccessService()
  3725.     {
  3726.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3727.         if (isset($this->privates['AppBundle\\Portal\\ContactPortalAccess'])) {
  3728.             return $this->privates['AppBundle\\Portal\\ContactPortalAccess'];
  3729.         }
  3730.         return $this->privates['AppBundle\\Portal\\ContactPortalAccess'] = new \AppBundle\Portal\ContactPortalAccess($a);
  3731.     }
  3732.     /**
  3733.      * Gets the private 'AppBundle\Repository\UserRepository' shared autowired service.
  3734.      *
  3735.      * @return \AppBundle\Repository\UserRepository
  3736.      */
  3737.     protected function getUserRepositoryService()
  3738.     {
  3739.         return $this->privates['AppBundle\\Repository\\UserRepository'] = new \AppBundle\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3740.     }
  3741.     /**
  3742.      * Gets the private 'AppBundle\Serializer\FormErrorNormalizer' shared autowired service.
  3743.      *
  3744.      * @return \AppBundle\Serializer\FormErrorNormalizer
  3745.      */
  3746.     protected function getFormErrorNormalizerService()
  3747.     {
  3748.         return $this->privates['AppBundle\\Serializer\\FormErrorNormalizer'] = new \AppBundle\Serializer\FormErrorNormalizer();
  3749.     }
  3750.     /**
  3751.      * Gets the private 'AppBundle\Service\AccountGlobalData' shared autowired service.
  3752.      *
  3753.      * @return \AppBundle\Service\AccountGlobalData
  3754.      */
  3755.     protected function getAccountGlobalDataService()
  3756.     {
  3757.         return $this->privates['AppBundle\\Service\\AccountGlobalData'] = new \AppBundle\Service\AccountGlobalData(($this->privates['snc_redis.common'] ?? $this->getSncRedis_CommonService()));
  3758.     }
  3759.     /**
  3760.      * Gets the private 'AppBundle\Service\JarvisDrive' shared autowired service.
  3761.      *
  3762.      * @return \AppBundle\Service\JarvisDrive
  3763.      */
  3764.     protected function getJarvisDriveService()
  3765.     {
  3766.         return $this->privates['AppBundle\\Service\\JarvisDrive'] = new \AppBundle\Service\JarvisDrive('31400300061aa08f8707582a95ff6721f018d0a19b0e83f26a3bde347bed003c2076fb2e55a5b44bad5f930fc80d1c755efd318bb01a1e7fed81f6afbbcaea9e86c2ff1095a5da3d85050559bf927a2de6d51e2dbf8f36d6f613f644ea0e649d5b9e7bfe', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  3767.     }
  3768.     /**
  3769.      * Gets the private 'AppBundle\Service\Security\WhiteListManager' shared autowired service.
  3770.      *
  3771.      * @return \AppBundle\Service\Security\WhiteListManager
  3772.      */
  3773.     protected function getWhiteListManagerService()
  3774.     {
  3775.         return $this->privates['AppBundle\\Service\\Security\\WhiteListManager'] = new \AppBundle\Service\Security\WhiteListManager(($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()));
  3776.     }
  3777.     /**
  3778.      * Gets the private 'AppBundle\Util\PasswordGenerator' shared autowired service.
  3779.      *
  3780.      * @return \AppBundle\Util\PasswordGenerator
  3781.      */
  3782.     protected function getPasswordGeneratorService()
  3783.     {
  3784.         return $this->privates['AppBundle\\Util\\PasswordGenerator'] = new \AppBundle\Util\PasswordGenerator(($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())));
  3785.     }
  3786.     /**
  3787.      * Gets the private 'AppBundle\WebSocket\WebSocketPusher' shared autowired service.
  3788.      *
  3789.      * @return \AppBundle\WebSocket\WebSocketPusher
  3790.      */
  3791.     protected function getWebSocketPusherService()
  3792.     {
  3793.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  3794.         if (isset($this->privates['AppBundle\\WebSocket\\WebSocketPusher'])) {
  3795.             return $this->privates['AppBundle\\WebSocket\\WebSocketPusher'];
  3796.         }
  3797.         return $this->privates['AppBundle\\WebSocket\\WebSocketPusher'] = new \AppBundle\WebSocket\WebSocketPusher($a, ($this->privates['AppBundle\\WebSocket\\WebSocketRedisTokenManager'] ?? $this->getWebSocketRedisTokenManagerService()));
  3798.     }
  3799.     /**
  3800.      * Gets the private 'AppBundle\WebSocket\WebSocketRedisTokenManager' shared autowired service.
  3801.      *
  3802.      * @return \AppBundle\WebSocket\WebSocketRedisTokenManager
  3803.      */
  3804.     protected function getWebSocketRedisTokenManagerService()
  3805.     {
  3806.         return $this->privates['AppBundle\\WebSocket\\WebSocketRedisTokenManager'] = new \AppBundle\WebSocket\WebSocketRedisTokenManager(($this->privates['snc_redis.default'] ?? $this->getSncRedis_DefaultService()), ($this->services['monolog.logger.websocket'] ?? $this->getMonolog_Logger_WebsocketService()));
  3807.     }
  3808.     /**
  3809.      * Gets the private 'App\Backoffice\Invoice\InvoiceDataTable' shared autowired service.
  3810.      *
  3811.      * @return \App\Backoffice\Invoice\InvoiceDataTable
  3812.      */
  3813.     protected function getInvoiceDataTableService()
  3814.     {
  3815.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  3816.         if (isset($this->privates['App\\Backoffice\\Invoice\\InvoiceDataTable'])) {
  3817.             return $this->privates['App\\Backoffice\\Invoice\\InvoiceDataTable'];
  3818.         }
  3819.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3820.         if (isset($this->privates['App\\Backoffice\\Invoice\\InvoiceDataTable'])) {
  3821.             return $this->privates['App\\Backoffice\\Invoice\\InvoiceDataTable'];
  3822.         }
  3823.         return $this->privates['App\\Backoffice\\Invoice\\InvoiceDataTable'] = new \App\Backoffice\Invoice\InvoiceDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
  3824.     }
  3825.     /**
  3826.      * Gets the private 'App\Backoffice\Lawfirm\LawFirmDataTable' shared autowired service.
  3827.      *
  3828.      * @return \App\Backoffice\Lawfirm\LawFirmDataTable
  3829.      */
  3830.     protected function getLawFirmDataTableService()
  3831.     {
  3832.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  3833.         if (isset($this->privates['App\\Backoffice\\Lawfirm\\LawFirmDataTable'])) {
  3834.             return $this->privates['App\\Backoffice\\Lawfirm\\LawFirmDataTable'];
  3835.         }
  3836.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3837.         if (isset($this->privates['App\\Backoffice\\Lawfirm\\LawFirmDataTable'])) {
  3838.             return $this->privates['App\\Backoffice\\Lawfirm\\LawFirmDataTable'];
  3839.         }
  3840.         return $this->privates['App\\Backoffice\\Lawfirm\\LawFirmDataTable'] = new \App\Backoffice\Lawfirm\LawFirmDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
  3841.     }
  3842.     /**
  3843.      * Gets the private 'App\Backoffice\Matter\MatterDataTable' shared autowired service.
  3844.      *
  3845.      * @return \App\Backoffice\Matter\MatterDataTable
  3846.      */
  3847.     protected function getMatterDataTableService()
  3848.     {
  3849.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  3850.         if (isset($this->privates['App\\Backoffice\\Matter\\MatterDataTable'])) {
  3851.             return $this->privates['App\\Backoffice\\Matter\\MatterDataTable'];
  3852.         }
  3853.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3854.         if (isset($this->privates['App\\Backoffice\\Matter\\MatterDataTable'])) {
  3855.             return $this->privates['App\\Backoffice\\Matter\\MatterDataTable'];
  3856.         }
  3857.         return $this->privates['App\\Backoffice\\Matter\\MatterDataTable'] = new \App\Backoffice\Matter\MatterDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
  3858.     }
  3859.     /**
  3860.      * Gets the private 'App\Backoffice\Matter\MatterInvoicesDataTable' shared autowired service.
  3861.      *
  3862.      * @return \App\Backoffice\Matter\MatterInvoicesDataTable
  3863.      */
  3864.     protected function getMatterInvoicesDataTableService()
  3865.     {
  3866.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  3867.         if (isset($this->privates['App\\Backoffice\\Matter\\MatterInvoicesDataTable'])) {
  3868.             return $this->privates['App\\Backoffice\\Matter\\MatterInvoicesDataTable'];
  3869.         }
  3870.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3871.         if (isset($this->privates['App\\Backoffice\\Matter\\MatterInvoicesDataTable'])) {
  3872.             return $this->privates['App\\Backoffice\\Matter\\MatterInvoicesDataTable'];
  3873.         }
  3874.         return $this->privates['App\\Backoffice\\Matter\\MatterInvoicesDataTable'] = new \App\Backoffice\Matter\MatterInvoicesDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
  3875.     }
  3876.     /**
  3877.      * Gets the private 'App\Core\EventListener\LocaleListener' shared autowired service.
  3878.      *
  3879.      * @return \App\Core\EventListener\LocaleListener
  3880.      */
  3881.     protected function getLocaleListenerService()
  3882.     {
  3883.         return $this->privates['App\\Core\\EventListener\\LocaleListener'] = new \App\Core\EventListener\LocaleListener(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  3884.     }
  3885.     /**
  3886.      * Gets the private 'App\Core\EventListener\Security\AppDevEventListener' shared autowired service.
  3887.      *
  3888.      * @return \App\Core\EventListener\Security\AppDevEventListener
  3889.      */
  3890.     protected function getAppDevEventListenerService()
  3891.     {
  3892.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3893.         if (isset($this->privates['App\\Core\\EventListener\\Security\\AppDevEventListener'])) {
  3894.             return $this->privates['App\\Core\\EventListener\\Security\\AppDevEventListener'];
  3895.         }
  3896.         return $this->privates['App\\Core\\EventListener\\Security\\AppDevEventListener'] = new \App\Core\EventListener\Security\AppDevEventListener(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $a);
  3897.     }
  3898.     /**
  3899.      * Gets the private 'App\Core\EventSubscriber\CsrfCookieSubscriber' shared autowired service.
  3900.      *
  3901.      * @return \App\Core\EventSubscriber\CsrfCookieSubscriber
  3902.      */
  3903.     protected function getCsrfCookieSubscriberService()
  3904.     {
  3905.         return $this->privates['App\\Core\\EventSubscriber\\CsrfCookieSubscriber'] = new \App\Core\EventSubscriber\CsrfCookieSubscriber(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->privates['App\\Core\\FeatureFlag\\FeatureFlagRepository'] ?? $this->getFeatureFlagRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), 'dev');
  3906.     }
  3907.     /**
  3908.      * Gets the private 'App\Core\FeatureFlag\FeatureFlagListener' shared autowired service.
  3909.      *
  3910.      * @return \App\Core\FeatureFlag\FeatureFlagListener
  3911.      */
  3912.     protected function getFeatureFlagListenerService()
  3913.     {
  3914.         return $this->privates['App\\Core\\FeatureFlag\\FeatureFlagListener'] = new \App\Core\FeatureFlag\FeatureFlagListener(($this->privates['App\\Core\\FeatureFlag\\FeatureFlagRepository'] ?? $this->getFeatureFlagRepositoryService()));
  3915.     }
  3916.     /**
  3917.      * Gets the private 'App\Core\FeatureFlag\FeatureFlagRepository' shared autowired service.
  3918.      *
  3919.      * @return \App\Core\FeatureFlag\FeatureFlagRepository
  3920.      */
  3921.     protected function getFeatureFlagRepositoryService()
  3922.     {
  3923.         return $this->privates['App\\Core\\FeatureFlag\\FeatureFlagRepository'] = new \App\Core\FeatureFlag\FeatureFlagRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3924.     }
  3925.     /**
  3926.      * Gets the private 'App\Core\Language\BetaLanguageListener' shared autowired service.
  3927.      *
  3928.      * @return \App\Core\Language\BetaLanguageListener
  3929.      */
  3930.     protected function getBetaLanguageListenerService()
  3931.     {
  3932.         return $this->privates['App\\Core\\Language\\BetaLanguageListener'] = new \App\Core\Language\BetaLanguageListener(($this->privates['App\\Core\\FeatureFlag\\FeatureFlagRepository'] ?? $this->getFeatureFlagRepositoryService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3933.     }
  3934.     /**
  3935.      * Gets the private 'App\Core\Twig\JavascriptVariables' shared autowired service.
  3936.      *
  3937.      * @return \App\Core\Twig\JavascriptVariables
  3938.      */
  3939.     protected function getJavascriptVariablesService()
  3940.     {
  3941.         return $this->privates['App\\Core\\Twig\\JavascriptVariables'] = new \App\Core\Twig\JavascriptVariables(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  3942.     }
  3943.     /**
  3944.      * Gets the private 'App\Dev\DataCollector\DevDataCollector' shared autowired service.
  3945.      *
  3946.      * @return \App\Dev\DataCollector\DevDataCollector
  3947.      */
  3948.     protected function getDevDataCollectorService()
  3949.     {
  3950.         return $this->privates['App\\Dev\\DataCollector\\DevDataCollector'] = new \App\Dev\DataCollector\DevDataCollector(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['oneup_flysystem.invoice_local_filesystem'] ?? $this->getOneupFlysystem_InvoiceLocalFilesystemService()));
  3951.     }
  3952.     /**
  3953.      * Gets the private 'App\Drive\Sharepoint\Listener\SharepointAuthListener' shared autowired service.
  3954.      *
  3955.      * @return \App\Drive\Sharepoint\Listener\SharepointAuthListener
  3956.      */
  3957.     protected function getSharepointAuthListenerService()
  3958.     {
  3959.         return $this->privates['App\\Drive\\Sharepoint\\Listener\\SharepointAuthListener'] = new \App\Drive\Sharepoint\Listener\SharepointAuthListener(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['monolog.logger.sharepoint'] ?? $this->getMonolog_Logger_SharepointService()));
  3960.     }
  3961.     /**
  3962.      * Gets the private 'App\LawFirm\DataTable\Invoice\AllInvoiceDataTable' shared autowired service.
  3963.      *
  3964.      * @return \App\LawFirm\DataTable\Invoice\AllInvoiceDataTable
  3965.      */
  3966.     protected function getAllInvoiceDataTableService()
  3967.     {
  3968.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  3969.         if (isset($this->privates['App\\LawFirm\\DataTable\\Invoice\\AllInvoiceDataTable'])) {
  3970.             return $this->privates['App\\LawFirm\\DataTable\\Invoice\\AllInvoiceDataTable'];
  3971.         }
  3972.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3973.         if (isset($this->privates['App\\LawFirm\\DataTable\\Invoice\\AllInvoiceDataTable'])) {
  3974.             return $this->privates['App\\LawFirm\\DataTable\\Invoice\\AllInvoiceDataTable'];
  3975.         }
  3976.         return $this->privates['App\\LawFirm\\DataTable\\Invoice\\AllInvoiceDataTable'] = new \App\LawFirm\DataTable\Invoice\AllInvoiceDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
  3977.     }
  3978.     /**
  3979.      * Gets the private 'App\LawFirm\DataTable\Invoice\CanceledInvoiceDataTable' shared autowired service.
  3980.      *
  3981.      * @return \App\LawFirm\DataTable\Invoice\CanceledInvoiceDataTable
  3982.      */
  3983.     protected function getCanceledInvoiceDataTableService()
  3984.     {
  3985.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  3986.         if (isset($this->privates['App\\LawFirm\\DataTable\\Invoice\\CanceledInvoiceDataTable'])) {
  3987.             return $this->privates['App\\LawFirm\\DataTable\\Invoice\\CanceledInvoiceDataTable'];
  3988.         }
  3989.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3990.         if (isset($this->privates['App\\LawFirm\\DataTable\\Invoice\\CanceledInvoiceDataTable'])) {
  3991.             return $this->privates['App\\LawFirm\\DataTable\\Invoice\\CanceledInvoiceDataTable'];
  3992.         }
  3993.         return $this->privates['App\\LawFirm\\DataTable\\Invoice\\CanceledInvoiceDataTable'] = new \App\LawFirm\DataTable\Invoice\CanceledInvoiceDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
  3994.     }
  3995.     /**
  3996.      * Gets the private 'App\LawFirm\DataTable\Invoice\DraftInvoiceDataTable' shared autowired service.
  3997.      *
  3998.      * @return \App\LawFirm\DataTable\Invoice\DraftInvoiceDataTable
  3999.      */
  4000.     protected function getDraftInvoiceDataTableService()
  4001.     {
  4002.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  4003.         if (isset($this->privates['App\\LawFirm\\DataTable\\Invoice\\DraftInvoiceDataTable'])) {
  4004.             return $this->privates['App\\LawFirm\\DataTable\\Invoice\\DraftInvoiceDataTable'];
  4005.         }
  4006.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4007.         if (isset($this->privates['App\\LawFirm\\DataTable\\Invoice\\DraftInvoiceDataTable'])) {
  4008.             return $this->privates['App\\LawFirm\\DataTable\\Invoice\\DraftInvoiceDataTable'];
  4009.         }
  4010.         return $this->privates['App\\LawFirm\\DataTable\\Invoice\\DraftInvoiceDataTable'] = new \App\LawFirm\DataTable\Invoice\DraftInvoiceDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
  4011.     }
  4012.     /**
  4013.      * Gets the private 'App\LawFirm\DataTable\Invoice\PayedInvoiceDataTable' shared autowired service.
  4014.      *
  4015.      * @return \App\LawFirm\DataTable\Invoice\PayedInvoiceDataTable
  4016.      */
  4017.     protected function getPayedInvoiceDataTableService()
  4018.     {
  4019.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  4020.         if (isset($this->privates['App\\LawFirm\\DataTable\\Invoice\\PayedInvoiceDataTable'])) {
  4021.             return $this->privates['App\\LawFirm\\DataTable\\Invoice\\PayedInvoiceDataTable'];
  4022.         }
  4023.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4024.         if (isset($this->privates['App\\LawFirm\\DataTable\\Invoice\\PayedInvoiceDataTable'])) {
  4025.             return $this->privates['App\\LawFirm\\DataTable\\Invoice\\PayedInvoiceDataTable'];
  4026.         }
  4027.         return $this->privates['App\\LawFirm\\DataTable\\Invoice\\PayedInvoiceDataTable'] = new \App\LawFirm\DataTable\Invoice\PayedInvoiceDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
  4028.     }
  4029.     /**
  4030.      * Gets the private 'App\LawFirm\DataTable\Invoice\ValidatedInvoiceDataTable' shared autowired service.
  4031.      *
  4032.      * @return \App\LawFirm\DataTable\Invoice\ValidatedInvoiceDataTable
  4033.      */
  4034.     protected function getValidatedInvoiceDataTableService()
  4035.     {
  4036.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  4037.         if (isset($this->privates['App\\LawFirm\\DataTable\\Invoice\\ValidatedInvoiceDataTable'])) {
  4038.             return $this->privates['App\\LawFirm\\DataTable\\Invoice\\ValidatedInvoiceDataTable'];
  4039.         }
  4040.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4041.         if (isset($this->privates['App\\LawFirm\\DataTable\\Invoice\\ValidatedInvoiceDataTable'])) {
  4042.             return $this->privates['App\\LawFirm\\DataTable\\Invoice\\ValidatedInvoiceDataTable'];
  4043.         }
  4044.         return $this->privates['App\\LawFirm\\DataTable\\Invoice\\ValidatedInvoiceDataTable'] = new \App\LawFirm\DataTable\Invoice\ValidatedInvoiceDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
  4045.     }
  4046.     /**
  4047.      * Gets the private 'App\LawFirm\DataTable\Invoice\WaitingInvoiceDataTable' shared autowired service.
  4048.      *
  4049.      * @return \App\LawFirm\DataTable\Invoice\WaitingInvoiceDataTable
  4050.      */
  4051.     protected function getWaitingInvoiceDataTableService()
  4052.     {
  4053.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  4054.         if (isset($this->privates['App\\LawFirm\\DataTable\\Invoice\\WaitingInvoiceDataTable'])) {
  4055.             return $this->privates['App\\LawFirm\\DataTable\\Invoice\\WaitingInvoiceDataTable'];
  4056.         }
  4057.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4058.         if (isset($this->privates['App\\LawFirm\\DataTable\\Invoice\\WaitingInvoiceDataTable'])) {
  4059.             return $this->privates['App\\LawFirm\\DataTable\\Invoice\\WaitingInvoiceDataTable'];
  4060.         }
  4061.         return $this->privates['App\\LawFirm\\DataTable\\Invoice\\WaitingInvoiceDataTable'] = new \App\LawFirm\DataTable\Invoice\WaitingInvoiceDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
  4062.     }
  4063.     /**
  4064.      * Gets the private 'App\LawFirm\DataTable\Settings\ContactQualityDataTable' shared autowired service.
  4065.      *
  4066.      * @return \App\LawFirm\DataTable\Settings\ContactQualityDataTable
  4067.      */
  4068.     protected function getContactQualityDataTableService()
  4069.     {
  4070.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  4071.         if (isset($this->privates['App\\LawFirm\\DataTable\\Settings\\ContactQualityDataTable'])) {
  4072.             return $this->privates['App\\LawFirm\\DataTable\\Settings\\ContactQualityDataTable'];
  4073.         }
  4074.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4075.         if (isset($this->privates['App\\LawFirm\\DataTable\\Settings\\ContactQualityDataTable'])) {
  4076.             return $this->privates['App\\LawFirm\\DataTable\\Settings\\ContactQualityDataTable'];
  4077.         }
  4078.         return $this->privates['App\\LawFirm\\DataTable\\Settings\\ContactQualityDataTable'] = new \App\LawFirm\DataTable\Settings\ContactQualityDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
  4079.     }
  4080.     /**
  4081.      * Gets the private 'App\LawFirm\DataTable\Settings\ContactTitleDataTable' shared autowired service.
  4082.      *
  4083.      * @return \App\LawFirm\DataTable\Settings\ContactTitleDataTable
  4084.      */
  4085.     protected function getContactTitleDataTableService()
  4086.     {
  4087.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  4088.         if (isset($this->privates['App\\LawFirm\\DataTable\\Settings\\ContactTitleDataTable'])) {
  4089.             return $this->privates['App\\LawFirm\\DataTable\\Settings\\ContactTitleDataTable'];
  4090.         }
  4091.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4092.         if (isset($this->privates['App\\LawFirm\\DataTable\\Settings\\ContactTitleDataTable'])) {
  4093.             return $this->privates['App\\LawFirm\\DataTable\\Settings\\ContactTitleDataTable'];
  4094.         }
  4095.         return $this->privates['App\\LawFirm\\DataTable\\Settings\\ContactTitleDataTable'] = new \App\LawFirm\DataTable\Settings\ContactTitleDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
  4096.     }
  4097.     /**
  4098.      * Gets the private 'App\LawFirm\DataTable\Settings\PartyDataTable' shared autowired service.
  4099.      *
  4100.      * @return \App\LawFirm\DataTable\Settings\PartyDataTable
  4101.      */
  4102.     protected function getPartyDataTableService()
  4103.     {
  4104.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  4105.         if (isset($this->privates['App\\LawFirm\\DataTable\\Settings\\PartyDataTable'])) {
  4106.             return $this->privates['App\\LawFirm\\DataTable\\Settings\\PartyDataTable'];
  4107.         }
  4108.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4109.         if (isset($this->privates['App\\LawFirm\\DataTable\\Settings\\PartyDataTable'])) {
  4110.             return $this->privates['App\\LawFirm\\DataTable\\Settings\\PartyDataTable'];
  4111.         }
  4112.         return $this->privates['App\\LawFirm\\DataTable\\Settings\\PartyDataTable'] = new \App\LawFirm\DataTable\Settings\PartyDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
  4113.     }
  4114.     /**
  4115.      * Gets the private 'App\LawFirm\DataTable\Settings\PracticeAreaDataTable' shared autowired service.
  4116.      *
  4117.      * @return \App\LawFirm\DataTable\Settings\PracticeAreaDataTable
  4118.      */
  4119.     protected function getPracticeAreaDataTableService()
  4120.     {
  4121.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  4122.         if (isset($this->privates['App\\LawFirm\\DataTable\\Settings\\PracticeAreaDataTable'])) {
  4123.             return $this->privates['App\\LawFirm\\DataTable\\Settings\\PracticeAreaDataTable'];
  4124.         }
  4125.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4126.         if (isset($this->privates['App\\LawFirm\\DataTable\\Settings\\PracticeAreaDataTable'])) {
  4127.             return $this->privates['App\\LawFirm\\DataTable\\Settings\\PracticeAreaDataTable'];
  4128.         }
  4129.         return $this->privates['App\\LawFirm\\DataTable\\Settings\\PracticeAreaDataTable'] = new \App\LawFirm\DataTable\Settings\PracticeAreaDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
  4130.     }
  4131.     /**
  4132.      * Gets the private 'App\LawFirm\DataTable\Settings\RelationShipDataTable' shared autowired service.
  4133.      *
  4134.      * @return \App\LawFirm\DataTable\Settings\RelationShipDataTable
  4135.      */
  4136.     protected function getRelationShipDataTableService()
  4137.     {
  4138.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  4139.         if (isset($this->privates['App\\LawFirm\\DataTable\\Settings\\RelationShipDataTable'])) {
  4140.             return $this->privates['App\\LawFirm\\DataTable\\Settings\\RelationShipDataTable'];
  4141.         }
  4142.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4143.         if (isset($this->privates['App\\LawFirm\\DataTable\\Settings\\RelationShipDataTable'])) {
  4144.             return $this->privates['App\\LawFirm\\DataTable\\Settings\\RelationShipDataTable'];
  4145.         }
  4146.         return $this->privates['App\\LawFirm\\DataTable\\Settings\\RelationShipDataTable'] = new \App\LawFirm\DataTable\Settings\RelationShipDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
  4147.     }
  4148.     /**
  4149.      * Gets the private 'App\Mail\Normalizer\MessageNormalizer' shared autowired service.
  4150.      *
  4151.      * @return \App\Mail\Normalizer\MessageNormalizer
  4152.      */
  4153.     protected function getMessageNormalizerService()
  4154.     {
  4155.         return $this->privates['App\\Mail\\Normalizer\\MessageNormalizer'] = new \App\Mail\Normalizer\MessageNormalizer(($this->privates['serializer.normalizer.object'] ?? $this->getSerializer_Normalizer_ObjectService()));
  4156.     }
  4157.     /**
  4158.      * Gets the private 'App\Security\UserStatusAuthListener' shared autowired service.
  4159.      *
  4160.      * @return \App\Security\UserStatusAuthListener
  4161.      */
  4162.     protected function getUserStatusAuthListenerService()
  4163.     {
  4164.         return $this->privates['App\\Security\\UserStatusAuthListener'] = new \App\Security\UserStatusAuthListener(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4165.     }
  4166.     /**
  4167.      * Gets the private 'App\Task\TaskTemplateDataTable' shared autowired service.
  4168.      *
  4169.      * @return \App\Task\TaskTemplateDataTable
  4170.      */
  4171.     protected function getTaskTemplateDataTableService()
  4172.     {
  4173.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  4174.         if (isset($this->privates['App\\Task\\TaskTemplateDataTable'])) {
  4175.             return $this->privates['App\\Task\\TaskTemplateDataTable'];
  4176.         }
  4177.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4178.         if (isset($this->privates['App\\Task\\TaskTemplateDataTable'])) {
  4179.             return $this->privates['App\\Task\\TaskTemplateDataTable'];
  4180.         }
  4181.         return $this->privates['App\\Task\\TaskTemplateDataTable'] = new \App\Task\TaskTemplateDataTable($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b);
  4182.     }
  4183.     /**
  4184.      * Gets the private 'App\Wam\EventSubscriber\PasswordResettingSubscriber' shared autowired service.
  4185.      *
  4186.      * @return \App\Wam\EventSubscriber\PasswordResettingSubscriber
  4187.      */
  4188.     protected function getPasswordResettingSubscriberService()
  4189.     {
  4190.         return $this->privates['App\\Wam\\EventSubscriber\\PasswordResettingSubscriber'] = new \App\Wam\EventSubscriber\PasswordResettingSubscriber(($this->privates['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['router'] ?? $this->getRouterService()));
  4191.     }
  4192.     /**
  4193.      * Gets the private 'App\Wam\EventSubscriber\WamLoginRedirectSubscriber' shared autowired service.
  4194.      *
  4195.      * @return \App\Wam\EventSubscriber\WamLoginRedirectSubscriber
  4196.      */
  4197.     protected function getWamLoginRedirectSubscriberService()
  4198.     {
  4199.         return $this->privates['App\\Wam\\EventSubscriber\\WamLoginRedirectSubscriber'] = new \App\Wam\EventSubscriber\WamLoginRedirectSubscriber(($this->privates['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['router'] ?? $this->getRouterService()));
  4200.     }
  4201.     /**
  4202.      * Gets the private 'CommonBundle\EventListener\CsrfProtectedListener' shared autowired service.
  4203.      *
  4204.      * @return \CommonBundle\EventListener\CsrfProtectedListener
  4205.      */
  4206.     protected function getCsrfProtectedListenerService()
  4207.     {
  4208.         return $this->privates['CommonBundle\\EventListener\\CsrfProtectedListener'] = new \CommonBundle\EventListener\CsrfProtectedListener(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  4209.     }
  4210.     /**
  4211.      * Gets the private 'CommonBundle\EventListener\ForgottenDomainEventsListener' shared autowired service.
  4212.      *
  4213.      * @return \CommonBundle\EventListener\ForgottenDomainEventsListener
  4214.      */
  4215.     protected function getForgottenDomainEventsListenerService()
  4216.     {
  4217.         $a = ($this->services['CommonBundle\\EventListener\\DomainEventsCollector'] ?? $this->getDomainEventsCollectorService());
  4218.         if (isset($this->privates['CommonBundle\\EventListener\\ForgottenDomainEventsListener'])) {
  4219.             return $this->privates['CommonBundle\\EventListener\\ForgottenDomainEventsListener'];
  4220.         }
  4221.         return $this->privates['CommonBundle\\EventListener\\ForgottenDomainEventsListener'] = new \CommonBundle\EventListener\ForgottenDomainEventsListener($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4222.     }
  4223.     /**
  4224.      * Gets the private 'Monolog\Processor\UidProcessor' shared autowired service.
  4225.      *
  4226.      * @return \Monolog\Processor\UidProcessor
  4227.      */
  4228.     protected function getUidProcessorService()
  4229.     {
  4230.         return $this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor();
  4231.     }
  4232.     /**
  4233.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  4234.      *
  4235.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  4236.      */
  4237.     protected function getRequestListenerService()
  4238.     {
  4239.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  4240.     }
  4241.     /**
  4242.      * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  4243.      *
  4244.      * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  4245.      */
  4246.     protected function getSubRequestListenerService()
  4247.     {
  4248.         return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  4249.     }
  4250.     /**
  4251.      * Gets the private 'Sentry\State\HubInterface' shared service.
  4252.      *
  4253.      * @return \Sentry\State\HubInterface
  4254.      */
  4255.     protected function getHubInterfaceService()
  4256.     {
  4257.         $this->privates['Sentry\\State\\HubInterface'] = $instance \Sentry\State\HubAdapter::getInstance();
  4258.         $a = new \Sentry\Options(['environment' => 'dev''integrations' => [=> new \Sentry\Integration\IgnoreErrorsIntegration(['ignore_exceptions' => [=> 'Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException'=> 'Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException'=> 'App\\Mail\\Exception\\MailNotFoundException'=> 'App\\Drive\\Sharepoint\\Exception\\ApiException'=> 'PhpAmqpLib\\Exception\\AMQPConnectionClosedException'=> 'PhpAmqpLib\\Exception\\AMQPHeartbeatMissedException'=> 'PhpAmqpLib\\Exception\\AMQPIOException'=> 'Symfony\\Component\\Messenger\\Exception\\TransportException']]), => new \Sentry\Integration\RequestIntegration(new \Sentry\SentryBundle\Integration\RequestFetcher(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL))], 'send_default_pii' => true'prefixes' => [=> \dirname(__DIR__4), => '.'=> '/usr/local/lib/php'], 'release' => '1.0.0+no-version-set''tags' => [], 'in_app_exclude' => [=> $this->targetDir.''=> $this->targetDir.''=> (\dirname(__DIR__4).'/vendor')], 'in_app_include' => [], 'class_serializers' => []]);
  4259.         $b = new \Sentry\ClientBuilder($a);
  4260.         $b->setSdkIdentifier('sentry.php.symfony');
  4261.         $b->setSdkVersion('4.0.3');
  4262.         $b->setTransportFactory(new \Sentry\SentryBundle\Transport\TransportFactory(NULLNULLNULLNULL));
  4263.         $b->setSerializer(new \Sentry\Serializer\Serializer($a));
  4264.         $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  4265.         $instance->bindClient($b->getClient());
  4266.         return $instance;
  4267.     }
  4268.     /**
  4269.      * Gets the private 'annotations.cache_adapter' shared service.
  4270.      *
  4271.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  4272.      */
  4273.     protected function getAnnotations_CacheAdapterService()
  4274.     {
  4275.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  4276.     }
  4277.     /**
  4278.      * Gets the private 'annotations.cached_reader' shared service.
  4279.      *
  4280.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  4281.      */
  4282.     protected function getAnnotations_CachedReaderService()
  4283.     {
  4284.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  4285.     }
  4286.     /**
  4287.      * Gets the private 'annotations.reader' shared service.
  4288.      *
  4289.      * @return \Doctrine\Common\Annotations\AnnotationReader
  4290.      */
  4291.     protected function getAnnotations_ReaderService()
  4292.     {
  4293.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  4294.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  4295.         $a->registerUniqueLoader('class_exists');
  4296.         $instance->addGlobalIgnoredName('required'$a);
  4297.         return $instance;
  4298.     }
  4299.     /**
  4300.      * Gets the private 'assets._version__default' shared service.
  4301.      *
  4302.      * @return \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy
  4303.      */
  4304.     protected function getAssets_VersionDefaultService()
  4305.     {
  4306.         return $this->privates['assets._version__default'] = new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/web/dist/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false);
  4307.     }
  4308.     /**
  4309.      * Gets the private 'assets.context' shared service.
  4310.      *
  4311.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  4312.      */
  4313.     protected function getAssets_ContextService()
  4314.     {
  4315.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  4316.         return $this->privates['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure());
  4317.     }
  4318.     /**
  4319.      * Gets the private 'cache.annotations' shared service.
  4320.      *
  4321.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4322.      */
  4323.     protected function getCache_AnnotationsService()
  4324.     {
  4325.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('uQNcdD9XIO'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4326.     }
  4327.     /**
  4328.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  4329.      *
  4330.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4331.      */
  4332.     protected function getCache_Doctrine_Orm_Default_QueryService()
  4333.     {
  4334.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4335.     }
  4336.     /**
  4337.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  4338.      *
  4339.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4340.      */
  4341.     protected function getCache_Doctrine_Orm_Default_ResultService()
  4342.     {
  4343.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4344.     }
  4345.     /**
  4346.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  4347.      *
  4348.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4349.      */
  4350.     protected function getCache_Messenger_RestartWorkersSignalService()
  4351.     {
  4352.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('BPDJA28gcb'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4353.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4354.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  4355.     }
  4356.     /**
  4357.      * Gets the private 'cache.property_info' shared service.
  4358.      *
  4359.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4360.      */
  4361.     protected function getCache_PropertyInfoService()
  4362.     {
  4363.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GR2V35q8Mc'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4364.     }
  4365.     /**
  4366.      * Gets the private 'cache.security_expression_language' shared service.
  4367.      *
  4368.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4369.      */
  4370.     protected function getCache_SecurityExpressionLanguageService()
  4371.     {
  4372.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('uWamIszOfU'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4373.     }
  4374.     /**
  4375.      * Gets the private 'cache.serializer' shared service.
  4376.      *
  4377.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4378.      */
  4379.     protected function getCache_SerializerService()
  4380.     {
  4381.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rImkX86GVl'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4382.     }
  4383.     /**
  4384.      * Gets the private 'cache.sso' shared service.
  4385.      *
  4386.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4387.      */
  4388.     protected function getCache_SsoService()
  4389.     {
  4390.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.IZ75zVf'] ?? $this->get_CacheConnection_IZ75zVfService()), 'eDBUVExcWQ'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4391.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4392.         return $this->privates['cache.sso'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  4393.     }
  4394.     /**
  4395.      * Gets the private 'cache.validator' shared service.
  4396.      *
  4397.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4398.      */
  4399.     protected function getCache_ValidatorService()
  4400.     {
  4401.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('L1G1xbng6h'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4402.     }
  4403.     /**
  4404.      * Gets the private 'config_cache_factory' shared service.
  4405.      *
  4406.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  4407.      */
  4408.     protected function getConfigCacheFactoryService()
  4409.     {
  4410.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  4411.             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)));
  4412.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  4413.         }, 2));
  4414.     }
  4415.     /**
  4416.      * Gets the private 'data_collector.form' shared service.
  4417.      *
  4418.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  4419.      */
  4420.     protected function getDataCollector_FormService()
  4421.     {
  4422.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  4423.     }
  4424.     /**
  4425.      * Gets the private 'data_collector.request' shared service.
  4426.      *
  4427.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  4428.      */
  4429.     protected function getDataCollector_RequestService()
  4430.     {
  4431.         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())));
  4432.     }
  4433.     /**
  4434.      * Gets the private 'debug.debug_handlers_listener' shared service.
  4435.      *
  4436.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  4437.      */
  4438.     protected function getDebug_DebugHandlersListenerService()
  4439.     {
  4440.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  4441.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4442.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  4443.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] ?? ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] = new \Symfony\Bridge\Monolog\Processor\ConsoleCommandProcessor(truetrue))));
  4444.         $a->pushProcessor(($this->privates['Monolog\\Processor\\TagProcessor'] ?? ($this->privates['Monolog\\Processor\\TagProcessor'] = new \Monolog\Processor\TagProcessor())));
  4445.         $a->pushHandler(($this->privates['monolog.handler.deprecated'] ?? $this->getMonolog_Handler_DeprecatedService()));
  4446.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4447.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4448.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4449.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  4450.     }
  4451.     /**
  4452.      * Gets the private 'debug.file_link_formatter' shared service.
  4453.      *
  4454.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  4455.      */
  4456.     protected function getDebug_FileLinkFormatterService()
  4457.     {
  4458.         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 () {
  4459.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  4460.         });
  4461.     }
  4462.     /**
  4463.      * Gets the private 'debug.log_processor' shared service.
  4464.      *
  4465.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  4466.      */
  4467.     protected function getDebug_LogProcessorService()
  4468.     {
  4469.         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())));
  4470.     }
  4471.     /**
  4472.      * Gets the private 'debug.security.access.decision_manager' shared service.
  4473.      *
  4474.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  4475.      */
  4476.     protected function getDebug_Security_Access_DecisionManagerService()
  4477.     {
  4478.         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 () {
  4479.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  4480.             yield => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService'));
  4481.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  4482.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  4483.             yield => ($this->privates['debug.security.voter.AppBundle\\Security\\ActivityEntryVoter'] ?? $this->load('getActivityEntryVoterService'));
  4484.             yield => ($this->privates['debug.security.voter.AppBundle\\Security\\BarAssociationVoter'] ?? $this->load('getBarAssociationVoterService'));
  4485.             yield => ($this->privates['debug.security.voter.AppBundle\\Security\\EntityActionsVoter'] ?? $this->load('getEntityActionsVoterService'));
  4486.             yield => ($this->privates['debug.security.voter.AppBundle\\Security\\FeatureVoter'] ?? $this->load('getFeatureVoterService'));
  4487.             yield => ($this->privates['debug.security.voter.AppBundle\\Security\\FieldVoter'] ?? $this->load('getFieldVoterService'));
  4488.             yield => ($this->privates['debug.security.voter.AppBundle\\Security\\FreemiumVoter'] ?? $this->load('getFreemiumVoter2Service'));
  4489.             yield 10 => ($this->privates['debug.security.voter.AppBundle\\Security\\LawFirmConfinedVoter'] ?? $this->load('getLawFirmConfinedVoterService'));
  4490.             yield 11 => ($this->privates['debug.security.voter.AppBundle\\Security\\LawFirmTaxRateVoter'] ?? $this->load('getLawFirmTaxRateVoterService'));
  4491.             yield 12 => ($this->privates['debug.security.voter.AppBundle\\Security\\MatterVoter'] ?? $this->load('getMatterVoterService'));
  4492.             yield 13 => ($this->privates['debug.security.voter.AppBundle\\Security\\PortalVoter'] ?? $this->load('getPortalVoterService'));
  4493.             yield 14 => ($this->privates['debug.security.voter.AppBundle\\Security\\UserConfinedVoter'] ?? $this->load('getUserConfinedVoterService'));
  4494.             yield 15 => ($this->privates['debug.security.voter.AppBundle\\Security\\UsersConfinedVoter'] ?? $this->load('getUsersConfinedVoterService'));
  4495.             yield 16 => ($this->privates['debug.security.voter.AppBundle\\Security\\WamVoter'] ?? $this->load('getWamVoterService'));
  4496.             yield 17 => ($this->privates['debug.security.voter.BillingBundle\\Security\\InvoiceVoter'] ?? $this->load('getInvoiceVoterService'));
  4497.             yield 18 => ($this->privates['debug.security.voter.SettingsBundle\\Security\\ModuleVoter'] ?? $this->load('getModuleVoterService'));
  4498.             yield 19 => ($this->privates['debug.security.voter.SettingsBundle\\Security\\SettingsVoter'] ?? $this->load('getSettingsVoterService'));
  4499.             yield 20 => ($this->privates['debug.security.voter.SettingsBundle\\Security\\UserModuleVoter'] ?? $this->load('getUserModuleVoterService'));
  4500.             yield 21 => ($this->privates['debug.security.voter.SettingsBundle\\Security\\UserNylasModuleVoter'] ?? $this->load('getUserNylasModuleVoterService'));
  4501.             yield 22 => ($this->privates['debug.security.voter.App\\Delivract\\Security\\DocumentBailiffVoter'] ?? $this->load('getDocumentBailiffVoterService'));
  4502.             yield 23 => ($this->privates['debug.security.voter.App\\DocumentWorkflow\\Security\\DocumentWorkflowVoter'] ?? $this->load('getDocumentWorkflowVoterService'));
  4503.             yield 24 => ($this->privates['debug.security.voter.App\\Drive\\Sharepoint\\Security\\SharepointVoter'] ?? $this->load('getSharepointVoterService'));
  4504.             yield 25 => ($this->privates['debug.security.voter.App\\Invoice\\Security\\InvoiceCommentVoter'] ?? $this->load('getInvoiceCommentVoterService'));
  4505.             yield 26 => ($this->privates['debug.security.voter.App\\Security\\UserStatusVoter'] ?? $this->load('getUserStatusVoterService'));
  4506.             yield 27 => ($this->privates['debug.security.voter.App\\Task\\Security\\TaskTemplateVoter'] ?? $this->load('getTaskTemplateVoterService'));
  4507.             yield 28 => ($this->privates['debug.security.voter.App\\Backoffice\\BackofficeUser\\BackofficeUserVoter'] ?? $this->load('getBackofficeUserVoterService'));
  4508.             yield 29 => ($this->privates['debug.security.voter.App\\Backoffice\\Security\\BackofficeFeatureVoter'] ?? $this->load('getBackofficeFeatureVoterService'));
  4509.             yield 30 => ($this->privates['debug.security.voter.App\\LawFirm\\Security\\ActivityCategoryVoter'] ?? $this->load('getActivityCategoryVoterService'));
  4510.             yield 31 => ($this->privates['debug.security.voter.App\\LawFirm\\Security\\ContactQualityVoter'] ?? $this->load('getContactQualityVoterService'));
  4511.         }, 32), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  4512.     }
  4513.     /**
  4514.      * Gets the private 'debug.security.firewall' shared service.
  4515.      *
  4516.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  4517.      */
  4518.     protected function getDebug_Security_FirewallService()
  4519.     {
  4520.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  4521.         if (isset($this->privates['debug.security.firewall'])) {
  4522.             return $this->privates['debug.security.firewall'];
  4523.         }
  4524.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4525.         if (isset($this->privates['debug.security.firewall'])) {
  4526.             return $this->privates['debug.security.firewall'];
  4527.         }
  4528.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  4529.     }
  4530.     /**
  4531.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  4532.      *
  4533.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  4534.      */
  4535.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  4536.     {
  4537.         return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite']));
  4538.     }
  4539.     /**
  4540.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  4541.      *
  4542.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  4543.      */
  4544.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  4545.     {
  4546.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4547.             'AppBundle\\EventListener\\LawFirmTaxRateEventListener' => ['privates''AppBundle\\EventListener\\LawFirmTaxRateEventListener''getLawFirmTaxRateEventListenerService'true],
  4548.             'AppBundle\\EventListener\\UploaderHandler' => ['privates''AppBundle\\EventListener\\UploaderHandler''getUploaderHandlerService'true],
  4549.             'CRMBundle\\EventListener\\ContactDoctrineEventListener' => ['privates''CRMBundle\\EventListener\\ContactDoctrineEventListener''getContactDoctrineEventListenerService'true],
  4550.             'CommonBundle\\EventListener\\DomainEventsCollector' => ['services''CommonBundle\\EventListener\\DomainEventsCollector''getDomainEventsCollectorService'false],
  4551.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  4552.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  4553.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  4554.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  4555.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  4556.             'fos_elastica.listener.contact' => ['privates''fos_elastica.listener.contact''getFosElastica_Listener_ContactService'true],
  4557.             'fos_elastica.listener.invoice' => ['privates''fos_elastica.listener.invoice''getFosElastica_Listener_InvoiceService'true],
  4558.             'fos_elastica.listener.law_firm' => ['privates''fos_elastica.listener.law_firm''getFosElastica_Listener_LawFirmService'true],
  4559.             'fos_elastica.listener.matter' => ['privates''fos_elastica.listener.matter''getFosElastica_Listener_MatterService'true],
  4560.             'fos_elastica.listener.user' => ['privates''fos_elastica.listener.user''getFosElastica_Listener_UserService'true],
  4561.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'true],
  4562.             'stof_doctrine_extensions.listener.loggable' => ['privates''stof_doctrine_extensions.listener.loggable''getStofDoctrineExtensions_Listener_LoggableService'false],
  4563.             'stof_doctrine_extensions.listener.softdeleteable' => ['privates''stof_doctrine_extensions.listener.softdeleteable''getStofDoctrineExtensions_Listener_SoftdeleteableService'true],
  4564.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  4565.         ], [
  4566.             'AppBundle\\EventListener\\LawFirmTaxRateEventListener' => '?',
  4567.             'AppBundle\\EventListener\\UploaderHandler' => '?',
  4568.             'CRMBundle\\EventListener\\ContactDoctrineEventListener' => '?',
  4569.             'CommonBundle\\EventListener\\DomainEventsCollector' => '?',
  4570.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  4571.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  4572.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  4573.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  4574.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  4575.             'fos_elastica.listener.contact' => '?',
  4576.             'fos_elastica.listener.invoice' => '?',
  4577.             'fos_elastica.listener.law_firm' => '?',
  4578.             'fos_elastica.listener.matter' => '?',
  4579.             'fos_elastica.listener.user' => '?',
  4580.             'fos_user.user_listener' => '?',
  4581.             'stof_doctrine_extensions.listener.loggable' => '?',
  4582.             'stof_doctrine_extensions.listener.softdeleteable' => '?',
  4583.             'stof_doctrine_extensions.listener.timestampable' => '?',
  4584.         ]), [=> 'stof_doctrine_extensions.listener.loggable'=> 'CommonBundle\\EventListener\\DomainEventsCollector'=> 'CRMBundle\\EventListener\\ContactDoctrineEventListener'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'stof_doctrine_extensions.listener.softdeleteable'=> 'stof_doctrine_extensions.listener.timestampable'=> [=> [=> 'postPersist'], => 'AppBundle\\EventListener\\LawFirmTaxRateEventListener'], 10 => [=> [=> 'postUpdate'], => 'AppBundle\\EventListener\\LawFirmTaxRateEventListener'], 11 => [=> [=> 'preRemove'], => 'AppBundle\\EventListener\\LawFirmTaxRateEventListener'], 12 => [=> [=> 'prePersist'], => 'AppBundle\\EventListener\\UploaderHandler'], 13 => [=> [=> 'preUpdate'], => 'AppBundle\\EventListener\\UploaderHandler'], 14 => [=> [=> 'preRemove'], => 'AppBundle\\EventListener\\UploaderHandler'], 15 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 16 => [=> [=> 'prePersist'], => 'fos_user.user_listener'], 17 => [=> [=> 'preUpdate'], => 'fos_user.user_listener'], 18 => [=> [=> 'postPersist'], => 'fos_elastica.listener.contact'], 19 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.contact'], 20 => [=> [=> 'preRemove'], => 'fos_elastica.listener.contact'], 21 => [=> [=> 'postFlush'], => 'fos_elastica.listener.contact'], 22 => [=> [=> 'postPersist'], => 'fos_elastica.listener.matter'], 23 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.matter'], 24 => [=> [=> 'preRemove'], => 'fos_elastica.listener.matter'], 25 => [=> [=> 'postFlush'], => 'fos_elastica.listener.matter'], 26 => [=> [=> 'postPersist'], => 'fos_elastica.listener.invoice'], 27 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.invoice'], 28 => [=> [=> 'preRemove'], => 'fos_elastica.listener.invoice'], 29 => [=> [=> 'postFlush'], => 'fos_elastica.listener.invoice'], 30 => [=> [=> 'postPersist'], => 'fos_elastica.listener.user'], 31 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.user'], 32 => [=> [=> 'preRemove'], => 'fos_elastica.listener.user'], 33 => [=> [=> 'postFlush'], => 'fos_elastica.listener.user'], 34 => [=> [=> 'postPersist'], => 'fos_elastica.listener.law_firm'], 35 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.law_firm'], 36 => [=> [=> 'preRemove'], => 'fos_elastica.listener.law_firm'], 37 => [=> [=> 'postFlush'], => 'fos_elastica.listener.law_firm']]);
  4585.     }
  4586.     /**
  4587.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4588.      *
  4589.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4590.      */
  4591.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4592.     {
  4593.         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).'/vendor/gedmo/doctrine-extensions/src/Loggable/Entity'), => (\dirname(__DIR__4).'/src/Backoffice/Entity'), => (\dirname(__DIR__4).'/src/DocumentWorkflow/Entity'), => (\dirname(__DIR__4).'/src/Delivract/Entity'), => (\dirname(__DIR__4).'/src/Drive/Entity'), => (\dirname(__DIR__4).'/src/Drive/Sharepoint/Entity'), => (\dirname(__DIR__4).'/src/Core/Entity'), => (\dirname(__DIR__4).'/src/JarvisAI/Entity'), => (\dirname(__DIR__4).'/src/Mail/Entity'), => (\dirname(__DIR__4).'/src/UserRegistration/Entity'), 10 => (\dirname(__DIR__4).'/src/UserRegistration/BarRegistration/Entity'), 11 => (\dirname(__DIR__4).'/src/ESignature/Entity'), 12 => (\dirname(__DIR__4).'/src/Task/Entity'), 13 => (\dirname(__DIR__4).'/src/Invoice/Entity'), 14 => (\dirname(__DIR__4).'/src/ZohoAnalytics/Entity'), 15 => (\dirname(__DIR__4).'/src/AppBundle/Entity'), 16 => (\dirname(__DIR__4).'/src/DocumentBundle/Entity'), 17 => (\dirname(__DIR__4).'/src/DriveBundle/Entity'), 18 => (\dirname(__DIR__4).'/src/BillingBundle/Entity'), 19 => (\dirname(__DIR__4).'/src/SettingsBundle/Entity'), 20 => (\dirname(__DIR__4).'/src/CRMBundle/Entity'), 21 => (\dirname(__DIR__4).'/src/CalendarBundle/Entity'), 22 => (\dirname(__DIR__4).'/src/MigrationBundle/Entity')], false);
  4594.     }
  4595.     /**
  4596.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  4597.      *
  4598.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  4599.      */
  4600.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  4601.     {
  4602.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/doctrine') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity'], '.orm.xml'false);
  4603.         $instance->setGlobalBasename('mapping');
  4604.         return $instance;
  4605.     }
  4606.     /**
  4607.      * Gets the private 'exception_listener' shared service.
  4608.      *
  4609.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4610.      */
  4611.     protected function getExceptionListener3Service()
  4612.     {
  4613.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  4614.     }
  4615.     /**
  4616.      * Gets the private 'fos_elastica.logger' shared service.
  4617.      *
  4618.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  4619.      */
  4620.     protected function getFosElastica_LoggerService()
  4621.     {
  4622.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  4623.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4624.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  4625.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] ?? ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] = new \Symfony\Bridge\Monolog\Processor\ConsoleCommandProcessor(truetrue))));
  4626.         $a->pushProcessor(($this->privates['Monolog\\Processor\\TagProcessor'] ?? ($this->privates['Monolog\\Processor\\TagProcessor'] = new \Monolog\Processor\TagProcessor())));
  4627.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4628.         $a->pushHandler(($this->privates['monolog.handler.files'] ?? $this->getMonolog_Handler_FilesService()));
  4629.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4630.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4631.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  4632.     }
  4633.     /**
  4634.      * Gets the private 'fos_rest.body_listener' shared service.
  4635.      *
  4636.      * @return \FOS\RestBundle\EventListener\BodyListener
  4637.      */
  4638.     protected function getFosRest_BodyListenerService()
  4639.     {
  4640.         $this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4641.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'true],
  4642.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'true],
  4643.         ], [
  4644.             'fos_rest.decoder.json' => '?',
  4645.             'fos_rest.decoder.xml' => '?',
  4646.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  4647.         $instance->setDefaultFormat(NULL);
  4648.         return $instance;
  4649.     }
  4650.     /**
  4651.      * Gets the private 'fos_rest.format_listener' shared service.
  4652.      *
  4653.      * @return \FOS\RestBundle\EventListener\FormatListener
  4654.      */
  4655.     protected function getFosRest_FormatListenerService()
  4656.     {
  4657.         $a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4658.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/'NULLNULLNULL, []), ['methods' => NULL'priorities' => [=> 'html'=> 'json'], 'fallback_format' => 'html''attributes' => [], 'prefer_extension' => '2.0']);
  4659.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/portal/drive/stream'NULLNULLNULL, []), ['stop' => true'methods' => NULL'attributes' => [], 'prefer_extension' => '2.0''fallback_format' => 'html''priorities' => []]);
  4660.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'NULLNULLNULL, []), ['priorities' => [=> 'json'], 'fallback_format' => 'json''methods' => NULL'attributes' => [], 'stop' => false'prefer_extension' => '2.0']);
  4661.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/bo'NULLNULLNULL, []), ['priorities' => [=> 'json'], 'fallback_format' => 'json''methods' => NULL'attributes' => [], 'stop' => false'prefer_extension' => '2.0']);
  4662.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/billing/api'NULLNULLNULL, []), ['priorities' => [=> 'json'], 'fallback_format' => 'json''methods' => NULL'attributes' => [], 'stop' => false'prefer_extension' => '2.0']);
  4663.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/billing/quick/api'NULLNULLNULL, []), ['priorities' => [=> 'json'], 'fallback_format' => 'json''methods' => NULL'attributes' => [], 'stop' => false'prefer_extension' => '2.0']);
  4664.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/contact/api'NULLNULLNULL, []), ['priorities' => [=> 'json'], 'fallback_format' => 'json''methods' => NULL'attributes' => [], 'stop' => false'prefer_extension' => '2.0']);
  4665.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/billing/invoice/api'NULLNULLNULL, []), ['priorities' => [=> 'json'], 'fallback_format' => 'json''methods' => NULL'attributes' => [], 'stop' => false'prefer_extension' => '2.0']);
  4666.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/web-api'NULLNULLNULL, []), ['priorities' => [=> 'json'], 'fallback_format' => 'json''methods' => NULL'attributes' => [], 'stop' => false'prefer_extension' => '2.0']);
  4667.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/comparator/api'NULLNULLNULL, []), ['priorities' => [=> 'json'], 'fallback_format' => 'json''methods' => NULL'attributes' => [], 'stop' => false'prefer_extension' => '2.0']);
  4668.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'NULLNULLNULL, []), ['stop' => true'methods' => NULL'attributes' => [], 'prefer_extension' => '2.0''fallback_format' => 'html''priorities' => []]);
  4669.         return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
  4670.     }
  4671.     /**
  4672.      * Gets the private 'fos_rest.param_fetcher_listener' shared service.
  4673.      *
  4674.      * @return \FOS\RestBundle\EventListener\ParamFetcherListener
  4675.      */
  4676.     protected function getFosRest_ParamFetcherListenerService()
  4677.     {
  4678.         return $this->privates['fos_rest.param_fetcher_listener'] = new \FOS\RestBundle\EventListener\ParamFetcherListener(new \FOS\RestBundle\Request\ParamFetcher($this, new \FOS\RestBundle\Request\ParamReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())), true);
  4679.     }
  4680.     /**
  4681.      * Gets the private 'fos_rest.view_response_listener' shared service.
  4682.      *
  4683.      * @return \FOS\RestBundle\EventListener\ViewResponseListener
  4684.      */
  4685.     protected function getFosRest_ViewResponseListenerService()
  4686.     {
  4687.         return $this->privates['fos_rest.view_response_listener'] = new \FOS\RestBundle\EventListener\ViewResponseListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()), true, ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4688.     }
  4689.     /**
  4690.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  4691.      *
  4692.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  4693.      */
  4694.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  4695.     {
  4696.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  4697.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  4698.     }
  4699.     /**
  4700.      * Gets the private 'fos_user.util.password_updater' shared service.
  4701.      *
  4702.      * @return \FOS\UserBundle\Util\HashingPasswordUpdater
  4703.      */
  4704.     protected function getFosUser_Util_PasswordUpdaterService()
  4705.     {
  4706.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\HashingPasswordUpdater(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  4707.     }
  4708.     /**
  4709.      * Gets the private 'fragment.listener' shared service.
  4710.      *
  4711.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  4712.      */
  4713.     protected function getFragment_ListenerService()
  4714.     {
  4715.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('ThisTokenIsNotSoSecretChangeIt'))), '/_fragment');
  4716.     }
  4717.     /**
  4718.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4719.      *
  4720.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4721.      */
  4722.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4723.     {
  4724.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  4725.     }
  4726.     /**
  4727.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4728.      *
  4729.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4730.      */
  4731.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4732.     {
  4733.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4734.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  4735.             return $this->privates['framework_extra_bundle.event.is_granted'];
  4736.         }
  4737.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  4738.     }
  4739.     /**
  4740.      * Gets the private 'jms_serializer.event_dispatcher' shared service.
  4741.      *
  4742.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  4743.      */
  4744.     protected function getJmsSerializer_EventDispatcherService()
  4745.     {
  4746.         $this->privates['jms_serializer.event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4747.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'true],
  4748.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  4749.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'true],
  4750.         ], [
  4751.             'jms_serializer.stopwatch_subscriber' => '?',
  4752.             'jms_serializer.traceable_runs_listener' => '?',
  4753.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  4754.         ]));
  4755.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  4756.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  4757.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  4758.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  4759.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  4760.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  4761.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  4762.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  4763.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  4764.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  4765.         $instance->addListener('serializer.pre_deserialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  4766.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  4767.         return $instance;
  4768.     }
  4769.     /**
  4770.      * Gets the private 'jms_serializer.expression_evaluator' shared service.
  4771.      *
  4772.      * @return \JMS\Serializer\Expression\ExpressionEvaluator
  4773.      */
  4774.     protected function getJmsSerializer_ExpressionEvaluatorService()
  4775.     {
  4776.         $a = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  4777.         $a->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  4778.         return $this->privates['jms_serializer.expression_evaluator'] = new \JMS\Serializer\Expression\ExpressionEvaluator($a, ['container' => $this]);
  4779.     }
  4780.     /**
  4781.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  4782.      *
  4783.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  4784.      */
  4785.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  4786.     {
  4787.         return $this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator(new \Metadata\Driver\FileLocator(['FOS\\UserBundle' => (\dirname(__DIR__4).'/app/Resources/FOSUserBundle/serializer')]));
  4788.     }
  4789.     /**
  4790.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  4791.      *
  4792.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  4793.      */
  4794.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  4795.     {
  4796.         $this->privates['jms_serializer.traceable_handler_registry'] = $instance = new \JMS\SerializerBundle\Debug\TraceableHandlerRegistry(new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4797.             'fos_rest.serializer.flatten_exception_handler' => ['privates''fos_rest.serializer.flatten_exception_handler''getFosRest_Serializer_FlattenExceptionHandlerService'true],
  4798.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'true],
  4799.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'true],
  4800.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'true],
  4801.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'true],
  4802.             'pagerfanta.serializer.handler' => ['privates''pagerfanta.serializer.handler''getPagerfanta_Serializer_HandlerService'true],
  4803.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'true],
  4804.         ], [
  4805.             'fos_rest.serializer.flatten_exception_handler' => '?',
  4806.             'jms_serializer.array_collection_handler' => '?',
  4807.             'jms_serializer.constraint_violation_handler' => '?',
  4808.             'jms_serializer.datetime_handler' => '?',
  4809.             'jms_serializer.iterator_handler' => '?',
  4810.             'pagerfanta.serializer.handler' => '?',
  4811.             'fos_rest.serializer.form_error_handler' => '?',
  4812.         ])));
  4813.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''json', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToJson']);
  4814.         $instance->registerHandler(1'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException''xml', [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToXml']);
  4815.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4816.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4817.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4818.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4819.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4820.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4821.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4822.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4823.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4824.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  4825.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  4826.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  4827.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  4828.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  4829.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  4830.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  4831.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  4832.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  4833.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  4834.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  4835.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  4836.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  4837.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4838.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4839.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4840.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4841.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4842.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  4843.         $instance->registerHandler(1'Pagerfanta\\Pagerfanta''json', [=> 'pagerfanta.serializer.handler'=> 'serializeToJson']);
  4844.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml']);
  4845.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson']);
  4846.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToXml']);
  4847.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToJson']);
  4848.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  4849.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  4850.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4851.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4852.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4853.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4854.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4855.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4856.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4857.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4858.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4859.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  4860.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  4861.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  4862.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  4863.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  4864.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  4865.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  4866.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  4867.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  4868.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  4869.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  4870.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  4871.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  4872.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  4873.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  4874.         return $instance;
  4875.     }
  4876.     /**
  4877.      * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  4878.      *
  4879.      * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  4880.      */
  4881.     protected function getJmsSerializer_TraceableMetadataFactoryService()
  4882.     {
  4883.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4884.             'metadata_driver' => ['privates''jms_serializer.metadata.typed_properties_driver''getJmsSerializer_Metadata_TypedPropertiesDriverService'true],
  4885.         ], [
  4886.             'metadata_driver' => '?',
  4887.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  4888.         $a->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer_default')))));
  4889.         $a->setIncludeInterfaces(false);
  4890.         return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
  4891.     }
  4892.     /**
  4893.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  4894.      *
  4895.      * @return \JMS\SerializerBundle\Debug\RunsListener
  4896.      */
  4897.     protected function getJmsSerializer_TraceableRunsListenerService()
  4898.     {
  4899.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  4900.     }
  4901.     /**
  4902.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  4903.      *
  4904.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  4905.      */
  4906.     protected function getLiipImagine_Filter_ConfigurationService()
  4907.     {
  4908.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  4909.     }
  4910.     /**
  4911.      * Gets the private 'locale_aware_listener' shared service.
  4912.      *
  4913.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4914.      */
  4915.     protected function getLocaleAwareListenerService()
  4916.     {
  4917.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4918.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  4919.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4920.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4921.     }
  4922.     /**
  4923.      * Gets the private 'locale_listener' shared service.
  4924.      *
  4925.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4926.      */
  4927.     protected function getLocaleListener2Service()
  4928.     {
  4929.         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', ($this->services['router'] ?? $this->getRouterService()), false, []);
  4930.     }
  4931.     /**
  4932.      * Gets the private 'mime_types' shared service.
  4933.      *
  4934.      * @return \Symfony\Component\Mime\MimeTypes
  4935.      */
  4936.     protected function getMimeTypesService()
  4937.     {
  4938.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  4939.         $instance->setDefault($instance);
  4940.         return $instance;
  4941.     }
  4942.     /**
  4943.      * Gets the private 'monolog.handler.console' shared service.
  4944.      *
  4945.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  4946.      */
  4947.     protected function getMonolog_Handler_ConsoleService()
  4948.     {
  4949.         $this->privates['monolog.handler.console'] = $instance = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  4950.         $instance->setFormatter(($this->privates['monolog.formatter.json'] ?? ($this->privates['monolog.formatter.json'] = new \Monolog\Formatter\JsonFormatter())));
  4951.         return $instance;
  4952.     }
  4953.     /**
  4954.      * Gets the private 'monolog.handler.deprecated' shared service.
  4955.      *
  4956.      * @return \Monolog\Handler\RotatingFileHandler
  4957.      */
  4958.     protected function getMonolog_Handler_DeprecatedService()
  4959.     {
  4960.         $this->privates['monolog.handler.deprecated'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/logs/deprecated.log'), 4'debug'trueNULLfalse);
  4961.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4962.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  4963.         $instance->setFormatter(($this->privates['app.log.formatter.logstash_v1'] ?? ($this->privates['app.log.formatter.logstash_v1'] = new \Monolog\Formatter\LogstashFormatter('app'))));
  4964.         return $instance;
  4965.     }
  4966.     /**
  4967.      * Gets the private 'monolog.handler.files' shared service.
  4968.      *
  4969.      * @return \Monolog\Handler\RotatingFileHandler
  4970.      */
  4971.     protected function getMonolog_Handler_FilesService()
  4972.     {
  4973.         $this->privates['monolog.handler.files'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/logs/dev.log'), 4'debug'trueNULLfalse);
  4974.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4975.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  4976.         $instance->setFormatter(($this->privates['app.log.formatter.logstash_v1'] ?? ($this->privates['app.log.formatter.logstash_v1'] = new \Monolog\Formatter\LogstashFormatter('app'))));
  4977.         return $instance;
  4978.     }
  4979.     /**
  4980.      * Gets the private 'monolog.handler.main' shared service.
  4981.      *
  4982.      * @return \Monolog\Handler\FingersCrossedHandler
  4983.      */
  4984.     protected function getMonolog_Handler_MainService()
  4985.     {
  4986.         $a = new \Monolog\Handler\StreamHandler('php://stderr''error'trueNULLfalse);
  4987.         $a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4988.         $a->setFormatter(($this->privates['monolog.formatter.json'] ?? ($this->privates['monolog.formatter.json'] = new \Monolog\Formatter\JsonFormatter())));
  4989.         return $this->privates['monolog.handler.main'] = new \Monolog\Handler\FingersCrossedHandler($a, new \Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), [=> ['code' => 404'urls' => []], => ['code' => 405'urls' => []]], new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy('error')), 50truetrueNULL);
  4990.     }
  4991.     /**
  4992.      * Gets the private 'monolog.logger' shared service.
  4993.      *
  4994.      * @return \Symfony\Bridge\Monolog\Logger
  4995.      */
  4996.     protected function getMonolog_LoggerService()
  4997.     {
  4998.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4999.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5000.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  5001.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] ?? ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] = new \Symfony\Bridge\Monolog\Processor\ConsoleCommandProcessor(truetrue))));
  5002.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\TagProcessor'] ?? ($this->privates['Monolog\\Processor\\TagProcessor'] = new \Monolog\Processor\TagProcessor())));
  5003.         $instance->useMicrosecondTimestamps(true);
  5004.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5005.         $instance->pushHandler(($this->privates['monolog.handler.files'] ?? $this->getMonolog_Handler_FilesService()));
  5006.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5007.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5008.         return $instance;
  5009.     }
  5010.     /**
  5011.      * Gets the private 'monolog.logger.cache' shared service.
  5012.      *
  5013.      * @return \Symfony\Bridge\Monolog\Logger
  5014.      */
  5015.     protected function getMonolog_Logger_CacheService()
  5016.     {
  5017.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5018.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5019.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  5020.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] ?? ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] = new \Symfony\Bridge\Monolog\Processor\ConsoleCommandProcessor(truetrue))));
  5021.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\TagProcessor'] ?? ($this->privates['Monolog\\Processor\\TagProcessor'] = new \Monolog\Processor\TagProcessor())));
  5022.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5023.         $instance->pushHandler(($this->privates['monolog.handler.files'] ?? $this->getMonolog_Handler_FilesService()));
  5024.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5025.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5026.         return $instance;
  5027.     }
  5028.     /**
  5029.      * Gets the private 'monolog.logger.doctrine' shared service.
  5030.      *
  5031.      * @return \Symfony\Bridge\Monolog\Logger
  5032.      */
  5033.     protected function getMonolog_Logger_DoctrineService()
  5034.     {
  5035.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  5036.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5037.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  5038.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] ?? ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] = new \Symfony\Bridge\Monolog\Processor\ConsoleCommandProcessor(truetrue))));
  5039.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\TagProcessor'] ?? ($this->privates['Monolog\\Processor\\TagProcessor'] = new \Monolog\Processor\TagProcessor())));
  5040.         $instance->pushHandler(($this->privates['monolog.handler.files'] ?? $this->getMonolog_Handler_FilesService()));
  5041.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5042.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5043.         return $instance;
  5044.     }
  5045.     /**
  5046.      * Gets the private 'monolog.logger.request' shared service.
  5047.      *
  5048.      * @return \Symfony\Bridge\Monolog\Logger
  5049.      */
  5050.     protected function getMonolog_Logger_RequestService()
  5051.     {
  5052.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5053.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5054.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  5055.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] ?? ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] = new \Symfony\Bridge\Monolog\Processor\ConsoleCommandProcessor(truetrue))));
  5056.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\TagProcessor'] ?? ($this->privates['Monolog\\Processor\\TagProcessor'] = new \Monolog\Processor\TagProcessor())));
  5057.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5058.         $instance->pushHandler(($this->privates['monolog.handler.files'] ?? $this->getMonolog_Handler_FilesService()));
  5059.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5060.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5061.         return $instance;
  5062.     }
  5063.     /**
  5064.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  5065.      *
  5066.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  5067.      */
  5068.     protected function getNelmioCors_CorsListenerService()
  5069.     {
  5070.         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'])]));
  5071.     }
  5072.     /**
  5073.      * Gets the private 'oneup_flysystem.dev_uploads_adapter' shared service.
  5074.      *
  5075.      * @return \League\Flysystem\Local\LocalFilesystemAdapter
  5076.      */
  5077.     protected function getOneupFlysystem_DevUploadsAdapterService()
  5078.     {
  5079.         return $this->privates['oneup_flysystem.dev_uploads_adapter'] = new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__3).'/s3_dev'), NULL22NULL);
  5080.     }
  5081.     /**
  5082.      * Gets the private 'parameter_bag' shared service.
  5083.      *
  5084.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  5085.      */
  5086.     protected function getParameterBagService()
  5087.     {
  5088.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  5089.     }
  5090.     /**
  5091.      * Gets the private 'profiler_listener' shared service.
  5092.      *
  5093.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5094.      */
  5095.     protected function getProfilerListenerService()
  5096.     {
  5097.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  5098.         if (isset($this->privates['profiler_listener'])) {
  5099.             return $this->privates['profiler_listener'];
  5100.         }
  5101.         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);
  5102.     }
  5103.     /**
  5104.      * Gets the private 'property_accessor' shared service.
  5105.      *
  5106.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5107.      */
  5108.     protected function getPropertyAccessorService()
  5109.     {
  5110.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5111.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  5112.     }
  5113.     /**
  5114.      * Gets the private 'property_info' shared service.
  5115.      *
  5116.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  5117.      */
  5118.     protected function getPropertyInfoService()
  5119.     {
  5120.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5121.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  5122.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5123.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  5124.         }, 3), new RewindableGenerator(function () {
  5125.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  5126.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  5127.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5128.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5129.         }, 4), new RewindableGenerator(function () {
  5130.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5131.         }, 1), new RewindableGenerator(function () {
  5132.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  5133.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5134.         }, 2), new RewindableGenerator(function () {
  5135.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5136.         }, 1));
  5137.     }
  5138.     /**
  5139.      * Gets the private 'router.expression_language_provider' shared service.
  5140.      *
  5141.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  5142.      */
  5143.     protected function getRouter_ExpressionLanguageProviderService()
  5144.     {
  5145.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5146.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  5147.         ], [
  5148.             'env' => 'Closure',
  5149.         ]));
  5150.     }
  5151.     /**
  5152.      * Gets the private 'router.request_context' shared service.
  5153.      *
  5154.      * @return \Symfony\Component\Routing\RequestContext
  5155.      */
  5156.     protected function getRouter_RequestContextService()
  5157.     {
  5158.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  5159.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  5160.         return $instance;
  5161.     }
  5162.     /**
  5163.      * Gets the private 'router_listener' shared service.
  5164.      *
  5165.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5166.      */
  5167.     protected function getRouterListenerService()
  5168.     {
  5169.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($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);
  5170.     }
  5171.     /**
  5172.      * Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
  5173.      *
  5174.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
  5175.      */
  5176.     protected function getSchebTwoFactor_ProviderPreparationRecorderService()
  5177.     {
  5178.         return $this->privates['scheb_two_factor.provider_preparation_recorder'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  5179.     }
  5180.     /**
  5181.      * Gets the private 'scheb_two_factor.provider_registry' shared service.
  5182.      *
  5183.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
  5184.      */
  5185.     protected function getSchebTwoFactor_ProviderRegistryService()
  5186.     {
  5187.         return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
  5188.             yield 'totp' => ($this->privates['scheb_two_factor.security.totp.provider'] ?? $this->load('getSchebTwoFactor_Security_Totp_ProviderService'));
  5189.         }, 1));
  5190.     }
  5191.     /**
  5192.      * Gets the private 'scheb_two_factor.security.authentication.trust_resolver' shared service.
  5193.      *
  5194.      * @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
  5195.      */
  5196.     protected function getSchebTwoFactor_Security_Authentication_TrustResolverService()
  5197.     {
  5198.         return $this->privates['scheb_two_factor.security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
  5199.     }
  5200.     /**
  5201.      * Gets the private 'security.authentication.form_listener.two_factor.main' shared service.
  5202.      *
  5203.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener
  5204.      */
  5205.     protected function getSecurity_Authentication_FormListener_TwoFactor_MainService()
  5206.     {
  5207.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5208.         if (isset($this->privates['security.authentication.form_listener.two_factor.main'])) {
  5209.             return $this->privates['security.authentication.form_listener.two_factor.main'];
  5210.         }
  5211.         return $this->privates['security.authentication.form_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener(($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  5212.     }
  5213.     /**
  5214.      * Gets the private 'security.authentication.provider_preparation_listener.two_factor.main' shared service.
  5215.      *
  5216.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
  5217.      */
  5218.     protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService()
  5219.     {
  5220.         $a = ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService());
  5221.         if (isset($this->privates['security.authentication.provider_preparation_listener.two_factor.main'])) {
  5222.             return $this->privates['security.authentication.provider_preparation_listener.two_factor.main'];
  5223.         }
  5224.         return $this->privates['security.authentication.provider_preparation_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener($a, ($this->privates['scheb_two_factor.provider_preparation_recorder'] ?? $this->getSchebTwoFactor_ProviderPreparationRecorderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'main'falsefalse);
  5225.     }
  5226.     /**
  5227.      * Gets the private 'security.csrf.token_storage' shared service.
  5228.      *
  5229.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  5230.      */
  5231.     protected function getSecurity_Csrf_TokenStorageService()
  5232.     {
  5233.         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())));
  5234.     }
  5235.     /**
  5236.      * Gets the private 'security.firewall.map' shared service.
  5237.      *
  5238.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  5239.      */
  5240.     protected function getSecurity_Firewall_MapService()
  5241.     {
  5242.         $a = ($this->privates['.service_locator.Jql8bvQ'] ?? $this->get_ServiceLocator_Jql8bvQService());
  5243.         if (isset($this->privates['security.firewall.map'])) {
  5244.             return $this->privates['security.firewall.map'];
  5245.         }
  5246.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  5247.             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)/')));
  5248.             yield 'security.firewall.map.context.healthcheck' => ($this->privates['.security.request_matcher.35_XLGE'] ?? ($this->privates['.security.request_matcher.35_XLGE'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(healthcheck|api/ping)')));
  5249.             yield 'security.firewall.map.context.api_internal_yousign' => ($this->privates['.security.request_matcher.x9nYoT4'] ?? ($this->privates['.security.request_matcher.x9nYoT4'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/internal/yousign')));
  5250.             yield 'security.firewall.map.context.speech_api' => ($this->privates['.security.request_matcher.6SM2n_t'] ?? ($this->privates['.security.request_matcher.6SM2n_t'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/speech')));
  5251.             yield 'security.firewall.map.context.api_internal_drive' => ($this->privates['.security.request_matcher.yaKDJWh'] ?? ($this->privates['.security.request_matcher.yaKDJWh'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/internal/drive')));
  5252.             yield 'security.firewall.map.context.api_token_refresh' => ($this->privates['.security.request_matcher.UQgI.UV'] ?? ($this->privates['.security.request_matcher.UQgI.UV'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/token/refresh')));
  5253.             yield 'security.firewall.map.context.api_token' => ($this->privates['.security.request_matcher.K20BCAb'] ?? ($this->privates['.security.request_matcher.K20BCAb'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/token')));
  5254.             yield 'security.firewall.map.context.api_portal_password' => ($this->privates['.security.request_matcher.ZjLvV2g'] ?? ($this->privates['.security.request_matcher.ZjLvV2g'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/portal/password')));
  5255.             yield 'security.firewall.map.context.api_portal_public' => ($this->privates['.security.request_matcher.bxxXTI3'] ?? ($this->privates['.security.request_matcher.bxxXTI3'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/portal/public')));
  5256.             yield 'security.firewall.map.context.api_portal_login' => ($this->privates['.security.request_matcher.1sLR1g4'] ?? ($this->privates['.security.request_matcher.1sLR1g4'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/portal/login')));
  5257.             yield 'security.firewall.map.context.api_portal' => ($this->privates['.security.request_matcher.JoCeHZ6'] ?? ($this->privates['.security.request_matcher.JoCeHZ6'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/portal')));
  5258.             yield 'security.firewall.map.context.api_user' => ($this->privates['.security.request_matcher.ilfvIyg'] ?? ($this->privates['.security.request_matcher.ilfvIyg'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/(drive|outlook|jarvis-ai)')));
  5259.             yield 'security.firewall.map.context.onlyoffice' => ($this->privates['.security.request_matcher.pmHWt2P'] ?? ($this->privates['.security.request_matcher.pmHWt2P'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/onlyoffice')));
  5260.             yield 'security.firewall.map.context.backoffice' => ($this->privates['.security.request_matcher.dxjcfrA'] ?? ($this->privates['.security.request_matcher.dxjcfrA'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/backoffice')));
  5261.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  5262.         }, 15));
  5263.     }
  5264.     /**
  5265.      * Gets the private 'security.firewall_config.two_factor.main' shared service.
  5266.      *
  5267.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig
  5268.      */
  5269.     protected function getSecurity_FirewallConfig_TwoFactor_MainService()
  5270.     {
  5271.         return $this->privates['security.firewall_config.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig(['auth_form_path' => '2fa_login''check_path' => '2fa_login_check''provider' => 'fos_userbundle''default_target_path' => '/dashboard''failure_handler' => 'AppBundle\\Handler\\MFAAuthenticationFailureHandler''post_only' => true'always_use_default_target_path' => false'success_handler' => NULL'authentication_required_handler' => NULL'auth_code_parameter_name' => '_auth_code''trusted_parameter_name' => '_trusted''remember_me_sets_trusted' => false'multi_factor' => false'prepare_on_login' => false'prepare_on_access_denied' => false'enable_csrf' => false'csrf_parameter' => '_csrf_token''csrf_token_id' => 'two_factor'], 'main', ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), new \Scheb\TwoFactorBundle\Security\Http\Utils\RequestDataReader());
  5272.     }
  5273.     /**
  5274.      * Gets the private 'security.helper' shared service.
  5275.      *
  5276.      * @return \Symfony\Component\Security\Core\Security
  5277.      */
  5278.     protected function getSecurity_HelperService()
  5279.     {
  5280.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5281.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  5282.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  5283.         ], [
  5284.             'security.authorization_checker' => '?',
  5285.             'security.token_storage' => '?',
  5286.         ]));
  5287.     }
  5288.     /**
  5289.      * Gets the private 'security.http_utils' shared service.
  5290.      *
  5291.      * @return \Symfony\Component\Security\Http\HttpUtils
  5292.      */
  5293.     protected function getSecurity_HttpUtilsService()
  5294.     {
  5295.         $a = ($this->services['router'] ?? $this->getRouterService());
  5296.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  5297.     }
  5298.     /**
  5299.      * Gets the private 'security.logout_url_generator' shared service.
  5300.      *
  5301.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  5302.      */
  5303.     protected function getSecurity_LogoutUrlGeneratorService()
  5304.     {
  5305.         $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())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  5306.         $instance->registerListener('main''/logout''logout''_csrf_token'NULL'common');
  5307.         return $instance;
  5308.     }
  5309.     /**
  5310.      * Gets the private 'security.password_hasher_factory' shared service.
  5311.      *
  5312.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  5313.      */
  5314.     protected function getSecurity_PasswordHasherFactoryService()
  5315.     {
  5316.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  5317.     }
  5318.     /**
  5319.      * Gets the private 'security.role_hierarchy' shared service.
  5320.      *
  5321.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  5322.      */
  5323.     protected function getSecurity_RoleHierarchyService()
  5324.     {
  5325.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  5326.     }
  5327.     /**
  5328.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  5329.      *
  5330.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  5331.      */
  5332.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  5333.     {
  5334.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5335.     }
  5336.     /**
  5337.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  5338.      *
  5339.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  5340.      */
  5341.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  5342.     {
  5343.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  5344.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  5345.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  5346.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  5347.     }
  5348.     /**
  5349.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  5350.      *
  5351.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  5352.      */
  5353.     protected function getSensioFrameworkExtra_Security_ListenerService()
  5354.     {
  5355.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5356.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  5357.             return $this->privates['sensio_framework_extra.security.listener'];
  5358.         }
  5359.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5360.     }
  5361.     /**
  5362.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  5363.      *
  5364.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  5365.      */
  5366.     protected function getSensioFrameworkExtra_View_ListenerService()
  5367.     {
  5368.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  5369.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5370.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5371.         ], [
  5372.             'twig' => '?',
  5373.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  5374.         return $instance;
  5375.     }
  5376.     /**
  5377.      * Gets the private 'serializer.mapping.class_discriminator_resolver' shared service.
  5378.      *
  5379.      * @return \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata
  5380.      */
  5381.     protected function getSerializer_Mapping_ClassDiscriminatorResolverService()
  5382.     {
  5383.         return $this->privates['serializer.mapping.class_discriminator_resolver'] = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  5384.     }
  5385.     /**
  5386.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  5387.      *
  5388.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  5389.      */
  5390.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  5391.     {
  5392.         return $this->privates['serializer.mapping.class_metadata_factory'] = 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()))]));
  5393.     }
  5394.     /**
  5395.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  5396.      *
  5397.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  5398.      */
  5399.     protected function getSerializer_NameConverter_MetadataAwareService()
  5400.     {
  5401.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()), ($this->privates['serializer.name_converter.camel_case_to_snake_case'] ?? ($this->privates['serializer.name_converter.camel_case_to_snake_case'] = new \Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter())));
  5402.     }
  5403.     /**
  5404.      * Gets the private 'serializer.normalizer.object' shared service.
  5405.      *
  5406.      * @return \Symfony\Component\Serializer\Normalizer\ObjectNormalizer
  5407.      */
  5408.     protected function getSerializer_Normalizer_ObjectService()
  5409.     {
  5410.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  5411.         return $this->privates['serializer.normalizer.object'] = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), $a, ($this->privates['serializer.mapping.class_discriminator_resolver'] ?? $this->getSerializer_Mapping_ClassDiscriminatorResolverService()), NULL, [], $a);
  5412.     }
  5413.     /**
  5414.      * Gets the private 'session_listener' shared service.
  5415.      *
  5416.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  5417.      */
  5418.     protected function getSessionListenerService()
  5419.     {
  5420.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5421.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  5422.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  5423.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5424.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  5425.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  5426.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  5427.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  5428.         ], [
  5429.             'initialized_session' => '?',
  5430.             'logger' => '?',
  5431.             'request_stack' => '?',
  5432.             'session' => '?',
  5433.             'session_collector' => '?',
  5434.             'session_factory' => '?',
  5435.             'session_storage' => '?',
  5436.         ]), true$this->parameters['session.storage.options']);
  5437.     }
  5438.     /**
  5439.      * Gets the private 'snc_redis.common' shared service.
  5440.      *
  5441.      * @return \Predis\Client
  5442.      */
  5443.     protected function getSncRedis_CommonService()
  5444.     {
  5445.         $a = new \Predis\Profile\RedisVersion320();
  5446.         $b = new \Snc\RedisBundle\Client\Predis\Connection\ConnectionFactory($a);
  5447.         $b->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5448.         $b->setConnectionWrapperClass('Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper');
  5449.         $b->setLogger(($this->privates['snc_redis.logger'] ?? $this->getSncRedis_LoggerService()));
  5450.         return $this->privates['snc_redis.common'] = new \Predis\Client(\Snc\RedisBundle\Factory\PredisParametersFactory::create(['read_write_timeout' => NULL'iterable_multibulk' => false'serialization' => 'default''profile' => 'default''prefix' => NULL'service' => NULL'async_connect' => false'timeout' => 5'persistent' => false'exceptions' => true'logging' => true'alias' => 'common'], 'Predis\\Connection\\Parameters'$this->getEnv('REDIS_DSN')), new \Predis\Configuration\Options(['read_write_timeout' => NULL'iterable_multibulk' => false'serialization' => 'default''profile' => $a'prefix' => NULL'service' => NULL'async_connect' => false'timeout' => 5'persistent' => false'exceptions' => true'connections' => $b]));
  5451.     }
  5452.     /**
  5453.      * Gets the private 'snc_redis.default' shared service.
  5454.      *
  5455.      * @return \Predis\Client
  5456.      */
  5457.     protected function getSncRedis_DefaultService()
  5458.     {
  5459.         $a = new \Predis\Profile\RedisVersion320();
  5460.         $b = new \Snc\RedisBundle\Client\Predis\Connection\ConnectionFactory($a);
  5461.         $b->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5462.         $b->setConnectionWrapperClass('Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper');
  5463.         $b->setLogger(($this->privates['snc_redis.logger'] ?? $this->getSncRedis_LoggerService()));
  5464.         return $this->privates['snc_redis.default'] = new \Predis\Client(\Snc\RedisBundle\Factory\PredisParametersFactory::create(['read_write_timeout' => NULL'iterable_multibulk' => false'serialization' => 'default''profile' => 'default''prefix' => NULL'service' => NULL'async_connect' => false'timeout' => 5'persistent' => false'exceptions' => true'logging' => true'alias' => 'default'], 'Predis\\Connection\\Parameters'$this->getEnv('REDIS_DSN')), new \Predis\Configuration\Options(['read_write_timeout' => NULL'iterable_multibulk' => false'serialization' => 'default''profile' => $a'prefix' => NULL'service' => NULL'async_connect' => false'timeout' => 5'persistent' => false'exceptions' => true'connections' => $b]));
  5465.     }
  5466.     /**
  5467.      * Gets the private 'snc_redis.logger' shared service.
  5468.      *
  5469.      * @return \Snc\RedisBundle\Logger\RedisLogger
  5470.      */
  5471.     protected function getSncRedis_LoggerService()
  5472.     {
  5473.         $a = new \Symfony\Bridge\Monolog\Logger('snc_redis');
  5474.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5475.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  5476.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] ?? ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor'] = new \Symfony\Bridge\Monolog\Processor\ConsoleCommandProcessor(truetrue))));
  5477.         $a->pushProcessor(($this->privates['Monolog\\Processor\\TagProcessor'] ?? ($this->privates['Monolog\\Processor\\TagProcessor'] = new \Monolog\Processor\TagProcessor())));
  5478.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5479.         $a->pushHandler(($this->privates['monolog.handler.files'] ?? $this->getMonolog_Handler_FilesService()));
  5480.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5481.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5482.         return $this->privates['snc_redis.logger'] = new \Snc\RedisBundle\Logger\RedisLogger($a);
  5483.     }
  5484.     /**
  5485.      * Gets the private 'state_machine.calendar_synchronization.metadata_store' shared service.
  5486.      *
  5487.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  5488.      */
  5489.     protected function getStateMachine_CalendarSynchronization_MetadataStoreService()
  5490.     {
  5491.         return $this->privates['state_machine.calendar_synchronization.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  5492.     }
  5493.     /**
  5494.      * Gets the private 'state_machine.proposal.metadata_store' shared service.
  5495.      *
  5496.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  5497.      */
  5498.     protected function getStateMachine_Proposal_MetadataStoreService()
  5499.     {
  5500.         return $this->privates['state_machine.proposal.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  5501.     }
  5502.     /**
  5503.      * Gets the private 'stof_doctrine_extensions.event_listener.logger' shared service.
  5504.      *
  5505.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener
  5506.      */
  5507.     protected function getStofDoctrineExtensions_EventListener_LoggerService()
  5508.     {
  5509.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5510.         if (isset($this->privates['stof_doctrine_extensions.event_listener.logger'])) {
  5511.             return $this->privates['stof_doctrine_extensions.event_listener.logger'];
  5512.         }
  5513.         return $this->privates['stof_doctrine_extensions.event_listener.logger'] = new \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener(($this->privates['stof_doctrine_extensions.listener.loggable'] ?? $this->getStofDoctrineExtensions_Listener_LoggableService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  5514.     }
  5515.     /**
  5516.      * Gets the private 'stof_doctrine_extensions.listener.loggable' shared service.
  5517.      *
  5518.      * @return \Gedmo\Loggable\LoggableListener
  5519.      */
  5520.     protected function getStofDoctrineExtensions_Listener_LoggableService()
  5521.     {
  5522.         $this->privates['stof_doctrine_extensions.listener.loggable'] = $instance = new \Gedmo\Loggable\LoggableListener();
  5523.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5524.         return $instance;
  5525.     }
  5526.     /**
  5527.      * Gets the private 'translator.default' shared service.
  5528.      *
  5529.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  5530.      */
  5531.     protected function getTranslator_DefaultService()
  5532.     {
  5533.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5534.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  5535.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  5536.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  5537.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  5538.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  5539.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  5540.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  5541.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  5542.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  5543.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  5544.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  5545.         ], [
  5546.             'translation.loader.csv' => '?',
  5547.             'translation.loader.dat' => '?',
  5548.             'translation.loader.ini' => '?',
  5549.             'translation.loader.json' => '?',
  5550.             'translation.loader.mo' => '?',
  5551.             'translation.loader.php' => '?',
  5552.             'translation.loader.po' => '?',
  5553.             'translation.loader.qt' => '?',
  5554.             'translation.loader.res' => '?',
  5555.             'translation.loader.xliff' => '?',
  5556.             'translation.loader.yml' => '?',
  5557.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ar.yml'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.ar.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.az.xliff')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bg.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ca.yml'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.cs.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.cs.yml'), => (\dirname(__DIR__4).'/vendor/apy/datagrid-bundle/Resources/translations/messages.cs.xliff'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.cs.xliff'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.cs.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.da.yml'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/apy/datagrid-bundle/Resources/translations/messages.de.xliff'), => (\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/translations/messages.de.yml'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.de.xliff'), 10 => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.de.yml'), 11 => (\dirname(__DIR__4).'/translations/addin.de.yml'), 12 => (\dirname(__DIR__4).'/translations/merge_field.de.yml'), 13 => (\dirname(__DIR__4).'/translations/messages.de.yml'), 14 => (\dirname(__DIR__4).'/translations/notifications.de.yml'), 15 => (\dirname(__DIR__4).'/translations/security.de.yml'), 16 => (\dirname(__DIR__4).'/translations/validators.de.yml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.el.yml')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/apy/datagrid-bundle/Resources/translations/messages.en.xliff'), => (\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/translations/messages.en.yml'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.en.xliff'), 10 => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.en.yml'), 11 => (\dirname(__DIR__4).'/translations/addin.en.yml'), 12 => (\dirname(__DIR__4).'/translations/backoffice.en.yml'), 13 => (\dirname(__DIR__4).'/translations/merge_field.en.yml'), 14 => (\dirname(__DIR__4).'/translations/messages.en.yml'), 15 => (\dirname(__DIR__4).'/translations/notifications.en.yml'), 16 => (\dirname(__DIR__4).'/translations/security.en.yml'), 17 => (\dirname(__DIR__4).'/translations/validators.en.yml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/apy/datagrid-bundle/Resources/translations/messages.es.xliff'), => (\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/translations/messages.es.yml'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.es.xliff'), 10 => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.es.yml'), 11 => (\dirname(__DIR__4).'/translations/addin.es.yml'), 12 => (\dirname(__DIR__4).'/translations/merge_field.es.yml'), 13 => (\dirname(__DIR__4).'/translations/messages.es.yml'), 14 => (\dirname(__DIR__4).'/translations/notifications.es.yml'), 15 => (\dirname(__DIR__4).'/translations/security.es.yml'), 16 => (\dirname(__DIR__4).'/translations/validators.es.yml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eu.yml'), => (\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/translations/messages.eu.yml')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fa.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.fa.yml'), => (\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/translations/messages.fa.yml'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fi.yml'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/vendor/apy/datagrid-bundle/Resources/translations/messages.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/translations/messages.fr.yml'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.fr.xliff'), 10 => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.fr.yml'), 11 => (\dirname(__DIR__4).'/translations/addin.fr.yml'), 12 => (\dirname(__DIR__4).'/translations/backoffice.fr.yml'), 13 => (\dirname(__DIR__4).'/translations/errors.fr.yml'), 14 => (\dirname(__DIR__4).'/translations/merge_field.fr.yml'), 15 => (\dirname(__DIR__4).'/translations/messages.fr.yml'), 16 => (\dirname(__DIR__4).'/translations/notifications.fr.yml'), 17 => (\dirname(__DIR__4).'/translations/security.fr.yml'), 18 => (\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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.gl.yml'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.gl.xliff')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.he.yml')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hr.yml'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.hr.xliff'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hr.yml')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hu.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.hu.yml'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hu.yml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.id.yml')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.it.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.it.yml'), => (\dirname(__DIR__4).'/vendor/apy/datagrid-bundle/Resources/translations/messages.it.xliff'), => (\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/translations/messages.it.yml'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ja.yml'), => (\dirname(__DIR__4).'/vendor/apy/datagrid-bundle/Resources/translations/messages.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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lb.yml')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lt.yml')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lv.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.mn.yml')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nb.yml')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nl.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.nl.yml'), => (\dirname(__DIR__4).'/vendor/apy/datagrid-bundle/Resources/translations/messages.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/translations/messages.nl.yml'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.nl.xliff'), 10 => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.nl.yml'), 11 => (\dirname(__DIR__4).'/translations/addin.nl.yml'), 12 => (\dirname(__DIR__4).'/translations/merge_field.nl.yml'), 13 => (\dirname(__DIR__4).'/translations/messages.nl.yml'), 14 => (\dirname(__DIR__4).'/translations/notifications.nl.yml'), 15 => (\dirname(__DIR__4).'/translations/security.nl.yml'), 16 => (\dirname(__DIR__4).'/translations/validators.nl.yml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/apy/datagrid-bundle/Resources/translations/messages.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/translations/messages.pl.yml'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.pl.xliff'), 10 => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.pl.yml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt.yml'), => (\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/translations/messages.pt.yml'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.pt.xliff')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/apy/datagrid-bundle/Resources/translations/messages.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ro.yml'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.ro.xliff'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ro.yml')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/vendor/apy/datagrid-bundle/Resources/translations/messages.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/translations/messages.ru.yml'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.ru.xliff'), 10 => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ru.yml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sk.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.sk.yml'), => (\dirname(__DIR__4).'/vendor/apy/datagrid-bundle/Resources/translations/messages.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/translations/messages.sk.yml'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.sk.xliff'), 10 => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sk.yml')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sl.yml'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.sl.xliff')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.sr_Cyrl.xliff')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.sr_Latn.xliff')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sv.yml'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.sv.xliff'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sv.yml')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.th.yml'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.th.xliff')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.tr.yml'), => (\dirname(__DIR__4).'/vendor/apy/datagrid-bundle/Resources/translations/messages.tr.xliff'), => (\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/translations/messages.tr.yml'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.uk.xliff'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.uk.yml')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.zh_CN.xliff')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.zh_TW.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.zh_TW.yml')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eo.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ky.yml'), => (\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/translations/messages.ky.yml')], 'oc' => [=> (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.oc.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations/pagerfanta.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/apy/datagrid-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations'), => (\dirname(__DIR__4).'/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/snc/redis-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 24 => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/translations'), 25 => (\dirname(__DIR__4).'/src/AppBundle/translations'), 26 => (\dirname(__DIR__4).'/src/CommonBundle/translations'), 27 => (\dirname(__DIR__4).'/src/DocumentBundle/translations'), 28 => (\dirname(__DIR__4).'/src/DriveBundle/translations'), 29 => (\dirname(__DIR__4).'/src/BillingBundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 31 => (\dirname(__DIR__4).'/src/SettingsBundle/translations'), 32 => (\dirname(__DIR__4).'/src/CRMBundle/translations'), 33 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 34 => (\dirname(__DIR__4).'/src/CalendarBundle/translations'), 35 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/translations'), 36 => (\dirname(__DIR__4).'/src/MigrationBundle/translations'), 37 => (\dirname(__DIR__4).'/vendor/gos/web-socket-bundle/translations'), 38 => (\dirname(__DIR__4).'/vendor/gos/pubsub-router-bundle/translations'), 39 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 40 => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/translations'), 41 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 42 => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/translations'), 43 => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/translations'), 44 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 45 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 46 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 47 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 48 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/src/Resources/translations'=> 'vendor/craue/formflow-bundle/Resources/translations'=> 'vendor/apy/datagrid-bundle/Resources/translations'=> 'vendor/sg/datatablesbundle/Resources/translations'=> 'vendor/babdev/pagerfanta-bundle/Resources/translations'=> 'vendor/scheb/2fa-bundle/Resources/translations'=> 'translations'10 => 'vendor/symfony/framework-bundle/translations'11 => 'vendor/symfony/security-bundle/translations'12 => 'vendor/symfony/twig-bundle/translations'13 => 'vendor/symfony/monolog-bundle/translations'14 => 'vendor/symfony/swiftmailer-bundle/translations'15 => 'vendor/doctrine/doctrine-bundle/translations'16 => 'vendor/sensio/framework-extra-bundle/src/translations'17 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'18 => 'vendor/friendsofsymfony/rest-bundle/translations'19 => 'vendor/jms/serializer-bundle/translations'20 => 'vendor/php-amqplib/rabbitmq-bundle/translations'21 => 'vendor/oneup/flysystem-bundle/src/translations'22 => 'vendor/snc/redis-bundle/translations'23 => 'vendor/stof/doctrine-extensions-bundle/src/translations'24 => 'vendor/willdurand/js-translation-bundle/translations'25 => 'src/AppBundle/translations'26 => 'src/CommonBundle/translations'27 => 'src/DocumentBundle/translations'28 => 'src/DriveBundle/translations'29 => 'src/BillingBundle/translations'30 => 'vendor/liip/imagine-bundle/translations'31 => 'src/SettingsBundle/translations'32 => 'src/CRMBundle/translations'33 => 'vendor/doctrine/doctrine-migrations-bundle/translations'34 => 'src/CalendarBundle/translations'35 => 'vendor/friendsofsymfony/elastica-bundle/src/translations'36 => 'src/MigrationBundle/translations'37 => 'vendor/gos/web-socket-bundle/translations'38 => 'vendor/gos/pubsub-router-bundle/translations'39 => 'vendor/lexik/jwt-authentication-bundle/translations'40 => 'vendor/gesdinet/jwt-refresh-token-bundle/translations'41 => 'vendor/nelmio/cors-bundle/translations'42 => 'vendor/sentry/sentry-symfony/src/translations'43 => 'vendor/knpuniversity/oauth2-client-bundle/src/translations'44 => 'vendor/nelmio/api-doc-bundle/translations'45 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'46 => 'vendor/symfony/maker-bundle/src/translations'47 => 'vendor/symfony/debug-bundle/translations'48 => 'vendor/symfony/web-profiler-bundle/translations']]], []);
  5558.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5559.         $instance->setFallbackLocales([=> 'en'=> 'fr']);
  5560.         return $instance;
  5561.     }
  5562.     /**
  5563.      * Gets the private 'validator.builder' shared service.
  5564.      *
  5565.      * @return \Symfony\Component\Validator\ValidatorBuilder
  5566.      */
  5567.     protected function getValidator_BuilderService()
  5568.     {
  5569.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  5570.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  5571.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5572.             'AppBundle\\Validator\\Constraints\\ExternalModule\\IsEmailUniqueByUserValidator' => ['privates''AppBundle\\Validator\\Constraints\\ExternalModule\\IsEmailUniqueByUserValidator''getIsEmailUniqueByUserValidatorService'true],
  5573.             'AppBundle\\Validator\\Constraints\\IsBillingTypeFlatFeeWithFlatFeeAmountValidator' => ['privates''AppBundle\\Validator\\Constraints\\IsBillingTypeFlatFeeWithFlatFeeAmountValidator''getIsBillingTypeFlatFeeWithFlatFeeAmountValidatorService'true],
  5574.             'AppBundle\\Validator\\Constraints\\IsEndDateGreaterThanDateValidator' => ['privates''AppBundle\\Validator\\Constraints\\IsEndDateGreaterThanDateValidator''getIsEndDateGreaterThanDateValidatorService'true],
  5575.             'AppBundle\\Validator\\Constraints\\IsNotLinkedToHimSelfValidator' => ['privates''AppBundle\\Validator\\Constraints\\IsNotLinkedToHimSelfValidator''getIsNotLinkedToHimSelfValidatorService'true],
  5576.             'AppBundle\\Validator\\Constraints\\IsRequiredJurisdictionValidator' => ['privates''AppBundle\\Validator\\Constraints\\IsRequiredJurisdictionValidator''getIsRequiredJurisdictionValidatorService'true],
  5577.             'AppBundle\\Validator\\Constraints\\LawFirmConfig\\MatterFolderNamingFormatContainsMatterNameOrReferenceValidator' => ['privates''AppBundle\\Validator\\Constraints\\LawFirmConfig\\MatterFolderNamingFormatContainsMatterNameOrReferenceValidator''getMatterFolderNamingFormatContainsMatterNameOrReferenceValidatorService'true],
  5578.             'AppBundle\\Validator\\Constraints\\LawFirmConfig\\MatterFolderNamingFormatDoesNotContainUnauthorizedCharactersValidator' => ['privates''AppBundle\\Validator\\Constraints\\LawFirmConfig\\MatterFolderNamingFormatDoesNotContainUnauthorizedCharactersValidator''getMatterFolderNamingFormatDoesNotContainUnauthorizedCharactersValidatorService'true],
  5579.             'AppBundle\\Validator\\Constraints\\PaymentDelay\\IsDefaultUniqueValidator' => ['privates''AppBundle\\Validator\\Constraints\\PaymentDelay\\IsDefaultUniqueValidator''getIsDefaultUniqueValidatorService'true],
  5580.             'AppBundle\\Validator\\Constraints\\ReferenceFormat\\IsYearRequiredValidator' => ['privates''AppBundle\\Validator\\Constraints\\ReferenceFormat\\IsYearRequiredValidator''getIsYearRequiredValidatorService'true],
  5581.             'AppBundle\\Validator\\Constraints\\ReferenceFormat\\MandatoriesValuesValidator' => ['privates''AppBundle\\Validator\\Constraints\\ReferenceFormat\\MandatoriesValuesValidator''getMandatoriesValuesValidatorService'true],
  5582.             'App\\Api\\Controller\\EInvoice\\Validator\\Constraints\\EInvoiceFieldsValidator' => ['services''App\\Api\\Controller\\EInvoice\\Validator\\Constraints\\EInvoiceFieldsValidator''getEInvoiceFieldsValidatorService'true],
  5583.             'App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceSirenValidator' => ['services''App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceSirenValidator''getInvoiceSirenValidatorService'true],
  5584.             'App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceVATNumberValidator' => ['services''App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceVATNumberValidator''getInvoiceVATNumberValidatorService'true],
  5585.             'App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceVatMatchesSirenValidator' => ['services''App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceVatMatchesSirenValidator''getInvoiceVatMatchesSirenValidatorService'true],
  5586.             'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentSirenValidator' => ['services''App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentSirenValidator''getEstablishmentSirenValidatorService'true],
  5587.             'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentVATNumberValidator' => ['services''App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentVATNumberValidator''getEstablishmentVATNumberValidatorService'true],
  5588.             'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentVatMatchesSirenValidator' => ['services''App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentVatMatchesSirenValidator''getEstablishmentVatMatchesSirenValidatorService'true],
  5589.             'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\ImmutablePdpDataValidator' => ['services''App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\ImmutablePdpDataValidator''getImmutablePdpDataValidatorService'true],
  5590.             'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\SiretValidator' => ['services''App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\SiretValidator''getSiretValidatorService'true],
  5591.             'App\\Backoffice\\Validator\\UniqueLawFirmEcmIdValidator' => ['privates''App\\Backoffice\\Validator\\UniqueLawFirmEcmIdValidator''getUniqueLawFirmEcmIdValidatorService'true],
  5592.             'App\\Backoffice\\Validator\\UniqueUserPermIdValidator' => ['privates''App\\Backoffice\\Validator\\UniqueUserPermIdValidator''getUniqueUserPermIdValidatorService'true],
  5593.             'App\\Backoffice\\Validator\\UniqueUserValidator' => ['privates''App\\Backoffice\\Validator\\UniqueUserValidator''getUniqueUserValidatorService'true],
  5594.             'App\\Backoffice\\Validator\\ZohoAccountIdExistValidator' => ['privates''App\\Backoffice\\Validator\\ZohoAccountIdExistValidator''getZohoAccountIdExistValidatorService'true],
  5595.             'App\\Backoffice\\Validator\\ZohoAccountIdUniqueValidator' => ['privates''App\\Backoffice\\Validator\\ZohoAccountIdUniqueValidator''getZohoAccountIdUniqueValidatorService'true],
  5596.             'App\\Backoffice\\Validator\\ZohoContactIdExistValidator' => ['privates''App\\Backoffice\\Validator\\ZohoContactIdExistValidator''getZohoContactIdExistValidatorService'true],
  5597.             'App\\Backoffice\\Validator\\ZohoContactIdUniqueValidator' => ['privates''App\\Backoffice\\Validator\\ZohoContactIdUniqueValidator''getZohoContactIdUniqueValidatorService'true],
  5598.             'App\\Backoffice\\Validator\\ZohoCustomerIdExistValidator' => ['privates''App\\Backoffice\\Validator\\ZohoCustomerIdExistValidator''getZohoCustomerIdExistValidatorService'true],
  5599.             'App\\Backoffice\\Validator\\ZohoCustomerIdUniqueValidator' => ['privates''App\\Backoffice\\Validator\\ZohoCustomerIdUniqueValidator''getZohoCustomerIdUniqueValidatorService'true],
  5600.             'App\\Backoffice\\Validator\\ZohoSubscriptionIdExistValidator' => ['privates''App\\Backoffice\\Validator\\ZohoSubscriptionIdExistValidator''getZohoSubscriptionIdExistValidatorService'true],
  5601.             'App\\Backoffice\\Validator\\ZohoSubscriptionIdUniqueValidator' => ['privates''App\\Backoffice\\Validator\\ZohoSubscriptionIdUniqueValidator''getZohoSubscriptionIdUniqueValidatorService'true],
  5602.             'App\\Banqup\\Validator\\Constraints\\SirenValidator' => ['privates''App\\Banqup\\Validator\\Constraints\\SirenValidator''getSirenValidatorService'true],
  5603.             'App\\Banqup\\Validator\\Constraints\\VatMatchesSirenValidator' => ['privates''App\\Banqup\\Validator\\Constraints\\VatMatchesSirenValidator''getVatMatchesSirenValidatorService'true],
  5604.             'App\\Banqup\\Validator\\Constraints\\VatNumberValidator' => ['privates''App\\Banqup\\Validator\\Constraints\\VatNumberValidator''getVatNumberValidatorService'true],
  5605.             'App\\Delivract\\Validator\\Constraints\\DocumentBailiffIsValidValidator' => ['privates''App\\Delivract\\Validator\\Constraints\\DocumentBailiffIsValidValidator''getDocumentBailiffIsValidValidatorService'true],
  5606.             'App\\Delivract\\Validator\\Constraints\\DocumentBailiffStepIsValidValidator' => ['privates''App\\Delivract\\Validator\\Constraints\\DocumentBailiffStepIsValidValidator''getDocumentBailiffStepIsValidValidatorService'true],
  5607.             'App\\Delivract\\Validator\\Constraints\\HasUniqueReferenceValidator' => ['privates''App\\Delivract\\Validator\\Constraints\\HasUniqueReferenceValidator''getHasUniqueReferenceValidatorService'true],
  5608.             'App\\DocumentWorkflow\\Validator\\Constraints\\HasUniqueReferenceValidator' => ['privates''App\\DocumentWorkflow\\Validator\\Constraints\\HasUniqueReferenceValidator''getHasUniqueReferenceValidator2Service'true],
  5609.             'App\\Drive\\DriveItem\\Constraints\\MimeTypeChoiceValidator' => ['privates''App\\Drive\\DriveItem\\Constraints\\MimeTypeChoiceValidator''getMimeTypeChoiceValidatorService'true],
  5610.             'App\\Drive\\Validator\\UniqueUsernameValidator' => ['privates''App\\Drive\\Validator\\UniqueUsernameValidator''getUniqueUsernameValidatorService'true],
  5611.             'App\\UserRegistration\\Validator\\Constraints\\CNBFNumberValidator' => ['privates''App\\UserRegistration\\Validator\\Constraints\\CNBFNumberValidator''getCNBFNumberValidatorService'true],
  5612.             'App\\UserRegistration\\Validator\\Constraints\\ExcludedDomainsValidator' => ['privates''App\\UserRegistration\\Validator\\Constraints\\ExcludedDomainsValidator''getExcludedDomainsValidatorService'true],
  5613.             'App\\UserRegistration\\Validator\\Constraints\\GoogleRecaptchaValidator' => ['privates''App\\UserRegistration\\Validator\\Constraints\\GoogleRecaptchaValidator''getGoogleRecaptchaValidatorService'true],
  5614.             'App\\UserRegistration\\Validator\\Constraints\\PasswordValidator' => ['privates''App\\UserRegistration\\Validator\\Constraints\\PasswordValidator''getPasswordValidatorService'true],
  5615.             'App\\UserRegistration\\Validator\\Constraints\\UniqueEmailAddressValidator' => ['privates''App\\UserRegistration\\Validator\\Constraints\\UniqueEmailAddressValidator''getUniqueEmailAddressValidatorService'true],
  5616.             'App\\UserRegistration\\Validator\\Constraints\\UserAddCNBFNumberValidator' => ['privates''App\\UserRegistration\\Validator\\Constraints\\UserAddCNBFNumberValidator''getUserAddCNBFNumberValidatorService'true],
  5617.             'BillingBundle\\Validator\\Constraints\\AssetEntry\\InvoiceCancellationValidator' => ['privates''BillingBundle\\Validator\\Constraints\\AssetEntry\\InvoiceCancellationValidator''getInvoiceCancellationValidatorService'true],
  5618.             'BillingBundle\\Validator\\Constraints\\AssetEntry\\InvoiceLinkValidator' => ['privates''BillingBundle\\Validator\\Constraints\\AssetEntry\\InvoiceLinkValidator''getInvoiceLinkValidatorService'true],
  5619.             'BillingBundle\\Validator\\Constraints\\AssetEntry\\InvoiceStatusIsValidValidator' => ['privates''BillingBundle\\Validator\\Constraints\\AssetEntry\\InvoiceStatusIsValidValidator''getInvoiceStatusIsValidValidatorService'true],
  5620.             'BillingBundle\\Validator\\Constraints\\CustomerSirenValidator' => ['privates''BillingBundle\\Validator\\Constraints\\CustomerSirenValidator''getCustomerSirenValidatorService'true],
  5621.             'BillingBundle\\Validator\\Constraints\\CustomerVATNumberValidator' => ['privates''BillingBundle\\Validator\\Constraints\\CustomerVATNumberValidator''getCustomerVATNumberValidatorService'true],
  5622.             'BillingBundle\\Validator\\Constraints\\FeePayment\\IsAmountUsedNotGreaterThanAmountDueValidator' => ['privates''BillingBundle\\Validator\\Constraints\\FeePayment\\IsAmountUsedNotGreaterThanAmountDueValidator''getIsAmountUsedNotGreaterThanAmountDueValidatorService'true],
  5623.             'BillingBundle\\Validator\\Constraints\\FeeTrust\\IsAmountFullyUsedValidator' => ['privates''BillingBundle\\Validator\\Constraints\\FeeTrust\\IsAmountFullyUsedValidator''getIsAmountFullyUsedValidatorService'true],
  5624.             'BillingBundle\\Validator\\Constraints\\FeeTrust\\IsAmountUsedHigherThanTotalInvoiceValidator' => ['privates''BillingBundle\\Validator\\Constraints\\FeeTrust\\IsAmountUsedHigherThanTotalInvoiceValidator''getIsAmountUsedHigherThanTotalInvoiceValidatorService'true],
  5625.             'BillingBundle\\Validator\\Constraints\\FeeTrust\\TrustIsValidValidator' => ['privates''BillingBundle\\Validator\\Constraints\\FeeTrust\\TrustIsValidValidator''getTrustIsValidValidatorService'true],
  5626.             'BillingBundle\\Validator\\Constraints\\Fee\\DateOfMaturityIsValidValidator' => ['privates''BillingBundle\\Validator\\Constraints\\Fee\\DateOfMaturityIsValidValidator''getDateOfMaturityIsValidValidatorService'true],
  5627.             'BillingBundle\\Validator\\Constraints\\Fee\\HasOneOrManyActivitiesValidator' => ['privates''BillingBundle\\Validator\\Constraints\\Fee\\HasOneOrManyActivitiesValidator''getHasOneOrManyActivitiesValidatorService'true],
  5628.             'BillingBundle\\Validator\\Constraints\\Fee\\IsActivityEntryAllowedValidator' => ['privates''BillingBundle\\Validator\\Constraints\\Fee\\IsActivityEntryAllowedValidator''getIsActivityEntryAllowedValidatorService'true],
  5629.             'BillingBundle\\Validator\\Constraints\\Fee\\IsDiscountAmountHigherThanFeeEntriesPreTaxAmountValidator' => ['privates''BillingBundle\\Validator\\Constraints\\Fee\\IsDiscountAmountHigherThanFeeEntriesPreTaxAmountValidator''getIsDiscountAmountHigherThanFeeEntriesPreTaxAmountValidatorService'true],
  5630.             'BillingBundle\\Validator\\Constraints\\Fee\\SplittedFeeAmountsValidValidator' => ['privates''BillingBundle\\Validator\\Constraints\\Fee\\SplittedFeeAmountsValidValidator''getSplittedFeeAmountsValidValidatorService'true],
  5631.             'BillingBundle\\Validator\\Constraints\\Payment\\IsAmountEnoughToPayFeesValidator' => ['privates''BillingBundle\\Validator\\Constraints\\Payment\\IsAmountEnoughToPayFeesValidator''getIsAmountEnoughToPayFeesValidatorService'true],
  5632.             'BillingBundle\\Validator\\Constraints\\SplitBill\\RevisedAmountIsValidValidator' => ['privates''BillingBundle\\Validator\\Constraints\\SplitBill\\RevisedAmountIsValidValidator''getRevisedAmountIsValidValidatorService'true],
  5633.             'BillingBundle\\Validator\\Constraints\\TrustPayment\\IsAmountUsedNotGreaterThanAmountDueValidator' => ['privates''BillingBundle\\Validator\\Constraints\\TrustPayment\\IsAmountUsedNotGreaterThanAmountDueValidator''getIsAmountUsedNotGreaterThanAmountDueValidator2Service'true],
  5634.             'BillingBundle\\Validator\\Constraints\\Trust\\TrustDateOfMaturityIsValidValidator' => ['privates''BillingBundle\\Validator\\Constraints\\Trust\\TrustDateOfMaturityIsValidValidator''getTrustDateOfMaturityIsValidValidatorService'true],
  5635.             'BillingBundle\\Validator\\Constraints\\Trust\\TrustMatterIsValidValidator' => ['privates''BillingBundle\\Validator\\Constraints\\Trust\\TrustMatterIsValidValidator''getTrustMatterIsValidValidatorService'true],
  5636.             'CalendarBundle\\Validator\\Constraints\\AreDatesNotNullValidator' => ['privates''CalendarBundle\\Validator\\Constraints\\AreDatesNotNullValidator''getAreDatesNotNullValidatorService'true],
  5637.             'CalendarBundle\\Validator\\Constraints\\AreStartDateAndEndDateCoherentValidator' => ['privates''CalendarBundle\\Validator\\Constraints\\AreStartDateAndEndDateCoherentValidator''getAreStartDateAndEndDateCoherentValidatorService'true],
  5638.             'SettingsBundle\\Validator\\Constraints\\Field\\AreChoicesFilledValidator' => ['privates''SettingsBundle\\Validator\\Constraints\\Field\\AreChoicesFilledValidator''getAreChoicesFilledValidatorService'true],
  5639.             'SettingsBundle\\Validator\\Constraints\\Field\\IsNameUniqueValidator' => ['privates''SettingsBundle\\Validator\\Constraints\\Field\\IsNameUniqueValidator''getIsNameUniqueValidatorService'true],
  5640.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5641.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5642.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  5643.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5644.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  5645.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5646.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5647.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5648.         ], [
  5649.             'AppBundle\\Validator\\Constraints\\ExternalModule\\IsEmailUniqueByUserValidator' => '?',
  5650.             'AppBundle\\Validator\\Constraints\\IsBillingTypeFlatFeeWithFlatFeeAmountValidator' => '?',
  5651.             'AppBundle\\Validator\\Constraints\\IsEndDateGreaterThanDateValidator' => '?',
  5652.             'AppBundle\\Validator\\Constraints\\IsNotLinkedToHimSelfValidator' => '?',
  5653.             'AppBundle\\Validator\\Constraints\\IsRequiredJurisdictionValidator' => '?',
  5654.             'AppBundle\\Validator\\Constraints\\LawFirmConfig\\MatterFolderNamingFormatContainsMatterNameOrReferenceValidator' => '?',
  5655.             'AppBundle\\Validator\\Constraints\\LawFirmConfig\\MatterFolderNamingFormatDoesNotContainUnauthorizedCharactersValidator' => '?',
  5656.             'AppBundle\\Validator\\Constraints\\PaymentDelay\\IsDefaultUniqueValidator' => '?',
  5657.             'AppBundle\\Validator\\Constraints\\ReferenceFormat\\IsYearRequiredValidator' => '?',
  5658.             'AppBundle\\Validator\\Constraints\\ReferenceFormat\\MandatoriesValuesValidator' => '?',
  5659.             'App\\Api\\Controller\\EInvoice\\Validator\\Constraints\\EInvoiceFieldsValidator' => '?',
  5660.             'App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceSirenValidator' => '?',
  5661.             'App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceVATNumberValidator' => '?',
  5662.             'App\\Api\\Controller\\Invoice\\Validator\\Constraints\\InvoiceVatMatchesSirenValidator' => '?',
  5663.             'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentSirenValidator' => '?',
  5664.             'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentVATNumberValidator' => '?',
  5665.             'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\EstablishmentVatMatchesSirenValidator' => '?',
  5666.             'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\ImmutablePdpDataValidator' => '?',
  5667.             'App\\Api\\Controller\\LawFirm\\Validator\\Constraints\\SiretValidator' => '?',
  5668.             'App\\Backoffice\\Validator\\UniqueLawFirmEcmIdValidator' => '?',
  5669.             'App\\Backoffice\\Validator\\UniqueUserPermIdValidator' => '?',
  5670.             'App\\Backoffice\\Validator\\UniqueUserValidator' => '?',
  5671.             'App\\Backoffice\\Validator\\ZohoAccountIdExistValidator' => '?',
  5672.             'App\\Backoffice\\Validator\\ZohoAccountIdUniqueValidator' => '?',
  5673.             'App\\Backoffice\\Validator\\ZohoContactIdExistValidator' => '?',
  5674.             'App\\Backoffice\\Validator\\ZohoContactIdUniqueValidator' => '?',
  5675.             'App\\Backoffice\\Validator\\ZohoCustomerIdExistValidator' => '?',
  5676.             'App\\Backoffice\\Validator\\ZohoCustomerIdUniqueValidator' => '?',
  5677.             'App\\Backoffice\\Validator\\ZohoSubscriptionIdExistValidator' => '?',
  5678.             'App\\Backoffice\\Validator\\ZohoSubscriptionIdUniqueValidator' => '?',
  5679.             'App\\Banqup\\Validator\\Constraints\\SirenValidator' => '?',
  5680.             'App\\Banqup\\Validator\\Constraints\\VatMatchesSirenValidator' => '?',
  5681.             'App\\Banqup\\Validator\\Constraints\\VatNumberValidator' => '?',
  5682.             'App\\Delivract\\Validator\\Constraints\\DocumentBailiffIsValidValidator' => '?',
  5683.             'App\\Delivract\\Validator\\Constraints\\DocumentBailiffStepIsValidValidator' => '?',
  5684.             'App\\Delivract\\Validator\\Constraints\\HasUniqueReferenceValidator' => '?',
  5685.             'App\\DocumentWorkflow\\Validator\\Constraints\\HasUniqueReferenceValidator' => '?',
  5686.             'App\\Drive\\DriveItem\\Constraints\\MimeTypeChoiceValidator' => '?',
  5687.             'App\\Drive\\Validator\\UniqueUsernameValidator' => '?',
  5688.             'App\\UserRegistration\\Validator\\Constraints\\CNBFNumberValidator' => '?',
  5689.             'App\\UserRegistration\\Validator\\Constraints\\ExcludedDomainsValidator' => '?',
  5690.             'App\\UserRegistration\\Validator\\Constraints\\GoogleRecaptchaValidator' => '?',
  5691.             'App\\UserRegistration\\Validator\\Constraints\\PasswordValidator' => '?',
  5692.             'App\\UserRegistration\\Validator\\Constraints\\UniqueEmailAddressValidator' => '?',
  5693.             'App\\UserRegistration\\Validator\\Constraints\\UserAddCNBFNumberValidator' => '?',
  5694.             'BillingBundle\\Validator\\Constraints\\AssetEntry\\InvoiceCancellationValidator' => '?',
  5695.             'BillingBundle\\Validator\\Constraints\\AssetEntry\\InvoiceLinkValidator' => '?',
  5696.             'BillingBundle\\Validator\\Constraints\\AssetEntry\\InvoiceStatusIsValidValidator' => '?',
  5697.             'BillingBundle\\Validator\\Constraints\\CustomerSirenValidator' => '?',
  5698.             'BillingBundle\\Validator\\Constraints\\CustomerVATNumberValidator' => '?',
  5699.             'BillingBundle\\Validator\\Constraints\\FeePayment\\IsAmountUsedNotGreaterThanAmountDueValidator' => '?',
  5700.             'BillingBundle\\Validator\\Constraints\\FeeTrust\\IsAmountFullyUsedValidator' => '?',
  5701.             'BillingBundle\\Validator\\Constraints\\FeeTrust\\IsAmountUsedHigherThanTotalInvoiceValidator' => '?',
  5702.             'BillingBundle\\Validator\\Constraints\\FeeTrust\\TrustIsValidValidator' => '?',
  5703.             'BillingBundle\\Validator\\Constraints\\Fee\\DateOfMaturityIsValidValidator' => '?',
  5704.             'BillingBundle\\Validator\\Constraints\\Fee\\HasOneOrManyActivitiesValidator' => '?',
  5705.             'BillingBundle\\Validator\\Constraints\\Fee\\IsActivityEntryAllowedValidator' => '?',
  5706.             'BillingBundle\\Validator\\Constraints\\Fee\\IsDiscountAmountHigherThanFeeEntriesPreTaxAmountValidator' => '?',
  5707.             'BillingBundle\\Validator\\Constraints\\Fee\\SplittedFeeAmountsValidValidator' => '?',
  5708.             'BillingBundle\\Validator\\Constraints\\Payment\\IsAmountEnoughToPayFeesValidator' => '?',
  5709.             'BillingBundle\\Validator\\Constraints\\SplitBill\\RevisedAmountIsValidValidator' => '?',
  5710.             'BillingBundle\\Validator\\Constraints\\TrustPayment\\IsAmountUsedNotGreaterThanAmountDueValidator' => '?',
  5711.             'BillingBundle\\Validator\\Constraints\\Trust\\TrustDateOfMaturityIsValidValidator' => '?',
  5712.             'BillingBundle\\Validator\\Constraints\\Trust\\TrustMatterIsValidValidator' => '?',
  5713.             'CalendarBundle\\Validator\\Constraints\\AreDatesNotNullValidator' => '?',
  5714.             'CalendarBundle\\Validator\\Constraints\\AreStartDateAndEndDateCoherentValidator' => '?',
  5715.             'SettingsBundle\\Validator\\Constraints\\Field\\AreChoicesFilledValidator' => '?',
  5716.             'SettingsBundle\\Validator\\Constraints\\Field\\IsNameUniqueValidator' => '?',
  5717.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  5718.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  5719.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  5720.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  5721.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  5722.             'doctrine.orm.validator.unique' => '?',
  5723.             'security.validator.user_password' => '?',
  5724.             'validator.expression' => '?',
  5725.         ])));
  5726.         if ($this->has('translator')) {
  5727.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  5728.         }
  5729.         $instance->setTranslationDomain('validators');
  5730.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/validation.xml')]);
  5731.         $instance->enableAnnotationMapping(true);
  5732.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5733.         $instance->addMethodMapping('loadValidatorMetadata');
  5734.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  5735.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  5736.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  5737.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  5738.         return $instance;
  5739.     }
  5740.     /**
  5741.      * Gets the private 'var_dumper.html_dumper' shared service.
  5742.      *
  5743.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  5744.      */
  5745.     protected function getVarDumper_HtmlDumperService()
  5746.     {
  5747.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  5748.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5749.         return $instance;
  5750.     }
  5751.     /**
  5752.      * Gets the private 'var_dumper.server_connection' shared service.
  5753.      *
  5754.      * @return \Symfony\Component\VarDumper\Server\Connection
  5755.      */
  5756.     protected function getVarDumper_ServerConnectionService()
  5757.     {
  5758.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  5759.     }
  5760.     /**
  5761.      * Gets the private 'wam_auth_pool' shared service.
  5762.      *
  5763.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5764.      */
  5765.     protected function getWamAuthPoolService()
  5766.     {
  5767.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.IZ75zVf'] ?? $this->get_CacheConnection_IZ75zVfService()), 'rRtmfZDKfu'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  5768.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5769.         return $this->privates['wam_auth_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  5770.     }
  5771.     /**
  5772.      * Gets the private 'web_profiler.csp.handler' shared service.
  5773.      *
  5774.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  5775.      */
  5776.     protected function getWebProfiler_Csp_HandlerService()
  5777.     {
  5778.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  5779.     }
  5780.     /**
  5781.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  5782.      *
  5783.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  5784.      */
  5785.     protected function getWebProfiler_DebugToolbarService()
  5786.     {
  5787.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5788.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5789.             return $this->privates['web_profiler.debug_toolbar'];
  5790.         }
  5791.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  5792.     }
  5793.     /**
  5794.      * Gets the public 'cache_clearer' alias.
  5795.      *
  5796.      * @return object The ".container.private.cache_clearer" service.
  5797.      */
  5798.     protected function getCacheClearerService()
  5799.     {
  5800.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  5801.         return $this->get('.container.private.cache_clearer');
  5802.     }
  5803.     /**
  5804.      * Gets the public 'filesystem' alias.
  5805.      *
  5806.      * @return object The ".container.private.filesystem" service.
  5807.      */
  5808.     protected function getFilesystemService()
  5809.     {
  5810.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  5811.         return $this->get('.container.private.filesystem');
  5812.     }
  5813.     /**
  5814.      * Gets the public 'state_machine.proposal' alias.
  5815.      *
  5816.      * @return object The ".container.private.state_machine.proposal" service.
  5817.      */
  5818.     protected function getStateMachine_ProposalService()
  5819.     {
  5820.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.proposal" service directly from the container is deprecated, use dependency injection instead.');
  5821.         return $this->get('.container.private.state_machine.proposal');
  5822.     }
  5823.     /**
  5824.      * Gets the public 'state_machine.calendar_synchronization' alias.
  5825.      *
  5826.      * @return object The ".container.private.state_machine.calendar_synchronization" service.
  5827.      */
  5828.     protected function getStateMachine_CalendarSynchronizationService()
  5829.     {
  5830.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.calendar_synchronization" service directly from the container is deprecated, use dependency injection instead.');
  5831.         return $this->get('.container.private.state_machine.calendar_synchronization');
  5832.     }
  5833.     /**
  5834.      * Gets the public 'serializer' alias.
  5835.      *
  5836.      * @return object The ".container.private.serializer" service.
  5837.      */
  5838.     protected function getSerializerService()
  5839.     {
  5840.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  5841.         return $this->get('.container.private.serializer');
  5842.     }
  5843.     /**
  5844.      * Gets the public 'security.csrf.token_manager' alias.
  5845.      *
  5846.      * @return object The ".container.private.security.csrf.token_manager" service.
  5847.      */
  5848.     protected function getSecurity_Csrf_TokenManagerService()
  5849.     {
  5850.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  5851.         return $this->get('.container.private.security.csrf.token_manager');
  5852.     }
  5853.     /**
  5854.      * Gets the public 'form.factory' alias.
  5855.      *
  5856.      * @return object The ".container.private.form.factory" service.
  5857.      */
  5858.     protected function getForm_FactoryService()
  5859.     {
  5860.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  5861.         return $this->get('.container.private.form.factory');
  5862.     }
  5863.     /**
  5864.      * Gets the public 'form.type.file' alias.
  5865.      *
  5866.      * @return object The ".container.private.form.type.file" service.
  5867.      */
  5868.     protected function getForm_Type_FileService()
  5869.     {
  5870.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  5871.         return $this->get('.container.private.form.type.file');
  5872.     }
  5873.     /**
  5874.      * Gets the public 'profiler' alias.
  5875.      *
  5876.      * @return object The ".container.private.profiler" service.
  5877.      */
  5878.     protected function getProfilerService()
  5879.     {
  5880.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  5881.         return $this->get('.container.private.profiler');
  5882.     }
  5883.     /**
  5884.      * Gets the public 'security.authorization_checker' alias.
  5885.      *
  5886.      * @return object The ".container.private.security.authorization_checker" service.
  5887.      */
  5888.     protected function getSecurity_AuthorizationCheckerService()
  5889.     {
  5890.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  5891.         return $this->get('.container.private.security.authorization_checker');
  5892.     }
  5893.     /**
  5894.      * Gets the public 'security.token_storage' alias.
  5895.      *
  5896.      * @return object The ".container.private.security.token_storage" service.
  5897.      */
  5898.     protected function getSecurity_TokenStorageService()
  5899.     {
  5900.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  5901.         return $this->get('.container.private.security.token_storage');
  5902.     }
  5903.     /**
  5904.      * Gets the public 'twig' alias.
  5905.      *
  5906.      * @return object The ".container.private.twig" service.
  5907.      */
  5908.     protected function getTwigService()
  5909.     {
  5910.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  5911.         return $this->get('.container.private.twig');
  5912.     }
  5913.     /**
  5914.      * Gets the public 'gos_web_socket.client.manipulator' alias.
  5915.      *
  5916.      * @return object The ".container.private.gos_web_socket.client.manipulator" service.
  5917.      */
  5918.     protected function getGosWebSocket_Client_ManipulatorService()
  5919.     {
  5920.         trigger_deprecation('gos/web-socket-bundle''3.9''Accessing the "gos_web_socket.client.manipulator" service directly from the container is deprecated, use dependency injection instead.');
  5921.         return $this->get('.container.private.gos_web_socket.client.manipulator');
  5922.     }
  5923.     /**
  5924.      * Gets the public 'gos_web_socket.dispatcher.rpc' alias.
  5925.      *
  5926.      * @return object The ".container.private.gos_web_socket.dispatcher.rpc" service.
  5927.      */
  5928.     protected function getGosWebSocket_Dispatcher_RpcService()
  5929.     {
  5930.         trigger_deprecation('gos/web-socket-bundle''3.9''Accessing the "gos_web_socket.dispatcher.rpc" service directly from the container is deprecated, use dependency injection instead.');
  5931.         return $this->get('.container.private.gos_web_socket.dispatcher.rpc');
  5932.     }
  5933.     /**
  5934.      * Gets the public 'gos_web_socket.dispatcher.topic' alias.
  5935.      *
  5936.      * @return object The ".container.private.gos_web_socket.dispatcher.topic" service.
  5937.      */
  5938.     protected function getGosWebSocket_Dispatcher_TopicService()
  5939.     {
  5940.         trigger_deprecation('gos/web-socket-bundle''3.9''Accessing the "gos_web_socket.dispatcher.topic" service directly from the container is deprecated, use dependency injection instead.');
  5941.         return $this->get('.container.private.gos_web_socket.dispatcher.topic');
  5942.     }
  5943.     /**
  5944.      * Gets the public 'gos_web_socket.registry.periodic' alias.
  5945.      *
  5946.      * @return object The ".container.private.gos_web_socket.registry.periodic" service.
  5947.      */
  5948.     protected function getGosWebSocket_Registry_PeriodicService()
  5949.     {
  5950.         trigger_deprecation('gos/web-socket-bundle''3.9''Accessing the "gos_web_socket.registry.periodic" service directly from the container is deprecated, use dependency injection instead.');
  5951.         return $this->get('.container.private.gos_web_socket.registry.periodic');
  5952.     }
  5953.     /**
  5954.      * Gets the public 'gos_web_socket.registry.origins' alias.
  5955.      *
  5956.      * @return object The ".container.private.gos_web_socket.registry.origins" service.
  5957.      */
  5958.     protected function getGosWebSocket_Registry_OriginsService()
  5959.     {
  5960.         trigger_deprecation('gos/web-socket-bundle''3.9''Accessing the "gos_web_socket.registry.origins" service directly from the container is deprecated, use dependency injection instead.');
  5961.         return $this->get('.container.private.gos_web_socket.registry.origins');
  5962.     }
  5963.     /**
  5964.      * Gets the public 'gos_web_socket.registry.rpc' alias.
  5965.      *
  5966.      * @return object The ".container.private.gos_web_socket.registry.rpc" service.
  5967.      */
  5968.     protected function getGosWebSocket_Registry_RpcService()
  5969.     {
  5970.         trigger_deprecation('gos/web-socket-bundle''3.9''Accessing the "gos_web_socket.registry.rpc" service directly from the container is deprecated, use dependency injection instead.');
  5971.         return $this->get('.container.private.gos_web_socket.registry.rpc');
  5972.     }
  5973.     /**
  5974.      * Gets the public 'gos_web_socket.registry.server' alias.
  5975.      *
  5976.      * @return object The ".container.private.gos_web_socket.registry.server" service.
  5977.      */
  5978.     protected function getGosWebSocket_Registry_ServerService()
  5979.     {
  5980.         trigger_deprecation('gos/web-socket-bundle''3.9''Accessing the "gos_web_socket.registry.server" service directly from the container is deprecated, use dependency injection instead.');
  5981.         return $this->get('.container.private.gos_web_socket.registry.server');
  5982.     }
  5983.     /**
  5984.      * Gets the public 'gos_web_socket.registry.topic' alias.
  5985.      *
  5986.      * @return object The ".container.private.gos_web_socket.registry.topic" service.
  5987.      */
  5988.     protected function getGosWebSocket_Registry_TopicService()
  5989.     {
  5990.         trigger_deprecation('gos/web-socket-bundle''3.9''Accessing the "gos_web_socket.registry.topic" service directly from the container is deprecated, use dependency injection instead.');
  5991.         return $this->get('.container.private.gos_web_socket.registry.topic');
  5992.     }
  5993.     /**
  5994.      * Gets the public 'gos_web_socket.server.launcher' alias.
  5995.      *
  5996.      * @return object The ".container.private.gos_web_socket.server.launcher" service.
  5997.      */
  5998.     protected function getGosWebSocket_Server_LauncherService()
  5999.     {
  6000.         trigger_deprecation('gos/web-socket-bundle''3.9''Accessing the "gos_web_socket.server.launcher" service directly from the container is deprecated, use dependency injection instead.');
  6001.         return $this->get('.container.private.gos_web_socket.server.launcher');
  6002.     }
  6003.     /**
  6004.      * Gets the public 'gos_web_socket.server.event_loop' alias.
  6005.      *
  6006.      * @return object The ".container.private.gos_web_socket.server.event_loop" service.
  6007.      */
  6008.     protected function getGosWebSocket_Server_EventLoopService()
  6009.     {
  6010.         trigger_deprecation('gos/web-socket-bundle''3.9''Accessing the "gos_web_socket.server.event_loop" service directly from the container is deprecated, use dependency injection instead.');
  6011.         return $this->get('.container.private.gos_web_socket.server.event_loop');
  6012.     }
  6013.     /**
  6014.      * Gets the public 'gos_web_socket.topic.periodic_timer' alias.
  6015.      *
  6016.      * @return object The ".container.private.gos_web_socket.topic.periodic_timer" service.
  6017.      */
  6018.     protected function getGosWebSocket_Topic_PeriodicTimerService()
  6019.     {
  6020.         trigger_deprecation('gos/web-socket-bundle''3.9''Accessing the "gos_web_socket.topic.periodic_timer" service directly from the container is deprecated, use dependency injection instead.');
  6021.         return $this->get('.container.private.gos_web_socket.topic.periodic_timer');
  6022.     }
  6023.     /**
  6024.      * Gets the public 'gos_web_socket.wamp.topic_manager' alias.
  6025.      *
  6026.      * @return object The ".container.private.gos_web_socket.wamp.topic_manager" service.
  6027.      */
  6028.     protected function getGosWebSocket_Wamp_TopicManagerService()
  6029.     {
  6030.         trigger_deprecation('gos/web-socket-bundle''3.9''Accessing the "gos_web_socket.wamp.topic_manager" service directly from the container is deprecated, use dependency injection instead.');
  6031.         return $this->get('.container.private.gos_web_socket.wamp.topic_manager');
  6032.     }
  6033.     /**
  6034.      * Gets the public 'gos_pubsub_router.router_registry' alias.
  6035.      *
  6036.      * @return object The ".container.private.gos_pubsub_router.router_registry" service.
  6037.      */
  6038.     protected function getGosPubsubRouter_RouterRegistryService()
  6039.     {
  6040.         trigger_deprecation('gos/pubsub-router-bundle''2.6''Accessing the "gos_pubsub_router.router_registry" service directly from the container is deprecated, use dependency injection instead.');
  6041.         return $this->get('.container.private.gos_pubsub_router.router_registry');
  6042.     }
  6043.     /**
  6044.      * Gets the public 'security.password_encoder' alias.
  6045.      *
  6046.      * @return object The ".container.private.security.password_encoder" service.
  6047.      */
  6048.     protected function getSecurity_PasswordEncoderService()
  6049.     {
  6050.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  6051.         return $this->get('.container.private.security.password_encoder');
  6052.     }
  6053.     /**
  6054.      * Gets the public 'session' alias.
  6055.      *
  6056.      * @return object The ".container.private.session" service.
  6057.      */
  6058.     protected function getSessionService()
  6059.     {
  6060.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  6061.         return $this->get('.container.private.session');
  6062.     }
  6063.     /**
  6064.      * Gets the public 'validator' alias.
  6065.      *
  6066.      * @return object The ".container.private.validator" service.
  6067.      */
  6068.     protected function getValidatorService()
  6069.     {
  6070.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  6071.         return $this->get('.container.private.validator');
  6072.     }
  6073.     /**
  6074.      * @return array|bool|float|int|string|\UnitEnum|null
  6075.      */
  6076.     public function getParameter(string $name)
  6077.     {
  6078.         if (isset($this->buildParameters[$name])) {
  6079.             return $this->buildParameters[$name];
  6080.         }
  6081.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  6082.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6083.         }
  6084.         if (isset($this->loadedDynamicParameters[$name])) {
  6085.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6086.         }
  6087.         return $this->parameters[$name];
  6088.     }
  6089.     public function hasParameter(string $name): bool
  6090.     {
  6091.         if (isset($this->buildParameters[$name])) {
  6092.             return true;
  6093.         }
  6094.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  6095.     }
  6096.     public function setParameter(string $name$value): void
  6097.     {
  6098.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6099.     }
  6100.     public function getParameterBag(): ParameterBagInterface
  6101.     {
  6102.         if (null === $this->parameterBag) {
  6103.             $parameters $this->parameters;
  6104.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6105.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6106.             }
  6107.             foreach ($this->buildParameters as $name => $value) {
  6108.                 $parameters[$name] = $value;
  6109.             }
  6110.             $this->parameterBag = new FrozenParameterBag($parameters);
  6111.         }
  6112.         return $this->parameterBag;
  6113.     }
  6114.     private $loadedDynamicParameters = [
  6115.         'kernel.runtime_environment' => false,
  6116.         'kernel.build_dir' => false,
  6117.         'kernel.cache_dir' => false,
  6118.         'database_host' => false,
  6119.         'database_port' => false,
  6120.         'database_name' => false,
  6121.         'database_user' => false,
  6122.         'database_password' => false,
  6123.         'legacy_database_host' => false,
  6124.         'legacy_database_port' => false,
  6125.         'legacy_database_name' => false,
  6126.         'legacy_database_user' => false,
  6127.         'legacy_database_password' => false,
  6128.         'legacy_project_url' => false,
  6129.         'legacy_ssh_host' => false,
  6130.         'legacy_ssh_port' => false,
  6131.         'legacy_ssh_user' => false,
  6132.         'legacy_ssh_password' => false,
  6133.         'legacy_v2_database_host' => false,
  6134.         'legacy_v2_database_port' => false,
  6135.         'legacy_v2_database_name' => false,
  6136.         'legacy_v2_database_user' => false,
  6137.         'legacy_v2_database_password' => false,
  6138.         'prod' => false,
  6139.         'admin_api_allowed_host' => false,
  6140.         'enable_full_layout' => false,
  6141.         'ga_tracking' => false,
  6142.         'drive_url' => false,
  6143.         'drive_api' => false,
  6144.         'jarvisbox_windows_download_link' => false,
  6145.         'jarvisbox_mac_download_link' => false,
  6146.         'help_link' => false,
  6147.         'nylas_api_url' => false,
  6148.         'nylas_client_id' => false,
  6149.         'nylas_client_id_2' => false,
  6150.         'nylas_app_secret' => false,
  6151.         'nylas_app_secret_2' => false,
  6152.         'nylas_europe_api_url' => false,
  6153.         'nylas_europe_client_id' => false,
  6154.         'nylas_europe_secret' => false,
  6155.         'header_bg_color' => false,
  6156.         'jarvis_api_mail_url' => false,
  6157.         'websocket_scheme' => false,
  6158.         'websocket_server_host' => false,
  6159.         'websocket_server_host_js' => false,
  6160.         'websocket_server_port_js' => false,
  6161.         'websocket_server_port' => false,
  6162.         'websocket_pusher_host' => false,
  6163.         'websocket_pusher_port' => false,
  6164.         'websocket_email_server_host_js' => false,
  6165.         'websocket_email_server_port_js' => false,
  6166.         'nextcloud_database_host' => false,
  6167.         'nextcloud_database_port' => false,
  6168.         'nextcloud_database_name' => false,
  6169.         'nextcloud_database_user' => false,
  6170.         'nextcloud_database_password' => false,
  6171.         'apimail_database_host' => false,
  6172.         'apimail_database_port' => false,
  6173.         'apimail_database_name' => false,
  6174.         'apimail_database_user' => false,
  6175.         'apimail_database_password' => false,
  6176.         'matomo_script' => false,
  6177.         'pendo_app_id' => false,
  6178.         'salesforce_lead_mail_recipient_email' => false,
  6179.         'application_url' => false,
  6180.         'app_internal_api_host' => false,
  6181.         'onlyoffice_host' => false,
  6182.         'onlyoffice_api' => false,
  6183.         'only_office_conversion_url' => false,
  6184.         'mailer_host' => false,
  6185.         'mailer_port' => false,
  6186.         'mailer_user' => false,
  6187.         'mailer_password' => false,
  6188.         'delivery_address' => false,
  6189.         'legacy_host' => false,
  6190.         'check_whitelist' => false,
  6191.         'portal_public_url' => false,
  6192.         'ovh_auth_url' => false,
  6193.         'ovh_region' => false,
  6194.         'ovh_username' => false,
  6195.         'ovh_password' => false,
  6196.         'ovh_project_name' => false,
  6197.         'ovh_container_name' => false,
  6198.         'phpdocx_url' => false,
  6199.         'google_recaptcha_sitekey' => false,
  6200.         'google_recaptcha_secret' => false,
  6201.         'rabbit_mq_dsn' => false,
  6202.         'zoho_client_id' => false,
  6203.         'zoho_client_secret' => false,
  6204.         'zoho_refresh_token' => false,
  6205.         'zoho_sandbox_refresh_token' => false,
  6206.         'zoho_sandbox' => false,
  6207.         'zoho_webhook_secret' => false,
  6208.         'zoho_subscription_product_id' => false,
  6209.         'zoho_account_id_limit' => false,
  6210.         'sharepoint_secret_key' => false,
  6211.         'rabbit_mq_username' => false,
  6212.         'rabbit_mq_password' => false,
  6213.         'rabbit_mq_host' => false,
  6214.         'rabbit_mq_port' => false,
  6215.         'dev.aws' => false,
  6216.         'banqup.client_id' => false,
  6217.         'banqup.client_secret' => false,
  6218.         'banqup.base_url' => false,
  6219.         'banqup.requester_id' => false,
  6220.         'banqup.space_id' => false,
  6221.         'deliveract_api_uri' => false,
  6222.         'deliveract_api_key' => false,
  6223.         'deliveract_download_uri' => false,
  6224.         'deliveract_download_username' => false,
  6225.         'deliveract_download_password' => false,
  6226.         'drive.nextcloud.admin_user' => false,
  6227.         'drive.nextcloud.admin_password' => false,
  6228.         'drive.nextcloud.migration_password' => false,
  6229.         'einvoice_lambda_url' => false,
  6230.         'uvst.client_id' => false,
  6231.         'uvst.base_api_auth' => false,
  6232.         'uvst.base_api' => false,
  6233.         'uvst.username' => false,
  6234.         'uvst.password' => false,
  6235.         'esignature.yousign.url' => false,
  6236.         'esignature.yousign.api_key' => false,
  6237.         'open_ai.token' => false,
  6238.         'open_ai.azure.token' => false,
  6239.         'open_ai.organization' => false,
  6240.         'ordalie_token' => false,
  6241.         'proxy_llm_token' => false,
  6242.         'serviceId' => false,
  6243.         'servicePassword' => false,
  6244.         'applicationPermId' => false,
  6245.         'applicationUserId' => false,
  6246.         'applicationUserPassword' => false,
  6247.         'lexisNexisAuthApiBaseUrl' => false,
  6248.         'lexisnexis.url_lexis_plus' => false,
  6249.         'lexisnexis.master_feature_id' => false,
  6250.         'lexisnexis.doc_info_api' => false,
  6251.         'lexisnexis.rag_agent_url' => false,
  6252.         'lexisnexis.proxy_llm_base_url' => false,
  6253.         'nylas.v3.europe.client_id' => false,
  6254.         'nylas.v3.europe.api_key' => false,
  6255.         'nomination_endpoint' => false,
  6256.         'nomination_token' => false,
  6257.         'proxy_llm_open_ai' => false,
  6258.         'drive_admin_client_id' => false,
  6259.         'drive_admin_client_secret' => false,
  6260.         'drive_admin_tenant_id' => false,
  6261.         'sso_app_name' => false,
  6262.         'sso_app_id' => false,
  6263.         'sso_app_secret' => false,
  6264.         'sso_app_tenant_id' => false,
  6265.         'sso_app_resource_id' => false,
  6266.         'sso_app_role_id' => false,
  6267.         'cnbf_sftp_host_paris' => false,
  6268.         'cnbf_sftp_user_paris' => false,
  6269.         'cnbf_sftp_password_paris' => false,
  6270.         'cnbf_sftp_port_paris' => false,
  6271.         'cnbf_sftp_host_montpellier' => false,
  6272.         'cnbf_sftp_user_montpellier' => false,
  6273.         'cnbf_sftp_password_montpellier' => false,
  6274.         'cnbf_sftp_port_montpellier' => false,
  6275.         'WAM_SIGNOUT_URL' => false,
  6276.         'WAM_OIDC_ISSUER' => false,
  6277.         'WAM_OIDC_CLIENT_ID' => false,
  6278.         'WAM_OIDC_CLIENT_SECRET' => false,
  6279.         'yousign_url' => false,
  6280.         'elasticsearch_url' => false,
  6281.         'elasticsearch_username' => false,
  6282.         'elasticsearch_password' => false,
  6283.         'elasticsearch_index_name' => false,
  6284.         'redis.dsn' => false,
  6285.         'filesystem.aws_s3.personal_folder' => false,
  6286.         'flysystem.ovh.prefix' => false,
  6287.         'flysystem.core.bucket' => false,
  6288.         'flysystem.core.prefix' => false,
  6289.         'flysystem.mail.bucket' => false,
  6290.         'flysystem.mail.prefix' => false,
  6291.         'flysystem.zoho_analytics.bucket' => false,
  6292.         'flysystem.zoho_analytics.prefix' => false,
  6293.         'flysystem.data_migration.prefix' => false,
  6294.         's3_region' => false,
  6295.         's3_bucket' => false,
  6296.         's3_bucket_mail' => false,
  6297.         's3_bucket_zoho_analytics' => false,
  6298.         'debug.container.dump' => false,
  6299.         'serializer.mapping.cache.file' => false,
  6300.         'validator.mapping.cache.file' => false,
  6301.         'profiler.storage.dsn' => false,
  6302.         'swiftmailer.spool.default.memory.path' => false,
  6303.         'doctrine.orm.proxy_dir' => false,
  6304.         'liip_imagine.resolvers' => false,
  6305.         'gos_web_socket.server.port' => false,
  6306.         'gos_web_socket.server.host' => false,
  6307.         'lexik_jwt_authentication.pass_phrase' => false,
  6308.     ];
  6309.     private $dynamicParameters = [];
  6310.     private function getDynamicParameter(string $name)
  6311.     {
  6312.         switch ($name) {
  6313.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  6314.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  6315.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  6316.             case 'database_host'$value $this->getEnv('DATABASE_HOST'); break;
  6317.             case 'database_port'$value $this->getEnv('int:DATABASE_PORT'); break;
  6318.             case 'database_name'$value $this->getEnv('DATABASE_NAME'); break;
  6319.             case 'database_user'$value $this->getEnv('DATABASE_USER'); break;
  6320.             case 'database_password'$value $this->getEnv('DATABASE_PASSWORD'); break;
  6321.             case 'legacy_database_host'$value $this->getEnv('LEGACY_DATABASE_HOST'); break;
  6322.             case 'legacy_database_port'$value $this->getEnv('LEGACY_DATABASE_PORT'); break;
  6323.             case 'legacy_database_name'$value $this->getEnv('LEGACY_DATABASE_NAME'); break;
  6324.             case 'legacy_database_user'$value $this->getEnv('LEGACY_DATABASE_USER'); break;
  6325.             case 'legacy_database_password'$value $this->getEnv('LEGACY_DATABASE_PASSWORD'); break;
  6326.             case 'legacy_project_url'$value $this->getEnv('LEGACY_PROJECT_URL'); break;
  6327.             case 'legacy_ssh_host'$value $this->getEnv('LEGACY_SSH_HOST'); break;
  6328.             case 'legacy_ssh_port'$value $this->getEnv('LEGACY_SSH_PORT'); break;
  6329.             case 'legacy_ssh_user'$value $this->getEnv('LEGACY_SSH_USER'); break;
  6330.             case 'legacy_ssh_password'$value $this->getEnv('LEGACY_SSH_PASSWORD'); break;
  6331.             case 'legacy_v2_database_host'$value $this->getEnv('LEGACY_V2_DATABASE_HOST'); break;
  6332.             case 'legacy_v2_database_port'$value $this->getEnv('LEGACY_V2_DATABASE_PORT'); break;
  6333.             case 'legacy_v2_database_name'$value $this->getEnv('LEGACY_V2_DATABASE_NAME'); break;
  6334.             case 'legacy_v2_database_user'$value $this->getEnv('LEGACY_V2_DATABASE_USER'); break;
  6335.             case 'legacy_v2_database_password'$value $this->getEnv('LEGACY_V2_DATABASE_PASSWORD'); break;
  6336.             case 'prod'$value $this->getEnv('bool:IS_PRODUCTION'); break;
  6337.             case 'admin_api_allowed_host'$value $this->getEnv('ADMIN_API_ALLOWED_HOST'); break;
  6338.             case 'enable_full_layout'$value $this->getEnv('bool:ENABLE_FULL_LAYOUT'); break;
  6339.             case 'ga_tracking'$value $this->getEnv('GA_TRACKING'); break;
  6340.             case 'drive_url'$value $this->getEnv('DRIVE_URL'); break;
  6341.             case 'drive_api'$value $this->getEnv('DRIVE_API'); break;
  6342.             case 'jarvisbox_windows_download_link'$value $this->getEnv('JARVISBOX_WINDOWS_DOWNLOAD_LINK'); break;
  6343.             case 'jarvisbox_mac_download_link'$value $this->getEnv('JARVISBOX_MAC_DOWNLOAD_LINK'); break;
  6344.             case 'help_link'$value $this->getEnv('HELP_LINK'); break;
  6345.             case 'nylas_api_url'$value $this->getEnv('NYLAS_API_URL'); break;
  6346.             case 'nylas_client_id'$value $this->getEnv('NYLAS_CLIENT_ID'); break;
  6347.             case 'nylas_client_id_2'$value $this->getEnv('NYLAS_CLIENT_ID_2'); break;
  6348.             case 'nylas_app_secret'$value $this->getEnv('NYLAS_APP_SECRET'); break;
  6349.             case 'nylas_app_secret_2'$value $this->getEnv('NYLAS_APP_SECRET_2'); break;
  6350.             case 'nylas_europe_api_url'$value $this->getEnv('NYLAS_EUROPE_API_URL'); break;
  6351.             case 'nylas_europe_client_id'$value $this->getEnv('NYLAS_EUROPE_CLIENT_ID'); break;
  6352.             case 'nylas_europe_secret'$value $this->getEnv('NYLAS_EUROPE_SECRET'); break;
  6353.             case 'header_bg_color'$value $this->getEnv('HEADER_BG_COLOR'); break;
  6354.             case 'jarvis_api_mail_url'$value $this->getEnv('JARVIS_API_MAIL_URL'); break;
  6355.             case 'websocket_scheme'$value $this->getEnv('WEBSOCKET_SCHEME'); break;
  6356.             case 'websocket_server_host'$value $this->getEnv('WEBSOCKET_SERVER_HOST'); break;
  6357.             case 'websocket_server_host_js'$value $this->getEnv('WEBSOCKET_SERVER_HOST_JS'); break;
  6358.             case 'websocket_server_port_js'$value $this->getEnv('WEBSOCKET_SERVER_PORT_JS'); break;
  6359.             case 'websocket_server_port'$value $this->getEnv('WEBSOCKET_SERVER_PORT'); break;
  6360.             case 'websocket_pusher_host'$value $this->getEnv('WEBSOCKET_PUSHER_HOST'); break;
  6361.             case 'websocket_pusher_port'$value $this->getEnv('int:WEBSOCKET_PUSHER_PORT'); break;
  6362.             case 'websocket_email_server_host_js'$value $this->getEnv('WEBSOCKET_EMAIL_SERVER_HOST_JS'); break;
  6363.             case 'websocket_email_server_port_js'$value $this->getEnv('int:WEBSOCKET_EMAIL_SERVER_PORT_JS'); break;
  6364.             case 'nextcloud_database_host'$value $this->getEnv('NEXTCLOUD_DATABASE_HOST'); break;
  6365.             case 'nextcloud_database_port'$value $this->getEnv('int:NEXTCLOUD_DATABASE_PORT'); break;
  6366.             case 'nextcloud_database_name'$value $this->getEnv('NEXTCLOUD_DATABASE_NAME'); break;
  6367.             case 'nextcloud_database_user'$value $this->getEnv('NEXTCLOUD_DATABASE_USER'); break;
  6368.             case 'nextcloud_database_password'$value $this->getEnv('NEXTCLOUD_DATABASE_PASSWORD'); break;
  6369.             case 'apimail_database_host'$value $this->getEnv('APIMAIL_DATABASE_HOST'); break;
  6370.             case 'apimail_database_port'$value $this->getEnv('int:APIMAIL_DATABASE_PORT'); break;
  6371.             case 'apimail_database_name'$value $this->getEnv('APIMAIL_DATABASE_NAME'); break;
  6372.             case 'apimail_database_user'$value $this->getEnv('APIMAIL_DATABASE_USER'); break;
  6373.             case 'apimail_database_password'$value $this->getEnv('APIMAIL_DATABASE_PASSWORD'); break;
  6374.             case 'matomo_script'$value $this->getEnv('string:MATOMO_SCRIPT'); break;
  6375.             case 'pendo_app_id'$value $this->getEnv('string:PENDO_APP_ID'); break;
  6376.             case 'salesforce_lead_mail_recipient_email'$value $this->getEnv('string:SALESFORCE_LEAD_MAIL_RECIPIENT_EMAIL'); break;
  6377.             case 'application_url'$value $this->getEnv('APPLICATION_URL'); break;
  6378.             case 'app_internal_api_host'$value $this->getEnv('APP_INTERNAL_API_HOST'); break;
  6379.             case 'onlyoffice_host'$value $this->getEnv('ONLYOFFICE_URL'); break;
  6380.             case 'onlyoffice_api'$value $this->getEnv('string:ONLYOFFICE_URL').'/web-apps/apps/api/documents/api.js'; break;
  6381.             case 'only_office_conversion_url'$value $this->getEnv('string:ONLYOFFICE_URL').'/ConvertService.ashx'; break;
  6382.             case 'mailer_host'$value $this->getEnv('MAILER_HOST'); break;
  6383.             case 'mailer_port'$value $this->getEnv('MAILER_PORT'); break;
  6384.             case 'mailer_user'$value $this->getEnv('MAILER_USER'); break;
  6385.             case 'mailer_password'$value $this->getEnv('MAILER_PASSWORD'); break;
  6386.             case 'delivery_address'$value $this->getEnv('DELIVERY_ADDRESS'); break;
  6387.             case 'legacy_host'$value $this->getEnv('LEGACY_HOST'); break;
  6388.             case 'check_whitelist'$value $this->getEnv('bool:CHECK_WHITELIST'); break;
  6389.             case 'portal_public_url'$value $this->getEnv('PORTAL_PUBLIC_URL'); break;
  6390.             case 'ovh_auth_url'$value $this->getEnv('OVH_AUTH_URL'); break;
  6391.             case 'ovh_region'$value $this->getEnv('OVH_REGION'); break;
  6392.             case 'ovh_username'$value $this->getEnv('OVH_USERNAME'); break;
  6393.             case 'ovh_password'$value $this->getEnv('OVH_PASSWORD'); break;
  6394.             case 'ovh_project_name'$value $this->getEnv('OVH_PROJECT_NAME'); break;
  6395.             case 'ovh_container_name'$value $this->getEnv('OVH_CONTAINER_NAME'); break;
  6396.             case 'phpdocx_url'$value $this->getEnv('PHPDOCX_URL'); break;
  6397.             case 'google_recaptcha_sitekey'$value $this->getEnv('GOOGLE_RECAPTCHA_SITEKEY'); break;
  6398.             case 'google_recaptcha_secret'$value $this->getEnv('GOOGLE_RECAPTCHA_SECRET'); break;
  6399.             case 'rabbit_mq_dsn'$value $this->getEnv('RABBIT_MQ_DSN'); break;
  6400.             case 'zoho_client_id'$value $this->getEnv('ZOHO_CLIENT_ID'); break;
  6401.             case 'zoho_client_secret'$value $this->getEnv('ZOHO_CLIENT_SECRET'); break;
  6402.             case 'zoho_refresh_token'$value $this->getEnv('ZOHO_REFRESH_TOKEN'); break;
  6403.             case 'zoho_sandbox_refresh_token'$value $this->getEnv('ZOHO_SANDBOX_REFRESH_TOKEN'); break;
  6404.             case 'zoho_sandbox'$value $this->getEnv('bool:ZOHO_SANDBOX'); break;
  6405.             case 'zoho_webhook_secret'$value $this->getEnv('ZOHO_WEBHOOK_SECRET'); break;
  6406.             case 'zoho_subscription_product_id'$value $this->getEnv('ZOHO_SUBSCRIPTION_PRODUCT_ID'); break;
  6407.             case 'zoho_account_id_limit'$value $this->getEnv('int:ZOHO_ACCOUNT_ID_LIMIT'); break;
  6408.             case 'sharepoint_secret_key'$value $this->getEnv('SHAREPOINT_SECRET_KEY'); break;
  6409.             case 'rabbit_mq_username'$value $this->getEnv('RABBIT_MQ_USERNAME'); break;
  6410.             case 'rabbit_mq_password'$value $this->getEnv('RABBIT_MQ_PASSWORD'); break;
  6411.             case 'rabbit_mq_host'$value $this->getEnv('RABBIT_MQ_HOST'); break;
  6412.             case 'rabbit_mq_port'$value $this->getEnv('RABBIT_MQ_PORT'); break;
  6413.             case 'dev.aws'$value $this->getEnv('DEV_AWS'); break;
  6414.             case 'banqup.client_id'$value $this->getEnv('BANQUP_CLIENT_ID'); break;
  6415.             case 'banqup.client_secret'$value $this->getEnv('BANQUP_CLIENT_SECRET'); break;
  6416.             case 'banqup.base_url'$value $this->getEnv('BANQUP_BASE_URL'); break;
  6417.             case 'banqup.requester_id'$value $this->getEnv('BANQUP_REQUESTER_ID'); break;
  6418.             case 'banqup.space_id'$value $this->getEnv('BANQUP_SPACE_ID'); break;
  6419.             case 'deliveract_api_uri'$value $this->getEnv('DELIVRACT_API_URI'); break;
  6420.             case 'deliveract_api_key'$value $this->getEnv('DELIVRACT_API_KEY'); break;
  6421.             case 'deliveract_download_uri'$value $this->getEnv('DELIVRACT_DOWNLOAD_URI'); break;
  6422.             case 'deliveract_download_username'$value $this->getEnv('DELIVRACT_DOWNLOAD_USERNAME'); break;
  6423.             case 'deliveract_download_password'$value $this->getEnv('DELIVRACT_DOWNLOAD_PASSWORD'); break;
  6424.             case 'drive.nextcloud.admin_user'$value $this->getEnv('DRIVE_NEXTCLOUD_ADMIN_USER'); break;
  6425.             case 'drive.nextcloud.admin_password'$value $this->getEnv('DRIVE_NEXTCLOUD_ADMIN_PASSWORD'); break;
  6426.             case 'drive.nextcloud.migration_password'$value $this->getEnv('DRIVE_NEXTCLOUD_MIGRATION_PASSWORD'); break;
  6427.             case 'einvoice_lambda_url'$value $this->getEnv('EINVOICE_LAMBDA_URL'); break;
  6428.             case 'uvst.client_id'$value $this->getEnv('UVST_CLIENT_ID'); break;
  6429.             case 'uvst.base_api_auth'$value $this->getEnv('UVST_BASE_API_AUTH'); break;
  6430.             case 'uvst.base_api'$value $this->getEnv('UVST_BASE_API'); break;
  6431.             case 'uvst.username'$value $this->getEnv('UVST_USERNAME'); break;
  6432.             case 'uvst.password'$value $this->getEnv('UVST_PASSWORD'); break;
  6433.             case 'esignature.yousign.url'$value $this->getEnv('YOUSIGN_V3_URL'); break;
  6434.             case 'esignature.yousign.api_key'$value $this->getEnv('YOUSIGN_V3_API_KEY'); break;
  6435.             case 'open_ai.token'$value $this->getEnv('OPEN_AI_TOKEN'); break;
  6436.             case 'open_ai.azure.token'$value $this->getEnv('OPEN_AI_AZURE_TOKEN'); break;
  6437.             case 'open_ai.organization'$value $this->getEnv('OPEN_AI_ORGANIZATION'); break;
  6438.             case 'ordalie_token'$value $this->getEnv('ORDALIE_TOKEN'); break;
  6439.             case 'proxy_llm_token'$value $this->getEnv('PROXY_LLM_OPEN_AI'); break;
  6440.             case 'serviceId'$value $this->getEnv('LEXISNEXIS_SERVICE_ID'); break;
  6441.             case 'servicePassword'$value $this->getEnv('LEXISNEXIS_SERVICE_PASSWORD'); break;
  6442.             case 'applicationPermId'$value $this->getEnv('LEXISNEXIS_APPLICATION_PERM_ID'); break;
  6443.             case 'applicationUserId'$value $this->getEnv('LEXISNEXIS_APPLICATION_USER_ID'); break;
  6444.             case 'applicationUserPassword'$value $this->getEnv('LEXISNEXIS_APPLICATION_USER_PASSWORD'); break;
  6445.             case 'lexisNexisAuthApiBaseUrl'$value $this->getEnv('LEXISNEXIS_AUTH_API_BASE_URL'); break;
  6446.             case 'lexisnexis.url_lexis_plus'$value $this->getEnv('LEXISNEXIS_SOURCE_BASE_URL'); break;
  6447.             case 'lexisnexis.master_feature_id'$value $this->getEnv('LEXISNEXIS_MASTER_FEATURE_ID'); break;
  6448.             case 'lexisnexis.doc_info_api'$value $this->getEnv('LEXISNEXIS_DOC_INFO_API_URL'); break;
  6449.             case 'lexisnexis.rag_agent_url'$value $this->getEnv('LEXISNEXIS_RAG_AGENT_URL'); break;
  6450.             case 'lexisnexis.proxy_llm_base_url'$value $this->getEnv('LEXISNEXIS_PROXY_LLM_BASE_URL'); break;
  6451.             case 'nylas.v3.europe.client_id'$value $this->getEnv('NYLAS_V3_EUROPE_CLIENT_ID'); break;
  6452.             case 'nylas.v3.europe.api_key'$value $this->getEnv('NYLAS_V3_EUROPE_API_KEY'); break;
  6453.             case 'nomination_endpoint'$value $this->getEnv('NOMINATION_ENDPOINT'); break;
  6454.             case 'nomination_token'$value $this->getEnv('NOMINATION_TOKEN'); break;
  6455.             case 'proxy_llm_open_ai'$value $this->getEnv('PROXY_LLM_OPEN_AI'); break;
  6456.             case 'drive_admin_client_id'$value $this->getEnv('DRIVE_ADMIN_CLIENT_ID'); break;
  6457.             case 'drive_admin_client_secret'$value $this->getEnv('DRIVE_ADMIN_CLIENT_SECRET'); break;
  6458.             case 'drive_admin_tenant_id'$value $this->getEnv('DRIVE_ADMIN_TENANT_ID'); break;
  6459.             case 'sso_app_name'$value $this->getEnv('SSO_AZURE_AD_APP'); break;
  6460.             case 'sso_app_id'$value $this->getEnv('SSO_AZURE_AD_APP_CLIENT_ID'); break;
  6461.             case 'sso_app_secret'$value $this->getEnv('SSO_AZURE_AD_APP_SECRET'); break;
  6462.             case 'sso_app_tenant_id'$value $this->getEnv('SSO_AZURE_AD_APP_TENANT_ID'); break;
  6463.             case 'sso_app_resource_id'$value $this->getEnv('SSO_AZURE_AD_APP_RESOURCE_ID'); break;
  6464.             case 'sso_app_role_id'$value $this->getEnv('SSO_AZURE_AD_APP_ROLE_ID'); break;
  6465.             case 'cnbf_sftp_host_paris'$value $this->getEnv('CNBF_SFTP_HOST_PARIS'); break;
  6466.             case 'cnbf_sftp_user_paris'$value $this->getEnv('CNBF_SFTP_USER_PARIS'); break;
  6467.             case 'cnbf_sftp_password_paris'$value $this->getEnv('CNBF_SFTP_PASSWORD_PARIS'); break;
  6468.             case 'cnbf_sftp_port_paris'$value $this->getEnv('CNBF_SFTP_PORT_PARIS'); break;
  6469.             case 'cnbf_sftp_host_montpellier'$value $this->getEnv('CNBF_SFTP_HOST_MONTPELLIER'); break;
  6470.             case 'cnbf_sftp_user_montpellier'$value $this->getEnv('CNBF_SFTP_USER_MONTPELLIER'); break;
  6471.             case 'cnbf_sftp_password_montpellier'$value $this->getEnv('CNBF_SFTP_PASSWORD_MONTPELLIER'); break;
  6472.             case 'cnbf_sftp_port_montpellier'$value $this->getEnv('CNBF_SFTP_PORT_MONTPELLIER'); break;
  6473.             case 'WAM_SIGNOUT_URL'$value $this->getEnv('WAM_SIGNOUT_URL'); break;
  6474.             case 'WAM_OIDC_ISSUER'$value $this->getEnv('WAM_OIDC_ISSUER'); break;
  6475.             case 'WAM_OIDC_CLIENT_ID'$value $this->getEnv('WAM_OIDC_CLIENT_ID'); break;
  6476.             case 'WAM_OIDC_CLIENT_SECRET'$value $this->getEnv('WAM_OIDC_CLIENT_SECRET'); break;
  6477.             case 'yousign_url'$value $this->getEnv('YOUSIGN_URL'); break;
  6478.             case 'elasticsearch_url'$value $this->getEnv('ELASTICSEARCH_URL'); break;
  6479.             case 'elasticsearch_username'$value $this->getEnv('ELASTICSEARCH_USERNAME'); break;
  6480.             case 'elasticsearch_password'$value $this->getEnv('ELASTICSEARCH_PASSWORD'); break;
  6481.             case 'elasticsearch_index_name'$value $this->getEnv('ELASTICSEARCH_INDEX_NAME'); break;
  6482.             case 'redis.dsn'$value $this->getEnv('REDIS_DSN'); break;
  6483.             case 'filesystem.aws_s3.personal_folder'$value $this->getEnv('DEV_FILESYSTEM_AWS_S3_PERSONAL_FOLDER'); break;
  6484.             case 'flysystem.ovh.prefix'$value $this->getEnv('string:DEV_FILESYSTEM_AWS_S3_PERSONAL_FOLDER').'/ovh'; break;
  6485.             case 'flysystem.core.bucket'$value $this->getEnv('S3_BUCKET'); break;
  6486.             case 'flysystem.core.prefix'$value $this->getEnv('DEV_FILESYSTEM_AWS_S3_PERSONAL_FOLDER'); break;
  6487.             case 'flysystem.mail.bucket'$value $this->getEnv('S3_BUCKET'); break;
  6488.             case 'flysystem.mail.prefix'$value $this->getEnv('string:DEV_FILESYSTEM_AWS_S3_PERSONAL_FOLDER').'/mail'; break;
  6489.             case 'flysystem.zoho_analytics.bucket'$value $this->getEnv('S3_BUCKET'); break;
  6490.             case 'flysystem.zoho_analytics.prefix'$value $this->getEnv('string:DEV_FILESYSTEM_AWS_S3_PERSONAL_FOLDER').'/zoho_analytics'; break;
  6491.             case 'flysystem.data_migration.prefix'$value $this->getEnv('string:DEV_FILESYSTEM_AWS_S3_PERSONAL_FOLDER').'/data_migration'; break;
  6492.             case 's3_region'$value $this->getEnv('S3_REGION'); break;
  6493.             case 's3_bucket'$value $this->getEnv('S3_BUCKET'); break;
  6494.             case 's3_bucket_mail'$value $this->getEnv('S3_BUCKET_MAIL'); break;
  6495.             case 's3_bucket_zoho_analytics'$value $this->getEnv('S3_BUCKET_ZOHO_ANALYTICS'); break;
  6496.             case 'debug.container.dump'$value = ($this->targetDir.''.'/AppKernelDevDebugContainer.xml'); break;
  6497.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  6498.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  6499.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  6500.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  6501.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  6502.             case 'liip_imagine.resolvers'$value = [
  6503.                 'default' => [
  6504.                     'flysystem' => [
  6505.                         'filesystem_service' => 'oneup_flysystem.uploaded_files_filesystem',
  6506.                         'root_url' => '/',
  6507.                         'cache_prefix' => 'media/cache',
  6508.                         'visibility' => 'private',
  6509.                     ],
  6510.                 ],
  6511.                 'profile_pictures' => [
  6512.                     'flysystem' => [
  6513.                         'filesystem_service' => 'oneup_flysystem.uploaded_files_filesystem',
  6514.                         'root_url' => '/',
  6515.                         'cache_prefix' => 'media/cache',
  6516.                         'visibility' => 'private',
  6517.                     ],
  6518.                 ],
  6519.                 'logotype_pictures' => [
  6520.                     'flysystem' => [
  6521.                         'filesystem_service' => 'oneup_flysystem.uploaded_files_filesystem',
  6522.                         'root_url' => '/',
  6523.                         'cache_prefix' => 'media/cache',
  6524.                         'visibility' => 'private',
  6525.                     ],
  6526.                 ],
  6527.                 'mail_pictures' => [
  6528.                     'flysystem' => [
  6529.                         'filesystem_service' => 'oneup_flysystem.uploaded_files_filesystem',
  6530.                         'root_url' => $this->getEnv('APPLICATION_URL'),
  6531.                         'cache_prefix' => 'media/cache',
  6532.                         'visibility' => 'private',
  6533.                     ],
  6534.                 ],
  6535.             ]; break;
  6536.             case 'gos_web_socket.server.port'$value $this->getEnv('WEBSOCKET_SERVER_PORT'); break;
  6537.             case 'gos_web_socket.server.host'$value $this->getEnv('WEBSOCKET_SERVER_HOST'); break;
  6538.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_OUTLOOK_PASSPHRASE'); break;
  6539.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  6540.         }
  6541.         $this->loadedDynamicParameters[$name] = true;
  6542.         return $this->dynamicParameters[$name] = $value;
  6543.     }
  6544.     protected function getDefaultParameters(): array
  6545.     {
  6546.         return [
  6547.             'kernel.project_dir' => \dirname(__DIR__4),
  6548.             'kernel.environment' => 'dev',
  6549.             'kernel.debug' => true,
  6550.             'kernel.logs_dir' => (\dirname(__DIR__3).'/logs'),
  6551.             'kernel.bundles' => [
  6552.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  6553.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  6554.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  6555.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  6556.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  6557.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  6558.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  6559.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  6560.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  6561.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  6562.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  6563.                 'OldSoundRabbitMqBundle' => 'OldSound\\RabbitMqBundle\\OldSoundRabbitMqBundle',
  6564.                 'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
  6565.                 'SncRedisBundle' => 'Snc\\RedisBundle\\SncRedisBundle',
  6566.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  6567.                 'BazingaJsTranslationBundle' => 'Bazinga\\Bundle\\JsTranslationBundle\\BazingaJsTranslationBundle',
  6568.                 'AppBundle' => 'AppBundle\\AppBundle',
  6569.                 'CommonBundle' => 'CommonBundle\\CommonBundle',
  6570.                 'DocumentBundle' => 'DocumentBundle\\DocumentBundle',
  6571.                 'DriveBundle' => 'DriveBundle\\DriveBundle',
  6572.                 'CraueFormFlowBundle' => 'Craue\\FormFlowBundle\\CraueFormFlowBundle',
  6573.                 'BillingBundle' => 'BillingBundle\\BillingBundle',
  6574.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  6575.                 'SettingsBundle' => 'SettingsBundle\\SettingsBundle',
  6576.                 'CRMBundle' => 'CRMBundle\\CRMBundle',
  6577.                 'APYDataGridBundle' => 'APY\\DataGridBundle\\APYDataGridBundle',
  6578.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  6579.                 'CalendarBundle' => 'CalendarBundle\\CalendarBundle',
  6580.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  6581.                 'SgDatatablesBundle' => 'Sg\\DatatablesBundle\\SgDatatablesBundle',
  6582.                 'MigrationBundle' => 'MigrationBundle\\MigrationBundle',
  6583.                 'GosWebSocketBundle' => 'Gos\\Bundle\\WebSocketBundle\\GosWebSocketBundle',
  6584.                 'GosPubSubRouterBundle' => 'Gos\\Bundle\\PubSubRouterBundle\\GosPubSubRouterBundle',
  6585.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  6586.                 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
  6587.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  6588.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  6589.                 'BabDevPagerfantaBundle' => 'BabDev\\PagerfantaBundle\\BabDevPagerfantaBundle',
  6590.                 'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
  6591.                 'KnpUOAuth2ClientBundle' => 'KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle',
  6592.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  6593.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  6594.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  6595.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  6596.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  6597.             ],
  6598.             'kernel.bundles_metadata' => [
  6599.                 'FrameworkBundle' => [
  6600.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  6601.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  6602.                 ],
  6603.                 'SecurityBundle' => [
  6604.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  6605.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  6606.                 ],
  6607.                 'TwigBundle' => [
  6608.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  6609.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  6610.                 ],
  6611.                 'MonologBundle' => [
  6612.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  6613.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  6614.                 ],
  6615.                 'SwiftmailerBundle' => [
  6616.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  6617.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  6618.                 ],
  6619.                 'DoctrineBundle' => [
  6620.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  6621.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  6622.                 ],
  6623.                 'SensioFrameworkExtraBundle' => [
  6624.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  6625.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  6626.                 ],
  6627.                 'FOSJsRoutingBundle' => [
  6628.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  6629.                     'namespace' => 'FOS\\JsRoutingBundle',
  6630.                 ],
  6631.                 'FOSRestBundle' => [
  6632.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  6633.                     'namespace' => 'FOS\\RestBundle',
  6634.                 ],
  6635.                 'FOSUserBundle' => [
  6636.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src'),
  6637.                     'namespace' => 'FOS\\UserBundle',
  6638.                 ],
  6639.                 'JMSSerializerBundle' => [
  6640.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  6641.                     'namespace' => 'JMS\\SerializerBundle',
  6642.                 ],
  6643.                 'OldSoundRabbitMqBundle' => [
  6644.                     'path' => (\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle'),
  6645.                     'namespace' => 'OldSound\\RabbitMqBundle',
  6646.                 ],
  6647.                 'OneupFlysystemBundle' => [
  6648.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src'),
  6649.                     'namespace' => 'Oneup\\FlysystemBundle',
  6650.                 ],
  6651.                 'SncRedisBundle' => [
  6652.                     'path' => (\dirname(__DIR__4).'/vendor/snc/redis-bundle'),
  6653.                     'namespace' => 'Snc\\RedisBundle',
  6654.                 ],
  6655.                 'StofDoctrineExtensionsBundle' => [
  6656.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  6657.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  6658.                 ],
  6659.                 'BazingaJsTranslationBundle' => [
  6660.                     'path' => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle'),
  6661.                     'namespace' => 'Bazinga\\Bundle\\JsTranslationBundle',
  6662.                 ],
  6663.                 'AppBundle' => [
  6664.                     'path' => (\dirname(__DIR__4).'/src/AppBundle'),
  6665.                     'namespace' => 'AppBundle',
  6666.                 ],
  6667.                 'CommonBundle' => [
  6668.                     'path' => (\dirname(__DIR__4).'/src/CommonBundle'),
  6669.                     'namespace' => 'CommonBundle',
  6670.                 ],
  6671.                 'DocumentBundle' => [
  6672.                     'path' => (\dirname(__DIR__4).'/src/DocumentBundle'),
  6673.                     'namespace' => 'DocumentBundle',
  6674.                 ],
  6675.                 'DriveBundle' => [
  6676.                     'path' => (\dirname(__DIR__4).'/src/DriveBundle'),
  6677.                     'namespace' => 'DriveBundle',
  6678.                 ],
  6679.                 'CraueFormFlowBundle' => [
  6680.                     'path' => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle'),
  6681.                     'namespace' => 'Craue\\FormFlowBundle',
  6682.                 ],
  6683.                 'BillingBundle' => [
  6684.                     'path' => (\dirname(__DIR__4).'/src/BillingBundle'),
  6685.                     'namespace' => 'BillingBundle',
  6686.                 ],
  6687.                 'LiipImagineBundle' => [
  6688.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  6689.                     'namespace' => 'Liip\\ImagineBundle',
  6690.                 ],
  6691.                 'SettingsBundle' => [
  6692.                     'path' => (\dirname(__DIR__4).'/src/SettingsBundle'),
  6693.                     'namespace' => 'SettingsBundle',
  6694.                 ],
  6695.                 'CRMBundle' => [
  6696.                     'path' => (\dirname(__DIR__4).'/src/CRMBundle'),
  6697.                     'namespace' => 'CRMBundle',
  6698.                 ],
  6699.                 'APYDataGridBundle' => [
  6700.                     'path' => (\dirname(__DIR__4).'/vendor/apy/datagrid-bundle'),
  6701.                     'namespace' => 'APY\\DataGridBundle',
  6702.                 ],
  6703.                 'DoctrineMigrationsBundle' => [
  6704.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  6705.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  6706.                 ],
  6707.                 'CalendarBundle' => [
  6708.                     'path' => (\dirname(__DIR__4).'/src/CalendarBundle'),
  6709.                     'namespace' => 'CalendarBundle',
  6710.                 ],
  6711.                 'FOSElasticaBundle' => [
  6712.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  6713.                     'namespace' => 'FOS\\ElasticaBundle',
  6714.                 ],
  6715.                 'SgDatatablesBundle' => [
  6716.                     'path' => (\dirname(__DIR__4).'/vendor/sg/datatablesbundle'),
  6717.                     'namespace' => 'Sg\\DatatablesBundle',
  6718.                 ],
  6719.                 'MigrationBundle' => [
  6720.                     'path' => (\dirname(__DIR__4).'/src/MigrationBundle'),
  6721.                     'namespace' => 'MigrationBundle',
  6722.                 ],
  6723.                 'GosWebSocketBundle' => [
  6724.                     'path' => (\dirname(__DIR__4).'/vendor/gos/web-socket-bundle'),
  6725.                     'namespace' => 'Gos\\Bundle\\WebSocketBundle',
  6726.                 ],
  6727.                 'GosPubSubRouterBundle' => [
  6728.                     'path' => (\dirname(__DIR__4).'/vendor/gos/pubsub-router-bundle'),
  6729.                     'namespace' => 'Gos\\Bundle\\PubSubRouterBundle',
  6730.                 ],
  6731.                 'LexikJWTAuthenticationBundle' => [
  6732.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  6733.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  6734.                 ],
  6735.                 'GesdinetJWTRefreshTokenBundle' => [
  6736.                     'path' => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
  6737.                     'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
  6738.                 ],
  6739.                 'NelmioCorsBundle' => [
  6740.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  6741.                     'namespace' => 'Nelmio\\CorsBundle',
  6742.                 ],
  6743.                 'SentryBundle' => [
  6744.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  6745.                     'namespace' => 'Sentry\\SentryBundle',
  6746.                 ],
  6747.                 'BabDevPagerfantaBundle' => [
  6748.                     'path' => (\dirname(__DIR__4).'/vendor/babdev/pagerfanta-bundle'),
  6749.                     'namespace' => 'BabDev\\PagerfantaBundle',
  6750.                 ],
  6751.                 'SchebTwoFactorBundle' => [
  6752.                     'path' => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle'),
  6753.                     'namespace' => 'Scheb\\TwoFactorBundle',
  6754.                 ],
  6755.                 'KnpUOAuth2ClientBundle' => [
  6756.                     'path' => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src'),
  6757.                     'namespace' => 'KnpU\\OAuth2ClientBundle',
  6758.                 ],
  6759.                 'NelmioApiDocBundle' => [
  6760.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  6761.                     'namespace' => 'Nelmio\\ApiDocBundle',
  6762.                 ],
  6763.                 'DoctrineFixturesBundle' => [
  6764.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  6765.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  6766.                 ],
  6767.                 'MakerBundle' => [
  6768.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  6769.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  6770.                 ],
  6771.                 'DebugBundle' => [
  6772.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  6773.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  6774.                 ],
  6775.                 'WebProfilerBundle' => [
  6776.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  6777.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  6778.                 ],
  6779.             ],
  6780.             'kernel.charset' => 'UTF-8',
  6781.             'kernel.container_class' => 'AppKernelDevDebugContainer',
  6782.             'elasticsearch_enabled' => true,
  6783.             'env(DATABASE_HOST)' => 'db',
  6784.             'env(DATABASE_PORT)' => '3306',
  6785.             'env(DATABASE_NAME)' => 'jarvis',
  6786.             'env(DATABASE_USER)' => 'root',
  6787.             'env(DATABASE_PASSWORD)' => 'root',
  6788.             'secret' => 'ThisTokenIsNotSoSecretChangeIt',
  6789.             'env(LEGACY_DATABASE_HOST)' => NULL,
  6790.             'env(LEGACY_DATABASE_PORT)' => NULL,
  6791.             'env(LEGACY_DATABASE_NAME)' => NULL,
  6792.             'env(LEGACY_DATABASE_USER)' => NULL,
  6793.             'env(LEGACY_DATABASE_PASSWORD)' => NULL,
  6794.             'env(LEGACY_PROJECT_URL)' => NULL,
  6795.             'env(LEGACY_SSH_HOST)' => NULL,
  6796.             'env(LEGACY_SSH_PORT)' => NULL,
  6797.             'env(LEGACY_SSH_USER)' => NULL,
  6798.             'env(LEGACY_SSH_PASSWORD)' => NULL,
  6799.             'env(LEGACY_V2_DATABASE_HOST)' => NULL,
  6800.             'env(LEGACY_V2_DATABASE_PORT)' => NULL,
  6801.             'env(LEGACY_V2_DATABASE_NAME)' => NULL,
  6802.             'env(LEGACY_V2_DATABASE_USER)' => NULL,
  6803.             'env(LEGACY_V2_DATABASE_PASSWORD)' => NULL,
  6804.             'pusher_app_id' => 264971,
  6805.             'pusher_key' => '2847da9f185926dd0404',
  6806.             'pusher_secret' => 'befb9097ce95ead65219',
  6807.             'chunk_size_mb' => 3,
  6808.             'uploadRequestMaxSize' => '3M',
  6809.             'country' => 'fr',
  6810.             'currency' => 'EUR',
  6811.             'currency_symbol' => '€',
  6812.             'locale' => 'fr',
  6813.             'date_format' => 'd/m/Y',
  6814.             'time_format' => 'G:i',
  6815.             'full_date_format' => 'F j, Y, g:i a',
  6816.             'number_format_decimals' => 2,
  6817.             'number_format_decimal_point' => ',',
  6818.             'number_format_thousands_separator' => ' ',
  6819.             'date_timezone' => 'Europe/Paris',
  6820.             'env(ADMIN_API_ALLOWED_HOST)' => 'php',
  6821.             'dashboard_url' => 'https://jarvis-legal.clicdata.com/v/6yEseJk3jdeG',
  6822.             'tmp_file' => 'var/tmp/',
  6823.             'accounting_iframe_url' => 'https://jarvis-legal.clicdata.com/v/gZegpz3Nlvz8',
  6824.             'reporting_iframe_url' => 'https://jarvis-legal.clicdata.com/v/g3BWKFEvgYz9',
  6825.             'env(ENABLE_FULL_LAYOUT)' => 'true',
  6826.             'env(GA_TRACKING)' => '',
  6827.             'env(DRIVE_API)' => 'http://drive',
  6828.             'env(JARVISBOX_WINDOWS_DOWNLOAD_LINK)' => '',
  6829.             'env(JARVISBOX_MAC_DOWNLOAD_LINK)' => '',
  6830.             'env(HELP_LINK)' => 'http://help2.jarvis-legal.fr',
  6831.             'env(NYLAS_API_URL)' => 'https://api.nylas.com/',
  6832.             'env(NYLAS_CLIENT_ID)' => '72j1vrure2eppiprcvj6g6yu5',
  6833.             'env(NYLAS_CLIENT_ID_2)' => '72j1vrure2eppiprcvj6g6yu5',
  6834.             'env(NYLAS_APP_SECRET)' => 'e15m5ajuu9pwq2ro1hmmyhaze',
  6835.             'env(NYLAS_APP_SECRET_2)' => 'e15m5ajuu9pwq2ro1hmmyhaze',
  6836.             'env(NYLAS_EUROPE_API_URL)' => 'https://ireland.api.nylas.com',
  6837.             'env(NYLAS_EUROPE_CLIENT_ID)' => '169yzy23o1camtpfkiupluznb',
  6838.             'env(NYLAS_EUROPE_SECRET)' => 'exfyfzjeb3pu0fuaqjqp3k3kx',
  6839.             'invoice_lock_key' => 'invoice_lock_',
  6840.             'invoice_lock_ttl' => 60,
  6841.             'linkedin_link' => 'https://www.linkedin.com/company/lexisnexis-france/?originalSubdomain=fr',
  6842.             'website_link' => 'https://www.lexisnexis.com/fr-fr/produits/jarvis-legal',
  6843.             'env(HEADER_BG_COLOR)' => '#05cac1',
  6844.             'env(JARVIS_API_MAIL_URL)' => 'http://php_mail/',
  6845.             'env(IS_PRODUCTION)' => 'false',
  6846.             'env(WEBSOCKET_SCHEME)' => 'wss',
  6847.             'env(WEBSOCKET_SERVER_HOST)' => '0.0.0.0',
  6848.             'env(WEBSOCKET_SERVER_HOST_JS)' => 'websocket.localhost',
  6849.             'env(WEBSOCKET_SERVER_PORT_JS)' => '443',
  6850.             'env(WEBSOCKET_SERVER_PORT)' => '8085',
  6851.             'env(WEBSOCKET_PUSHER_HOST)' => '127.0.0.1',
  6852.             'env(WEBSOCKET_PUSHER_PORT)' => '5555',
  6853.             'env(WEBSOCKET_EMAIL_SERVER_HOST_JS)' => 'jarvis.local',
  6854.             'env(WEBSOCKET_EMAIL_SERVER_PORT_JS)' => '8095',
  6855.             'env(NEXTCLOUD_DATABASE_HOST)' => 'db',
  6856.             'env(NEXTCLOUD_DATABASE_PORT)' => '3306',
  6857.             'env(NEXTCLOUD_DATABASE_NAME)' => 'nextcloud',
  6858.             'env(NEXTCLOUD_DATABASE_USER)' => 'root',
  6859.             'env(NEXTCLOUD_DATABASE_PASSWORD)' => 'root',
  6860.             'env(APIMAIL_DATABASE_HOST)' => 'db_mail',
  6861.             'env(APIMAIL_DATABASE_PORT)' => '3306',
  6862.             'env(APIMAIL_DATABASE_NAME)' => 'jarvisapimail',
  6863.             'env(APIMAIL_DATABASE_USER)' => 'root',
  6864.             'env(APIMAIL_DATABASE_PASSWORD)' => 'root',
  6865.             'module_unavailable_url' => 'https://forms.zohopublic.eu/jarvis/form/Demandedenouveauxmodules/formperma/pfP_cTjKwoIqSnzVp6IwjO0rZNuNqYRSfNXQfAHDKgI',
  6866.             'env(SALESFORCE_LEAD_MAIL_RECIPIENT_EMAIL)' => '',
  6867.             'container.autowiring.strict_mode' => true,
  6868.             'env(MATOMO_SCRIPT)' => '',
  6869.             'env(PENDO_APP_ID)' => '',
  6870.             'drive_password_encryption_key' => '31400300061aa08f8707582a95ff6721f018d0a19b0e83f26a3bde347bed003c2076fb2e55a5b44bad5f930fc80d1c755efd318bb01a1e7fed81f6afbbcaea9e86c2ff1095a5da3d85050559bf927a2de6d51e2dbf8f36d6f613f644ea0e649d5b9e7bfe',
  6871.             'trash.nb_days_before_delete' => 30,
  6872.             'mailer_transport' => 'smtp',
  6873.             'media_cache_dir' => 'media/cache',
  6874.             'env(CHECK_WHITELIST)' => 'true',
  6875.             'ovh_default_expiration_token' => 60,
  6876.             'env(OVH_AUTH_URL)' => 'https://auth.cloud.ovh.net/v3',
  6877.             'bot_email' => 'bot@jarvis-legal.com',
  6878.             'support_email' => 'supportfr@jarvis-legal.com',
  6879.             'consumer.graceful_max_execution.timeout' => 1800,
  6880.             'zoho_subscription_organisation_id' => '20061180351',
  6881.             'zoho_subscription_sandbox_organisation_id' => '20090010068',
  6882.             'zoho_analytics_organisation_id' => '20063483263',
  6883.             'env(ZOHO_ACCOUNT_ID_LIMIT)' => '0',
  6884.             'env(SHAREPOINT_SECRET_KEY)' => 'TESTSECRET',
  6885.             'env(DEV_AWS)' => 'off',
  6886.             'env(BANQUP_CLIENT_ID)' => '',
  6887.             'env(BANQUP_CLIENT_SECRET)' => '',
  6888.             'env(BANQUP_BASE_URL)' => '',
  6889.             'env(BANQUP_REQUESTER_ID)' => '',
  6890.             'env(BANQUP_SPACE_ID)' => '',
  6891.             'env(DRIVE_NEXTCLOUD_ADMIN_USER)' => '',
  6892.             'env(DRIVE_NEXTCLOUD_ADMIN_PASSWORD)' => '',
  6893.             'env(DRIVE_NEXTCLOUD_MIGRATION_PASSWORD)' => '',
  6894.             'env(EINVOICE_LAMBDA_URL)' => '',
  6895.             'env(UVST_CLIENT_ID)' => '',
  6896.             'env(UVST_BASE_API_AUTH)' => '',
  6897.             'env(UVST_BASE_API)' => '',
  6898.             'env(UVST_USERNAME)' => '',
  6899.             'env(UVST_PASSWORD)' => '',
  6900.             'env(YOUSIGN_V3_URL)' => '',
  6901.             'env(YOUSIGN_V3_API_KEY)' => '',
  6902.             'open_ai.model' => 'gpt-3.5-turbo',
  6903.             'lexisnexis.llmproxy_asset_id' => '4721',
  6904.             'sources_processing.supported_types' => [
  6905.                 => 'cases-fra',
  6906.                 => 'doctrine-fra',
  6907.                 => 'jurisprudence-fra',
  6908.                 => 'legislation-eur',
  6909.                 => 'doctrine-eur',
  6910.                 => 'commentaires-fra',
  6911.                 => 'revues-fra',
  6912.                 => 'actualites-fra',
  6913.                 => 'formulaires-fra',
  6914.                 => 'social-fra',
  6915.                 10 => 'codes-fra',
  6916.                 11 => 'legislation-fra',
  6917.                 12 => 'practical-contents-fra',
  6918.             ],
  6919.             'env(NYLAS_V3_EUROPE_CLIENT_ID)' => '',
  6920.             'env(NYLAS_V3_EUROPE_API_KEY)' => '',
  6921.             'env(NOMINATION_ENDPOINT)' => '',
  6922.             'env(NOMINATION_TOKEN)' => '',
  6923.             'env(PROXY_LLM_OPEN_AI)' => '',
  6924.             'env(DRIVE_ADMIN_CLIENT_ID)' => '',
  6925.             'env(DRIVE_ADMIN_CLIENT_SECRET)' => '',
  6926.             'env(DRIVE_ADMIN_TENANT_ID)' => '',
  6927.             'env(SSO_AZURE_AD_APP)' => '',
  6928.             'env(SSO_AZURE_AD_APP_CLIENT_ID)' => '',
  6929.             'env(SSO_AZURE_AD_APP_SECRET)' => '',
  6930.             'env(SSO_AZURE_AD_APP_TENANT_ID)' => '',
  6931.             'env(SSO_AZURE_AD_APP_RESOURCE_ID)' => '',
  6932.             'env(SSO_AZURE_AD_APP_ROLE_ID)' => '',
  6933.             'env(CNBF_SFTP_HOST_PARIS)' => '',
  6934.             'env(CNBF_SFTP_USER_PARIS)' => '',
  6935.             'env(CNBF_SFTP_PASSWORD_PARIS)' => '',
  6936.             'env(CNBF_SFTP_PORT_PARIS)' => '',
  6937.             'env(CNBF_SFTP_HOST_MONTPELLIER)' => '',
  6938.             'env(CNBF_SFTP_USER_MONTPELLIER)' => '',
  6939.             'env(CNBF_SFTP_PASSWORD_MONTPELLIER)' => '',
  6940.             'env(CNBF_SFTP_PORT_MONTPELLIER)' => '',
  6941.             'env(WAM_SIGNOUT_URL)' => '',
  6942.             'JARVIS_ACI' => 'jarv',
  6943.             'JARVIS_APPLICATION_ID' => '1554640',
  6944.             'env(WAM_OIDC_ISSUER)' => '',
  6945.             'env(WAM_OIDC_CLIENT_ID)' => '',
  6946.             'env(WAM_OIDC_CLIENT_SECRET)' => '',
  6947.             'env(ELASTICSEARCH_URL)' => 'http://elastic:9200',
  6948.             'env(ELASTICSEARCH_USERNAME)' => 'elastic',
  6949.             'env(ELASTICSEARCH_PASSWORD)' => 'changeme',
  6950.             'env(ELASTICSEARCH_INDEX_NAME)' => 'app',
  6951.             'sentry.dsn' => 'https://c1a6de5272b649168f31030b774a3620@o4505084454895616.ingest.sentry.io/4505084624568320',
  6952.             'snc_redis.session.prefix' => 'session:',
  6953.             'filesystem.type' => 'local',
  6954.             'env(DEV_FILESYSTEM_AWS_S3_PERSONAL_FOLDER)' => 'anonymous_dev',
  6955.             'filesystem.local.folder' => 's3_dev',
  6956.             'flysystem.adapter_s3_ovh' => 'ovh',
  6957.             'flysystem.adapter_s3_core' => 's3',
  6958.             'flysystem.adapter_s3_mail' => 's3_mail',
  6959.             'flysystem.adapter_s3_zoho_analytics' => 's3_zoho_analytics',
  6960.             'flysystem.adapter_s3_data_migration' => 's3_data_migration',
  6961.             'event_dispatcher.event_aliases' => [
  6962.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6963.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6964.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  6965.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6966.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6967.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6968.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6969.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6970.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6971.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6972.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6973.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6974.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6975.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6976.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6977.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6978.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6979.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  6980.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  6981.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  6982.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  6983.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  6984.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  6985.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  6986.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6987.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6988.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6989.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6990.                 'Gos\\Bundle\\WebSocketBundle\\Event\\ServerLaunchedEvent' => 'gos_web_socket.server_launched',
  6991.                 'Gos\\Bundle\\WebSocketBundle\\Event\\ClientConnectedEvent' => 'gos_web_socket.client_connected',
  6992.                 'Gos\\Bundle\\WebSocketBundle\\Event\\ClientDisconnectedEvent' => 'gos_web_socket.client_disconnected',
  6993.                 'Gos\\Bundle\\WebSocketBundle\\Event\\ClientErrorEvent' => 'gos_web_socket.client_error',
  6994.                 'Gos\\Bundle\\WebSocketBundle\\Event\\ClientRejectedEvent' => 'gos_web_socket.client_rejected',
  6995.                 'Gos\\Bundle\\WebSocketBundle\\Event\\ConnectionRejectedEvent' => 'gos_web_socket.connection_rejected',
  6996.                 'Gos\\Bundle\\WebSocketBundle\\Event\\PushHandlerFailEvent' => 'gos_web_socket.push_fail',
  6997.                 'Gos\\Bundle\\WebSocketBundle\\Event\\PushHandlerSuccessEvent' => 'gos_web_socket.push_success',
  6998.             ],
  6999.             'fragment.renderer.hinclude.global_template' => NULL,
  7000.             'fragment.path' => '/_fragment',
  7001.             'kernel.secret' => 'ThisTokenIsNotSoSecretChangeIt',
  7002.             'kernel.http_method_override' => true,
  7003.             'kernel.trusted_hosts' => [
  7004.             ],
  7005.             'kernel.default_locale' => 'fr',
  7006.             'kernel.enabled_locales' => [
  7007.             ],
  7008.             'kernel.error_controller' => 'error_controller',
  7009.             'debug.file_link_format' => NULL,
  7010.             'asset.request_context.base_path' => NULL,
  7011.             'asset.request_context.secure' => NULL,
  7012.             'translator.logging' => false,
  7013.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  7014.             'debug.error_handler.throw_at' => -1,
  7015.             'router.request_context.host' => 'localhost',
  7016.             'router.request_context.scheme' => 'http',
  7017.             'router.request_context.base_url' => '',
  7018.             'router.resource' => (\dirname(__DIR__4).'/app/config/routing_dev.yml'),
  7019.             'request_listener.http_port' => 80,
  7020.             'request_listener.https_port' => 443,
  7021.             'session.metadata.storage_key' => '_sf2_meta',
  7022.             'session.storage.options' => [
  7023.                 'cache_limiter' => '0',
  7024.                 'cookie_secure' => 'auto',
  7025.                 'cookie_httponly' => true,
  7026.                 'cookie_samesite' => 'lax',
  7027.                 'gc_probability' => 1,
  7028.             ],
  7029.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  7030.             'session.metadata.update_threshold' => 0,
  7031.             'form.type_extension.csrf.enabled' => true,
  7032.             'form.type_extension.csrf.field_name' => '_token',
  7033.             'validator.translation_domain' => 'validators',
  7034.             'profiler_listener.only_exceptions' => false,
  7035.             'profiler_listener.only_main_requests' => false,
  7036.             'security.role_hierarchy.roles' => [
  7037.                 'ROLE_LAWFIRM_ADMIN' => [
  7038.                     => 'ROLE_USER',
  7039.                 ],
  7040.                 'ROLE_ADMIN' => [
  7041.                     => 'ROLE_LAWFIRM_ADMIN',
  7042.                 ],
  7043.                 'ROLE_SUPER_ADMIN' => [
  7044.                     => 'ROLE_ADMIN',
  7045.                     => 'ROLE_ALLOWED_TO_SWITCH',
  7046.                 ],
  7047.             ],
  7048.             'security.access.denied_url' => NULL,
  7049.             'security.authentication.manager.erase_credentials' => true,
  7050.             'security.authentication.session_strategy.strategy' => 'migrate',
  7051.             'security.access.always_authenticate_before_granting' => false,
  7052.             'security.authentication.hide_user_not_found' => true,
  7053.             'security.firewalls' => [
  7054.                 => 'dev',
  7055.                 => 'healthcheck',
  7056.                 => 'api_internal_yousign',
  7057.                 => 'speech_api',
  7058.                 => 'api_internal_drive',
  7059.                 => 'api_token_refresh',
  7060.                 => 'api_token',
  7061.                 => 'api_portal_password',
  7062.                 => 'api_portal_public',
  7063.                 => 'api_portal_login',
  7064.                 10 => 'api_portal',
  7065.                 11 => 'api_user',
  7066.                 12 => 'onlyoffice',
  7067.                 13 => 'backoffice',
  7068.                 14 => 'main',
  7069.             ],
  7070.             'security.api_internal_drive._indexed_authenticators' => [
  7071.             ],
  7072.             'security.api_token_refresh._indexed_authenticators' => [
  7073.             ],
  7074.             'security.api_token._indexed_authenticators' => [
  7075.             ],
  7076.             'security.api_portal_public._indexed_authenticators' => [
  7077.             ],
  7078.             'security.api_portal_login._indexed_authenticators' => [
  7079.             ],
  7080.             'security.api_portal._indexed_authenticators' => [
  7081.             ],
  7082.             'security.api_user._indexed_authenticators' => [
  7083.             ],
  7084.             'security.onlyoffice._indexed_authenticators' => [
  7085.             ],
  7086.             'security.backoffice._indexed_authenticators' => [
  7087.             ],
  7088.             'security.main._indexed_authenticators' => [
  7089.             ],
  7090.             'twig.form.resources' => [
  7091.                 => 'form_div_layout.html.twig',
  7092.                 => '@Common/form/fields.html.twig',
  7093.                 => '@Common/form/bootstrap_3_horizontal_layout.html.twig',
  7094.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  7095.             ],
  7096.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  7097.             'monolog.use_microseconds' => true,
  7098.             'monolog.swift_mailer.handlers' => [
  7099.             ],
  7100.             'monolog.handlers_to_channels' => [
  7101.                 'monolog.handler.deprecated' => [
  7102.                     'type' => 'inclusive',
  7103.                     'elements' => [
  7104.                         => 'php',
  7105.                     ],
  7106.                 ],
  7107.                 'monolog.handler.console' => [
  7108.                     'type' => 'exclusive',
  7109.                     'elements' => [
  7110.                         => 'event',
  7111.                         => 'doctrine',
  7112.                         => 'console',
  7113.                     ],
  7114.                 ],
  7115.                 'monolog.handler.files' => [
  7116.                     'type' => 'exclusive',
  7117.                     'elements' => [
  7118.                         => 'event',
  7119.                         => 'php',
  7120.                     ],
  7121.                 ],
  7122.                 'monolog.handler.main' => NULL,
  7123.             ],
  7124.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  7125.             'swiftmailer.mailer.default.spool.enabled' => true,
  7126.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  7127.             'swiftmailer.mailer.default.single_address' => NULL,
  7128.             'swiftmailer.mailer.default.delivery.enabled' => true,
  7129.             'swiftmailer.spool.enabled' => true,
  7130.             'swiftmailer.delivery.enabled' => true,
  7131.             'swiftmailer.single_address' => NULL,
  7132.             'swiftmailer.mailers' => [
  7133.                 'default' => 'swiftmailer.mailer.default',
  7134.             ],
  7135.             'swiftmailer.default_mailer' => 'default',
  7136.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  7137.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  7138.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  7139.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  7140.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  7141.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  7142.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  7143.             'doctrine.entity_managers' => [
  7144.                 'default' => 'doctrine.orm.default_entity_manager',
  7145.             ],
  7146.             'doctrine.default_entity_manager' => 'default',
  7147.             'doctrine.dbal.connection_factory.types' => [
  7148.                 'datetime' => [
  7149.                     'class' => 'Doctrine\\DBAL\\Types\\DateTimeType',
  7150.                 ],
  7151.                 'json_array' => [
  7152.                     'class' => 'Doctrine\\DBAL\\Types\\JsonType',
  7153.                 ],
  7154.             ],
  7155.             'doctrine.connections' => [
  7156.                 'default' => 'doctrine.dbal.default_connection',
  7157.                 'jarvis_dw' => 'doctrine.dbal.jarvis_dw_connection',
  7158.                 'nextcloud_db' => 'doctrine.dbal.nextcloud_db_connection',
  7159.                 'apimail_db' => 'doctrine.dbal.apimail_db_connection',
  7160.             ],
  7161.             'doctrine.default_connection' => 'default',
  7162.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  7163.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  7164.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  7165.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  7166.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  7167.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  7168.             'doctrine.orm.cache.memcache_host' => 'localhost',
  7169.             'doctrine.orm.cache.memcache_port' => 11211,
  7170.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  7171.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  7172.             'doctrine.orm.cache.memcached_host' => 'localhost',
  7173.             'doctrine.orm.cache.memcached_port' => 11211,
  7174.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  7175.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  7176.             'doctrine.orm.cache.redis_host' => 'localhost',
  7177.             'doctrine.orm.cache.redis_port' => 6379,
  7178.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  7179.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  7180.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  7181.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  7182.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  7183.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  7184.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  7185.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  7186.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  7187.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  7188.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  7189.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  7190.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  7191.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  7192.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  7193.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  7194.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  7195.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  7196.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  7197.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  7198.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  7199.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  7200.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  7201.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  7202.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  7203.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  7204.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  7205.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  7206.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  7207.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  7208.             'doctrine.orm.auto_generate_proxy_classes' => true,
  7209.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  7210.             'doctrine.orm.proxy_namespace' => 'Proxies',
  7211.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  7212.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  7213.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  7214.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  7215.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  7216.             'fos_js_routing.request_context_base_url' => NULL,
  7217.             'fos_js_routing.cache_control' => [
  7218.                 'enabled' => false,
  7219.             ],
  7220.             'fos_rest.format_listener.rules' => NULL,
  7221.             'fos_user.backend_type_orm' => true,
  7222.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  7223.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  7224.             'fos_user.resetting.email.template' => 'mail/reset_passord_email.html.twig',
  7225.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  7226.             'fos_user.registration.confirmation.from_email' => [
  7227.                 'no-reply@lexisnexis.fr' => 'Jarvis Legal',
  7228.             ],
  7229.             'fos_user.resetting.email.from_email' => [
  7230.                 'no-reply@lexisnexis.fr' => 'Jarvis Legal',
  7231.             ],
  7232.             'fos_user.registration.confirmation.from_address' => [
  7233.                 'address' => 'no-reply@lexisnexis.fr',
  7234.                 'sender_name' => 'Jarvis Legal',
  7235.             ],
  7236.             'fos_user.resetting.email.from_address' => [
  7237.                 'address' => 'no-reply@lexisnexis.fr',
  7238.                 'sender_name' => 'Jarvis Legal',
  7239.             ],
  7240.             'fos_user.storage' => 'orm',
  7241.             'fos_user.firewall_name' => 'main',
  7242.             'fos_user.model_manager_name' => NULL,
  7243.             'fos_user.model.user.class' => 'AppBundle\\Entity\\User',
  7244.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  7245.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  7246.             'fos_user.profile.form.validation_groups' => [
  7247.                 => 'Profile',
  7248.                 => 'Default',
  7249.             ],
  7250.             'fos_user.registration.confirmation.enabled' => false,
  7251.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  7252.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  7253.             'fos_user.registration.form.validation_groups' => [
  7254.                 => 'Registration',
  7255.                 => 'Default',
  7256.             ],
  7257.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  7258.             'fos_user.change_password.form.validation_groups' => [
  7259.                 => 'EditPassword',
  7260.             ],
  7261.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  7262.             'fos_user.resetting.retry_ttl' => 7200,
  7263.             'fos_user.resetting.token_ttl' => 86400,
  7264.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  7265.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  7266.             'fos_user.resetting.form.validation_groups' => [
  7267.                 => 'ResetPassword',
  7268.                 => 'Default',
  7269.             ],
  7270.             'jms_serializer.twig_enabled' => 'default',
  7271.             'old_sound_rabbit_mq.connection.class' => 'PhpAmqpLib\\Connection\\AMQPStreamConnection',
  7272.             'old_sound_rabbit_mq.socket_connection.class' => 'PhpAmqpLib\\Connection\\AMQPSocketConnection',
  7273.             'old_sound_rabbit_mq.lazy.connection.class' => 'PhpAmqpLib\\Connection\\AMQPLazyConnection',
  7274.             'old_sound_rabbit_mq.lazy.socket_connection.class' => 'PhpAmqpLib\\Connection\\AMQPLazySocketConnection',
  7275.             'old_sound_rabbit_mq.connection_factory.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AMQPConnectionFactory',
  7276.             'old_sound_rabbit_mq.binding.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Binding',
  7277.             'old_sound_rabbit_mq.producer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Producer',
  7278.             'old_sound_rabbit_mq.consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Consumer',
  7279.             'old_sound_rabbit_mq.multi_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\MultipleConsumer',
  7280.             'old_sound_rabbit_mq.dynamic_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\DynamicConsumer',
  7281.             'old_sound_rabbit_mq.batch_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\BatchConsumer',
  7282.             'old_sound_rabbit_mq.anon_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AnonConsumer',
  7283.             'old_sound_rabbit_mq.rpc_client.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\RpcClient',
  7284.             'old_sound_rabbit_mq.rpc_server.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\RpcServer',
  7285.             'old_sound_rabbit_mq.logged.channel.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AMQPLoggedChannel',
  7286.             'old_sound_rabbit_mq.data_collector.class' => 'OldSound\\RabbitMqBundle\\DataCollector\\MessageDataCollector',
  7287.             'old_sound_rabbit_mq.parts_holder.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AmqpPartsHolder',
  7288.             'old_sound_rabbit_mq.fallback.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Fallback',
  7289.             'snc_redis.client.class' => 'Predis\\Client',
  7290.             'snc_redis.client_options.class' => 'Predis\\Configuration\\Options',
  7291.             'snc_redis.connection_parameters.class' => 'Predis\\Connection\\Parameters',
  7292.             'snc_redis.connection_factory.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionFactory',
  7293.             'snc_redis.connection_wrapper.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper',
  7294.             'snc_redis.phpredis_client.class' => 'Redis',
  7295.             'snc_redis.phpredis_connection_wrapper.class' => 'Snc\\RedisBundle\\Client\\Phpredis\\Client',
  7296.             'snc_redis.phpredis_clusterclient.class' => 'RedisCluster',
  7297.             'snc_redis.phpredis_clusterclient_connection_wrapper.class' => 'Snc\\RedisBundle\\Client\\Phpredis\\ClientCluster',
  7298.             'snc_redis.logger.class' => 'Snc\\RedisBundle\\Logger\\RedisLogger',
  7299.             'snc_redis.data_collector.class' => 'Snc\\RedisBundle\\DataCollector\\RedisDataCollector',
  7300.             'snc_redis.doctrine_cache_phpredis.class' => 'Symfony\\Component\\Cache\\Adapter\\RedisAdapter',
  7301.             'snc_redis.doctrine_cache_predis.class' => 'Symfony\\Component\\Cache\\Adapter\\RedisAdapter',
  7302.             'snc_redis.monolog_handler.class' => 'Monolog\\Handler\\RedisHandler',
  7303.             'snc_redis.swiftmailer_spool.class' => 'Snc\\RedisBundle\\SwiftMailer\\RedisSpool',
  7304.             'snc_redis.session.handler.class' => 'Snc\\RedisBundle\\Session\\Storage\\Handler\\RedisSessionHandler',
  7305.             'snc_redis.session.client' => 'session',
  7306.             'snc_redis.session.locking' => true,
  7307.             'snc_redis.session.spin_lock_wait' => 150000,
  7308.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  7309.             'stof_doctrine_extensions.event_listener.logger.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener',
  7310.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  7311.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  7312.             'stof_doctrine_extensions.default_locale' => 'en_US',
  7313.             'stof_doctrine_extensions.translation_fallback' => false,
  7314.             'stof_doctrine_extensions.persist_default_translation' => false,
  7315.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  7316.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  7317.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  7318.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  7319.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  7320.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  7321.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  7322.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  7323.             'bazinga.jstranslation.translation_finder.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Finder\\TranslationFinder',
  7324.             'bazinga.jstranslation.translation_dumper.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Dumper\\TranslationDumper',
  7325.             'bazinga.jstranslation.controller.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Controller\\Controller',
  7326.             'craue.form.flow.class' => 'Craue\\FormFlowBundle\\Form\\FormFlow',
  7327.             'craue.form.flow.storage.class' => 'Craue\\FormFlowBundle\\Storage\\SessionStorage',
  7328.             'craue.form.flow.event_listener.previous_step_invalid.class' => 'Craue\\FormFlowBundle\\EventListener\\PreviousStepInvalidEventListener',
  7329.             'craue.form.flow.event_listener.previous_step_invalid.event' => 'flow.previous_step_invalid',
  7330.             'craue.form.flow.event_listener.flow_expired.class' => 'Craue\\FormFlowBundle\\EventListener\\FlowExpiredEventListener',
  7331.             'craue.form.flow.event_listener.flow_expired.event' => 'flow.flow_expired',
  7332.             'craue_twig_extensions.formflow.class' => 'Craue\\FormFlowBundle\\Twig\\Extension\\FormFlowExtension',
  7333.             'craue_formflow.util.class' => 'Craue\\FormFlowBundle\\Util\\FormFlowUtil',
  7334.             'liip_imagine.loaders' => [
  7335.                 'profile_pictures' => [
  7336.                     'flysystem' => [
  7337.                         'filesystem_service' => 'oneup_flysystem.uploaded_files_filesystem',
  7338.                     ],
  7339.                 ],
  7340.                 'default' => [
  7341.                     'filesystem' => [
  7342.                         'data_root' => [
  7343.                             => (\dirname(__DIR__4).'/web'),
  7344.                         ],
  7345.                         'locator' => 'filesystem',
  7346.                         'allow_unresolvable_data_roots' => false,
  7347.                         'bundle_resources' => [
  7348.                             'enabled' => false,
  7349.                             'access_control_type' => 'blacklist',
  7350.                             'access_control_list' => [
  7351.                             ],
  7352.                         ],
  7353.                     ],
  7354.                 ],
  7355.             ],
  7356.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  7357.             'liip_imagine.jpegoptim.stripAll' => true,
  7358.             'liip_imagine.jpegoptim.max' => NULL,
  7359.             'liip_imagine.jpegoptim.progressive' => true,
  7360.             'liip_imagine.jpegoptim.tempDir' => NULL,
  7361.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  7362.             'liip_imagine.optipng.level' => 7,
  7363.             'liip_imagine.optipng.stripAll' => true,
  7364.             'liip_imagine.optipng.tempDir' => NULL,
  7365.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  7366.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  7367.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  7368.             'liip_imagine.cache.resolver.default' => 'profile_pictures',
  7369.             'liip_imagine.default_image' => NULL,
  7370.             'liip_imagine.filter_sets' => [
  7371.                 'profile_pictures' => [
  7372.                     'quality' => 75,
  7373.                     'jpeg_quality' => NULL,
  7374.                     'png_compression_level' => NULL,
  7375.                     'png_compression_filter' => NULL,
  7376.                     'format' => NULL,
  7377.                     'animated' => false,
  7378.                     'cache' => NULL,
  7379.                     'data_loader' => NULL,
  7380.                     'default_image' => NULL,
  7381.                     'filters' => [
  7382.                         'thumbnail' => [
  7383.                             'size' => [
  7384.                                 => 32,
  7385.                                 => 32,
  7386.                             ],
  7387.                             'mode' => 'outbound',
  7388.                         ],
  7389.                     ],
  7390.                     'post_processors' => [
  7391.                     ],
  7392.                 ],
  7393.                 'profile_pictures_large' => [
  7394.                     'quality' => 75,
  7395.                     'jpeg_quality' => NULL,
  7396.                     'png_compression_level' => NULL,
  7397.                     'png_compression_filter' => NULL,
  7398.                     'format' => NULL,
  7399.                     'animated' => false,
  7400.                     'cache' => NULL,
  7401.                     'data_loader' => NULL,
  7402.                     'default_image' => NULL,
  7403.                     'filters' => [
  7404.                         'thumbnail' => [
  7405.                             'size' => [
  7406.                                 => 128,
  7407.                                 => 128,
  7408.                             ],
  7409.                             'mode' => 'outbound',
  7410.                         ],
  7411.                     ],
  7412.                     'post_processors' => [
  7413.                     ],
  7414.                 ],
  7415.                 'logotype_pictures' => [
  7416.                     'quality' => 100,
  7417.                     'jpeg_quality' => NULL,
  7418.                     'png_compression_level' => NULL,
  7419.                     'png_compression_filter' => NULL,
  7420.                     'format' => NULL,
  7421.                     'animated' => false,
  7422.                     'cache' => NULL,
  7423.                     'data_loader' => NULL,
  7424.                     'default_image' => NULL,
  7425.                     'filters' => [
  7426.                         'relative_resize' => [
  7427.                             'heighten' => 45,
  7428.                         ],
  7429.                     ],
  7430.                     'post_processors' => [
  7431.                     ],
  7432.                 ],
  7433.                 'mail_pictures' => [
  7434.                     'quality' => 90,
  7435.                     'jpeg_quality' => NULL,
  7436.                     'png_compression_level' => NULL,
  7437.                     'png_compression_filter' => NULL,
  7438.                     'format' => NULL,
  7439.                     'animated' => false,
  7440.                     'cache' => 'mail_pictures',
  7441.                     'data_loader' => NULL,
  7442.                     'default_image' => NULL,
  7443.                     'filters' => [
  7444.                         'downscale' => [
  7445.                             'max' => [
  7446.                                 => 484,
  7447.                                 => 200,
  7448.                             ],
  7449.                         ],
  7450.                     ],
  7451.                     'post_processors' => [
  7452.                     ],
  7453.                 ],
  7454.             ],
  7455.             'liip_imagine.binary.loader.default' => 'profile_pictures',
  7456.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  7457.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  7458.             'liip_imagine.webp.generate' => false,
  7459.             'liip_imagine.webp.options' => [
  7460.                 'quality' => 100,
  7461.                 'cache' => NULL,
  7462.                 'data_loader' => NULL,
  7463.                 'post_processors' => [
  7464.                 ],
  7465.             ],
  7466.             'grid.twig_extension.class' => 'APY\\DataGridBundle\\Twig\\DataGridExtension',
  7467.             'grid.class' => 'APY\\DataGridBundle\\Grid\\Grid',
  7468.             'grid.manager.class' => 'APY\\DataGridBundle\\Grid\\GridManager',
  7469.             'grid.column.text.class' => 'APY\\DataGridBundle\\Grid\\Column\\TextColumn',
  7470.             'grid.column.number.class' => 'APY\\DataGridBundle\\Grid\\Column\\NumberColumn',
  7471.             'grid.column.boolean.class' => 'APY\\DataGridBundle\\Grid\\Column\\BooleanColumn',
  7472.             'grid.column.datetime.class' => 'APY\\DataGridBundle\\Grid\\Column\\DateTimeColumn',
  7473.             'grid.column.date.class' => 'APY\\DataGridBundle\\Grid\\Column\\DateColumn',
  7474.             'grid.column.time.class' => 'APY\\DataGridBundle\\Grid\\Column\\TimeColumn',
  7475.             'grid.column.array.class' => 'APY\\DataGridBundle\\Grid\\Column\\ArrayColumn',
  7476.             'grid.column.simple_array.class' => 'APY\\DataGridBundle\\Grid\\Column\\SimpleArrayColumn',
  7477.             'grid.column.blank.class' => 'APY\\DataGridBundle\\Grid\\Column\\BlankColumn',
  7478.             'grid.column.rank.class' => 'APY\\DataGridBundle\\Grid\\Column\\RankColumn',
  7479.             'grid.column.join.class' => 'APY\\DataGridBundle\\Grid\\Column\\JoinColumn',
  7480.             'apy_data_grid.limits' => [
  7481.                 20 => '20',
  7482.                 50 => '50',
  7483.                 100 => '100',
  7484.             ],
  7485.             'apy_data_grid.theme' => '@APYDataGrid/blocks.html.twig',
  7486.             'apy_data_grid.persistence' => false,
  7487.             'apy_data_grid.no_data_message' => 'grid.no_data',
  7488.             'apy_data_grid.no_result_message' => 'No result',
  7489.             'apy_data_grid.actions_columns_size' => -1,
  7490.             'apy_data_grid.actions_columns_title' => 'Actions',
  7491.             'apy_data_grid.pagerfanta' => [
  7492.                 'enable' => true,
  7493.                 'view_class' => 'Pagerfanta\\View\\TwitterBootstrap4View',
  7494.                 'options' => [
  7495.                     'prev_message' => '«',
  7496.                     'next_message' => '»',
  7497.                 ],
  7498.             ],
  7499.             'doctrine.migrations.preferred_em' => NULL,
  7500.             'doctrine.migrations.preferred_connection' => NULL,
  7501.             'fos_elastica.property_accessor.magicCall' => 0,
  7502.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => 0,
  7503.             'fos_elastica.default_index' => 'contact',
  7504.             'sg_datatables.datatable.query' => [
  7505.                 'translation_query_hints' => false,
  7506.             ],
  7507.             'gos_web_socket.shared_config' => true,
  7508.             'gos_web_socket.client.storage.ttl' => 900,
  7509.             'gos_web_socket.firewall' => [
  7510.                 => 'main',
  7511.             ],
  7512.             'gos_web_socket.client.storage.prefix' => '',
  7513.             'gos_web_socket.server.tls.enabled' => false,
  7514.             'gos_web_socket.server.tls.options' => [
  7515.             ],
  7516.             'gos_web_socket.server.origin_check' => false,
  7517.             'gos_web_socket.server.ip_address_check' => false,
  7518.             'gos_web_socket.server.keepalive_ping' => false,
  7519.             'gos_web_socket.server.keepalive_interval' => 30,
  7520.             'gos_web_socket.router_resources' => [
  7521.                 => [
  7522.                     'resource' => '@AppBundle/Resources/config/pubsub/routing.yml',
  7523.                     'type' => NULL,
  7524.                 ],
  7525.             ],
  7526.             'gos_web_socket.blocked_ip_addresses' => [
  7527.             ],
  7528.             'lexik_jwt_authentication.token_ttl' => 3600,
  7529.             'lexik_jwt_authentication.clock_skew' => 0,
  7530.             'lexik_jwt_authentication.user_identity_field' => 'email',
  7531.             'lexik_jwt_authentication.allow_no_expiration' => false,
  7532.             'lexik_jwt_authentication.user_id_claim' => 'email',
  7533.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  7534.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  7535.             'gesdinet_jwt_refresh_token.ttl' => 2592000,
  7536.             'gesdinet_jwt_refresh_token.ttl_update' => false,
  7537.             'gesdinet_jwt_refresh_token.security.firewall' => 'api',
  7538.             'gesdinet_jwt_refresh_token.user_provider' => 'security.user.provider.concrete.user',
  7539.             'gesdinet_jwt_refresh_token.user_identity_field' => 'email',
  7540.             'gesdinet_jwt_refresh_token.single_use' => true,
  7541.             'gesdinet_jwt_refresh_token.token_parameter_name' => 'refresh_token',
  7542.             'gesdinet_jwt_refresh_token.doctrine_mappings' => true,
  7543.             'gesdinet_jwt_refresh_token.cookie' => [
  7544.                 'enabled' => false,
  7545.                 'same_site' => 'lax',
  7546.                 'path' => '/',
  7547.                 'domain' => NULL,
  7548.                 'http_only' => true,
  7549.                 'secure' => true,
  7550.                 'partitioned' => false,
  7551.                 'remove_token_from_body' => true,
  7552.             ],
  7553.             'gesdinet_jwt_refresh_token.logout_firewall_context' => 'security.firewall.map.context.api',
  7554.             'gesdinet_jwt_refresh_token.return_expiration' => false,
  7555.             'gesdinet_jwt_refresh_token.return_expiration_parameter_name' => 'refresh_token_expiration',
  7556.             'gesdinet.jwtrefreshtoken.refresh_token.class' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity\\RefreshToken',
  7557.             'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.entity_manager',
  7558.             'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
  7559.             'nelmio_cors.map' => [
  7560.                 '/api/portal/' => [
  7561.                     'allow_origin' => true,
  7562.                     'allow_headers' => true,
  7563.                     'allow_methods' => [
  7564.                         => 'POST',
  7565.                         => 'PUT',
  7566.                         => 'GET',
  7567.                         => 'DELETE',
  7568.                     ],
  7569.                     'max_age' => 3600,
  7570.                 ],
  7571.             ],
  7572.             'nelmio_cors.defaults' => [
  7573.                 'allow_origin' => [
  7574.                 ],
  7575.                 'allow_credentials' => false,
  7576.                 'allow_headers' => [
  7577.                 ],
  7578.                 'allow_private_network' => false,
  7579.                 'expose_headers' => [
  7580.                 ],
  7581.                 'allow_methods' => [
  7582.                 ],
  7583.                 'max_age' => 0,
  7584.                 'hosts' => [
  7585.                 ],
  7586.                 'origin_regex' => false,
  7587.                 'skip_same_as_origin' => true,
  7588.                 'forced_allow_origin_value' => NULL,
  7589.             ],
  7590.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  7591.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  7592.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  7593.             'babdev_pagerfanta.default_twig_template' => '@BabDevPagerfanta/default.html.twig',
  7594.             'babdev_pagerfanta.default_view' => 'default',
  7595.             'scheb_two_factor.model_manager_name' => NULL,
  7596.             'scheb_two_factor.security_tokens' => [
  7597.                 => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken',
  7598.                 => 'Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken',
  7599.                 => 'Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken',
  7600.             ],
  7601.             'scheb_two_factor.ip_whitelist' => [
  7602.             ],
  7603.             'scheb_two_factor.totp.issuer' => NULL,
  7604.             'scheb_two_factor.totp.server_name' => NULL,
  7605.             'scheb_two_factor.totp.window' => 1,
  7606.             'scheb_two_factor.totp.parameters' => [
  7607.             ],
  7608.             'scheb_two_factor.totp.template' => '@SchebTwoFactor/Authentication/form.html.twig',
  7609.             'scheb_two_factor.trusted_device.enabled' => false,
  7610.             'nelmio_api_doc.areas' => [
  7611.                 => 'default',
  7612.                 => 'webapi',
  7613.                 => 'backoffice',
  7614.                 => 'portal',
  7615.             ],
  7616.             'nelmio_api_doc.use_validation_groups' => false,
  7617.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  7618.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  7619.             'web_profiler.debug_toolbar.mode' => 2,
  7620.             'data_collector.templates' => [
  7621.                 'data_collector.request' => [
  7622.                     => 'request',
  7623.                     => '@WebProfiler/Collector/request.html.twig',
  7624.                 ],
  7625.                 'data_collector.time' => [
  7626.                     => 'time',
  7627.                     => '@WebProfiler/Collector/time.html.twig',
  7628.                 ],
  7629.                 'data_collector.memory' => [
  7630.                     => 'memory',
  7631.                     => '@WebProfiler/Collector/memory.html.twig',
  7632.                 ],
  7633.                 'data_collector.validator' => [
  7634.                     => 'validator',
  7635.                     => '@WebProfiler/Collector/validator.html.twig',
  7636.                 ],
  7637.                 'data_collector.ajax' => [
  7638.                     => 'ajax',
  7639.                     => '@WebProfiler/Collector/ajax.html.twig',
  7640.                 ],
  7641.                 'data_collector.form' => [
  7642.                     => 'form',
  7643.                     => '@WebProfiler/Collector/form.html.twig',
  7644.                 ],
  7645.                 'data_collector.exception' => [
  7646.                     => 'exception',
  7647.                     => '@WebProfiler/Collector/exception.html.twig',
  7648.                 ],
  7649.                 'data_collector.logger' => [
  7650.                     => 'logger',
  7651.                     => '@WebProfiler/Collector/logger.html.twig',
  7652.                 ],
  7653.                 'data_collector.events' => [
  7654.                     => 'events',
  7655.                     => '@WebProfiler/Collector/events.html.twig',
  7656.                 ],
  7657.                 'data_collector.router' => [
  7658.                     => 'router',
  7659.                     => '@WebProfiler/Collector/router.html.twig',
  7660.                 ],
  7661.                 'data_collector.cache' => [
  7662.                     => 'cache',
  7663.                     => '@WebProfiler/Collector/cache.html.twig',
  7664.                 ],
  7665.                 'data_collector.translation' => [
  7666.                     => 'translation',
  7667.                     => '@WebProfiler/Collector/translation.html.twig',
  7668.                 ],
  7669.                 'data_collector.security' => [
  7670.                     => 'security',
  7671.                     => '@Security/Collector/security.html.twig',
  7672.                 ],
  7673.                 'data_collector.twig' => [
  7674.                     => 'twig',
  7675.                     => '@WebProfiler/Collector/twig.html.twig',
  7676.                 ],
  7677.                 'data_collector.http_client' => [
  7678.                     => 'http_client',
  7679.                     => '@WebProfiler/Collector/http_client.html.twig',
  7680.                 ],
  7681.                 'data_collector.doctrine' => [
  7682.                     => 'db',
  7683.                     => '@Doctrine/Collector/db.html.twig',
  7684.                 ],
  7685.                 'swiftmailer.data_collector' => [
  7686.                     => 'swiftmailer',
  7687.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  7688.                 ],
  7689.                 'data_collector.dump' => [
  7690.                     => 'dump',
  7691.                     => '@Debug/Profiler/dump.html.twig',
  7692.                 ],
  7693.                 'data_collector.messenger' => [
  7694.                     => 'messenger',
  7695.                     => '@WebProfiler/Collector/messenger.html.twig',
  7696.                 ],
  7697.                 'AppBundle\\DataCollector\\NotificationDataCollector' => [
  7698.                     => 'app.notification',
  7699.                     => '@App/data_collector/notification.html.twig',
  7700.                 ],
  7701.                 'DocumentBundle\\DataCollector\\DocumentDataCollector' => [
  7702.                     => 'app.merge_field_collector',
  7703.                     => '@Document/data_collector/document.html.twig',
  7704.                 ],
  7705.                 'App\\Dev\\DataCollector\\DevDataCollector' => [
  7706.                     => 'app.dev',
  7707.                     => 'dev/data_collector/dev.html.twig',
  7708.                 ],
  7709.                 'jms_serializer.data_collector' => [
  7710.                     => 'jms_serializer',
  7711.                     => '@JMSSerializer/Collector/panel.html.twig',
  7712.                 ],
  7713.                 'snc_redis.data_collector' => [
  7714.                     => 'redis',
  7715.                     => '@SncRedis/Collector/redis.html.twig',
  7716.                 ],
  7717.                 'fos_elastica.data_collector' => [
  7718.                     => 'elastica',
  7719.                     => '@FOSElastica/Collector/elastica.html.twig',
  7720.                 ],
  7721.                 'gos_web_socket.data_collector.websocket' => [
  7722.                     => 'websocket',
  7723.                     => '@GosWebSocket/Collector/websocket.html.twig',
  7724.                 ],
  7725.                 'data_collector.config' => [
  7726.                     => 'config',
  7727.                     => '@WebProfiler/Collector/config.html.twig',
  7728.                 ],
  7729.             ],
  7730.             'old_sound_rabbit_mq.base_amqp' => [
  7731.                 => 'old_sound_rabbit_mq.drive_actions_producer',
  7732.                 => 'old_sound_rabbit_mq.calendar_actions_producer',
  7733.                 => 'old_sound_rabbit_mq.calendar_event_actions_producer',
  7734.                 => 'old_sound_rabbit_mq.speech_conversion_actions_producer',
  7735.                 => 'old_sound_rabbit_mq.drive_change_owner_producer',
  7736.                 => 'old_sound_rabbit_mq.drive_file_scan_producer',
  7737.                 => 'old_sound_rabbit_mq.drive_sharepoint_producer',
  7738.                 => 'old_sound_rabbit_mq.jarvis_direct_producer',
  7739.                 => 'old_sound_rabbit_mq.drive_actions_consumer',
  7740.                 => 'old_sound_rabbit_mq.calendar_actions_consumer',
  7741.                 10 => 'old_sound_rabbit_mq.calendar_event_actions_consumer',
  7742.             ],
  7743.             'console.command.ids' => [
  7744.             ],
  7745.         ];
  7746.     }
  7747.     protected function throw($message)
  7748.     {
  7749.         throw new RuntimeException($message);
  7750.     }
  7751. }