var/cache/dev/ContainerS3M23wc/App_KernelDevDebugContainer.php line 1086

Open in your IDE?
  1. <?php
  2. namespace ContainerS3M23wc;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  40.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  41.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  42.             '.container.private.session' => 'get_Container_Private_SessionService',
  43.             '.container.private.twig' => 'get_Container_Private_TwigService',
  44.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  45.             'App\\Controller\\Admin\\Service\\ShowServiceAction' => 'getShowServiceActionService',
  46.             'App\\Controller\\AppController' => 'getAppControllerService',
  47.             'App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction' => 'getDeleteUsersActionService',
  48.             'App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction' => 'getGetUserCollectionAvailableForConversationActionService',
  49.             'App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction' => 'getPostConversationFromUsersActionService',
  50.             'App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction' => 'getPostUsersActionService',
  51.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction' => 'getGetNpmEventDataActionService',
  52.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction' => 'getGetTemporaryCanalActionService',
  53.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction' => 'getPostTemporaryCanalActionService',
  54.             'App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction' => 'getGetAdminsCollectionActionService',
  55.             'App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel' => 'getGetUserCollectionByChannelService',
  56.             'App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction' => 'getGetCanalItemActionService',
  57.             'App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction' => 'getGetPrivateCanalCollectionActionService',
  58.             'App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction' => 'getGetPublicCanalCollectionActionService',
  59.             'App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction' => 'getGetTemporaryCanalCollectionActionService',
  60.             'App\\Controller\\Async\\Common\\Channel\\GetChannelCollectionForUser' => 'getGetChannelCollectionForUserService',
  61.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction' => 'getChatNotificationCollectionActionService',
  62.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll' => 'getChatNotificationReadAllService',
  63.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem' => 'getChatNotificationReadItemService',
  64.             'App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction' => 'getGetAllConversationsByUserAndChannelActionService',
  65.             'App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction' => 'getGetConversationItemActionService',
  66.             'App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction' => 'getGetReferentConversationsForLearnerActionService',
  67.             'App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction' => 'getGetServiceConversationForLearnerActionService',
  68.             'App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction' => 'getGetSimpleConversationCollectionActionService',
  69.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction' => 'getPostConversationAllReadActionService',
  70.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction' => 'getPostConversationUserLastSeenMessageActionService',
  71.             'App\\Controller\\Async\\Common\\File\\GetFileAction' => 'getGetFileActionService',
  72.             'App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction' => 'getPostMessageUserActionService',
  73.             'App\\Controller\\Async\\Common\\Message\\DeleteMessageAction' => 'getDeleteMessageActionService',
  74.             'App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction' => 'getGetAfterMessageCollectionActionService',
  75.             'App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction' => 'getGetBeforeMessageCollectionActionService',
  76.             'App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction' => 'getGetMessageCollectionSearchActionService',
  77.             'App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction' => 'getGetUnreadMessageCollectionActionService',
  78.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction' => 'getPostFileMessageActionService',
  79.             'App\\Controller\\Async\\Common\\Message\\PostMessageAction' => 'getPostMessageActionService',
  80.             'App\\Controller\\Async\\Common\\Message\\PutMessageAction' => 'getPutMessageActionService',
  81.             'App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction' => 'getTogglePinMessageActionService',
  82.             'App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction' => 'getRedirectToChannelUserDataShowActionService',
  83.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation' => 'getGetUserCollectionByConversationService',
  84.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations' => 'getGetUserCollectionWithCommonConversationsService',
  85.             'App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction' => 'getDeleteAdminActionService',
  86.             'App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection' => 'getGetAdminsCollectionService',
  87.             'App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction' => 'getPostAdminsActionService',
  88.             'App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction' => 'getDeleteCanalsActionService',
  89.             'App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction' => 'getGetCanalCollectionActionService',
  90.             'App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction' => 'getPostCanalActionService',
  91.             'App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction' => 'getPutCanalActionService',
  92.             'App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction' => 'getDeleteCoordinatorActionService',
  93.             'App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection' => 'getGetCoordinatorsCollectionService',
  94.             'App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction' => 'getPostCoordinatorsActionService',
  95.             'App\\Controller\\Async\\Coordinator\\GetResourceCollection' => 'getGetResourceCollectionService',
  96.             'App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection' => 'getGetAdminChannelUserDataCollectionService',
  97.             'App\\Controller\\HomeController' => 'getHomeControllerService',
  98.             'App\\Controller\\IntroductionController' => 'getIntroductionControllerService',
  99.             'App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationCollectionAction' => 'getChatNotificationCollectionAction2Service',
  100.             'App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction' => 'getChatNotificationNewCollectionActionService',
  101.             'App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction' => 'getReferentConversationMessageCollectionActionService',
  102.             'App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction' => 'getServiceConversationMessageCollectionActionService',
  103.             'App\\Service\\WebSocketHandler\\ClientSideWebSocketHandler' => 'getClientSideWebSocketHandlerService',
  104.             'App\\Service\\WebSocketHandler\\ServerSideWebSocketHandler' => 'getServerSideWebSocketHandlerService',
  105.             'App\\WebSocket\\Component\\ClientSideComponent' => 'getClientSideComponentService',
  106.             'App\\WebSocket\\Component\\ServerSideComponent' => 'getServerSideComponentService',
  107.             'App\\WebSocket\\Stockage\\ActiveDataWebSocket' => 'getActiveDataWebSocketService',
  108.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  109.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony\\DoctrineBlamer.App\\Entity\\Account\\User' => 'getUserService',
  110.             'Faker\\Generator' => 'getGeneratorService',
  111.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  112.             'Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\ConnectAction' => 'getConnectActionService',
  113.             'Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\ConnectCheckAction' => 'getConnectCheckActionService',
  114.             'Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\GlobalLogoutController' => 'getGlobalLogoutControllerService',
  115.             'Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LoggedOutAction' => 'getLoggedOutActionService',
  116.             'Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LogoutAction' => 'getLogoutActionService',
  117.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChannelUserRole\\CollectionAction' => 'getCollectionActionService',
  118.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChatNotification\\ChatNotificationController' => 'getChatNotificationControllerService',
  119.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelAdminCollectionAction' => 'getChannelAdminCollectionActionService',
  120.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelLearnerCollectionAction' => 'getChannelLearnerCollectionActionService',
  121.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelUserCollectionAction' => 'getChannelUserCollectionActionService',
  122.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Async\\ChannelResourceAccessCacheController' => 'getChannelResourceAccessCacheControllerService',
  123.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\DeleteAction' => 'getDeleteActionService',
  124.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\EditAction' => 'getEditActionService',
  125.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\IndexAction' => 'getIndexActionService',
  126.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\NewAction' => 'getNewActionService',
  127.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Controller\\Sync\\CollectionAction' => 'getCollectionAction2Service',
  128.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController' => 'getErrorControllerService',
  129.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  130.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  131.             'app.chat_upload_namer' => 'getApp_ChatUploadNamerService',
  132.             'bazinga.jstranslation.controller' => 'getBazinga_Jstranslation_ControllerService',
  133.             'bazinga.jstranslation.dump_command' => 'getBazinga_Jstranslation_DumpCommandService',
  134.             'bazinga.jstranslation.translation_dumper' => 'getBazinga_Jstranslation_TranslationDumperService',
  135.             'bazinga.jstranslation.translation_finder' => 'getBazinga_Jstranslation_TranslationFinderService',
  136.             'cache.app' => 'getCache_AppService',
  137.             'cache.app_clearer' => 'getCache_AppClearerService',
  138.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  139.             'cache.system' => 'getCache_SystemService',
  140.             'cache.system_clearer' => 'getCache_SystemClearerService',
  141.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  142.             'cache_warmer' => 'getCacheWarmerService',
  143.             'console.command_loader' => 'getConsole_CommandLoaderService',
  144.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  145.             'data_collector.dump' => 'getDataCollector_DumpService',
  146.             'default_filesystem' => 'getDefaultFilesystemService',
  147.             'doctrine' => 'getDoctrineService',
  148.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  149.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  150.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  151.             'error_controller' => 'getErrorController2Service',
  152.             'event_dispatcher' => 'getEventDispatcherService',
  153.             'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
  154.             'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
  155.             'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
  156.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService',
  157.             'hautelook_alice.data_fixtures.append_loader' => 'getHautelookAlice_DataFixtures_AppendLoaderService',
  158.             'hautelook_alice.data_fixtures.purge_loader' => 'getHautelookAlice_DataFixtures_PurgeLoaderService',
  159.             'hautelook_alice.loader' => 'getHautelookAlice_LoaderService',
  160.             'hautelook_alice.locator' => 'getHautelookAlice_LocatorService',
  161.             'hautelook_alice.resolver.bundle' => 'getHautelookAlice_Resolver_BundleService',
  162.             'hautelook_alice.resolver.file' => 'getHautelookAlice_Resolver_FileService',
  163.             'http_kernel' => 'getHttpKernelService',
  164.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  165.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  166.             'knp_paginator' => 'getKnpPaginatorService',
  167.             'knpu.oauth2.client.nellapp' => 'getKnpu_Oauth2_Client_NellappService',
  168.             'knpu.oauth2.registry' => 'getKnpu_Oauth2_RegistryService',
  169.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  170.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  171.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  172.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  173.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  174.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  175.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  176.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  177.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  178.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  179.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  180.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  181.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  182.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  183.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  184.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  185.             'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
  186.             'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
  187.             'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
  188.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  189.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  190.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  191.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  192.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  193.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  194.             'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService',
  195.             'oneup_uploader.chunk_manager' => 'getOneupUploader_ChunkManagerService',
  196.             'oneup_uploader.controller.chat_upload' => 'getOneupUploader_Controller_ChatUploadService',
  197.             'oneup_uploader.namer.uniqid' => 'getOneupUploader_Namer_UniqidService',
  198.             'oneup_uploader.orphanage.chat_upload' => 'getOneupUploader_Orphanage_ChatUploadService',
  199.             'oneup_uploader.orphanage_manager' => 'getOneupUploader_OrphanageManagerService',
  200.             'oneup_uploader.routing.loader' => 'getOneupUploader_Routing_LoaderService',
  201.             'oneup_uploader.templating.uploader_helper' => 'getOneupUploader_Templating_UploaderHelperService',
  202.             'oneup_uploader.twig.extension.uploader' => 'getOneupUploader_Twig_Extension_UploaderService',
  203.             'request_stack' => 'getRequestStackService',
  204.             'router' => 'getRouterService',
  205.             'routing.loader' => 'getRouting_LoaderService',
  206.             'services_resetter' => 'getServicesResetterService',
  207.             'spiriit_form_filter.filter_prepare' => 'getSpiriitFormFilter_FilterPrepareService',
  208.             'spiriit_form_filter.query_builder_updater' => 'getSpiriitFormFilter_QueryBuilderUpdaterService',
  209.             'translator' => 'getTranslatorService',
  210.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  211.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  212.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  213.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  214.             'cache_clearer' => 'getCacheClearerService',
  215.             'filesystem' => 'getFilesystemService',
  216.             'serializer' => 'getSerializerService',
  217.             'form.factory' => 'getForm_FactoryService',
  218.             'form.type.file' => 'getForm_Type_FileService',
  219.             'profiler' => 'getProfilerService',
  220.             'twig' => 'getTwigService',
  221.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  222.             'security.token_storage' => 'getSecurity_TokenStorageService',
  223.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  224.             'session' => 'getSessionService',
  225.             'validator' => 'getValidatorService',
  226.         ];
  227.         $this->aliases = [
  228.             'database_connection' => 'doctrine.dbal.default_connection',
  229.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  230.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  231.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  232.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  233.             'oauth2.registry' => 'knpu.oauth2.registry',
  234.         ];
  235.         $this->privates['service_container'] = function () {
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  242.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  243.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  244.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  245.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  246.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
  248.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  249.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/User/UserRepositoryInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/User/AbstractUserRepository.php';
  251.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Repository/UserRepositoryInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Repository/UserRepositoryTrait.php';
  253.             include_once \dirname(__DIR__4).'/src/Repository/Account/UserRepository.php';
  254.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/UserResourceRepositoryInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/GroupRepository/GroupRepositoryInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/GroupRepository/GroupRepositoryTrait.php';
  257.             include_once \dirname(__DIR__4).'/src/Repository/Channel/GroupRepository.php';
  258.             include_once \dirname(__DIR__4).'/src/Repository/Channel/PlaceRepository.php';
  259.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/ServiceRepository/ServiceRepositoryInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceRepositoryInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/ServiceRepository/ServiceRepositoryTrait.php';
  262.             include_once \dirname(__DIR__4).'/src/Repository/Channel/ServiceRepository.php';
  263.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/SessionRepository/SessionRepositoryInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/SessionRepository/SessionRepositoryTrait.php';
  265.             include_once \dirname(__DIR__4).'/src/Repository/Channel/SessionRepository.php';
  266.             include_once \dirname(__DIR__4).'/src/Repository/Channel/TrainingRepository.php';
  267.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/AbstractCursusRepository/AbstractCursusRepositoryInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/AbstractCursusRepository/AbstractCursusRepositoryTrait.php';
  269.             include_once \dirname(__DIR__4).'/src/Repository/ChannelUserData/AbstractCursusRepository.php';
  270.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserData/AdminChannelUserDataRepositoryInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserData/ChannelUserDataRepositoryInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserData/AbstractChannelUserDataRepository.php';
  273.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserData/SyncedAdminChannelUserDataRepositoryTrait.php';
  274.             include_once \dirname(__DIR__4).'/src/Repository/ChannelUserData/ChannelUserDataRepository.php';
  275.             include_once \dirname(__DIR__4).'/src/Repository/Chat/CanalRepository.php';
  276.             include_once \dirname(__DIR__4).'/src/Repository/Chat/ConversationRepository.php';
  277.             include_once \dirname(__DIR__4).'/src/Repository/Chat/MessageRepository.php';
  278.             include_once \dirname(__DIR__4).'/src/Repository/Chat/MessageUserRepository.php';
  279.             include_once \dirname(__DIR__4).'/src/Repository/ResourceRepository.php';
  280.             include_once \dirname(__DIR__4).'/src/Service/Account/UserService.php';
  281.             include_once \dirname(__DIR__4).'/src/Service/Channel/AbstractCursusService.php';
  282.             include_once \dirname(__DIR__4).'/src/Service/Chat/CanalService.php';
  283.             include_once \dirname(__DIR__4).'/src/Service/Chat/ChannelServiceConversationService.php';
  284.             include_once \dirname(__DIR__4).'/src/Service/Chat/ChatResourceService.php';
  285.             include_once \dirname(__DIR__4).'/src/Service/Chat/ConversationService.php';
  286.             include_once \dirname(__DIR__4).'/src/Service/Chat/ConversationUserService.php';
  287.             include_once \dirname(__DIR__4).'/src/Service/Channel/ChannelUserDataService.php';
  288.             include_once \dirname(__DIR__4).'/src/Service/Chat/MessageService.php';
  289.             include_once \dirname(__DIR__4).'/src/Service/Chat/ReferentConversationService.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  302.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  351.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  366.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  367.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  368.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  369.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  370.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  381.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  390.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Mapping/Loader/AttributeLoader.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  434.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  435.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  436.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  437.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  438.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Request/ActionRequestTrait.php';
  440.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Request/ParamConverter/AutoInstanceObjectParamConverter.php';
  441.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  443.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  446.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  447.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  448.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  450.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  451.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  452.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  453.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  454.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  455.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  457.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  458.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  460.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  461.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  462.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  463.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  464.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  465.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  466.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/RegexSchemaAssetFilter.php';
  467.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  468.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  469.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  471.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
  473.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryForV2V3.php';
  475.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  477.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  478.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  479.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  480.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  481.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  482.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  483.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  484.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  485.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  506.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  516.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  518.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  519.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  522.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  523.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  524.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  525.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  545.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  547.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  548.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/ControllerEntityResolverSubscriber.php';
  549.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/DeviceIdSubscriber.php';
  550.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/RequestChannelDomainSubscriber.php';
  551.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/RouteSecuritySubscriber.php';
  552.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/GlobalEntitiesService.php';
  553.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/GlobalEntityKeys.php';
  554.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelUserPermissionManager.php';
  555.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelUserPermissionService.php';
  556.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Enum/ChannelUserPermissionEnumManager.php';
  557.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Hierarchy/ChannelUserPermissionHierarchyManager.php';
  558.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/UserOwner/UserOwnerGetter.php';
  559.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Utils/ChannelMainDomainUtils.php';
  560.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Utils/DomainsRoutingUtils.php';
  561.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/UrlGeneratorInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/ChannelMainDomain/ChannelMainDomainInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/ChannelMainDomain/ChannelMainDomainTrait.php';
  564.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/AbstractUrlGenerator.php';
  565.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/UrlGenerator.php';
  566.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/HandleExpireTokenSubscriber.php';
  567.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Loader/RouteCollectionLoaderInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Loader/AbstractRouteCollectionLoader.php';
  569.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Loader/RouteCollectionLoader.php';
  570.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Routing/RouteClient.php';
  571.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/AbstractForceUserFromSetupSubscriber.php';
  572.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/EventSubscriber/ForceUserFromSetupSubscriber.php';
  573.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/UserFromChannelRepository/UserFromChannelRepositoryInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/UserFromChannelRepository/UserFromChannelRepositoryTrait.php';
  575.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/UserFromChannelRepository.php';
  576.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Action/ActionRetriever.php';
  577.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/EventSubscriber/ActionControllerSubscriber.php';
  578.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/EventSubscriber/DeserializeActionControllerSubscriber.php';
  579.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/SerializerInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/SerializerAdapter.php';
  581.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  583.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  584.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  585.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  586.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  588.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  590.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  592.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  593.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  594.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
  595.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  597.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  598.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  600.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  601.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  602.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  603.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  604.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  605.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  606.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
  607.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  625.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Routing/Loader/YamlFileLoader.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  627.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Routing/Loader/XmlFileLoader.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  632.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Routing/Loader/AnnotatedRouteControllerLoader.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  635.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Routing/RequestContext.php';
  636.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Routing/Generator/WebSocketWrapperUrlGenerator.php';
  637.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  638.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  640.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  643.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
  644.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV5.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  647.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  648.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisAdapter.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  652.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/SymfonyUrlGenerator.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  659.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  675.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/ChatNotificationNormalizer.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  682.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/ConversationNormalizer.php';
  683.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/EntityDenormalizer.php';
  684.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/MessageNormalizer.php';
  685.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/ResourceNormalizer.php';
  686.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/UserNormalizer.php';
  687.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ActivityFeed/Serializer/Normalizer/TrackDataActivityNormalizer.php';
  688.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ActivityFeed/Service/ActivityFeedService.php';
  689.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Serializer/SerialRelation/AbstractSerialRelationHandler.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  692.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Serializer/SerialRelation/Denormalizer/SerialRelationDenormalizer.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  695.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Serializer/SerialRelation/Normalizer/SerialRelationNormalizer.php';
  696.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Serializer/Normalizer/RouteCollectionNormalizer.php';
  697.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Serializer/Normalizer/RouteNormalizer.php';
  698.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Normalizer/EntityNormalizer.php';
  699.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Normalizer/PaginationNormalizer.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  735.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  739.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  740.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  741.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  742.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  743.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  744.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  745.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  746.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  747.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  748.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  749.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  750.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  751.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  752.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  767.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  771.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ServiceExtension.php';
  772.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Chat/CanalExtension.php';
  773.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Chat/FileExtension.php';
  774.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Chat/UserExtension.php';
  775.             include_once \dirname(__DIR__4).'/src/Twig/Extension/EnvExtension.php';
  776.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Header/HeaderExtension.php';
  777.             include_once \dirname(__DIR__4).'/src/Twig/Extension/User/UserExtension.php';
  778.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  782.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  783.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  784.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  785.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  786.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  787.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  788.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  789.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/GetNelmioAsset.php';
  790.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  791.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  792.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Extension/PermissionExtension.php';
  793.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Extension/DomainsRoutingExtension.php';
  794.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Extension/UrlGeneratorExtension.php';
  795.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/AppExtension.php';
  796.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/BooleanExtension.php';
  797.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelContactExtension.php';
  798.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelExtension.php';
  799.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelGetterExtension.php';
  800.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelUserDataExtension.php';
  801.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChatNotificationExtension.php';
  802.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ContactExtension.php';
  803.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/CustomizableViewExtension.php';
  804.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/DateDiffExtension.php';
  805.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/EnumForFormExtension.php';
  806.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/EnvExtension.php';
  807.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/FileExtension.php';
  808.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/FormExtension.php';
  809.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/HeaderExtension.php';
  810.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/IaExtension.php';
  811.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ImageExtension.php';
  812.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/NellappFileExtension.php';
  813.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/NellappFormatExtension.php';
  814.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/PaginationExtension.php';
  815.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/PlanningExtension.php';
  816.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SerializerExtension.php';
  817.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SideNavExtension.php';
  818.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SideNavItemExtension.php';
  819.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/UserExtension.php';
  820.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/VersionExtension.php';
  821.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/WebSocketExtension.php';
  822.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Twig/Extension/UserFromChannelExtension.php';
  823.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  824.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  825.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  826.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  827.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Twig/Extension/RoutingExtension.php';
  828.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/Twig/ComponentExtension.php';
  829.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  830.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  831.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  832.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  833.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/Twig/TwigEnvironmentConfigurator.php';
  834.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  840.             include_once __DIR__.'/proxy-classes.php';
  841.         };
  842.     }
  843.     public function compile(): void
  844.     {
  845.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  846.     }
  847.     public function isCompiled(): bool
  848.     {
  849.         return true;
  850.     }
  851.     public function getRemovedIds(): array
  852.     {
  853.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  854.     }
  855.     protected function createProxy($class\Closure $factory)
  856.     {
  857.         return $factory();
  858.     }
  859.     /**
  860.      * Gets the public '.container.private.cache_clearer' shared service.
  861.      *
  862.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  863.      */
  864.     protected function get_Container_Private_CacheClearerService()
  865.     {
  866.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  867.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  868.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  869.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  870.         }, 1));
  871.     }
  872.     /**
  873.      * Gets the public '.container.private.filesystem' shared service.
  874.      *
  875.      * @return \Symfony\Component\Filesystem\Filesystem
  876.      */
  877.     protected function get_Container_Private_FilesystemService()
  878.     {
  879.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  880.     }
  881.     /**
  882.      * Gets the public '.container.private.form.factory' shared service.
  883.      *
  884.      * @return \Symfony\Component\Form\FormFactory
  885.      */
  886.     protected function get_Container_Private_Form_FactoryService()
  887.     {
  888.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  889.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  890.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  891.         if (isset($this->services['.container.private.form.factory'])) {
  892.             return $this->services['.container.private.form.factory'];
  893.         }
  894.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  895.     }
  896.     /**
  897.      * Gets the public '.container.private.form.type.file' shared service.
  898.      *
  899.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  900.      */
  901.     protected function get_Container_Private_Form_Type_FileService()
  902.     {
  903.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  904.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  905.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  906.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  907.     }
  908.     /**
  909.      * Gets the public '.container.private.profiler' shared service.
  910.      *
  911.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  912.      */
  913.     protected function get_Container_Private_ProfilerService()
  914.     {
  915.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  916.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  917.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  918.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  919.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  920.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  921.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  922.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  923.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  924.         $d->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  925.         $d->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  926.         $d->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  927.         $d->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  928.         $d->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  929.         $d->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  930.         $d->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  931.         $d->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  932.         $d->addInstance('cache.doctrine.orm.default.result.traceable', ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  933.         $d->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  934.         $d->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  935.         $d->addInstance('cache.webpack_encore.traceable', ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService()));
  936.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  937.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  938.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  939.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  940.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  941.         if ($this->has('kernel')) {
  942.             $g->setKernel($b);
  943.         }
  944.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  945.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  946.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  947.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  948.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  949.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  950.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  951.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  952.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  953.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  954.         $instance->add($d);
  955.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  956.         $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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($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()), true));
  957.         $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())));
  958.         $instance->add($e);
  959.         $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([])))));
  960.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  961.         $instance->add($f);
  962.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  963.         $instance->add($g);
  964.         return $instance;
  965.     }
  966.     /**
  967.      * Gets the public '.container.private.security.authorization_checker' shared service.
  968.      *
  969.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  970.      */
  971.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  972.     {
  973.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  974.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  975.             return $this->services['.container.private.security.authorization_checker'];
  976.         }
  977.         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()), $afalsefalsefalse);
  978.     }
  979.     /**
  980.      * Gets the public '.container.private.security.password_encoder' shared service.
  981.      *
  982.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  983.      *
  984.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  985.      */
  986.     protected function get_Container_Private_Security_PasswordEncoderService()
  987.     {
  988.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  989.         return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  990.     }
  991.     /**
  992.      * Gets the public '.container.private.security.token_storage' shared service.
  993.      *
  994.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  995.      */
  996.     protected function get_Container_Private_Security_TokenStorageService()
  997.     {
  998.         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, [
  999.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1000.         ], [
  1001.             'request_stack' => '?',
  1002.         ]));
  1003.     }
  1004.     /**
  1005.      * Gets the public '.container.private.serializer' shared service.
  1006.      *
  1007.      * @return \Symfony\Component\Serializer\Serializer
  1008.      */
  1009.     protected function get_Container_Private_SerializerService()
  1010.     {
  1011.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1012.         if (isset($this->services['.container.private.serializer'])) {
  1013.             return $this->services['.container.private.serializer'];
  1014.         }
  1015.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1016.         if (isset($this->services['.container.private.serializer'])) {
  1017.             return $this->services['.container.private.serializer'];
  1018.         }
  1019.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1020.         if (isset($this->services['.container.private.serializer'])) {
  1021.             return $this->services['.container.private.serializer'];
  1022.         }
  1023.         $d = ($this->privates['App\\Service\\Chat\\ChatResourceService'] ?? $this->getChatResourceServiceService());
  1024.         if (isset($this->services['.container.private.serializer'])) {
  1025.             return $this->services['.container.private.serializer'];
  1026.         }
  1027.         $e = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1028.         $f = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1029.         $g = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1030.         $h = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($f);
  1031.         $i = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($f$g$e$a$hNULL, [], $a);
  1032.         $j = ($this->privates['App\\Repository\\Chat\\MessageRepository'] ?? $this->getMessageRepositoryService());
  1033.         $k = ($this->privates['App\\Service\\Chat\\ConversationService'] ?? $this->getConversationServiceService());
  1034.         $l = new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\EntityNormalizer($f$g$e$a$hNULL, [], $a);
  1035.         $l->setEm($c);
  1036.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($e), => new \App\Serializer\Normalizer\ChatNotificationNormalizer($i$b), => new \App\Serializer\Normalizer\ConversationNormalizer($i$b$j$k), => new \App\Serializer\Normalizer\EntityDenormalizer($c), => new \App\Serializer\Normalizer\MessageNormalizer($i$k$j$b, ($this->privates['App\\Service\\Chat\\MessageService'] ?? $this->getMessageServiceService()), ($this->privates['App\\Repository\\Chat\\MessageUserRepository'] ?? $this->getMessageUserRepositoryService())), => new \App\Serializer\Normalizer\ResourceNormalizer($i$d), => new \App\Serializer\Normalizer\UserNormalizer($i, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $j, ($this->privates['App\\Service\\Account\\UserService'] ?? $this->getUserServiceService()), $b, ($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService())), => new \Nellapp\Bundle\SDKBundle\ActivityFeed\Serializer\Normalizer\TrackDataActivityNormalizer(new \Nellapp\Bundle\SDKBundle\ActivityFeed\Service\ActivityFeedService(($this->services['translator'] ?? $this->getTranslatorService())), $i), => new \Nellapp\Bundle\SDKBundle\Serializer\SerialRelation\Denormalizer\SerialRelationDenormalizer($c), => new \Nellapp\Bundle\SDKBundle\Serializer\SerialRelation\Normalizer\SerialRelationNormalizer(), 10 => new \Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Normalizer\RouteCollectionNormalizer(), 11 => new \Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Normalizer\RouteNormalizer(), 12 => $l13 => new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\PaginationNormalizer(new \Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter()), 14 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 15 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 16 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 18 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $g), 19 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($f$g$a$hNULL, [])), 20 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 23 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 24 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 25 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 26 => $i], [=> 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()]);
  1037.     }
  1038.     /**
  1039.      * Gets the public '.container.private.session' shared service.
  1040.      *
  1041.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1042.      */
  1043.     protected function get_Container_Private_SessionService()
  1044.     {
  1045.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1046.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1047.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1048.         if (isset($this->services['.container.private.session'])) {
  1049.             return $this->services['.container.private.session'];
  1050.         }
  1051.         return $this->services['.container.private.session'] = $a->createSession();
  1052.     }
  1053.     /**
  1054.      * Gets the public '.container.private.twig' shared service.
  1055.      *
  1056.      * @return \Twig\Environment
  1057.      */
  1058.     protected function get_Container_Private_TwigService()
  1059.     {
  1060.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1061.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1062.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1063.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1064.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1065.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1066.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1067.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1068.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1069.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1070.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1071.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1072.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1073.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1074.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  1075.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  1076.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1077.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1078.         $a->addPath((\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/views'), 'DrosalysWebForm');
  1079.         $a->addPath((\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/views'), '!DrosalysWebForm');
  1080.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/NellappSDKBundle'), 'NellappSDK');
  1081.         $a->addPath((\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/views'), 'NellappSDK');
  1082.         $a->addPath((\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/views'), '!NellappSDK');
  1083.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1084.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1085.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), 'BazingaJsTranslation');
  1086.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), '!BazingaJsTranslation');
  1087.         $a->addPath((\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/views'), 'SpiriitFormFilter');
  1088.         $a->addPath((\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/views'), '!SpiriitFormFilter');
  1089.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1090.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1091.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1092.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1093.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1094.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1095.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1096.         $d = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  1097.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1098.         $f = ($this->services['router'] ?? $this->getRouterService());
  1099.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1100.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1101.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1102.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  1103.         $j = new \Knp\Menu\Util\MenuManipulator();
  1104.         $k = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1105.         $l = new \Symfony\Bridge\Twig\AppVariable();
  1106.         $l->setEnvironment('dev');
  1107.         $l->setDebug(true);
  1108.         if ($this->has('.container.private.security.token_storage')) {
  1109.             $l->setTokenStorage($h);
  1110.         }
  1111.         if ($this->has('request_stack')) {
  1112.             $l->setRequestStack($g);
  1113.         }
  1114.         $m = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1115.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1116.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1117.         $instance->addExtension($d);
  1118.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e\dirname(__DIR__4), 'UTF-8'));
  1119.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  1120.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1121.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1122.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1123.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1124.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g$f)));
  1125.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
  1126.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1127.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1128.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1129.         $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($g, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  1130.         $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())));
  1131.         $instance->addExtension(new \App\Twig\Extension\Channel\ServiceExtension());
  1132.         $instance->addExtension(new \App\Twig\Extension\Chat\CanalExtension());
  1133.         $instance->addExtension(new \App\Twig\Extension\Chat\FileExtension());
  1134.         $instance->addExtension(new \App\Twig\Extension\Chat\UserExtension());
  1135.         $instance->addExtension(new \App\Twig\Extension\EnvExtension());
  1136.         $instance->addExtension(new \App\Twig\Extension\Header\HeaderExtension());
  1137.         $instance->addExtension(new \App\Twig\Extension\User\UserExtension());
  1138.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1139.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  1140.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1141.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1142.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  1143.         ], [
  1144.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1145.             'webpack_encore.tag_renderer' => '?',
  1146.         ])));
  1147.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1148.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1149.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'false],
  1150.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'false],
  1151.         ], [
  1152.             'list' => '?',
  1153.             'twig' => '?',
  1154.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1155.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->getKnpMenu_MenuProvider_LazyService());
  1156.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->getKnpMenu_MenuProvider_BuilderAliasService());
  1157.         }, 2)), $j$k), $k$j));
  1158.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($d));
  1159.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($f$c)));
  1160.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Permission\Twig\Extension\PermissionExtension());
  1161.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Routing\Twig\Extension\DomainsRoutingExtension());
  1162.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Routing\Twig\Extension\UrlGeneratorExtension());
  1163.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\AppExtension());
  1164.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\BooleanExtension());
  1165.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelContactExtension());
  1166.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelExtension());
  1167.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelGetterExtension());
  1168.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelUserDataExtension());
  1169.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChatNotificationExtension());
  1170.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ContactExtension());
  1171.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\CustomizableViewExtension());
  1172.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\DateDiffExtension());
  1173.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\EnumForFormExtension());
  1174.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\EnvExtension());
  1175.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\FileExtension());
  1176.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\FormExtension());
  1177.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\HeaderExtension());
  1178.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\IaExtension());
  1179.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ImageExtension());
  1180.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\NellappFileExtension());
  1181.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\NellappFormatExtension());
  1182.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\PaginationExtension());
  1183.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\PlanningExtension());
  1184.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SerializerExtension());
  1185.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavExtension());
  1186.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavItemExtension());
  1187.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\UserExtension());
  1188.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\VersionExtension());
  1189.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\WebSocketExtension());
  1190.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Channel\Twig\Extension\UserFromChannelExtension());
  1191.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  1192.         $instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
  1193.         $instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
  1194.         $instance->addExtension(new \DrosalysWeb\Bundle\WebSocketBundle\Twig\Extension\RoutingExtension(($this->privates['drosalys.web_socket.routing.ws_url_generator'] ?? $this->getDrosalys_WebSocket_Routing_WsUrlGeneratorService())));
  1195.         $instance->addExtension(($this->services['oneup_uploader.twig.extension.uploader'] ?? $this->getOneupUploader_Twig_Extension_UploaderService()));
  1196.         $instance->addExtension(new \Symfony\UX\TwigComponent\Twig\ComponentExtension((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1197.             'Symfony\\UX\\TwigComponent\\ComponentFactory' => ['privates''ux.twig_component.component_factory''getUx_TwigComponent_ComponentFactoryService'false],
  1198.             'Symfony\\UX\\TwigComponent\\ComponentRenderer' => ['privates''ux.twig_component.component_renderer''getUx_TwigComponent_ComponentRendererService'false],
  1199.         ], [
  1200.             'Symfony\\UX\\TwigComponent\\ComponentFactory' => 'Symfony\\UX\\TwigComponent\\ComponentFactory',
  1201.             'Symfony\\UX\\TwigComponent\\ComponentRenderer' => 'Symfony\\UX\\TwigComponent\\ComponentRenderer',
  1202.         ]))->withContext('ux.twig_component.twig.component_extension'$this)));
  1203.         $instance->addGlobal('app'$l);
  1204.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1205.             'App\\Twig\\RunTime\\Channel\\ServiceRuntime' => ['privates''App\\Twig\\RunTime\\Channel\\ServiceRuntime''getServiceRuntimeService'false],
  1206.             'App\\Twig\\RunTime\\Chat\\CanalRuntime' => ['privates''App\\Twig\\RunTime\\Chat\\CanalRuntime''getCanalRuntimeService'false],
  1207.             'App\\Twig\\RunTime\\Chat\\FileRuntime' => ['privates''App\\Twig\\RunTime\\Chat\\FileRuntime''getFileRuntimeService'false],
  1208.             'App\\Twig\\RunTime\\Chat\\UserRuntime' => ['privates''App\\Twig\\RunTime\\Chat\\UserRuntime''getUserRuntimeService'false],
  1209.             'App\\Twig\\RunTime\\EnvRuntime' => ['privates''App\\Twig\\RunTime\\EnvRuntime''getEnvRuntimeService'false],
  1210.             'App\\Twig\\RunTime\\Header\\HeaderRuntime' => ['privates''App\\Twig\\RunTime\\Header\\HeaderRuntime''getHeaderRuntimeService'false],
  1211.             'App\\Twig\\RunTime\\User\\UserRuntime' => ['privates''App\\Twig\\RunTime\\User\\UserRuntime''getUserRuntime2Service'false],
  1212.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1213.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  1214.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1215.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime''getChannelUserDataPermissionRuntimeService'false],
  1216.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime''getTranslateRuntimeService'false],
  1217.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime''getUserOwnerRuntimeService'false],
  1218.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\DomainsRoutingRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\DomainsRoutingRuntime''getDomainsRoutingRuntimeService'false],
  1219.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime''getUrlGeneratorRuntimeService'false],
  1220.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime''getAppRuntimeService'false],
  1221.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime''getBooleanRuntimeService'false],
  1222.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelContactRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelContactRuntime''getChannelContactRuntimeService'false],
  1223.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime''getChannelGetterRuntimeService'false],
  1224.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime''getChannelRuntimeService'false],
  1225.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime''getChannelUserDataRuntimeService'false],
  1226.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime''getChatNotificationRuntimeService'false],
  1227.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ContactRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ContactRuntime''getContactRuntimeService'false],
  1228.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime''getCustomizableViewRuntimeService'false],
  1229.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\DateDiffRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\DateDiffRuntime''getDateDiffRuntimeService'false],
  1230.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnumForFormRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnumForFormRuntime''getEnumForFormRuntimeService'false],
  1231.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime''getEnvRuntime2Service'false],
  1232.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime''getFileRuntime2Service'false],
  1233.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime''getFormRuntimeService'false],
  1234.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime''getHeaderRuntime2Service'false],
  1235.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\IaRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\IaRuntime''getIaRuntimeService'false],
  1236.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime''getImageRunTimeService'false],
  1237.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime''getNellappFileRuntimeService'false],
  1238.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime''getNellappFormatRuntimeService'false],
  1239.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime''getPaginationRuntimeService'false],
  1240.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PlanningRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PlanningRuntime''getPlanningRuntimeService'false],
  1241.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime''getSerializerRuntimeService'false],
  1242.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime''getSideNavItemRuntimeService'false],
  1243.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime''getSideNavRuntimeService'false],
  1244.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime''getUserRunTime3Service'false],
  1245.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime''getVersionRuntimeService'false],
  1246.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime''getWebSocketRuntimeService'false],
  1247.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime''getUserFromChannelRuntimeService'false],
  1248.         ], [
  1249.             'App\\Twig\\RunTime\\Channel\\ServiceRuntime' => '?',
  1250.             'App\\Twig\\RunTime\\Chat\\CanalRuntime' => '?',
  1251.             'App\\Twig\\RunTime\\Chat\\FileRuntime' => '?',
  1252.             'App\\Twig\\RunTime\\Chat\\UserRuntime' => '?',
  1253.             'App\\Twig\\RunTime\\EnvRuntime' => '?',
  1254.             'App\\Twig\\RunTime\\Header\\HeaderRuntime' => '?',
  1255.             'App\\Twig\\RunTime\\User\\UserRuntime' => '?',
  1256.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1257.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1258.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1259.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime' => '?',
  1260.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime' => '?',
  1261.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime' => '?',
  1262.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\DomainsRoutingRuntime' => '?',
  1263.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime' => '?',
  1264.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime' => '?',
  1265.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime' => '?',
  1266.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelContactRuntime' => '?',
  1267.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime' => '?',
  1268.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime' => '?',
  1269.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime' => '?',
  1270.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime' => '?',
  1271.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ContactRuntime' => '?',
  1272.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime' => '?',
  1273.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\DateDiffRuntime' => '?',
  1274.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnumForFormRuntime' => '?',
  1275.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime' => '?',
  1276.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime' => '?',
  1277.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime' => '?',
  1278.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime' => '?',
  1279.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\IaRuntime' => '?',
  1280.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime' => '?',
  1281.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime' => '?',
  1282.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime' => '?',
  1283.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime' => '?',
  1284.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PlanningRuntime' => '?',
  1285.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime' => '?',
  1286.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime' => '?',
  1287.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime' => '?',
  1288.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime' => '?',
  1289.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime' => '?',
  1290.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime' => '?',
  1291.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime' => '?',
  1292.         ])));
  1293.         $instance->registerUndefinedFilterCallback([=> $m=> 'suggestFilter']);
  1294.         $instance->registerUndefinedFunctionCallback([=> $m=> 'suggestFunction']);
  1295.         $instance->registerUndefinedTokenParserCallback([=> $m=> 'suggestTag']);
  1296.         (new \Symfony\UX\TwigComponent\Twig\TwigEnvironmentConfigurator(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'',')))->configure($instance);
  1297.         return $instance;
  1298.     }
  1299.     /**
  1300.      * Gets the public '.container.private.validator' shared service.
  1301.      *
  1302.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1303.      */
  1304.     protected function get_Container_Private_ValidatorService()
  1305.     {
  1306.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1307.         if (isset($this->services['.container.private.validator'])) {
  1308.             return $this->services['.container.private.validator'];
  1309.         }
  1310.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1311.     }
  1312.     /**
  1313.      * Gets the public 'App\Controller\Admin\Service\ShowServiceAction' shared autowired service.
  1314.      *
  1315.      * @return \App\Controller\Admin\Service\ShowServiceAction
  1316.      */
  1317.     protected function getShowServiceActionService()
  1318.     {
  1319.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1320.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Service/ShowServiceAction.php';
  1321.         $this->services['App\\Controller\\Admin\\Service\\ShowServiceAction'] = $instance = new \App\Controller\Admin\Service\ShowServiceAction(($this->privates['App\\Repository\\Chat\\ServiceConversationRepository'] ?? $this->getServiceConversationRepositoryService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  1322.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Admin\\Service\\ShowServiceAction'$this));
  1323.         return $instance;
  1324.     }
  1325.     /**
  1326.      * Gets the public 'App\Controller\AppController' shared autowired service.
  1327.      *
  1328.      * @return \App\Controller\AppController
  1329.      */
  1330.     protected function getAppControllerService()
  1331.     {
  1332.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1333.         include_once \dirname(__DIR__4).'/src/Controller/AppController.php';
  1334.         $this->services['App\\Controller\\AppController'] = $instance = new \App\Controller\AppController();
  1335.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\AppController'$this));
  1336.         return $instance;
  1337.     }
  1338.     /**
  1339.      * Gets the public 'App\Controller\Async\Admin\Conversation\DeleteUsersAction' shared autowired service.
  1340.      *
  1341.      * @return \App\Controller\Async\Admin\Conversation\DeleteUsersAction
  1342.      */
  1343.     protected function getDeleteUsersActionService()
  1344.     {
  1345.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1346.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/Conversation/DeleteUsersAction.php';
  1347.         $this->services['App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction'] = $instance = new \App\Controller\Async\Admin\Conversation\DeleteUsersAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  1348.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction'$this));
  1349.         return $instance;
  1350.     }
  1351.     /**
  1352.      * Gets the public 'App\Controller\Async\Admin\Conversation\GetUserCollectionAvailableForConversationAction' shared autowired service.
  1353.      *
  1354.      * @return \App\Controller\Async\Admin\Conversation\GetUserCollectionAvailableForConversationAction
  1355.      */
  1356.     protected function getGetUserCollectionAvailableForConversationActionService()
  1357.     {
  1358.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1359.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/Conversation/GetUserCollectionAvailableForConversationAction.php';
  1360.         $this->services['App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction'] = $instance = new \App\Controller\Async\Admin\Conversation\GetUserCollectionAvailableForConversationAction(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1361.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction'$this));
  1362.         return $instance;
  1363.     }
  1364.     /**
  1365.      * Gets the public 'App\Controller\Async\Admin\Conversation\PostConversationFromUsersAction' shared autowired service.
  1366.      *
  1367.      * @return \App\Controller\Async\Admin\Conversation\PostConversationFromUsersAction
  1368.      */
  1369.     protected function getPostConversationFromUsersActionService()
  1370.     {
  1371.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1372.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/Conversation/PostConversationFromUsersAction.php';
  1373.         $this->services['App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction'] = $instance = new \App\Controller\Async\Admin\Conversation\PostConversationFromUsersAction(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()), ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService()));
  1374.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction'$this));
  1375.         return $instance;
  1376.     }
  1377.     /**
  1378.      * Gets the public 'App\Controller\Async\Admin\Conversation\PostUsersAction' shared autowired service.
  1379.      *
  1380.      * @return \App\Controller\Async\Admin\Conversation\PostUsersAction
  1381.      */
  1382.     protected function getPostUsersActionService()
  1383.     {
  1384.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1385.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/Conversation/PostUsersAction.php';
  1386.         $this->services['App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction'] = $instance = new \App\Controller\Async\Admin\Conversation\PostUsersAction(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService()));
  1387.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction'$this));
  1388.         return $instance;
  1389.     }
  1390.     /**
  1391.      * Gets the public 'App\Controller\Async\Admin\TemporaryCanal\GetNpmEventDataAction' shared autowired service.
  1392.      *
  1393.      * @return \App\Controller\Async\Admin\TemporaryCanal\GetNpmEventDataAction
  1394.      */
  1395.     protected function getGetNpmEventDataActionService()
  1396.     {
  1397.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1398.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/TemporaryCanal/GetNpmEventDataAction.php';
  1399.         include_once \dirname(__DIR__4).'/src/Service/Proxy/ProxyNpmService.php';
  1400.         $this->services['App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction'] = $instance = new \App\Controller\Async\Admin\TemporaryCanal\GetNpmEventDataAction(new \App\Service\Proxy\ProxyNpmService(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Proxy\\ProxyClient'] ?? $this->getProxyClientService()), ($this->privates['nellapp_sdk.routing.internal_url_generator'] ?? $this->getNellappSdk_Routing_InternalUrlGeneratorService())));
  1401.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction'$this));
  1402.         return $instance;
  1403.     }
  1404.     /**
  1405.      * Gets the public 'App\Controller\Async\Admin\TemporaryCanal\GetTemporaryCanalAction' shared autowired service.
  1406.      *
  1407.      * @return \App\Controller\Async\Admin\TemporaryCanal\GetTemporaryCanalAction
  1408.      */
  1409.     protected function getGetTemporaryCanalActionService()
  1410.     {
  1411.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1412.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/TemporaryCanal/GetTemporaryCanalAction.php';
  1413.         $this->services['App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction'] = $instance = new \App\Controller\Async\Admin\TemporaryCanal\GetTemporaryCanalAction(($this->privates['App\\Repository\\Chat\\TemporaryCanalRepository'] ?? $this->getTemporaryCanalRepositoryService()));
  1414.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction'$this));
  1415.         return $instance;
  1416.     }
  1417.     /**
  1418.      * Gets the public 'App\Controller\Async\Admin\TemporaryCanal\PostTemporaryCanalAction' shared autowired service.
  1419.      *
  1420.      * @return \App\Controller\Async\Admin\TemporaryCanal\PostTemporaryCanalAction
  1421.      */
  1422.     protected function getPostTemporaryCanalActionService()
  1423.     {
  1424.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1425.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/TemporaryCanal/PostTemporaryCanalAction.php';
  1426.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  1427.         include_once \dirname(__DIR__4).'/src/Service/Chat/TemporaryCanalService.php';
  1428.         $this->services['App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction'] = $instance = new \App\Controller\Async\Admin\TemporaryCanal\PostTemporaryCanalAction(($this->privates['App\\Repository\\Chat\\TemporaryCanalRepository'] ?? $this->getTemporaryCanalRepositoryService()), new \App\Service\Chat\TemporaryCanalService(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\Channel\\GroupRepository'] ?? $this->getGroupRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService())));
  1429.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction'$this));
  1430.         return $instance;
  1431.     }
  1432.     /**
  1433.      * Gets the public 'App\Controller\Async\Admin\User\GetAdminsCollectionAction' shared autowired service.
  1434.      *
  1435.      * @return \App\Controller\Async\Admin\User\GetAdminsCollectionAction
  1436.      */
  1437.     protected function getGetAdminsCollectionActionService()
  1438.     {
  1439.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1440.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/User/GetAdminsCollectionAction.php';
  1441.         $this->services['App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction'] = $instance = new \App\Controller\Async\Admin\User\GetAdminsCollectionAction(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1442.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction'$this));
  1443.         return $instance;
  1444.     }
  1445.     /**
  1446.      * Gets the public 'App\Controller\Async\Admin\User\GetUserCollectionByChannel' shared autowired service.
  1447.      *
  1448.      * @return \App\Controller\Async\Admin\User\GetUserCollectionByChannel
  1449.      */
  1450.     protected function getGetUserCollectionByChannelService()
  1451.     {
  1452.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1453.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/User/GetUserCollectionByChannel.php';
  1454.         $this->services['App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel'] = $instance = new \App\Controller\Async\Admin\User\GetUserCollectionByChannel(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1455.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel'$this));
  1456.         return $instance;
  1457.     }
  1458.     /**
  1459.      * Gets the public 'App\Controller\Async\Common\Canal\GetCanalItemAction' shared autowired service.
  1460.      *
  1461.      * @return \App\Controller\Async\Common\Canal\GetCanalItemAction
  1462.      */
  1463.     protected function getGetCanalItemActionService()
  1464.     {
  1465.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1466.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Canal/GetCanalItemAction.php';
  1467.         $this->services['App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction'] = $instance = new \App\Controller\Async\Common\Canal\GetCanalItemAction(($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()));
  1468.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction'$this));
  1469.         return $instance;
  1470.     }
  1471.     /**
  1472.      * Gets the public 'App\Controller\Async\Common\Canal\GetPrivateCanalCollectionAction' shared autowired service.
  1473.      *
  1474.      * @return \App\Controller\Async\Common\Canal\GetPrivateCanalCollectionAction
  1475.      */
  1476.     protected function getGetPrivateCanalCollectionActionService()
  1477.     {
  1478.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1479.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Canal/GetPrivateCanalCollectionAction.php';
  1480.         $this->services['App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction'] = $instance = new \App\Controller\Async\Common\Canal\GetPrivateCanalCollectionAction(($this->privates['App\\Service\\Chat\\CanalService'] ?? $this->getCanalServiceService()));
  1481.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction'$this));
  1482.         return $instance;
  1483.     }
  1484.     /**
  1485.      * Gets the public 'App\Controller\Async\Common\Canal\GetPublicCanalCollectionAction' shared autowired service.
  1486.      *
  1487.      * @return \App\Controller\Async\Common\Canal\GetPublicCanalCollectionAction
  1488.      */
  1489.     protected function getGetPublicCanalCollectionActionService()
  1490.     {
  1491.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1492.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Canal/GetPublicCanalCollectionAction.php';
  1493.         $this->services['App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction'] = $instance = new \App\Controller\Async\Common\Canal\GetPublicCanalCollectionAction(($this->privates['App\\Service\\Chat\\CanalService'] ?? $this->getCanalServiceService()));
  1494.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction'$this));
  1495.         return $instance;
  1496.     }
  1497.     /**
  1498.      * Gets the public 'App\Controller\Async\Common\Canal\GetTemporaryCanalCollectionAction' shared autowired service.
  1499.      *
  1500.      * @return \App\Controller\Async\Common\Canal\GetTemporaryCanalCollectionAction
  1501.      */
  1502.     protected function getGetTemporaryCanalCollectionActionService()
  1503.     {
  1504.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1505.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Canal/GetTemporaryCanalCollectionAction.php';
  1506.         $this->services['App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction'] = $instance = new \App\Controller\Async\Common\Canal\GetTemporaryCanalCollectionAction(($this->privates['App\\Service\\Chat\\CanalService'] ?? $this->getCanalServiceService()));
  1507.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction'$this));
  1508.         return $instance;
  1509.     }
  1510.     /**
  1511.      * Gets the public 'App\Controller\Async\Common\Channel\GetChannelCollectionForUser' shared autowired service.
  1512.      *
  1513.      * @return \App\Controller\Async\Common\Channel\GetChannelCollectionForUser
  1514.      */
  1515.     protected function getGetChannelCollectionForUserService()
  1516.     {
  1517.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1518.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Channel/GetChannelCollectionForUser.php';
  1519.         $this->services['App\\Controller\\Async\\Common\\Channel\\GetChannelCollectionForUser'] = $instance = new \App\Controller\Async\Common\Channel\GetChannelCollectionForUser();
  1520.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Channel\\GetChannelCollectionForUser'$this));
  1521.         return $instance;
  1522.     }
  1523.     /**
  1524.      * Gets the public 'App\Controller\Async\Common\ChatNotification\ChatNotificationCollectionAction' shared autowired service.
  1525.      *
  1526.      * @return \App\Controller\Async\Common\ChatNotification\ChatNotificationCollectionAction
  1527.      */
  1528.     protected function getChatNotificationCollectionActionService()
  1529.     {
  1530.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1531.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/ChatNotification/ChatNotificationCollectionAction.php';
  1532.         $this->services['App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction'] = $instance = new \App\Controller\Async\Common\ChatNotification\ChatNotificationCollectionAction(($this->privates['App\\Repository\\Chat\\ChatNotificationRepository'] ?? $this->getChatNotificationRepositoryService()));
  1533.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction'$this));
  1534.         return $instance;
  1535.     }
  1536.     /**
  1537.      * Gets the public 'App\Controller\Async\Common\ChatNotification\ChatNotificationReadAll' shared autowired service.
  1538.      *
  1539.      * @return \App\Controller\Async\Common\ChatNotification\ChatNotificationReadAll
  1540.      */
  1541.     protected function getChatNotificationReadAllService()
  1542.     {
  1543.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1544.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/ChatNotification/ChatNotificationReadAll.php';
  1545.         $this->services['App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll'] = $instance = new \App\Controller\Async\Common\ChatNotification\ChatNotificationReadAll(($this->privates['App\\Repository\\Chat\\ChatNotificationRepository'] ?? $this->getChatNotificationRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1546.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll'$this));
  1547.         return $instance;
  1548.     }
  1549.     /**
  1550.      * Gets the public 'App\Controller\Async\Common\ChatNotification\ChatNotificationReadItem' shared autowired service.
  1551.      *
  1552.      * @return \App\Controller\Async\Common\ChatNotification\ChatNotificationReadItem
  1553.      */
  1554.     protected function getChatNotificationReadItemService()
  1555.     {
  1556.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1557.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/ChatNotification/ChatNotificationReadItem.php';
  1558.         $this->services['App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem'] = $instance = new \App\Controller\Async\Common\ChatNotification\ChatNotificationReadItem(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1559.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem'$this));
  1560.         return $instance;
  1561.     }
  1562.     /**
  1563.      * Gets the public 'App\Controller\Async\Common\Conversation\GetAllConversationsByUserAndChannelAction' shared autowired service.
  1564.      *
  1565.      * @return \App\Controller\Async\Common\Conversation\GetAllConversationsByUserAndChannelAction
  1566.      */
  1567.     protected function getGetAllConversationsByUserAndChannelActionService()
  1568.     {
  1569.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1570.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Conversation/GetAllConversationsByUserAndChannelAction.php';
  1571.         $this->services['App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction'] = $instance = new \App\Controller\Async\Common\Conversation\GetAllConversationsByUserAndChannelAction(($this->privates['App\\Service\\Chat\\ConversationService'] ?? $this->getConversationServiceService()));
  1572.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction'$this));
  1573.         return $instance;
  1574.     }
  1575.     /**
  1576.      * Gets the public 'App\Controller\Async\Common\Conversation\GetConversationItemAction' shared autowired service.
  1577.      *
  1578.      * @return \App\Controller\Async\Common\Conversation\GetConversationItemAction
  1579.      */
  1580.     protected function getGetConversationItemActionService()
  1581.     {
  1582.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1583.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Conversation/GetConversationItemAction.php';
  1584.         $this->services['App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction'] = $instance = new \App\Controller\Async\Common\Conversation\GetConversationItemAction(($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()));
  1585.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction'$this));
  1586.         return $instance;
  1587.     }
  1588.     /**
  1589.      * Gets the public 'App\Controller\Async\Common\Conversation\GetReferentConversationsForLearnerAction' shared autowired service.
  1590.      *
  1591.      * @return \App\Controller\Async\Common\Conversation\GetReferentConversationsForLearnerAction
  1592.      */
  1593.     protected function getGetReferentConversationsForLearnerActionService()
  1594.     {
  1595.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1596.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Conversation/GetReferentConversationsForLearnerAction.php';
  1597.         $this->services['App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction'] = $instance = new \App\Controller\Async\Common\Conversation\GetReferentConversationsForLearnerAction(($this->privates['App\\Service\\Chat\\ReferentConversationService'] ?? $this->getReferentConversationServiceService()));
  1598.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction'$this));
  1599.         return $instance;
  1600.     }
  1601.     /**
  1602.      * Gets the public 'App\Controller\Async\Common\Conversation\GetServiceConversationForLearnerAction' shared autowired service.
  1603.      *
  1604.      * @return \App\Controller\Async\Common\Conversation\GetServiceConversationForLearnerAction
  1605.      */
  1606.     protected function getGetServiceConversationForLearnerActionService()
  1607.     {
  1608.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1609.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Conversation/GetServiceConversationForLearnerAction.php';
  1610.         $this->services['App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction'] = $instance = new \App\Controller\Async\Common\Conversation\GetServiceConversationForLearnerAction(($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()));
  1611.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction'$this));
  1612.         return $instance;
  1613.     }
  1614.     /**
  1615.      * Gets the public 'App\Controller\Async\Common\Conversation\GetSimpleConversationCollectionAction' shared autowired service.
  1616.      *
  1617.      * @return \App\Controller\Async\Common\Conversation\GetSimpleConversationCollectionAction
  1618.      */
  1619.     protected function getGetSimpleConversationCollectionActionService()
  1620.     {
  1621.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1622.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Conversation/GetSimpleConversationCollectionAction.php';
  1623.         $this->services['App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction'] = $instance = new \App\Controller\Async\Common\Conversation\GetSimpleConversationCollectionAction(($this->privates['App\\Service\\Chat\\ConversationService'] ?? $this->getConversationServiceService()));
  1624.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction'$this));
  1625.         return $instance;
  1626.     }
  1627.     /**
  1628.      * Gets the public 'App\Controller\Async\Common\Conversation\PostConversationAllReadAction' shared autowired service.
  1629.      *
  1630.      * @return \App\Controller\Async\Common\Conversation\PostConversationAllReadAction
  1631.      */
  1632.     protected function getPostConversationAllReadActionService()
  1633.     {
  1634.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1635.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Conversation/PostConversationAllReadAction.php';
  1636.         $this->services['App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction'] = $instance = new \App\Controller\Async\Common\Conversation\PostConversationAllReadAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Chat\\ConversationService'] ?? $this->getConversationServiceService()));
  1637.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction'$this));
  1638.         return $instance;
  1639.     }
  1640.     /**
  1641.      * Gets the public 'App\Controller\Async\Common\Conversation\PostConversationUserLastSeenMessageAction' shared autowired service.
  1642.      *
  1643.      * @return \App\Controller\Async\Common\Conversation\PostConversationUserLastSeenMessageAction
  1644.      */
  1645.     protected function getPostConversationUserLastSeenMessageActionService()
  1646.     {
  1647.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1648.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Conversation/PostConversationUserLastSeenMessageAction.php';
  1649.         $this->services['App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction'] = $instance = new \App\Controller\Async\Common\Conversation\PostConversationUserLastSeenMessageAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1650.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction'$this));
  1651.         return $instance;
  1652.     }
  1653.     /**
  1654.      * Gets the public 'App\Controller\Async\Common\File\GetFileAction' shared autowired service.
  1655.      *
  1656.      * @return \App\Controller\Async\Common\File\GetFileAction
  1657.      */
  1658.     protected function getGetFileActionService()
  1659.     {
  1660.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1661.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/File/GetFileAction.php';
  1662.         $this->services['App\\Controller\\Async\\Common\\File\\GetFileAction'] = $instance = new \App\Controller\Async\Common\File\GetFileAction(($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()));
  1663.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\File\\GetFileAction'$this));
  1664.         return $instance;
  1665.     }
  1666.     /**
  1667.      * Gets the public 'App\Controller\Async\Common\MessageUser\PostMessageUserAction' shared autowired service.
  1668.      *
  1669.      * @return \App\Controller\Async\Common\MessageUser\PostMessageUserAction
  1670.      */
  1671.     protected function getPostMessageUserActionService()
  1672.     {
  1673.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1674.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/MessageUser/PostMessageUserAction.php';
  1675.         $this->services['App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction'] = $instance = new \App\Controller\Async\Common\MessageUser\PostMessageUserAction(($this->privates['App\\Repository\\Chat\\MessageUserRepository'] ?? $this->getMessageUserRepositoryService()));
  1676.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction'$this));
  1677.         return $instance;
  1678.     }
  1679.     /**
  1680.      * Gets the public 'App\Controller\Async\Common\Message\DeleteMessageAction' shared autowired service.
  1681.      *
  1682.      * @return \App\Controller\Async\Common\Message\DeleteMessageAction
  1683.      */
  1684.     protected function getDeleteMessageActionService()
  1685.     {
  1686.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1687.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/DeleteMessageAction.php';
  1688.         $this->services['App\\Controller\\Async\\Common\\Message\\DeleteMessageAction'] = $instance = new \App\Controller\Async\Common\Message\DeleteMessageAction();
  1689.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\DeleteMessageAction'$this));
  1690.         return $instance;
  1691.     }
  1692.     /**
  1693.      * Gets the public 'App\Controller\Async\Common\Message\GetAfterMessageCollectionAction' shared autowired service.
  1694.      *
  1695.      * @return \App\Controller\Async\Common\Message\GetAfterMessageCollectionAction
  1696.      */
  1697.     protected function getGetAfterMessageCollectionActionService()
  1698.     {
  1699.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1700.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/GetAfterMessageCollectionAction.php';
  1701.         $this->services['App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction'] = $instance = new \App\Controller\Async\Common\Message\GetAfterMessageCollectionAction(($this->privates['App\\Repository\\Chat\\MessageRepository'] ?? $this->getMessageRepositoryService()));
  1702.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction'$this));
  1703.         return $instance;
  1704.     }
  1705.     /**
  1706.      * Gets the public 'App\Controller\Async\Common\Message\GetBeforeMessageCollectionAction' shared autowired service.
  1707.      *
  1708.      * @return \App\Controller\Async\Common\Message\GetBeforeMessageCollectionAction
  1709.      */
  1710.     protected function getGetBeforeMessageCollectionActionService()
  1711.     {
  1712.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1713.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/GetBeforeMessageCollectionAction.php';
  1714.         $this->services['App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction'] = $instance = new \App\Controller\Async\Common\Message\GetBeforeMessageCollectionAction(($this->privates['App\\Repository\\Chat\\MessageRepository'] ?? $this->getMessageRepositoryService()));
  1715.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction'$this));
  1716.         return $instance;
  1717.     }
  1718.     /**
  1719.      * Gets the public 'App\Controller\Async\Common\Message\GetMessageCollectionSearchAction' shared autowired service.
  1720.      *
  1721.      * @return \App\Controller\Async\Common\Message\GetMessageCollectionSearchAction
  1722.      */
  1723.     protected function getGetMessageCollectionSearchActionService()
  1724.     {
  1725.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1726.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/GetMessageCollectionSearchAction.php';
  1727.         include_once \dirname(__DIR__4).'/src/Service/Chat/GlobalSearchService.php';
  1728.         $this->services['App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction'] = $instance = new \App\Controller\Async\Common\Message\GetMessageCollectionSearchAction(($this->privates['App\\Repository\\Chat\\MessageRepository'] ?? $this->getMessageRepositoryService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), new \App\Service\Chat\GlobalSearchService(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()), ($this->privates['App\\Service\\Chat\\ConversationService'] ?? $this->getConversationServiceService())), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  1729.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction'$this));
  1730.         return $instance;
  1731.     }
  1732.     /**
  1733.      * Gets the public 'App\Controller\Async\Common\Message\GetUnreadMessageCollectionAction' shared autowired service.
  1734.      *
  1735.      * @return \App\Controller\Async\Common\Message\GetUnreadMessageCollectionAction
  1736.      */
  1737.     protected function getGetUnreadMessageCollectionActionService()
  1738.     {
  1739.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1740.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/GetUnreadMessageCollectionAction.php';
  1741.         $this->services['App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction'] = $instance = new \App\Controller\Async\Common\Message\GetUnreadMessageCollectionAction(($this->privates['App\\Service\\Chat\\MessageService'] ?? $this->getMessageServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1742.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction'$this));
  1743.         return $instance;
  1744.     }
  1745.     /**
  1746.      * Gets the public 'App\Controller\Async\Common\Message\PostFileMessageAction' shared autowired service.
  1747.      *
  1748.      * @return \App\Controller\Async\Common\Message\PostFileMessageAction
  1749.      */
  1750.     protected function getPostFileMessageActionService()
  1751.     {
  1752.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1753.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/PostFileMessageAction.php';
  1754.         $this->services['App\\Controller\\Async\\Common\\Message\\PostFileMessageAction'] = $instance = new \App\Controller\Async\Common\Message\PostFileMessageAction(($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()));
  1755.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\PostFileMessageAction'$this));
  1756.         return $instance;
  1757.     }
  1758.     /**
  1759.      * Gets the public 'App\Controller\Async\Common\Message\PostMessageAction' shared autowired service.
  1760.      *
  1761.      * @return \App\Controller\Async\Common\Message\PostMessageAction
  1762.      */
  1763.     protected function getPostMessageActionService()
  1764.     {
  1765.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1766.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/PostMessageAction.php';
  1767.         $this->services['App\\Controller\\Async\\Common\\Message\\PostMessageAction'] = $instance = new \App\Controller\Async\Common\Message\PostMessageAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1768.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\PostMessageAction'$this));
  1769.         return $instance;
  1770.     }
  1771.     /**
  1772.      * Gets the public 'App\Controller\Async\Common\Message\PutMessageAction' shared autowired service.
  1773.      *
  1774.      * @return \App\Controller\Async\Common\Message\PutMessageAction
  1775.      */
  1776.     protected function getPutMessageActionService()
  1777.     {
  1778.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1779.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/PutMessageAction.php';
  1780.         $this->services['App\\Controller\\Async\\Common\\Message\\PutMessageAction'] = $instance = new \App\Controller\Async\Common\Message\PutMessageAction();
  1781.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\PutMessageAction'$this));
  1782.         return $instance;
  1783.     }
  1784.     /**
  1785.      * Gets the public 'App\Controller\Async\Common\Message\TogglePinMessageAction' shared autowired service.
  1786.      *
  1787.      * @return \App\Controller\Async\Common\Message\TogglePinMessageAction
  1788.      */
  1789.     protected function getTogglePinMessageActionService()
  1790.     {
  1791.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1792.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/TogglePinMessageAction.php';
  1793.         $this->services['App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction'] = $instance = new \App\Controller\Async\Common\Message\TogglePinMessageAction();
  1794.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction'$this));
  1795.         return $instance;
  1796.     }
  1797.     /**
  1798.      * Gets the public 'App\Controller\Async\Common\RedirectToChannelUserDataShowAction' shared autowired service.
  1799.      *
  1800.      * @return \App\Controller\Async\Common\RedirectToChannelUserDataShowAction
  1801.      */
  1802.     protected function getRedirectToChannelUserDataShowActionService()
  1803.     {
  1804.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1805.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/RedirectToChannelUserDataShowAction.php';
  1806.         $this->services['App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction'] = $instance = new \App\Controller\Async\Common\RedirectToChannelUserDataShowAction(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  1807.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction'$this));
  1808.         return $instance;
  1809.     }
  1810.     /**
  1811.      * Gets the public 'App\Controller\Async\Common\User\GetUserCollectionByConversation' shared autowired service.
  1812.      *
  1813.      * @return \App\Controller\Async\Common\User\GetUserCollectionByConversation
  1814.      */
  1815.     protected function getGetUserCollectionByConversationService()
  1816.     {
  1817.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1818.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/User/GetUserCollectionByConversation.php';
  1819.         $this->services['App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation'] = $instance = new \App\Controller\Async\Common\User\GetUserCollectionByConversation(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Service\\Chat\\ConversationService'] ?? $this->getConversationServiceService()));
  1820.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation'$this));
  1821.         return $instance;
  1822.     }
  1823.     /**
  1824.      * Gets the public 'App\Controller\Async\Common\User\GetUserCollectionWithCommonConversations' shared autowired service.
  1825.      *
  1826.      * @return \App\Controller\Async\Common\User\GetUserCollectionWithCommonConversations
  1827.      */
  1828.     protected function getGetUserCollectionWithCommonConversationsService()
  1829.     {
  1830.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1831.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/User/GetUserCollectionWithCommonConversations.php';
  1832.         $this->services['App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations'] = $instance = new \App\Controller\Async\Common\User\GetUserCollectionWithCommonConversations(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1833.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations'$this));
  1834.         return $instance;
  1835.     }
  1836.     /**
  1837.      * Gets the public 'App\Controller\Async\Coordinator\Admins\DeleteAdminAction' shared autowired service.
  1838.      *
  1839.      * @return \App\Controller\Async\Coordinator\Admins\DeleteAdminAction
  1840.      */
  1841.     protected function getDeleteAdminActionService()
  1842.     {
  1843.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1844.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Admins/DeleteAdminAction.php';
  1845.         $this->services['App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction'] = $instance = new \App\Controller\Async\Coordinator\Admins\DeleteAdminAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  1846.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction'$this));
  1847.         return $instance;
  1848.     }
  1849.     /**
  1850.      * Gets the public 'App\Controller\Async\Coordinator\Admins\GetAdminsCollection' shared autowired service.
  1851.      *
  1852.      * @return \App\Controller\Async\Coordinator\Admins\GetAdminsCollection
  1853.      */
  1854.     protected function getGetAdminsCollectionService()
  1855.     {
  1856.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1857.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Admins/GetAdminsCollection.php';
  1858.         $this->services['App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection'] = $instance = new \App\Controller\Async\Coordinator\Admins\GetAdminsCollection(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1859.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection'$this));
  1860.         return $instance;
  1861.     }
  1862.     /**
  1863.      * Gets the public 'App\Controller\Async\Coordinator\Admins\PostAdminsAction' shared autowired service.
  1864.      *
  1865.      * @return \App\Controller\Async\Coordinator\Admins\PostAdminsAction
  1866.      */
  1867.     protected function getPostAdminsActionService()
  1868.     {
  1869.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1870.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Admins/PostAdminsAction.php';
  1871.         $this->services['App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction'] = $instance = new \App\Controller\Async\Coordinator\Admins\PostAdminsAction(($this->privates['App\\Repository\\ChannelUserData\\ChannelUserDataRepository'] ?? $this->getChannelUserDataRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  1872.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction'$this));
  1873.         return $instance;
  1874.     }
  1875.     /**
  1876.      * Gets the public 'App\Controller\Async\Coordinator\Canal\DeleteCanalsAction' shared autowired service.
  1877.      *
  1878.      * @return \App\Controller\Async\Coordinator\Canal\DeleteCanalsAction
  1879.      */
  1880.     protected function getDeleteCanalsActionService()
  1881.     {
  1882.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1883.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Canal/DeleteCanalsAction.php';
  1884.         $this->services['App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction'] = $instance = new \App\Controller\Async\Coordinator\Canal\DeleteCanalsAction(($this->privates['App\\Repository\\Chat\\CanalRepository'] ?? $this->getCanalRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1885.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction'$this));
  1886.         return $instance;
  1887.     }
  1888.     /**
  1889.      * Gets the public 'App\Controller\Async\Coordinator\Canal\GetCanalCollectionAction' shared autowired service.
  1890.      *
  1891.      * @return \App\Controller\Async\Coordinator\Canal\GetCanalCollectionAction
  1892.      */
  1893.     protected function getGetCanalCollectionActionService()
  1894.     {
  1895.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1896.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Canal/GetCanalCollectionAction.php';
  1897.         $this->services['App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction'] = $instance = new \App\Controller\Async\Coordinator\Canal\GetCanalCollectionAction(($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()));
  1898.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction'$this));
  1899.         return $instance;
  1900.     }
  1901.     /**
  1902.      * Gets the public 'App\Controller\Async\Coordinator\Canal\PostCanalAction' shared autowired service.
  1903.      *
  1904.      * @return \App\Controller\Async\Coordinator\Canal\PostCanalAction
  1905.      */
  1906.     protected function getPostCanalActionService()
  1907.     {
  1908.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1909.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Canal/PostCanalAction.php';
  1910.         $this->services['App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction'] = $instance = new \App\Controller\Async\Coordinator\Canal\PostCanalAction();
  1911.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction'$this));
  1912.         return $instance;
  1913.     }
  1914.     /**
  1915.      * Gets the public 'App\Controller\Async\Coordinator\Canal\PutCanalAction' shared autowired service.
  1916.      *
  1917.      * @return \App\Controller\Async\Coordinator\Canal\PutCanalAction
  1918.      */
  1919.     protected function getPutCanalActionService()
  1920.     {
  1921.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1922.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Canal/PutCanalAction.php';
  1923.         $this->services['App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction'] = $instance = new \App\Controller\Async\Coordinator\Canal\PutCanalAction();
  1924.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction'$this));
  1925.         return $instance;
  1926.     }
  1927.     /**
  1928.      * Gets the public 'App\Controller\Async\Coordinator\Coordinators\DeleteCoordinatorAction' shared autowired service.
  1929.      *
  1930.      * @return \App\Controller\Async\Coordinator\Coordinators\DeleteCoordinatorAction
  1931.      */
  1932.     protected function getDeleteCoordinatorActionService()
  1933.     {
  1934.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1935.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Coordinators/DeleteCoordinatorAction.php';
  1936.         $this->services['App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction'] = $instance = new \App\Controller\Async\Coordinator\Coordinators\DeleteCoordinatorAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  1937.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction'$this));
  1938.         return $instance;
  1939.     }
  1940.     /**
  1941.      * Gets the public 'App\Controller\Async\Coordinator\Coordinators\GetCoordinatorsCollection' shared autowired service.
  1942.      *
  1943.      * @return \App\Controller\Async\Coordinator\Coordinators\GetCoordinatorsCollection
  1944.      */
  1945.     protected function getGetCoordinatorsCollectionService()
  1946.     {
  1947.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1948.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Coordinators/GetCoordinatorsCollection.php';
  1949.         $this->services['App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection'] = $instance = new \App\Controller\Async\Coordinator\Coordinators\GetCoordinatorsCollection(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1950.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection'$this));
  1951.         return $instance;
  1952.     }
  1953.     /**
  1954.      * Gets the public 'App\Controller\Async\Coordinator\Coordinators\PostCoordinatorsAction' shared autowired service.
  1955.      *
  1956.      * @return \App\Controller\Async\Coordinator\Coordinators\PostCoordinatorsAction
  1957.      */
  1958.     protected function getPostCoordinatorsActionService()
  1959.     {
  1960.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1961.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Coordinators/PostCoordinatorsAction.php';
  1962.         $this->services['App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction'] = $instance = new \App\Controller\Async\Coordinator\Coordinators\PostCoordinatorsAction(($this->privates['App\\Repository\\ChannelUserData\\ChannelUserDataRepository'] ?? $this->getChannelUserDataRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  1963.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction'$this));
  1964.         return $instance;
  1965.     }
  1966.     /**
  1967.      * Gets the public 'App\Controller\Async\Coordinator\GetResourceCollection' shared autowired service.
  1968.      *
  1969.      * @return \App\Controller\Async\Coordinator\GetResourceCollection
  1970.      */
  1971.     protected function getGetResourceCollectionService()
  1972.     {
  1973.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1974.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/GetResourceCollection.php';
  1975.         $this->services['App\\Controller\\Async\\Coordinator\\GetResourceCollection'] = $instance = new \App\Controller\Async\Coordinator\GetResourceCollection(($this->privates['App\\Service\\Chat\\ChatResourceService'] ?? $this->getChatResourceServiceService()));
  1976.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\GetResourceCollection'$this));
  1977.         return $instance;
  1978.     }
  1979.     /**
  1980.      * Gets the public 'App\Controller\Async\Coordinator\Users\GetAdminChannelUserDataCollection' shared autowired service.
  1981.      *
  1982.      * @return \App\Controller\Async\Coordinator\Users\GetAdminChannelUserDataCollection
  1983.      */
  1984.     protected function getGetAdminChannelUserDataCollectionService()
  1985.     {
  1986.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1987.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Users/GetAdminChannelUserDataCollection.php';
  1988.         $this->services['App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection'] = $instance = new \App\Controller\Async\Coordinator\Users\GetAdminChannelUserDataCollection(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1989.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection'$this));
  1990.         return $instance;
  1991.     }
  1992.     /**
  1993.      * Gets the public 'App\Controller\HomeController' shared autowired service.
  1994.      *
  1995.      * @return \App\Controller\HomeController
  1996.      */
  1997.     protected function getHomeControllerService()
  1998.     {
  1999.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2000.         include_once \dirname(__DIR__4).'/src/Controller/HomeController.php';
  2001.         $this->services['App\\Controller\\HomeController'] = $instance = new \App\Controller\HomeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2002.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\HomeController'$this));
  2003.         return $instance;
  2004.     }
  2005.     /**
  2006.      * Gets the public 'App\Controller\IntroductionController' shared autowired service.
  2007.      *
  2008.      * @return \App\Controller\IntroductionController
  2009.      */
  2010.     protected function getIntroductionControllerService()
  2011.     {
  2012.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2013.         include_once \dirname(__DIR__4).'/src/Controller/IntroductionController.php';
  2014.         $this->services['App\\Controller\\IntroductionController'] = $instance = new \App\Controller\IntroductionController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Account\\UserService'] ?? $this->getUserServiceService()));
  2015.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\IntroductionController'$this));
  2016.         return $instance;
  2017.     }
  2018.     /**
  2019.      * Gets the public 'App\Controller\ReverseSync\Proxy\ChatNotification\ChatNotificationCollectionAction' shared autowired service.
  2020.      *
  2021.      * @return \App\Controller\ReverseSync\Proxy\ChatNotification\ChatNotificationCollectionAction
  2022.      */
  2023.     protected function getChatNotificationCollectionAction2Service()
  2024.     {
  2025.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2026.         include_once \dirname(__DIR__4).'/src/Controller/ReverseSync/Proxy/ChatNotification/ChatNotificationCollectionAction.php';
  2027.         $this->services['App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationCollectionAction'] = $instance = new \App\Controller\ReverseSync\Proxy\ChatNotification\ChatNotificationCollectionAction(($this->privates['App\\Repository\\Chat\\ChatNotificationRepository'] ?? $this->getChatNotificationRepositoryService()));
  2028.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationCollectionAction'$this));
  2029.         return $instance;
  2030.     }
  2031.     /**
  2032.      * Gets the public 'App\Controller\ReverseSync\Proxy\ChatNotification\ChatNotificationNewCollectionAction' shared autowired service.
  2033.      *
  2034.      * @return \App\Controller\ReverseSync\Proxy\ChatNotification\ChatNotificationNewCollectionAction
  2035.      */
  2036.     protected function getChatNotificationNewCollectionActionService()
  2037.     {
  2038.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2039.         include_once \dirname(__DIR__4).'/src/Controller/ReverseSync/Proxy/ChatNotification/ChatNotificationNewCollectionAction.php';
  2040.         $this->services['App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction'] = $instance = new \App\Controller\ReverseSync\Proxy\ChatNotification\ChatNotificationNewCollectionAction(($this->privates['App\\Repository\\Chat\\ChatNotificationRepository'] ?? $this->getChatNotificationRepositoryService()));
  2041.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction'$this));
  2042.         return $instance;
  2043.     }
  2044.     /**
  2045.      * Gets the public 'App\Controller\ReverseSync\Proxy\LearnerMessages\ReferentConversationMessageCollectionAction' shared autowired service.
  2046.      *
  2047.      * @return \App\Controller\ReverseSync\Proxy\LearnerMessages\ReferentConversationMessageCollectionAction
  2048.      */
  2049.     protected function getReferentConversationMessageCollectionActionService()
  2050.     {
  2051.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2052.         include_once \dirname(__DIR__4).'/src/Controller/ReverseSync/Proxy/LearnerMessages/ReferentConversationMessageCollectionAction.php';
  2053.         $this->services['App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction'] = $instance = new \App\Controller\ReverseSync\Proxy\LearnerMessages\ReferentConversationMessageCollectionAction(($this->privates['App\\Repository\\Chat\\MessageRepository'] ?? $this->getMessageRepositoryService()), ($this->privates['App\\Service\\Chat\\ReferentConversationService'] ?? $this->getReferentConversationServiceService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2054.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction'$this));
  2055.         return $instance;
  2056.     }
  2057.     /**
  2058.      * Gets the public 'App\Controller\ReverseSync\Proxy\LearnerMessages\ServiceConversationMessageCollectionAction' shared autowired service.
  2059.      *
  2060.      * @return \App\Controller\ReverseSync\Proxy\LearnerMessages\ServiceConversationMessageCollectionAction
  2061.      */
  2062.     protected function getServiceConversationMessageCollectionActionService()
  2063.     {
  2064.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2065.         include_once \dirname(__DIR__4).'/src/Controller/ReverseSync/Proxy/LearnerMessages/ServiceConversationMessageCollectionAction.php';
  2066.         $this->services['App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction'] = $instance = new \App\Controller\ReverseSync\Proxy\LearnerMessages\ServiceConversationMessageCollectionAction(($this->privates['App\\Repository\\Chat\\MessageRepository'] ?? $this->getMessageRepositoryService()), ($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2067.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction'$this));
  2068.         return $instance;
  2069.     }
  2070.     /**
  2071.      * Gets the public 'App\Service\WebSocketHandler\ClientSideWebSocketHandler' shared autowired service.
  2072.      *
  2073.      * @return \App\Service\WebSocketHandler\ClientSideWebSocketHandler
  2074.      */
  2075.     protected function getClientSideWebSocketHandlerService()
  2076.     {
  2077.         include_once \dirname(__DIR__4).'/src/Service/WebSocketHandler/WebSocketHandlerInterface.php';
  2078.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  2079.         include_once \dirname(__DIR__4).'/src/Service/WebSocketHandler/AbstractWebSocketHandler.php';
  2080.         include_once \dirname(__DIR__4).'/src/Service/WebSocketHandler/ClientSideWebSocketHandler.php';
  2081.         return $this->services['App\\Service\\WebSocketHandler\\ClientSideWebSocketHandler'] = new \App\Service\WebSocketHandler\ClientSideWebSocketHandler(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['App\\WebSocket\\Stockage\\ActiveDataWebSocket'] ?? $this->getActiveDataWebSocketService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Repository\\Channel\\ChannelRepository'] ?? $this->getChannelRepositoryService()));
  2082.     }
  2083.     /**
  2084.      * Gets the public 'App\Service\WebSocketHandler\ServerSideWebSocketHandler' shared autowired service.
  2085.      *
  2086.      * @return \App\Service\WebSocketHandler\ServerSideWebSocketHandler
  2087.      */
  2088.     protected function getServerSideWebSocketHandlerService()
  2089.     {
  2090.         include_once \dirname(__DIR__4).'/src/Service/WebSocketHandler/WebSocketHandlerInterface.php';
  2091.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  2092.         include_once \dirname(__DIR__4).'/src/Service/WebSocketHandler/AbstractWebSocketHandler.php';
  2093.         include_once \dirname(__DIR__4).'/src/Service/WebSocketHandler/ServerSideWebSocketHandler.php';
  2094.         return $this->services['App\\Service\\WebSocketHandler\\ServerSideWebSocketHandler'] = new \App\Service\WebSocketHandler\ServerSideWebSocketHandler(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['App\\WebSocket\\Stockage\\ActiveDataWebSocket'] ?? $this->getActiveDataWebSocketService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Chat\\ConversationUserRepository'] ?? $this->getConversationUserRepositoryService()));
  2095.     }
  2096.     /**
  2097.      * Gets the public 'App\WebSocket\Component\ClientSideComponent' shared autowired service.
  2098.      *
  2099.      * @return \App\WebSocket\Component\ClientSideComponent
  2100.      */
  2101.     protected function getClientSideComponentService()
  2102.     {
  2103.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2104.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/ComponentInterface.php';
  2105.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/ComponentTrait.php';
  2106.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2107.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/AbstractComponent.php';
  2108.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageInterface.php';
  2109.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageComponentInterface.php';
  2110.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/AbstractMessageComponent.php';
  2111.         include_once \dirname(__DIR__4).'/src/WebSocket/Component/AbstractComponent.php';
  2112.         include_once \dirname(__DIR__4).'/src/WebSocket/Component/ClientSideComponent.php';
  2113.         return $this->services['App\\WebSocket\\Component\\ClientSideComponent'] = new \App\WebSocket\Component\ClientSideComponent(($this->services['App\\Service\\WebSocketHandler\\ClientSideWebSocketHandler'] ?? $this->getClientSideWebSocketHandlerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2114.     }
  2115.     /**
  2116.      * Gets the public 'App\WebSocket\Component\ServerSideComponent' shared autowired service.
  2117.      *
  2118.      * @return \App\WebSocket\Component\ServerSideComponent
  2119.      */
  2120.     protected function getServerSideComponentService()
  2121.     {
  2122.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2123.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/ComponentInterface.php';
  2124.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/ComponentTrait.php';
  2125.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2126.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/AbstractComponent.php';
  2127.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageInterface.php';
  2128.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageComponentInterface.php';
  2129.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/AbstractMessageComponent.php';
  2130.         include_once \dirname(__DIR__4).'/src/WebSocket/Component/AbstractComponent.php';
  2131.         include_once \dirname(__DIR__4).'/src/WebSocket/Component/ServerSideComponent.php';
  2132.         return $this->services['App\\WebSocket\\Component\\ServerSideComponent'] = new \App\WebSocket\Component\ServerSideComponent(($this->services['App\\Service\\WebSocketHandler\\ServerSideWebSocketHandler'] ?? $this->getServerSideWebSocketHandlerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2133.     }
  2134.     /**
  2135.      * Gets the public 'App\WebSocket\Stockage\ActiveDataWebSocket' shared autowired service.
  2136.      *
  2137.      * @return \App\WebSocket\Stockage\ActiveDataWebSocket
  2138.      */
  2139.     protected function getActiveDataWebSocketService()
  2140.     {
  2141.         include_once \dirname(__DIR__4).'/src/WebSocket/Stockage/ActiveDataWebSocket.php';
  2142.         return $this->services['App\\WebSocket\\Stockage\\ActiveDataWebSocket'] = new \App\WebSocket\Stockage\ActiveDataWebSocket(($this->privates['App\\Service\\Chat\\ConversationService'] ?? $this->getConversationServiceService()));
  2143.     }
  2144.     /**
  2145.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  2146.      *
  2147.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  2148.      */
  2149.     protected function getProfilerControllerService()
  2150.     {
  2151.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  2152.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  2153.     }
  2154.     /**
  2155.      * Gets the public 'DrosalysWeb\ObjectExtensions\Bridge\Symfony\DoctrineBlamer.App\Entity\Account\User' shared service.
  2156.      *
  2157.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Symfony\DoctrineBlamer
  2158.      */
  2159.     protected function getUserService()
  2160.     {
  2161.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Blame/BlamerInterface.php';
  2162.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/Blamer.php';
  2163.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/DoctrineBlamer.php';
  2164.         return $this->services['DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony\\DoctrineBlamer.App\\Entity\\Account\\User'] = new \DrosalysWeb\ObjectExtensions\Bridge\Symfony\DoctrineBlamer(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'App\\Entity\\Account\\User', [=> 'App\\Entity'=> 'DrosalysWeb\\ObjectExtensions\\SerializeLog\\Model']);
  2165.     }
  2166.     /**
  2167.      * Gets the public 'Faker\Generator' shared service.
  2168.      *
  2169.      * @return \Faker\Generator
  2170.      */
  2171.     protected function getGeneratorService()
  2172.     {
  2173.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Generator.php';
  2174.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Factory.php';
  2175.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Faker/Provider/AliceProvider.php';
  2176.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Provider/Base.php';
  2177.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Fixture/Provider/HtmlLorem.php';
  2178.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Provider/Image.php';
  2179.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Fixture/Provider/Image.php';
  2180.         $this->services['Faker\\Generator'] = $instance \Faker\Factory::create('en_US');
  2181.         $instance->seed(1);
  2182.         $instance->addProvider(new \Nelmio\Alice\Faker\Provider\AliceProvider());
  2183.         $instance->addProvider(new \Nellapp\Bundle\SDKBundle\Fixture\Provider\HtmlLorem($instance));
  2184.         $instance->addProvider(new \Nellapp\Bundle\SDKBundle\Fixture\Provider\Image($instance));
  2185.         return $instance;
  2186.     }
  2187.     /**
  2188.      * Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
  2189.      *
  2190.      * @return \Liip\ImagineBundle\Controller\ImagineController
  2191.      */
  2192.     protected function getImagineControllerService()
  2193.     {
  2194.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
  2195.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
  2196.         return $this->services['Liip\\ImagineBundle\\Controller\\ImagineController'] = new \Liip\ImagineBundle\Controller\ImagineController(($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()), ($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), new \Liip\ImagineBundle\Config\Controller\ControllerConfig(302));
  2197.     }
  2198.     /**
  2199.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectAction' shared autowired service.
  2200.      *
  2201.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectAction
  2202.      */
  2203.     protected function getConnectActionService()
  2204.     {
  2205.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/ConnectAction.php';
  2206.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  2207.         return $this->services['Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\ConnectAction'] = new \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectAction(($this->services['knpu.oauth2.registry'] ?? ($this->services['knpu.oauth2.registry'] = new \KnpU\OAuth2ClientBundle\Client\ClientRegistry($this, ['nellapp' => 'knpu.oauth2.client.nellapp']))));
  2208.     }
  2209.     /**
  2210.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectCheckAction' shared autowired service.
  2211.      *
  2212.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectCheckAction
  2213.      */
  2214.     protected function getConnectCheckActionService()
  2215.     {
  2216.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/ConnectCheckAction.php';
  2217.         return $this->services['Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\ConnectCheckAction'] = new \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectCheckAction();
  2218.     }
  2219.     /**
  2220.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\GlobalLogoutController' shared autowired service.
  2221.      *
  2222.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\GlobalLogoutController
  2223.      */
  2224.     protected function getGlobalLogoutControllerService()
  2225.     {
  2226.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2227.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/GlobalLogoutController.php';
  2228.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Session/SessionDeleter.php';
  2229.         $this->services['Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\GlobalLogoutController'] = $instance = new \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\GlobalLogoutController(new \Nellapp\Bundle\SDKBundle\Auth\Session\SessionDeleter(($this->privates['Redis'] ?? $this->getRedisService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'nim'));
  2230.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\GlobalLogoutController'$this));
  2231.         return $instance;
  2232.     }
  2233.     /**
  2234.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction' shared autowired service.
  2235.      *
  2236.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction
  2237.      */
  2238.     protected function getLoggedOutActionService()
  2239.     {
  2240.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2241.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/LoggedOutAction.php';
  2242.         $this->services['Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LoggedOutAction'] = $instance = new \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction();
  2243.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LoggedOutAction'$this));
  2244.         return $instance;
  2245.     }
  2246.     /**
  2247.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction' shared autowired service.
  2248.      *
  2249.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction
  2250.      */
  2251.     protected function getLogoutActionService()
  2252.     {
  2253.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2254.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/LogoutAction.php';
  2255.         $this->services['Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LogoutAction'] = $instance = new \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction();
  2256.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LogoutAction'$this));
  2257.         return $instance;
  2258.     }
  2259.     /**
  2260.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction' shared autowired service.
  2261.      *
  2262.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction
  2263.      */
  2264.     protected function getCollectionActionService()
  2265.     {
  2266.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2267.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  2268.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/ChannelUserRole/CollectionAction.php';
  2269.         $this->services['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChannelUserRole\\CollectionAction'] = $instance = new \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2270.         $instance->setContainer(($this->privates['.service_locator.w9LUdZh'] ?? $this->get_ServiceLocator_W9LUdZhService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChannelUserRole\\CollectionAction'$this));
  2271.         return $instance;
  2272.     }
  2273.     /**
  2274.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController' shared autowired service.
  2275.      *
  2276.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController
  2277.      */
  2278.     protected function getChatNotificationControllerService()
  2279.     {
  2280.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2281.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/ChatNotification/ChatNotificationController.php';
  2282.         $this->services['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChatNotification\\ChatNotificationController'] = $instance = new \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Proxy\\ProxyClient'] ?? $this->getProxyClientService()), ($this->privates['nellapp_sdk.routing.internal_url_generator'] ?? $this->getNellappSdk_Routing_InternalUrlGeneratorService()));
  2283.         $instance->setContainer(($this->privates['.service_locator.w9LUdZh'] ?? $this->get_ServiceLocator_W9LUdZhService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChatNotification\\ChatNotificationController'$this));
  2284.         return $instance;
  2285.     }
  2286.     /**
  2287.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction' shared autowired service.
  2288.      *
  2289.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction
  2290.      */
  2291.     protected function getChannelAdminCollectionActionService()
  2292.     {
  2293.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2294.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  2295.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/User/ChannelAdminCollectionAction.php';
  2296.         $this->services['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelAdminCollectionAction'] = $instance = new \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2297.         $instance->setContainer(($this->privates['.service_locator.w9LUdZh'] ?? $this->get_ServiceLocator_W9LUdZhService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelAdminCollectionAction'$this));
  2298.         return $instance;
  2299.     }
  2300.     /**
  2301.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction' shared autowired service.
  2302.      *
  2303.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction
  2304.      */
  2305.     protected function getChannelLearnerCollectionActionService()
  2306.     {
  2307.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2308.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  2309.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/User/ChannelLearnerCollectionAction.php';
  2310.         $this->services['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelLearnerCollectionAction'] = $instance = new \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2311.         $instance->setContainer(($this->privates['.service_locator.w9LUdZh'] ?? $this->get_ServiceLocator_W9LUdZhService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelLearnerCollectionAction'$this));
  2312.         return $instance;
  2313.     }
  2314.     /**
  2315.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction' shared autowired service.
  2316.      *
  2317.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction
  2318.      */
  2319.     protected function getChannelUserCollectionActionService()
  2320.     {
  2321.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2322.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  2323.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/User/ChannelUserCollectionAction.php';
  2324.         $this->services['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelUserCollectionAction'] = $instance = new \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2325.         $instance->setContainer(($this->privates['.service_locator.w9LUdZh'] ?? $this->get_ServiceLocator_W9LUdZhService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelUserCollectionAction'$this));
  2326.         return $instance;
  2327.     }
  2328.     /**
  2329.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController' shared autowired service.
  2330.      *
  2331.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController
  2332.      */
  2333.     protected function getChannelResourceAccessCacheControllerService()
  2334.     {
  2335.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2336.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Async/ChannelResourceAccessCacheController.php';
  2337.         $this->services['Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Async\\ChannelResourceAccessCacheController'] = $instance = new \Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceManager'] ?? $this->getChannelResourceManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] ?? $this->getAuthorizationHelperService()));
  2338.         $instance->setContainer(($this->privates['.service_locator.LnVGqdV'] ?? $this->get_ServiceLocator_LnVGqdVService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Async\\ChannelResourceAccessCacheController'$this));
  2339.         return $instance;
  2340.     }
  2341.     /**
  2342.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction' shared autowired service.
  2343.      *
  2344.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction
  2345.      */
  2346.     protected function getDeleteActionService()
  2347.     {
  2348.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2349.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  2350.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/DeleteAction.php';
  2351.         $instance = new \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2352.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  2353.         $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  2354.         $instance $instance->setChannelUserPermissionGroupManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] ?? $this->getChannelUserPermissionGroupManagerService()));
  2355.         $this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction'] = $instance $instance->setNellappUrlGenerator(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  2356.         $instance->setContainer(($this->privates['.service_locator.LnVGqdV'] ?? $this->get_ServiceLocator_LnVGqdVService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\DeleteAction'$this));
  2357.         return $instance;
  2358.     }
  2359.     /**
  2360.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction' shared autowired service.
  2361.      *
  2362.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction
  2363.      */
  2364.     protected function getEditActionService()
  2365.     {
  2366.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2367.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  2368.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/EditAction.php';
  2369.         $instance = new \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2370.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  2371.         $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  2372.         $instance $instance->setChannelUserPermissionGroupManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] ?? $this->getChannelUserPermissionGroupManagerService()));
  2373.         $this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction'] = $instance $instance->setNellappUrlGenerator(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  2374.         $instance->setContainer(($this->privates['.service_locator.LnVGqdV'] ?? $this->get_ServiceLocator_LnVGqdVService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\EditAction'$this));
  2375.         return $instance;
  2376.     }
  2377.     /**
  2378.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction' shared autowired service.
  2379.      *
  2380.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction
  2381.      */
  2382.     protected function getIndexActionService()
  2383.     {
  2384.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2385.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  2386.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/IndexAction.php';
  2387.         $instance = new \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2388.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  2389.         $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  2390.         $instance $instance->setChannelUserPermissionGroupManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] ?? $this->getChannelUserPermissionGroupManagerService()));
  2391.         $this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction'] = $instance $instance->setNellappUrlGenerator(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  2392.         $instance->setContainer(($this->privates['.service_locator.LnVGqdV'] ?? $this->get_ServiceLocator_LnVGqdVService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\IndexAction'$this));
  2393.         return $instance;
  2394.     }
  2395.     /**
  2396.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction' shared autowired service.
  2397.      *
  2398.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction
  2399.      */
  2400.     protected function getNewActionService()
  2401.     {
  2402.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2403.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  2404.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/NewAction.php';
  2405.         $instance = new \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2406.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  2407.         $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  2408.         $instance $instance->setChannelUserPermissionGroupManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] ?? $this->getChannelUserPermissionGroupManagerService()));
  2409.         $this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction'] = $instance $instance->setNellappUrlGenerator(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  2410.         $instance->setContainer(($this->privates['.service_locator.LnVGqdV'] ?? $this->get_ServiceLocator_LnVGqdVService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\NewAction'$this));
  2411.         return $instance;
  2412.     }
  2413.     /**
  2414.      * Gets the public 'Nellapp\Bundle\SDKBundle\Sync\Routing\Controller\Sync\CollectionAction' shared autowired service.
  2415.      *
  2416.      * @return \Nellapp\Bundle\SDKBundle\Sync\Routing\Controller\Sync\CollectionAction
  2417.      */
  2418.     protected function getCollectionAction2Service()
  2419.     {
  2420.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Controller/Sync/CollectionAction.php';
  2421.         return $this->services['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Controller\\Sync\\CollectionAction'] = new \Nellapp\Bundle\SDKBundle\Sync\Routing\Controller\Sync\CollectionAction(($this->services['router'] ?? $this->getRouterService()));
  2422.     }
  2423.     /**
  2424.      * Gets the public 'Nellapp\Bundle\SDKBundle\Twig\Controller\ErrorController' shared autowired service.
  2425.      *
  2426.      * @return \Nellapp\Bundle\SDKBundle\Twig\Controller\ErrorController
  2427.      */
  2428.     protected function getErrorControllerService()
  2429.     {
  2430.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Controller/ErrorController.php';
  2431.         return $this->services['Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController'] = new \Nellapp\Bundle\SDKBundle\Twig\Controller\ErrorController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2432.     }
  2433.     /**
  2434.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  2435.      *
  2436.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  2437.      */
  2438.     protected function getRedirectControllerService()
  2439.     {
  2440.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  2441.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2442.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  2443.     }
  2444.     /**
  2445.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  2446.      *
  2447.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  2448.      */
  2449.     protected function getTemplateControllerService()
  2450.     {
  2451.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  2452.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2453.     }
  2454.     /**
  2455.      * Gets the public 'app.chat_upload_namer' shared autowired service.
  2456.      *
  2457.      * @return \App\Uploader\ChatUploadNamer
  2458.      */
  2459.     protected function getApp_ChatUploadNamerService()
  2460.     {
  2461.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
  2462.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/UniqidNamer.php';
  2463.         include_once \dirname(__DIR__4).'/src/Uploader/ChatUploadNamer.php';
  2464.         return $this->services['app.chat_upload_namer'] = new \App\Uploader\ChatUploadNamer(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Service\\RequestService'] ?? $this->getRequestServiceService()));
  2465.     }
  2466.     /**
  2467.      * Gets the public 'bazinga.jstranslation.controller' shared service.
  2468.      *
  2469.      * @return \Bazinga\Bundle\JsTranslationBundle\Controller\Controller
  2470.      */
  2471.     protected function getBazinga_Jstranslation_ControllerService()
  2472.     {
  2473.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php';
  2474.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  2475.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  2476.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  2477.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  2478.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  2479.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  2480.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  2481.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  2482.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  2483.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  2484.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  2485.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  2486.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  2487.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  2488.         $this->services['bazinga.jstranslation.controller'] = $instance = new \Bazinga\Bundle\JsTranslationBundle\Controller\Controller(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['bazinga.jstranslation.translation_finder'] ?? $this->getBazinga_Jstranslation_TranslationFinderService()), ($this->targetDir.''.'/bazinga-js-translation'), true'fr''fr''86400');
  2489.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  2490.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  2491.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  2492.         $instance->addLoader('yaml'$a);
  2493.         $instance->addLoader('yml'$a);
  2494.         $instance->addLoader('xlf'$b);
  2495.         $instance->addLoader('xliff'$b);
  2496.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  2497.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  2498.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  2499.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  2500.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  2501.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  2502.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  2503.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  2504.         return $instance;
  2505.     }
  2506.     /**
  2507.      * Gets the public 'bazinga.jstranslation.dump_command' shared service.
  2508.      *
  2509.      * @return \Bazinga\Bundle\JsTranslationBundle\Command\DumpCommand
  2510.      */
  2511.     protected function getBazinga_Jstranslation_DumpCommandService()
  2512.     {
  2513.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2514.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Command/DumpCommand.php';
  2515.         $this->services['bazinga.jstranslation.dump_command'] = $instance = new \Bazinga\Bundle\JsTranslationBundle\Command\DumpCommand(($this->services['bazinga.jstranslation.translation_dumper'] ?? $this->getBazinga_Jstranslation_TranslationDumperService()), \dirname(__DIR__4));
  2516.         $instance->setName('bazinga:js-translation:dump');
  2517.         return $instance;
  2518.     }
  2519.     /**
  2520.      * Gets the public 'bazinga.jstranslation.translation_dumper' shared service.
  2521.      *
  2522.      * @return \Bazinga\Bundle\JsTranslationBundle\Dumper\TranslationDumper
  2523.      */
  2524.     protected function getBazinga_Jstranslation_TranslationDumperService()
  2525.     {
  2526.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Dumper/TranslationDumper.php';
  2527.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  2528.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  2529.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  2530.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  2531.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  2532.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  2533.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  2534.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  2535.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  2536.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  2537.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  2538.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  2539.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  2540.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  2541.         $this->services['bazinga.jstranslation.translation_dumper'] = $instance = new \Bazinga\Bundle\JsTranslationBundle\Dumper\TranslationDumper(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['bazinga.jstranslation.translation_finder'] ?? $this->getBazinga_Jstranslation_TranslationFinderService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), 'fr''fr', [], []);
  2542.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  2543.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  2544.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  2545.         $instance->addLoader('yaml'$a);
  2546.         $instance->addLoader('yml'$a);
  2547.         $instance->addLoader('xlf'$b);
  2548.         $instance->addLoader('xliff'$b);
  2549.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  2550.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  2551.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  2552.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  2553.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  2554.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  2555.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  2556.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  2557.         return $instance;
  2558.     }
  2559.     /**
  2560.      * Gets the public 'bazinga.jstranslation.translation_finder' shared service.
  2561.      *
  2562.      * @return \Bazinga\Bundle\JsTranslationBundle\Finder\TranslationFinder
  2563.      */
  2564.     protected function getBazinga_Jstranslation_TranslationFinderService()
  2565.     {
  2566.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Finder/TranslationFinder.php';
  2567.         return $this->services['bazinga.jstranslation.translation_finder'] = new \Bazinga\Bundle\JsTranslationBundle\Finder\TranslationFinder(['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.cs.yml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.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')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Resources/translations/OneupUploaderBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.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')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/translations/NellappSDKBundle.fr.yaml'), => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/translations/datetime.fr.yaml'), => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/translations/email.fr.yaml'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.fr.yml'), => (\dirname(__DIR__4).'/translations/OneupUploaderBundle.fr.yaml'), 10 => (\dirname(__DIR__4).'/translations/messages.fr.yaml'), 11 => (\dirname(__DIR__4).'/translations/validators.fr.yaml')], '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')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.it.yml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.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')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.pt_BR.yml')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.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/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.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')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], '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')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'ua' => [=> (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.ua.yml')]]);
  2568.     }
  2569.     /**
  2570.      * Gets the public 'cache.app' shared service.
  2571.      *
  2572.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2573.      */
  2574.     protected function getCache_AppService()
  2575.     {
  2576.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection..Id32ei'] ?? $this->get_CacheConnection__Id32eiService()), 'EZF99b8rPn'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  2577.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2578.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  2579.     }
  2580.     /**
  2581.      * Gets the public 'cache.app_clearer' shared service.
  2582.      *
  2583.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2584.      */
  2585.     protected function getCache_AppClearerService()
  2586.     {
  2587.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2588.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2589.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService())]);
  2590.     }
  2591.     /**
  2592.      * Gets the public 'cache.global_clearer' shared service.
  2593.      *
  2594.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2595.      */
  2596.     protected function getCache_GlobalClearerService()
  2597.     {
  2598.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2599.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2600.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()), 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()), 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()), 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService())]);
  2601.     }
  2602.     /**
  2603.      * Gets the public 'cache.system' shared service.
  2604.      *
  2605.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2606.      */
  2607.     protected function getCache_SystemService()
  2608.     {
  2609.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PGJqATVKR5'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2610.     }
  2611.     /**
  2612.      * Gets the public 'cache.system_clearer' shared service.
  2613.      *
  2614.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2615.      */
  2616.     protected function getCache_SystemClearerService()
  2617.     {
  2618.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2619.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2620.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()), 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()), 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()), 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService())]);
  2621.     }
  2622.     /**
  2623.      * Gets the public 'cache.validator_expression_language' shared service.
  2624.      *
  2625.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2626.      */
  2627.     protected function getCache_ValidatorExpressionLanguageService()
  2628.     {
  2629.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GFMQ+FZoJP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2630.     }
  2631.     /**
  2632.      * Gets the public 'cache_warmer' shared service.
  2633.      *
  2634.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  2635.      */
  2636.     protected function getCacheWarmerService()
  2637.     {
  2638.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2639.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  2640.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  2641.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  2642.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  2643.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  2644.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  2645.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  2646.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  2647.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  2648.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  2649.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  2650.             yield => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__4).'/public/build/entrypoints.json'), 'core' => (\dirname(__DIR__4).'/public/bundles/nellappsdk/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'))));
  2651.         }, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  2652.     }
  2653.     /**
  2654.      * Gets the public 'console.command_loader' shared service.
  2655.      *
  2656.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  2657.      */
  2658.     protected function getConsole_CommandLoaderService()
  2659.     {
  2660.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  2661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  2662.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2663.             'App\\Command\\Cron\\CreateOrDeleteCanalFromSessions' => ['privates''.App\\Command\\Cron\\CreateOrDeleteCanalFromSessions.lazy''getCreateOrDeleteCanalFromSessions_LazyService'false],
  2664.             'App\\Command\\Cron\\DeleteOldChatMessageCommand' => ['privates''.App\\Command\\Cron\\DeleteOldChatMessageCommand.lazy''getDeleteOldChatMessageCommand_LazyService'false],
  2665.             'App\\Command\\Cron\\DeleteOldConversationCommand' => ['privates''.App\\Command\\Cron\\DeleteOldConversationCommand.lazy''getDeleteOldConversationCommand_LazyService'false],
  2666.             'App\\Command\\Cron\\ManageConversationUsersForCursusCommand' => ['privates''.App\\Command\\Cron\\ManageConversationUsersForCursusCommand.lazy''getManageConversationUsersForCursusCommand_LazyService'false],
  2667.             'App\\Command\\GenerateHashtagUserCommand' => ['privates''.App\\Command\\GenerateHashtagUserCommand.lazy''getGenerateHashtagUserCommand_LazyService'false],
  2668.             'App\\Command\\GenerateReferentAndServiceConversationsForActiveCursusCommand' => ['privates''.App\\Command\\GenerateReferentAndServiceConversationsForActiveCursusCommand.lazy''getGenerateReferentAndServiceConversationsForActiveCursusCommand_LazyService'false],
  2669.             'App\\Command\\InitChannelCanalCommand' => ['privates''.App\\Command\\InitChannelCanalCommand.lazy''getInitChannelCanalCommand_LazyService'false],
  2670.             'App\\Command\\InitResourcesCommand' => ['privates''.App\\Command\\InitResourcesCommand.lazy''getInitResourcesCommand_LazyService'false],
  2671.             'App\\Command\\InitSimpleConversationsCommand' => ['privates''.App\\Command\\InitSimpleConversationsCommand.lazy''getInitSimpleConversationsCommand_LazyService'false],
  2672.             'App\\Command\\TestStringCommand' => ['privates''.App\\Command\\TestStringCommand.lazy''getTestStringCommand_LazyService'false],
  2673.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  2674.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  2675.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  2676.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  2677.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  2678.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  2679.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  2680.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  2681.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  2682.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  2683.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  2684.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  2685.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  2686.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  2687.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  2688.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  2689.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  2690.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  2691.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  2692.             'console.command.messenger_failed_messages_retry' => ['privates''.console.command.messenger_failed_messages_retry.lazy''get_Console_Command_MessengerFailedMessagesRetry_LazyService'false],
  2693.             'console.command.messenger_failed_messages_show' => ['privates''.console.command.messenger_failed_messages_show.lazy''get_Console_Command_MessengerFailedMessagesShow_LazyService'false],
  2694.             'console.command.messenger_failed_messages_remove' => ['privates''.console.command.messenger_failed_messages_remove.lazy''get_Console_Command_MessengerFailedMessagesRemove_LazyService'false],
  2695.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  2696.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  2697.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  2698.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  2699.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  2700.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  2701.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  2702.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  2703.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  2704.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  2705.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  2706.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  2707.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  2708.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  2709.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  2710.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  2711.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  2712.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  2713.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  2714.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  2715.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  2716.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  2717.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  2718.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  2719.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  2720.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  2721.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  2722.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  2723.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  2724.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  2725.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  2726.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  2727.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  2728.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  2729.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  2730.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  2731.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  2732.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  2733.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  2734.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  2735.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  2736.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  2737.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  2738.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  2739.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  2740.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  2741.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  2742.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  2743.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  2744.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  2745.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  2746.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  2747.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  2748.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  2749.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  2750.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => ['services''hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command''getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService'false],
  2751.             'nelmio_api_doc.command.dump' => ['services''nelmio_api_doc.command.dump''getNelmioApiDoc_Command_DumpService'false],
  2752.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand.lazy''getCheckChannelMenuDisplayedCommand_LazyService'false],
  2753.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand.lazy''getCleanExpiredChannelResourcePermissionCommand_LazyService'false],
  2754.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand' => ['privates''Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand''getFailedMessageCommandService'false],
  2755.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand.lazy''getFullRefreshClassCommand_LazyService'false],
  2756.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand.lazy''getRefreshClassCommand_LazyService'false],
  2757.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand.lazy''getRefreshOneCommand_LazyService'false],
  2758.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand.lazy''getUserFromChannelCommand_LazyService'false],
  2759.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand.lazy''getSyncOneCommand_LazyService'false],
  2760.             'liip_imagine.command.cache_remove' => ['privates''liip_imagine.command.cache_remove''getLiipImagine_Command_CacheRemoveService'false],
  2761.             'liip_imagine.command.cache_resolve' => ['privates''liip_imagine.command.cache_resolve''getLiipImagine_Command_CacheResolveService'false],
  2762.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => ['privates''Sentry\\SentryBundle\\Command\\SentryTestCommand''getSentryTestCommandService'false],
  2763.             'DrosalysWeb\\Bundle\\WebSocketBundle\\Command\\ServerRunCommand' => ['privates''DrosalysWeb\\Bundle\\WebSocketBundle\\Command\\ServerRunCommand''getServerRunCommandService'false],
  2764.             'bazinga.jstranslation.dump_command' => ['services''bazinga.jstranslation.dump_command''getBazinga_Jstranslation_DumpCommandService'false],
  2765.             'oneup_uploader.command.clear_chunks' => ['privates''oneup_uploader.command.clear_chunks''getOneupUploader_Command_ClearChunksService'false],
  2766.             'oneup_uploader.command.clear_orphans' => ['privates''oneup_uploader.command.clear_orphans''getOneupUploader_Command_ClearOrphansService'false],
  2767.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  2768.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  2769.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  2770.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  2771.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  2772.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  2773.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  2774.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  2775.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  2776.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  2777.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  2778.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  2779.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  2780.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  2781.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  2782.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  2783.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  2784.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  2785.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  2786.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  2787.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  2788.         ], [
  2789.             'App\\Command\\Cron\\CreateOrDeleteCanalFromSessions' => '?',
  2790.             'App\\Command\\Cron\\DeleteOldChatMessageCommand' => '?',
  2791.             'App\\Command\\Cron\\DeleteOldConversationCommand' => '?',
  2792.             'App\\Command\\Cron\\ManageConversationUsersForCursusCommand' => '?',
  2793.             'App\\Command\\GenerateHashtagUserCommand' => '?',
  2794.             'App\\Command\\GenerateReferentAndServiceConversationsForActiveCursusCommand' => '?',
  2795.             'App\\Command\\InitChannelCanalCommand' => '?',
  2796.             'App\\Command\\InitResourcesCommand' => '?',
  2797.             'App\\Command\\InitSimpleConversationsCommand' => '?',
  2798.             'App\\Command\\TestStringCommand' => '?',
  2799.             'console.command.about' => '?',
  2800.             'console.command.assets_install' => '?',
  2801.             'console.command.cache_clear' => '?',
  2802.             'console.command.cache_pool_clear' => '?',
  2803.             'console.command.cache_pool_prune' => '?',
  2804.             'console.command.cache_pool_delete' => '?',
  2805.             'console.command.cache_pool_list' => '?',
  2806.             'console.command.cache_warmup' => '?',
  2807.             'console.command.config_debug' => '?',
  2808.             'console.command.config_dump_reference' => '?',
  2809.             'console.command.container_debug' => '?',
  2810.             'console.command.container_lint' => '?',
  2811.             'console.command.debug_autowiring' => '?',
  2812.             'console.command.dotenv_debug' => '?',
  2813.             'console.command.event_dispatcher_debug' => '?',
  2814.             'console.command.messenger_consume_messages' => '?',
  2815.             'console.command.messenger_setup_transports' => '?',
  2816.             'console.command.messenger_debug' => '?',
  2817.             'console.command.messenger_stop_workers' => '?',
  2818.             'console.command.messenger_failed_messages_retry' => '?',
  2819.             'console.command.messenger_failed_messages_show' => '?',
  2820.             'console.command.messenger_failed_messages_remove' => '?',
  2821.             'console.command.router_debug' => '?',
  2822.             'console.command.router_match' => '?',
  2823.             'console.command.translation_debug' => '?',
  2824.             'console.command.translation_extract' => '?',
  2825.             'console.command.validator_debug' => '?',
  2826.             'console.command.translation_pull' => '?',
  2827.             'console.command.translation_push' => '?',
  2828.             'console.command.xliff_lint' => '?',
  2829.             'console.command.yaml_lint' => '?',
  2830.             'console.command.form_debug' => '?',
  2831.             'console.command.secrets_set' => '?',
  2832.             'console.command.secrets_remove' => '?',
  2833.             'console.command.secrets_generate_key' => '?',
  2834.             'console.command.secrets_list' => '?',
  2835.             'console.command.secrets_decrypt_to_local' => '?',
  2836.             'console.command.secrets_encrypt_from_local' => '?',
  2837.             'twig.command.debug' => '?',
  2838.             'twig.command.lint' => '?',
  2839.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  2840.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  2841.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  2842.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  2843.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  2844.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  2845.             'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  2846.             'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  2847.             'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  2848.             'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  2849.             'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  2850.             'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  2851.             'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  2852.             'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  2853.             'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  2854.             'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  2855.             'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  2856.             'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  2857.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  2858.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  2859.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  2860.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  2861.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  2862.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  2863.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  2864.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  2865.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  2866.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  2867.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  2868.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  2869.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  2870.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  2871.             'security.command.debug_firewall' => '?',
  2872.             'security.command.user_password_encoder' => '?',
  2873.             'security.command.user_password_hash' => '?',
  2874.             'var_dumper.command.server_dump' => '?',
  2875.             'monolog.command.server_log' => '?',
  2876.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'Hautelook\\AliceBundle\\Console\\Command\\Doctrine\\DoctrineOrmLoadDataFixturesCommand',
  2877.             'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  2878.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand' => '?',
  2879.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand' => '?',
  2880.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand' => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand',
  2881.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand' => '?',
  2882.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand' => '?',
  2883.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand' => '?',
  2884.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand' => '?',
  2885.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand' => '?',
  2886.             'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
  2887.             'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
  2888.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand',
  2889.             'DrosalysWeb\\Bundle\\WebSocketBundle\\Command\\ServerRunCommand' => 'DrosalysWeb\\Bundle\\WebSocketBundle\\Command\\ServerRunCommand',
  2890.             'bazinga.jstranslation.dump_command' => 'Bazinga\\Bundle\\JsTranslationBundle\\Command\\DumpCommand',
  2891.             'oneup_uploader.command.clear_chunks' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  2892.             'oneup_uploader.command.clear_orphans' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  2893.             'maker.auto_command.make_auth' => '?',
  2894.             'maker.auto_command.make_command' => '?',
  2895.             'maker.auto_command.make_controller' => '?',
  2896.             'maker.auto_command.make_crud' => '?',
  2897.             'maker.auto_command.make_docker_database' => '?',
  2898.             'maker.auto_command.make_entity' => '?',
  2899.             'maker.auto_command.make_fixtures' => '?',
  2900.             'maker.auto_command.make_form' => '?',
  2901.             'maker.auto_command.make_message' => '?',
  2902.             'maker.auto_command.make_messenger_middleware' => '?',
  2903.             'maker.auto_command.make_registration_form' => '?',
  2904.             'maker.auto_command.make_reset_password' => '?',
  2905.             'maker.auto_command.make_serializer_encoder' => '?',
  2906.             'maker.auto_command.make_serializer_normalizer' => '?',
  2907.             'maker.auto_command.make_subscriber' => '?',
  2908.             'maker.auto_command.make_twig_extension' => '?',
  2909.             'maker.auto_command.make_test' => '?',
  2910.             'maker.auto_command.make_validator' => '?',
  2911.             'maker.auto_command.make_voter' => '?',
  2912.             'maker.auto_command.make_user' => '?',
  2913.             'maker.auto_command.make_migration' => '?',
  2914.         ]), ['app:delete-or-create-canal-from-sessions' => 'App\\Command\\Cron\\CreateOrDeleteCanalFromSessions''app:delete-old-chat-message' => 'App\\Command\\Cron\\DeleteOldChatMessageCommand''app:delete-old-conversation' => 'App\\Command\\Cron\\DeleteOldConversationCommand''app:update-conversation-user-from-cursus' => 'App\\Command\\Cron\\ManageConversationUsersForCursusCommand''app:generate-hashtag-user' => 'App\\Command\\GenerateHashtagUserCommand''app:generate-referent-service-conversations' => 'App\\Command\\GenerateReferentAndServiceConversationsForActiveCursusCommand''app:init-channel-canal' => 'App\\Command\\InitChannelCanalCommand''app:init-resources' => 'App\\Command\\InitResourcesCommand''app:init-channel-simple-conversations' => 'App\\Command\\InitSimpleConversationsCommand''app:test-string' => 'App\\Command\\TestStringCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''messenger:consume' => 'console.command.messenger_consume_messages''messenger:setup-transports' => 'console.command.messenger_setup_transports''debug:messenger' => 'console.command.messenger_debug''messenger:stop-workers' => 'console.command.messenger_stop_workers''messenger:failed:retry' => 'console.command.messenger_failed_messages_retry''messenger:failed:show' => 'console.command.messenger_failed_messages_show''messenger:failed:remove' => 'console.command.messenger_failed_messages_remove''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''hautelook:fixtures:load' => 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command''nelmio:apidoc:dump' => 'nelmio_api_doc.command.dump''nellapp:check:menu-displayed' => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand''nellapp:check:expired-permission' => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand''nellapp:failed-message' => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand''nellapp:force-full-refresh' => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand''nellapp:force-refresh' => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand''nellapp:force-refresh-one' => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand''nellapp:force-sync:ufc' => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand''nellapp:sync:one' => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand''liip:imagine:cache:remove' => 'liip_imagine.command.cache_remove''liip:imagine:cache:resolve' => 'liip_imagine.command.cache_resolve''sentry:test' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand''drosalys:ws:server-run' => 'DrosalysWeb\\Bundle\\WebSocketBundle\\Command\\ServerRunCommand''bazinga:js-translation:dump' => 'bazinga.jstranslation.dump_command''oneup:uploader:clear-chunks' => 'oneup_uploader.command.clear_chunks''oneup:uploader:clear-orphans' => 'oneup_uploader.command.clear_orphans''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration']);
  2915.     }
  2916.     /**
  2917.      * Gets the public 'container.env_var_processors_locator' shared service.
  2918.      *
  2919.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2920.      */
  2921.     protected function getContainer_EnvVarProcessorsLocatorService()
  2922.     {
  2923.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2924.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2925.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2926.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2927.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2928.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2929.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2930.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2931.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2932.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2933.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2934.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2935.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2936.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2937.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2938.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2939.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2940.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2941.         ], [
  2942.             'base64' => '?',
  2943.             'bool' => '?',
  2944.             'const' => '?',
  2945.             'csv' => '?',
  2946.             'default' => '?',
  2947.             'file' => '?',
  2948.             'float' => '?',
  2949.             'int' => '?',
  2950.             'json' => '?',
  2951.             'key' => '?',
  2952.             'not' => '?',
  2953.             'query_string' => '?',
  2954.             'require' => '?',
  2955.             'resolve' => '?',
  2956.             'string' => '?',
  2957.             'trim' => '?',
  2958.             'url' => '?',
  2959.         ]);
  2960.     }
  2961.     /**
  2962.      * Gets the public 'data_collector.dump' shared service.
  2963.      *
  2964.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  2965.      */
  2966.     protected function getDataCollector_DumpService()
  2967.     {
  2968.         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()));
  2969.     }
  2970.     /**
  2971.      * Gets the public 'default_filesystem' shared service.
  2972.      *
  2973.      * @return \League\Flysystem\Filesystem
  2974.      */
  2975.     protected function getDefaultFilesystemService()
  2976.     {
  2977.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  2978.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  2979.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  2980.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/CalculateChecksumFromStream.php';
  2981.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Filesystem.php';
  2982.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemAdapter.php';
  2983.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/ChecksumProvider.php';
  2984.         include_once \dirname(__DIR__4).'/vendor/league/flysystem-local/LocalFilesystemAdapter.php';
  2985.         return $this->services['default_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__3).'/uploads'), NULL22NULLfalse), []);
  2986.     }
  2987.     /**
  2988.      * Gets the public 'doctrine' shared service.
  2989.      *
  2990.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  2991.      */
  2992.     protected function getDoctrineService()
  2993.     {
  2994.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  2995.     }
  2996.     /**
  2997.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  2998.      *
  2999.      * @return \Doctrine\DBAL\Connection
  3000.      */
  3001.     protected function getDoctrine_Dbal_DefaultConnectionService()
  3002.     {
  3003.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  3004.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  3005.             return $this->services['doctrine.dbal.default_connection'];
  3006.         }
  3007.         $b = new \Doctrine\DBAL\Configuration();
  3008.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  3009.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3010.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3011.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  3012.         $d = 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))));
  3013.         $d->setConnectionName('default');
  3014.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  3015.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
  3016.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d=> new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware(new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())))]);
  3017.         return $this->services['doctrine.dbal.default_connection'] = (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'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'charset' => 'utf8mb4''driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => 'mariadb-10.5.0''defaultTableOptions' => []], $b$a, []);
  3018.     }
  3019.     /**
  3020.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  3021.      *
  3022.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  3023.      */
  3024.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  3025.     {
  3026.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3027.             'App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''getAbstractCursusSubscriberService'false],
  3028.             'App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber''getCanalSubscriberService'false],
  3029.             'App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber''getChannelSubscriberService'false],
  3030.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber''getChannelUserDataSubscriberService'false],
  3031.             'App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber''getChatNotificationSubscriberService'false],
  3032.             'App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber''getConversationSubscriberService'false],
  3033.             'App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber''getConversationUserSubscriberService'false],
  3034.             'App\\Doctrine\\EventEntitySubscriber\\FileSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\FileSubscriber''getFileSubscriberService'false],
  3035.             'App\\Doctrine\\EventEntitySubscriber\\GroupSubscriberAbstract' => ['privates''App\\Doctrine\\EventEntitySubscriber\\GroupSubscriberAbstract''getGroupSubscriberAbstractService'false],
  3036.             'App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber''getMessageSubscriberService'false],
  3037.             'App\\Doctrine\\EventEntitySubscriber\\PlaceSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\PlaceSubscriber''getPlaceSubscriberService'false],
  3038.             'App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber''getServiceConversationSubscriberService'false],
  3039.             'App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber''getServiceSubscriberService'false],
  3040.             'App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''getSessionReferentsSubscriberService'false],
  3041.             'App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''getSessionSubscriberService'false],
  3042.             'App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract' => ['privates''App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract''getTrainingSubscriberAbstractService'false],
  3043.             'App\\Doctrine\\EventEntitySubscriber\\UserSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\UserSubscriber''getUserSubscriberService'false],
  3044.         ], [
  3045.             'App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber' => '?',
  3046.             'App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber' => '?',
  3047.             'App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber' => '?',
  3048.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber' => '?',
  3049.             'App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber' => '?',
  3050.             'App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber' => '?',
  3051.             'App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber' => '?',
  3052.             'App\\Doctrine\\EventEntitySubscriber\\FileSubscriber' => '?',
  3053.             'App\\Doctrine\\EventEntitySubscriber\\GroupSubscriberAbstract' => '?',
  3054.             'App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber' => '?',
  3055.             'App\\Doctrine\\EventEntitySubscriber\\PlaceSubscriber' => '?',
  3056.             'App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber' => '?',
  3057.             'App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber' => '?',
  3058.             'App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber' => '?',
  3059.             'App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber' => '?',
  3060.             'App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract' => '?',
  3061.             'App\\Doctrine\\EventEntitySubscriber\\UserSubscriber' => '?',
  3062.         ]));
  3063.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber');
  3064.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber');
  3065.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber');
  3066.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber');
  3067.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber');
  3068.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber''App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber');
  3069.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber');
  3070.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber');
  3071.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber');
  3072.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber');
  3073.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber');
  3074.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber''App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber');
  3075.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber''App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber');
  3076.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber''App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber');
  3077.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber''App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber');
  3078.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber''App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber');
  3079.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\FileSubscriber''App\\Doctrine\\EventEntitySubscriber\\FileSubscriber');
  3080.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\GroupSubscriberAbstract''App\\Doctrine\\EventEntitySubscriber\\GroupSubscriberAbstract');
  3081.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber''App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber');
  3082.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\PlaceSubscriber''App\\Doctrine\\EventEntitySubscriber\\PlaceSubscriber');
  3083.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber''App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber');
  3084.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber''App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber');
  3085.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber''App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber');
  3086.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber''App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber');
  3087.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber');
  3088.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber');
  3089.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber');
  3090.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber');
  3091.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber');
  3092.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber');
  3093.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber');
  3094.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber');
  3095.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber');
  3096.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract''App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract');
  3097.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\UserSubscriber''App\\Doctrine\\EventEntitySubscriber\\UserSubscriber');
  3098.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\UserSubscriber''App\\Doctrine\\EventEntitySubscriber\\UserSubscriber');
  3099.         return $instance;
  3100.     }
  3101.     /**
  3102.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  3103.      *
  3104.      * @return \Doctrine\ORM\EntityManager
  3105.      */
  3106.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  3107.     {
  3108.         if ($lazyLoad) {
  3109.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  3110.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3111.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  3112.                     $proxy->setProxyInitializer(null);
  3113.                     return true;
  3114.                 });
  3115.             });
  3116.         }
  3117.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  3118.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  3119.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  3120.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  3121.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  3122.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  3123.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  3124.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  3125.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  3126.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  3127.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  3128.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  3129.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  3130.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  3131.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  3132.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/RepositoryFactoryCompatibility.php';
  3133.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  3134.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  3135.         $a = new \Doctrine\ORM\Configuration();
  3136.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  3137.         $c = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Entity')], false)));
  3138.         $b->addDriver($c'App\\Entity');
  3139.         $b->addDriver($c'Nellapp\\Bundle\\SDKBundle\\Entity');
  3140.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/SerializeLog/mapping') => 'DrosalysWeb\\ObjectExtensions\\SerializeLog\\Model'], '.orm.xml'), NULLfalse), 'DrosalysWeb\\ObjectExtensions\\SerializeLog\\Model');
  3141.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ActivityFeed/Entity')], false), 'Nellapp\\Bundle\\SDKBundle\\ActivityFeed\\Entity');
  3142.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Entity')], false), 'Nellapp\\Bundle\\SDKBundle\\Auth\\Entity');
  3143.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Entity')], false), 'Nellapp\\Bundle\\SDKBundle\\Channel\\Entity');
  3144.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Entity')], false), 'Nellapp\\Bundle\\SDKBundle\\Permission\\Entity');
  3145.         $a->setEntityNamespaces(['App' => 'App\\Entity''NellappSDKBundle' => 'Nellapp\\Bundle\\SDKBundle\\Entity']);
  3146.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3147.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  3148.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  3149.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3150.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  3151.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  3152.         ], [
  3153.             'doctrine.ulid_generator' => '?',
  3154.             'doctrine.uuid_generator' => '?',
  3155.         ])));
  3156.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  3157.         $a->setProxyNamespace('Proxies');
  3158.         $a->setAutoGenerateProxyClasses(true);
  3159.         $a->setSchemaIgnoreClasses([]);
  3160.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  3161.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  3162.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  3163.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  3164.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  3165.         $a->setLazyGhostObjectEnabled(false);
  3166.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3167.             'App\\Repository\\Account\\NotificationRepository' => ['privates''App\\Repository\\Account\\NotificationRepository''getNotificationRepositoryService'false],
  3168.             'App\\Repository\\Account\\UserRepository' => ['privates''App\\Repository\\Account\\UserRepository''getUserRepositoryService'false],
  3169.             'App\\Repository\\ChannelUserData\\AbstractCursusRepository' => ['privates''App\\Repository\\ChannelUserData\\AbstractCursusRepository''getAbstractCursusRepositoryService'false],
  3170.             'App\\Repository\\ChannelUserData\\ChannelUserDataRepository' => ['privates''App\\Repository\\ChannelUserData\\ChannelUserDataRepository''getChannelUserDataRepositoryService'false],
  3171.             'App\\Repository\\Channel\\ChannelRepository' => ['privates''App\\Repository\\Channel\\ChannelRepository''getChannelRepositoryService'false],
  3172.             'App\\Repository\\Channel\\ChannelUserServicePermissionRepository' => ['privates''App\\Repository\\Channel\\ChannelUserServicePermissionRepository''getChannelUserServicePermissionRepositoryService'false],
  3173.             'App\\Repository\\Channel\\ChannelUserSessionPermissionRepository' => ['privates''App\\Repository\\Channel\\ChannelUserSessionPermissionRepository''getChannelUserSessionPermissionRepositoryService'false],
  3174.             'App\\Repository\\Channel\\ChannelWhiteLabelRepository' => ['privates''App\\Repository\\Channel\\ChannelWhiteLabelRepository''getChannelWhiteLabelRepositoryService'false],
  3175.             'App\\Repository\\Channel\\GroupRepository' => ['privates''App\\Repository\\Channel\\GroupRepository''getGroupRepositoryService'false],
  3176.             'App\\Repository\\Channel\\PlaceRepository' => ['privates''App\\Repository\\Channel\\PlaceRepository''getPlaceRepositoryService'false],
  3177.             'App\\Repository\\Channel\\ServiceRepository' => ['privates''App\\Repository\\Channel\\ServiceRepository''getServiceRepositoryService'false],
  3178.             'App\\Repository\\Channel\\SessionRepository' => ['privates''App\\Repository\\Channel\\SessionRepository''getSessionRepositoryService'false],
  3179.             'App\\Repository\\Channel\\TrainingRepository' => ['privates''App\\Repository\\Channel\\TrainingRepository''getTrainingRepositoryService'false],
  3180.             'App\\Repository\\Chat\\CanalRepository' => ['privates''App\\Repository\\Chat\\CanalRepository''getCanalRepositoryService'false],
  3181.             'App\\Repository\\Chat\\ChatNotificationRepository' => ['privates''App\\Repository\\Chat\\ChatNotificationRepository''getChatNotificationRepositoryService'false],
  3182.             'App\\Repository\\Chat\\ConversationRepository' => ['privates''App\\Repository\\Chat\\ConversationRepository''getConversationRepositoryService'false],
  3183.             'App\\Repository\\Chat\\ConversationUserRepository' => ['privates''App\\Repository\\Chat\\ConversationUserRepository''getConversationUserRepositoryService'false],
  3184.             'App\\Repository\\Chat\\FileMessageRepository' => ['privates''App\\Repository\\Chat\\FileMessageRepository''getFileMessageRepositoryService'false],
  3185.             'App\\Repository\\Chat\\FileRepository' => ['privates''App\\Repository\\Chat\\FileRepository''getFileRepositoryService'false],
  3186.             'App\\Repository\\Chat\\MessageRepository' => ['privates''App\\Repository\\Chat\\MessageRepository''getMessageRepositoryService'false],
  3187.             'App\\Repository\\Chat\\MessageUserRepository' => ['privates''App\\Repository\\Chat\\MessageUserRepository''getMessageUserRepositoryService'false],
  3188.             'App\\Repository\\Chat\\ServiceConversationRepository' => ['privates''App\\Repository\\Chat\\ServiceConversationRepository''getServiceConversationRepositoryService'false],
  3189.             'App\\Repository\\Chat\\TemporaryCanalRepository' => ['privates''App\\Repository\\Chat\\TemporaryCanalRepository''getTemporaryCanalRepositoryService'false],
  3190.             'App\\Repository\\ResourceRepository' => ['privates''App\\Repository\\ResourceRepository''getResourceRepositoryService'false],
  3191.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\ChannelUserRoleRepository' => ['privates''Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\ChannelUserRoleRepository''getChannelUserRoleRepositoryService'false],
  3192.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository' => ['privates''Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository''getUserFromChannelRepositoryService'false],
  3193.         ], [
  3194.             'App\\Repository\\Account\\NotificationRepository' => '?',
  3195.             'App\\Repository\\Account\\UserRepository' => '?',
  3196.             'App\\Repository\\ChannelUserData\\AbstractCursusRepository' => '?',
  3197.             'App\\Repository\\ChannelUserData\\ChannelUserDataRepository' => '?',
  3198.             'App\\Repository\\Channel\\ChannelRepository' => '?',
  3199.             'App\\Repository\\Channel\\ChannelUserServicePermissionRepository' => '?',
  3200.             'App\\Repository\\Channel\\ChannelUserSessionPermissionRepository' => '?',
  3201.             'App\\Repository\\Channel\\ChannelWhiteLabelRepository' => '?',
  3202.             'App\\Repository\\Channel\\GroupRepository' => '?',
  3203.             'App\\Repository\\Channel\\PlaceRepository' => '?',
  3204.             'App\\Repository\\Channel\\ServiceRepository' => '?',
  3205.             'App\\Repository\\Channel\\SessionRepository' => '?',
  3206.             'App\\Repository\\Channel\\TrainingRepository' => '?',
  3207.             'App\\Repository\\Chat\\CanalRepository' => '?',
  3208.             'App\\Repository\\Chat\\ChatNotificationRepository' => '?',
  3209.             'App\\Repository\\Chat\\ConversationRepository' => '?',
  3210.             'App\\Repository\\Chat\\ConversationUserRepository' => '?',
  3211.             'App\\Repository\\Chat\\FileMessageRepository' => '?',
  3212.             'App\\Repository\\Chat\\FileRepository' => '?',
  3213.             'App\\Repository\\Chat\\MessageRepository' => '?',
  3214.             'App\\Repository\\Chat\\MessageUserRepository' => '?',
  3215.             'App\\Repository\\Chat\\ServiceConversationRepository' => '?',
  3216.             'App\\Repository\\Chat\\TemporaryCanalRepository' => '?',
  3217.             'App\\Repository\\ResourceRepository' => '?',
  3218.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\ChannelUserRoleRepository' => '?',
  3219.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository' => '?',
  3220.         ])));
  3221.         $a->addCustomStringFunction('FIND_IN_SET''DoctrineExtensions\\Query\\Mysql\\FindInSet');
  3222.         $a->addCustomStringFunction('JSON_CONTAINS''DoctrineExtensions\\Query\\Mysql\\JsonContains');
  3223.         $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()));
  3224.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  3225.         return $instance;
  3226.     }
  3227.     /**
  3228.      * Gets the public 'error_controller' shared service.
  3229.      *
  3230.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  3231.      */
  3232.     protected function getErrorController2Service()
  3233.     {
  3234.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  3235.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  3236.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  3237.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  3238.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  3239.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3240.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  3241.     }
  3242.     /**
  3243.      * Gets the public 'event_dispatcher' shared service.
  3244.      *
  3245.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  3246.      */
  3247.     protected function getEventDispatcherService()
  3248.     {
  3249.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  3250.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3251.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  3252.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3253.         $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())));
  3254.         $instance->addListener('oneup_uploader.post_upload', [=> function () {
  3255.             return ($this->privates['app.pre_upload_listener'] ?? ($this->privates['app.pre_upload_listener'] = new \App\Uploader\Event\PostUploadListener()));
  3256.         }, => 'postUpload'], 0);
  3257.         $instance->addListener('oneup_uploader.validation', [=> function () {
  3258.             return ($this->privates['app.upload_validation_listener'] ?? $this->getApp_UploadValidationListenerService());
  3259.         }, => 'onValidate'], 0);
  3260.         $instance->addListener('kernel.controller', [=> function () {
  3261.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  3262.         }, => 'onKernelController'], 0);
  3263.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3264.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  3265.         }, => 'checkPassport'], 1024);
  3266.         $instance->addListener('kernel.response', [=> function () {
  3267.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  3268.         }, => 'onKernelResponse'], 0);
  3269.         $instance->addListener('kernel.exception', [=> function () {
  3270.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  3271.         }, => 'onKernelException'], 0);
  3272.         $instance->addListener('kernel.request', [=> function () {
  3273.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  3274.         }, => 'onKernelRequest'], 0);
  3275.         $instance->addListener('console.command', [=> function () {
  3276.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  3277.         }, => 'handleConsoleCommandEvent'], 128);
  3278.         $instance->addListener('console.terminate', [=> function () {
  3279.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  3280.         }, => 'handleConsoleTerminateEvent'], -64);
  3281.         $instance->addListener('console.error', [=> function () {
  3282.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  3283.         }, => 'handleConsoleErrorEvent'], -64);
  3284.         $instance->addListener('kernel.exception', [=> function () {
  3285.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->getErrorListenerService());
  3286.         }, => 'handleExceptionEvent'], 128);
  3287.         $instance->addListener('kernel.request', [=> function () {
  3288.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  3289.         }, => 'handleKernelRequestEvent'], 5);
  3290.         $instance->addListener('kernel.controller', [=> function () {
  3291.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  3292.         }, => 'handleKernelControllerEvent'], 10);
  3293.         $instance->addListener('kernel.request', [=> function () {
  3294.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  3295.         }, => 'handleKernelRequestEvent'], 3);
  3296.         $instance->addListener('kernel.finish_request', [=> function () {
  3297.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  3298.         }, => 'handleKernelFinishRequestEvent'], 5);
  3299.         $instance->addListener('kernel.request', [=> function () {
  3300.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  3301.         }, => 'handleKernelRequestEvent'], 4);
  3302.         $instance->addListener('kernel.response', [=> function () {
  3303.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  3304.         }, => 'handleKernelResponseEvent'], 15);
  3305.         $instance->addListener('kernel.terminate', [=> function () {
  3306.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  3307.         }, => 'handleKernelTerminateEvent'], 5);
  3308.         $instance->addListener('kernel.request', [=> function () {
  3309.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  3310.         }, => 'handleKernelRequestEvent'], 2);
  3311.         $instance->addListener('kernel.finish_request', [=> function () {
  3312.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  3313.         }, => 'handleKernelFinishRequestEvent'], 10);
  3314.         $instance->addListener('kernel.response', [=> function () {
  3315.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  3316.         }, => 'handleKernelResponseEvent'], 15);
  3317.         $instance->addListener('console.command', [=> function () {
  3318.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  3319.         }, => 'handleConsoleCommandEvent'], 118);
  3320.         $instance->addListener('console.terminate', [=> function () {
  3321.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  3322.         }, => 'handleConsoleTerminateEvent'], -54);
  3323.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3324.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  3325.         }, => 'handleWorkerMessageFailedEvent'], 50);
  3326.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  3327.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  3328.         }, => 'handleWorkerMessageHandledEvent'], 50);
  3329.         $instance->addListener('kernel.request', [=> function () {
  3330.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  3331.         }, => 'handleKernelRequestEvent'], 0);
  3332.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3333.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  3334.         }, => 'handleLoginSuccessEvent'], 0);
  3335.         $instance->addListener('oneup_uploader.validation', [=> function () {
  3336.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] = new \Oneup\UploaderBundle\EventListener\MaxSizeValidationListener()));
  3337.         }, => 'onValidate'], 0);
  3338.         $instance->addListener('oneup_uploader.validation', [=> function () {
  3339.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] = new \Oneup\UploaderBundle\EventListener\AllowedMimetypeAndExtensionValidationListener()));
  3340.         }, => 'onValidate'], 0);
  3341.         $instance->addListener('oneup_uploader.validation', [=> function () {
  3342.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] = new \Oneup\UploaderBundle\EventListener\DisallowedMimetypeValidationListener()));
  3343.         }, => 'onValidate'], 0);
  3344.         $instance->addListener('spiriit_filter.prepare', [=> function () {
  3345.             return ($this->services['spiriit_form_filter.filter_prepare'] ?? ($this->services['spiriit_form_filter.filter_prepare'] = new \Spiriit\Bundle\FormFilterBundle\Event\Listener\PrepareListener()));
  3346.         }, => 'onFilterBuilderPrepare'], 0);
  3347.         $instance->addListener('spiriit_filter.apply_filters.orm', [=> function () {
  3348.             return ($this->privates['spiriit_form_filter.apply_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.apply_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Listener\DoctrineApplyFilterListener('and')));
  3349.         }, => 'onApplyFilterCondition'], 0);
  3350.         $instance->addListener('kernel.response', [=> function () {
  3351.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  3352.         }, => 'onKernelResponse'], 0);
  3353.         $instance->addListener('kernel.response', [=> function () {
  3354.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  3355.         }, => 'onKernelResponse'], -1024);
  3356.         $instance->addListener('kernel.request', [=> function () {
  3357.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3358.         }, => 'setDefaultLocale'], 100);
  3359.         $instance->addListener('kernel.request', [=> function () {
  3360.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3361.         }, => 'onKernelRequest'], 16);
  3362.         $instance->addListener('kernel.finish_request', [=> function () {
  3363.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3364.         }, => 'onKernelFinishRequest'], 0);
  3365.         $instance->addListener('kernel.request', [=> function () {
  3366.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  3367.         }, => 'onKernelRequest'], 256);
  3368.         $instance->addListener('kernel.response', [=> function () {
  3369.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  3370.         }, => 'onResponse'], -255);
  3371.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3372.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3373.         }, => 'onControllerArguments'], 0);
  3374.         $instance->addListener('kernel.exception', [=> function () {
  3375.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3376.         }, => 'logKernelException'], 0);
  3377.         $instance->addListener('kernel.exception', [=> function () {
  3378.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3379.         }, => 'onKernelException'], -128);
  3380.         $instance->addListener('kernel.response', [=> function () {
  3381.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3382.         }, => 'removeCspHeader'], -128);
  3383.         $instance->addListener('kernel.request', [=> function () {
  3384.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3385.         }, => 'onKernelRequest'], 15);
  3386.         $instance->addListener('kernel.finish_request', [=> function () {
  3387.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3388.         }, => 'onKernelFinishRequest'], -15);
  3389.         $instance->addListener('console.error', [=> function () {
  3390.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3391.         }, => 'onConsoleError'], -128);
  3392.         $instance->addListener('console.terminate', [=> function () {
  3393.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3394.         }, => 'onConsoleTerminate'], -128);
  3395.         $instance->addListener('console.error', [=> function () {
  3396.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  3397.         }, => 'onConsoleError'], 0);
  3398.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3399.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  3400.         }, => 'onMessage'], -255);
  3401.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3402.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  3403.         }, => 'onMessage'], -255);
  3404.         $instance->addListener('kernel.request', [=> function () {
  3405.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3406.         }, => 'configure'], 2048);
  3407.         $instance->addListener('console.command', [=> function () {
  3408.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3409.         }, => 'configure'], 2048);
  3410.         $instance->addListener('kernel.request', [=> function () {
  3411.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3412.         }, => 'onKernelRequest'], 32);
  3413.         $instance->addListener('kernel.finish_request', [=> function () {
  3414.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3415.         }, => 'onKernelFinishRequest'], 0);
  3416.         $instance->addListener('kernel.exception', [=> function () {
  3417.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3418.         }, => 'onKernelException'], -64);
  3419.         $instance->addListener('kernel.response', [=> function () {
  3420.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  3421.         }, => 'onKernelResponse'], 0);
  3422.         $instance->addListener('kernel.request', [=> function () {
  3423.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3424.         }, => 'onKernelRequest'], 128);
  3425.         $instance->addListener('kernel.response', [=> function () {
  3426.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3427.         }, => 'onKernelResponse'], -1000);
  3428.         $instance->addListener('kernel.finish_request', [=> function () {
  3429.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3430.         }, => 'onFinishRequest'], 0);
  3431.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3432.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  3433.         }, => 'onMessageFailed'], 100);
  3434.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3435.             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()));
  3436.         }, => 'onMessageFailed'], 200);
  3437.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3438.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->getMessenger_Failure_SendFailedMessageToFailureTransportListenerService());
  3439.         }, => 'onMessageFailed'], -100);
  3440.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  3441.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  3442.         }, => 'onWorkerStarted'], 0);
  3443.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  3444.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  3445.         }, => 'onWorkerRunning'], 0);
  3446.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3447.             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()));
  3448.         }, => 'onMessageFailed'], 0);
  3449.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  3450.             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()));
  3451.         }, => 'onWorkerRunning'], 0);
  3452.         $instance->addListener('kernel.response', [=> function () {
  3453.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3454.         }, => 'onKernelResponse'], -100);
  3455.         $instance->addListener('kernel.exception', [=> function () {
  3456.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3457.         }, => 'onKernelException'], 0);
  3458.         $instance->addListener('kernel.terminate', [=> function () {
  3459.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3460.         }, => 'onKernelTerminate'], -1024);
  3461.         $instance->addListener('kernel.controller', [=> function () {
  3462.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3463.         }, => 'onKernelController'], 0);
  3464.         $instance->addListener('kernel.response', [=> function () {
  3465.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3466.         }, => 'onKernelResponse'], 0);
  3467.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3468.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  3469.         }, => 'onMessage'], 0);
  3470.         $instance->addListener('kernel.controller', [=> function () {
  3471.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  3472.         }, => 'onKernelController'], 0);
  3473.         $instance->addListener('kernel.controller', [=> function () {
  3474.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  3475.         }, => 'onKernelController'], 0);
  3476.         $instance->addListener('kernel.controller', [=> function () {
  3477.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3478.         }, => 'onKernelController'], -128);
  3479.         $instance->addListener('kernel.view', [=> function () {
  3480.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3481.         }, => 'onKernelView'], 0);
  3482.         $instance->addListener('kernel.controller', [=> function () {
  3483.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3484.         }, => 'onKernelController'], 0);
  3485.         $instance->addListener('kernel.response', [=> function () {
  3486.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3487.         }, => 'onKernelResponse'], 0);
  3488.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3489.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  3490.         }, => 'onKernelControllerArguments'], 0);
  3491.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3492.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  3493.         }, => 'onKernelControllerArguments'], 0);
  3494.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  3495.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  3496.         }, => 'onWorkerMessageHandled'], 0);
  3497.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3498.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  3499.         }, => 'onWorkerMessageFailed'], 0);
  3500.         $instance->addListener('kernel.response', [=> function () {
  3501.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  3502.         }, => 'onKernelResponse'], 0);
  3503.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3504.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  3505.         }, => 'checkPassport'], 0);
  3506.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3507.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  3508.         }, => 'onLoginSuccess'], 0);
  3509.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  3510.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  3511.         }, => 'onVoterVote'], 0);
  3512.         $instance->addListener('kernel.request', [=> function () {
  3513.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3514.         }, => 'configureLogoutUrlGenerator'], 8);
  3515.         $instance->addListener('kernel.request', [=> function () {
  3516.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3517.         }, => 'onKernelRequest'], 8);
  3518.         $instance->addListener('kernel.finish_request', [=> function () {
  3519.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3520.         }, => 'onKernelFinishRequest'], 0);
  3521.         $instance->addListener('kernel.response', [=> function () {
  3522.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  3523.         }, => 'onKernelResponse'], -128);
  3524.         $instance->addListener('console.command', [=> function () {
  3525.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3526.         }, => 'onCommand'], 255);
  3527.         $instance->addListener('console.terminate', [=> function () {
  3528.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3529.         }, => 'onTerminate'], -255);
  3530.         $instance->addListener('console.command', [=> function () {
  3531.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  3532.         }, => 'configure'], 1024);
  3533.         $instance->addListener('console.error', [=> function () {
  3534.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3535.         }, => 'onConsoleError'], 0);
  3536.         $instance->addListener('console.terminate', [=> function () {
  3537.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3538.         }, => 'onConsoleTerminate'], 0);
  3539.         $instance->addListener('kernel.finish_request', [=> function () {
  3540.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  3541.         }, => 'resetAssets'], 0);
  3542.         $instance->addListener('knp_pager.before', [=> function () {
  3543.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  3544.         }, => 'before'], 0);
  3545.         $instance->addListener('knp_pager.pagination', [=> function () {
  3546.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  3547.         }, => 'pagination'], 0);
  3548.         $instance->addListener('knp_pager.before', [=> function () {
  3549.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  3550.         }, => 'before'], 1);
  3551.         $instance->addListener('knp_pager.before', [=> function () {
  3552.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  3553.         }, => 'before'], 1);
  3554.         $instance->addListener('knp_pager.pagination', [=> function () {
  3555.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  3556.         }, => 'pagination'], 1);
  3557.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3558.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'] ?? $this->getControllerEntityResolverSubscriberService());
  3559.         }, => '__invoke'], 31);
  3560.         $instance->addListener('kernel.response', [=> function () {
  3561.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\DeviceIdSubscriber'] ?? $this->getDeviceIdSubscriberService());
  3562.         }, => 'onResponse'], 0);
  3563.         $instance->addListener('kernel.request', [=> function () {
  3564.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RequestChannelDomainSubscriber'] ?? $this->getRequestChannelDomainSubscriberService());
  3565.         }, => '__invoke'], 32);
  3566.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3567.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RouteSecuritySubscriber'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RouteSecuritySubscriber'] = new \Nellapp\Bundle\SDKBundle\EventSubscriber\RouteSecuritySubscriber()));
  3568.         }, => '__invoke'], 15);
  3569.         $instance->addListener('kernel.terminate', [=> function () {
  3570.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\EventSubscriber\\TerminateMenuDisplayedSubscriber'] ?? $this->getTerminateMenuDisplayedSubscriberService());
  3571.         }, => 'refreshTracked'], 0);
  3572.         $instance->addListener('console.terminate', [=> function () {
  3573.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\EventSubscriber\\TerminateMenuDisplayedSubscriber'] ?? $this->getTerminateMenuDisplayedSubscriberService());
  3574.         }, => 'refreshTracked'], 0);
  3575.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3576.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LoginSubscriber'] ?? $this->getLoginSubscriberService());
  3577.         }, => 'onLoginSuccess'], 0);
  3578.         $instance->addListener('kernel.terminate', [=> function () {
  3579.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LoginSubscriber'] ?? $this->getLoginSubscriberService());
  3580.         }, => 'onTerminate'], 0);
  3581.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3582.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  3583.         }, => 'logout'], 0);
  3584.         $instance->addListener('kernel.request', [=> function () {
  3585.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\Security\\OAuth\\HandleExpireTokenSubscriber'] ?? $this->getHandleExpireTokenSubscriberService());
  3586.         }, => 'onKernelRequest'], 0);
  3587.         $instance->addListener('kernel.terminate', [=> function () {
  3588.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\EventSubscriber\\ReverseSyncSubscriber'] ?? $this->getReverseSyncSubscriber2Service());
  3589.         }, => 'sendTracked'], 0);
  3590.         $instance->addListener('console.terminate', [=> function () {
  3591.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\EventSubscriber\\ReverseSyncSubscriber'] ?? $this->getReverseSyncSubscriber2Service());
  3592.         }, => 'sendTracked'], 0);
  3593.         $instance->addListener('Nellapp\\Bundle\\SDKBundle\\Permission\\Event\\ChannelMenuDisplayedEvent', [=> function () {
  3594.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ChannelMenuDisplayedSubscriber'] ?? $this->getChannelMenuDisplayedSubscriberService());
  3595.         }, => '__invoke'], 0);
  3596.         $instance->addListener('kernel.request', [=> function () {
  3597.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ForceUserFromSetupSubscriber'] ?? $this->getForceUserFromSetupSubscriberService());
  3598.         }, => '__invoke'], 0);
  3599.         $instance->addListener('kernel.terminate', [=> function () {
  3600.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\EventSubscriber\\TerminateExportSubscriber'] ?? $this->getTerminateExportSubscriberService());
  3601.         }, => 'exportTracked'], 0);
  3602.         $instance->addListener('console.terminate', [=> function () {
  3603.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\EventSubscriber\\TerminateExportSubscriber'] ?? $this->getTerminateExportSubscriberService());
  3604.         }, => 'exportTracked'], 0);
  3605.         $instance->addListener('kernel.terminate', [=> function () {
  3606.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoRefresh\\EventSubscriber\\TerminateRefreshSubscriber'] ?? $this->getTerminateRefreshSubscriberService());
  3607.         }, => 'refreshTracked'], 0);
  3608.         $instance->addListener('console.terminate', [=> function () {
  3609.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoRefresh\\EventSubscriber\\TerminateRefreshSubscriber'] ?? $this->getTerminateRefreshSubscriberService());
  3610.         }, => 'refreshTracked'], 0);
  3611.         $instance->addListener('kernel.controller', [=> function () {
  3612.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionControllerSubscriber'] ?? $this->getActionControllerSubscriberService());
  3613.         }, => '__invoke'], 15);
  3614.         $instance->addListener('kernel.view', [=> function () {
  3615.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionResponseSubscriber'] ?? $this->getActionResponseSubscriberService());
  3616.         }, => '__invoke'], 63);
  3617.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3618.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'] ?? $this->getDeserializeActionControllerSubscriberService());
  3619.         }, => '__invoke'], -63);
  3620.         $instance->addListener('kernel.exception', [=> function () {
  3621.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\HandleErrorSubscriber'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\HandleErrorSubscriber'] = new \Drosalys\Bundle\ApiBundle\EventSubscriber\HandleErrorSubscriber()));
  3622.         }, => '__invoke'], -195);
  3623.         $instance->addListener('spiriit_form_filter.apply.orm.filter_boolean', [=> function () {
  3624.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3625.         }, => 'filterBoolean'], 0);
  3626.         $instance->addListener('spiriit_form_filter.apply.orm.filter_checkbox', [=> function () {
  3627.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3628.         }, => 'filterCheckbox'], 0);
  3629.         $instance->addListener('spiriit_form_filter.apply.orm.filter_choice', [=> function () {
  3630.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3631.         }, => 'filterValue'], 0);
  3632.         $instance->addListener('spiriit_form_filter.apply.orm.filter_date', [=> function () {
  3633.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3634.         }, => 'filterDate'], 0);
  3635.         $instance->addListener('spiriit_form_filter.apply.orm.filter_date_range', [=> function () {
  3636.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3637.         }, => 'filterDateRange'], 0);
  3638.         $instance->addListener('spiriit_form_filter.apply.orm.filter_datetime', [=> function () {
  3639.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3640.         }, => 'filterDateTime'], 0);
  3641.         $instance->addListener('spiriit_form_filter.apply.orm.filter_datetime_range', [=> function () {
  3642.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3643.         }, => 'filterDateTimeRange'], 0);
  3644.         $instance->addListener('spiriit_form_filter.apply.orm.filter_entity', [=> function () {
  3645.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3646.         }, => 'filterEntity'], 0);
  3647.         $instance->addListener('spiriit_form_filter.apply.orm.filter_enum', [=> function () {
  3648.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3649.         }, => 'filterEnum'], 0);
  3650.         $instance->addListener('spiriit_form_filter.apply.orm.filter_number', [=> function () {
  3651.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3652.         }, => 'filterNumber'], 0);
  3653.         $instance->addListener('spiriit_form_filter.apply.orm.filter_number_range', [=> function () {
  3654.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3655.         }, => 'filterNumberRange'], 0);
  3656.         $instance->addListener('spiriit_form_filter.apply.orm.filter_text', [=> function () {
  3657.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3658.         }, => 'filterText'], 0);
  3659.         $instance->addListener('spiriit_form_filter.apply.orm.text', [=> function () {
  3660.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3661.         }, => 'filterText'], 0);
  3662.         $instance->addListener('spiriit_form_filter.apply.orm.email', [=> function () {
  3663.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3664.         }, => 'filterValue'], 0);
  3665.         $instance->addListener('spiriit_form_filter.apply.orm.integer', [=> function () {
  3666.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3667.         }, => 'filterValue'], 0);
  3668.         $instance->addListener('spiriit_form_filter.apply.orm.money', [=> function () {
  3669.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3670.         }, => 'filterValue'], 0);
  3671.         $instance->addListener('spiriit_form_filter.apply.orm.number', [=> function () {
  3672.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3673.         }, => 'filterValue'], 0);
  3674.         $instance->addListener('spiriit_form_filter.apply.orm.percent', [=> function () {
  3675.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3676.         }, => 'filterValue'], 0);
  3677.         $instance->addListener('spiriit_form_filter.apply.orm.search', [=> function () {
  3678.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3679.         }, => 'filterValue'], 0);
  3680.         $instance->addListener('spiriit_form_filter.apply.orm.url', [=> function () {
  3681.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3682.         }, => 'filterValue'], 0);
  3683.         $instance->addListener('spiriit_form_filter.apply.orm.choice', [=> function () {
  3684.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3685.         }, => 'filterValue'], 0);
  3686.         $instance->addListener('spiriit_form_filter.apply.orm.entity', [=> function () {
  3687.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3688.         }, => 'filterEntity'], 0);
  3689.         $instance->addListener('spiriit_form_filter.apply.orm.country', [=> function () {
  3690.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3691.         }, => 'filterValue'], 0);
  3692.         $instance->addListener('spiriit_form_filter.apply.orm.language', [=> function () {
  3693.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3694.         }, => 'filterValue'], 0);
  3695.         $instance->addListener('spiriit_form_filter.apply.orm.locale', [=> function () {
  3696.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3697.         }, => 'filterValue'], 0);
  3698.         $instance->addListener('spiriit_form_filter.apply.orm.timezone', [=> function () {
  3699.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3700.         }, => 'filterValue'], 0);
  3701.         $instance->addListener('spiriit_form_filter.apply.orm.date', [=> function () {
  3702.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3703.         }, => 'filterDate'], 0);
  3704.         $instance->addListener('spiriit_form_filter.apply.orm.datetime', [=> function () {
  3705.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3706.         }, => 'filterDate'], 0);
  3707.         $instance->addListener('spiriit_form_filter.apply.orm.birthday', [=> function () {
  3708.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3709.         }, => 'filterDate'], 0);
  3710.         $instance->addListener('spiriit_form_filter.apply.orm.checkbox', [=> function () {
  3711.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3712.         }, => 'filterValue'], 0);
  3713.         $instance->addListener('spiriit_form_filter.apply.orm.radio', [=> function () {
  3714.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3715.         }, => 'filterValue'], 0);
  3716.         return $instance;
  3717.     }
  3718.     /**
  3719.      * Gets the public 'fidry_alice_data_fixtures.loader.doctrine' shared service.
  3720.      *
  3721.      * @return \Fidry\AliceDataFixtures\Loader\PurgerLoader
  3722.      */
  3723.     protected function getFidryAliceDataFixtures_Loader_DoctrineService($lazyLoad true)
  3724.     {
  3725.         if ($lazyLoad) {
  3726.             return $this->services['fidry_alice_data_fixtures.loader.doctrine'] = $this->createProxy('PurgerLoader_cb68499', function () {
  3727.                 return \PurgerLoader_cb68499::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3728.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_DoctrineService(false);
  3729.                     $proxy->setProxyInitializer(null);
  3730.                     return true;
  3731.                 });
  3732.             });
  3733.         }
  3734.         return new \Fidry\AliceDataFixtures\Loader\PurgerLoader(($this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] ?? $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService()), ($this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] ?? $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService()), 'delete', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3735.     }
  3736.     /**
  3737.      * Gets the public 'fidry_alice_data_fixtures.persistence.persister.doctrine' shared service.
  3738.      *
  3739.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister
  3740.      */
  3741.     protected function getFidryAliceDataFixtures_Persistence_Persister_DoctrineService($lazyLoad true)
  3742.     {
  3743.         if ($lazyLoad) {
  3744.             return $this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] = $this->createProxy('ObjectManagerPersister_eccc052', function () {
  3745.                 return \ObjectManagerPersister_eccc052::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3746.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService(false);
  3747.                     $proxy->setProxyInitializer(null);
  3748.                     return true;
  3749.                 });
  3750.             });
  3751.         }
  3752.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3753.     }
  3754.     /**
  3755.      * Gets the public 'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' shared service.
  3756.      *
  3757.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger
  3758.      */
  3759.     protected function getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService($lazyLoad true)
  3760.     {
  3761.         if ($lazyLoad) {
  3762.             return $this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] = $this->createProxy('Purger_2d4d1ea', function () {
  3763.                 return \Purger_2d4d1ea::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3764.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService(false);
  3765.                     $proxy->setProxyInitializer(null);
  3766.                     return true;
  3767.                 });
  3768.             });
  3769.         }
  3770.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3771.     }
  3772.     /**
  3773.      * Gets the public 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' shared service.
  3774.      *
  3775.      * @return \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand
  3776.      */
  3777.     protected function getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService()
  3778.     {
  3779.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3780.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Console/Command/Doctrine/DoctrineOrmLoadDataFixturesCommand.php';
  3781.         $this->services['hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command'] = $instance = new \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand('hautelook:fixtures:load', ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['hautelook_alice.loader'] ?? $this->getHautelookAlice_LoaderService()));
  3782.         $instance->setName('hautelook:fixtures:load');
  3783.         return $instance;
  3784.     }
  3785.     /**
  3786.      * Gets the public 'hautelook_alice.data_fixtures.append_loader' shared service.
  3787.      *
  3788.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  3789.      */
  3790.     protected function getHautelookAlice_DataFixtures_AppendLoaderService()
  3791.     {
  3792.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  3793.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  3794.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  3795.         return $this->services['hautelook_alice.data_fixtures.append_loader'] = new \Fidry\AliceDataFixtures\Loader\FileResolverLoader(($this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] ?? $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService()), ($this->services['hautelook_alice.resolver.file'] ?? ($this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel'1))))));
  3796.     }
  3797.     /**
  3798.      * Gets the public 'hautelook_alice.data_fixtures.purge_loader' shared service.
  3799.      *
  3800.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  3801.      */
  3802.     protected function getHautelookAlice_DataFixtures_PurgeLoaderService()
  3803.     {
  3804.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  3805.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  3806.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  3807.         return $this->services['hautelook_alice.data_fixtures.purge_loader'] = new \Fidry\AliceDataFixtures\Loader\FileResolverLoader(($this->services['fidry_alice_data_fixtures.loader.doctrine'] ?? $this->getFidryAliceDataFixtures_Loader_DoctrineService()), ($this->services['hautelook_alice.resolver.file'] ?? ($this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel'1))))));
  3808.     }
  3809.     /**
  3810.      * Gets the public 'hautelook_alice.loader' shared service.
  3811.      *
  3812.      * @return \Hautelook\AliceBundle\Loader\DoctrineOrmLoader
  3813.      */
  3814.     protected function getHautelookAlice_LoaderService()
  3815.     {
  3816.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoaderInterface.php';
  3817.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoggerAwareInterface.php';
  3818.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Loader/DoctrineOrmLoader.php';
  3819.         return $this->services['hautelook_alice.loader'] = new \Hautelook\AliceBundle\Loader\DoctrineOrmLoader(($this->services['hautelook_alice.resolver.bundle'] ?? $this->getHautelookAlice_Resolver_BundleService()), ($this->services['hautelook_alice.locator'] ?? $this->getHautelookAlice_LocatorService()), ($this->services['hautelook_alice.data_fixtures.purge_loader'] ?? $this->getHautelookAlice_DataFixtures_PurgeLoaderService()), ($this->services['hautelook_alice.data_fixtures.append_loader'] ?? $this->getHautelookAlice_DataFixtures_AppendLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3820.     }
  3821.     /**
  3822.      * Gets the public 'hautelook_alice.locator' shared service.
  3823.      *
  3824.      * @return \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator
  3825.      */
  3826.     protected function getHautelookAlice_LocatorService()
  3827.     {
  3828.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/FixtureLocatorInterface.php';
  3829.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvironmentlessFilesLocator.php';
  3830.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvDirectoryLocator.php';
  3831.         return $this->services['hautelook_alice.locator'] = new \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator(new \Hautelook\AliceBundle\Locator\EnvDirectoryLocator($this->getParameter('hautelook_alice.fixtures_path'), $this->parameters['hautelook_alice.root_dirs']));
  3832.     }
  3833.     /**
  3834.      * Gets the public 'hautelook_alice.resolver.bundle' shared service.
  3835.      *
  3836.      * @return \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver
  3837.      */
  3838.     protected function getHautelookAlice_Resolver_BundleService()
  3839.     {
  3840.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/BundleResolverInterface.php';
  3841.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/NoBundleResolver.php';
  3842.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/SimpleBundleResolver.php';
  3843.         return $this->services['hautelook_alice.resolver.bundle'] = new \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver(new \Hautelook\AliceBundle\Resolver\Bundle\SimpleBundleResolver(($this->services['kernel'] ?? $this->get('kernel'1))));
  3844.     }
  3845.     /**
  3846.      * Gets the public 'hautelook_alice.resolver.file' shared service.
  3847.      *
  3848.      * @return \Hautelook\AliceBundle\Resolver\File\KernelFileResolver
  3849.      */
  3850.     protected function getHautelookAlice_Resolver_FileService()
  3851.     {
  3852.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  3853.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  3854.         return $this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel'1)));
  3855.     }
  3856.     /**
  3857.      * Gets the public 'http_kernel' shared service.
  3858.      *
  3859.      * @return \Symfony\Component\HttpKernel\HttpKernel
  3860.      */
  3861.     protected function getHttpKernelService()
  3862.     {
  3863.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3864.         if (isset($this->services['http_kernel'])) {
  3865.             return $this->services['http_kernel'];
  3866.         }
  3867.         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())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['debug.argument_resolver'] ?? $this->getDebug_ArgumentResolverService()));
  3868.     }
  3869.     /**
  3870.      * Gets the public 'knp_menu.factory' shared service.
  3871.      *
  3872.      * @return \Knp\Menu\MenuFactory
  3873.      */
  3874.     protected function getKnpMenu_FactoryService()
  3875.     {
  3876.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/FactoryInterface.php';
  3877.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuFactory.php';
  3878.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Factory/ExtensionInterface.php';
  3879.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Integration/Symfony/RoutingExtension.php';
  3880.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Menu/Extension/RoutingExtension.php';
  3881.         $this->services['knp_menu.factory'] = $instance = new \Knp\Menu\MenuFactory();
  3882.         $instance->addExtension(new \Knp\Menu\Integration\Symfony\RoutingExtension(($this->services['router'] ?? $this->getRouterService())), 0);
  3883.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Routing\Menu\Extension\RoutingExtension(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService())), 0);
  3884.         return $instance;
  3885.     }
  3886.     /**
  3887.      * Gets the public 'knp_menu.matcher' shared service.
  3888.      *
  3889.      * @return \Knp\Menu\Matcher\Matcher
  3890.      */
  3891.     protected function getKnpMenu_MatcherService()
  3892.     {
  3893.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  3894.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->getKnpMenu_Voter_RouterService());
  3895.         }, 1));
  3896.     }
  3897.     /**
  3898.      * Gets the public 'knp_paginator' shared service.
  3899.      *
  3900.      * @return \Knp\Component\Pager\Paginator
  3901.      */
  3902.     protected function getKnpPaginatorService($lazyLoad true)
  3903.     {
  3904.         if ($lazyLoad) {
  3905.             return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
  3906.                 return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3907.                     $wrappedInstance $this->getKnpPaginatorService(false);
  3908.                     $proxy->setProxyInitializer(null);
  3909.                     return true;
  3910.                 });
  3911.             });
  3912.         }
  3913.         $instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3914.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  3915.         return $instance;
  3916.     }
  3917.     /**
  3918.      * Gets the public 'knpu.oauth2.client.nellapp' shared service.
  3919.      *
  3920.      * @return \KnpU\OAuth2ClientBundle\Client\OAuth2Client
  3921.      */
  3922.     protected function getKnpu_Oauth2_Client_NellappService()
  3923.     {
  3924.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2ClientInterface.php';
  3925.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2Client.php';
  3926.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/ArrayAccessorTrait.php';
  3927.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/GuardedPropertyTrait.php';
  3928.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/QueryBuilderTrait.php';
  3929.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Provider/AbstractProvider.php';
  3930.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php';
  3931.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/Provider/CoreProvider.php';
  3932.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/DependencyInjection/ProviderFactory.php';
  3933.         $a = (new \KnpU\OAuth2ClientBundle\DependencyInjection\ProviderFactory(($this->services['router'] ?? $this->getRouterService())))->createProvider('Nellapp\\Bundle\\SDKBundle\\Auth\\Security\\OAuth\\Provider\\CoreProvider', ['clientId' => $this->getEnv('resolve:OAUTH_CLIENT_ID'), 'clientSecret' => $this->getEnv('resolve:OAUTH_CLIENT_SECRET'), 'verify' => false], 'nellapp_sdk_connect_nellapp_check', [], []);
  3934.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3935.         $a->setChannelMainDomainUtils(new \Nellapp\Bundle\SDKBundle\Routing\Utils\ChannelMainDomainUtils($b, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] = new \Nellapp\Bundle\SDKBundle\Routing\Utils\DomainsRoutingUtils($this->getEnv('DEFAULT_DOMAIN'), 'nim'))), ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService())));
  3936.         $a->setDomainsRoutingUtils(new \Nellapp\Bundle\SDKBundle\Routing\Utils\DomainsRoutingUtils($this->getEnv('DEFAULT_DOMAIN'), 'nim'));
  3937.         return $this->services['knpu.oauth2.client.nellapp'] = new \KnpU\OAuth2ClientBundle\Client\OAuth2Client($a$b);
  3938.     }
  3939.     /**
  3940.      * Gets the public 'knpu.oauth2.registry' shared service.
  3941.      *
  3942.      * @return \KnpU\OAuth2ClientBundle\Client\ClientRegistry
  3943.      */
  3944.     protected function getKnpu_Oauth2_RegistryService()
  3945.     {
  3946.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  3947.         return $this->services['knpu.oauth2.registry'] = new \KnpU\OAuth2ClientBundle\Client\ClientRegistry($this, ['nellapp' => 'knpu.oauth2.client.nellapp']);
  3948.     }
  3949.     /**
  3950.      * Gets the public 'liip_imagine.binary.loader.default' shared service.
  3951.      *
  3952.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  3953.      */
  3954.     protected function getLiipImagine_Binary_Loader_DefaultService()
  3955.     {
  3956.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  3957.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  3958.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  3959.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
  3960.         $a \Symfony\Component\Mime\MimeTypes::getDefault();
  3961.         return $this->services['liip_imagine.binary.loader.default'] = new \Liip\ImagineBundle\Binary\Loader\FileSystemLoader($a$a, new \Liip\ImagineBundle\Binary\Locator\FileSystemLocator([=> (\dirname(__DIR__4).'/public')], false));
  3962.     }
  3963.     /**
  3964.      * Gets the public 'liip_imagine.cache.manager' shared service.
  3965.      *
  3966.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  3967.      */
  3968.     protected function getLiipImagine_Cache_ManagerService()
  3969.     {
  3970.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3971.         if (isset($this->services['liip_imagine.cache.manager'])) {
  3972.             return $this->services['liip_imagine.cache.manager'];
  3973.         }
  3974.         $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($this->getEnv('APP_SECRET')))), $a'default'false);
  3975.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  3976.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  3977.         return $instance;
  3978.     }
  3979.     /**
  3980.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  3981.      *
  3982.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  3983.      */
  3984.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  3985.     {
  3986.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public'), 'media/cache');
  3987.     }
  3988.     /**
  3989.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  3990.      *
  3991.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  3992.      */
  3993.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  3994.     {
  3995.         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()));
  3996.     }
  3997.     /**
  3998.      * Gets the public 'liip_imagine.cache.signer' shared service.
  3999.      *
  4000.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  4001.      */
  4002.     protected function getLiipImagine_Cache_SignerService()
  4003.     {
  4004.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  4005.     }
  4006.     /**
  4007.      * Gets the public 'liip_imagine.config.stack_collection' shared service.
  4008.      *
  4009.      * @return \Liip\ImagineBundle\Config\StackCollection
  4010.      */
  4011.     protected function getLiipImagine_Config_StackCollectionService()
  4012.     {
  4013.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
  4014.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
  4015.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
  4016.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  4017.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  4018.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
  4019.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  4020.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  4021.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
  4022.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  4023.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
  4024.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  4025.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
  4026.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  4027.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  4028.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  4029.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
  4030.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  4031.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
  4032.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  4033.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
  4034.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  4035.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
  4036.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
  4037.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  4038.         $a = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
  4039.         $b = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
  4040.         return $this->services['liip_imagine.config.stack_collection'] = new \Liip\ImagineBundle\Config\StackCollection(new \Liip\ImagineBundle\Config\StackBuilder(new \Liip\ImagineBundle\Factory\Config\StackFactory(), new \Liip\ImagineBundle\Config\FilterFactoryCollection(new \Liip\ImagineBundle\Factory\Config\Filter\AutoRotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\BackgroundFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\CropFactory($a$b), new \Liip\ImagineBundle\Factory\Config\Filter\DownscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\FlipFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\GrayscaleFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\InterlaceFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\PasteFactory($b), new \Liip\ImagineBundle\Factory\Config\Filter\RelativeResizeFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ResizeFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\RotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ScaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\StripFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ThumbnailFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\UpscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\WatermarkFactory())), $this->parameters['liip_imagine.filter_sets']);
  4041.     }
  4042.     /**
  4043.      * Gets the public 'liip_imagine.data.manager' shared service.
  4044.      *
  4045.      * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  4046.      */
  4047.     protected function getLiipImagine_Data_ManagerService()
  4048.     {
  4049.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  4050.         $this->services['liip_imagine.data.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Data\DataManager(($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()), \Symfony\Component\Mime\MimeTypes::getDefault(), ($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), 'default'NULL);
  4051.         $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  4052.         return $instance;
  4053.     }
  4054.     /**
  4055.      * Gets the public 'liip_imagine.filter.loader.downscale' shared service.
  4056.      *
  4057.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
  4058.      */
  4059.     protected function getLiipImagine_Filter_Loader_DownscaleService()
  4060.     {
  4061.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4062.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  4063.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  4064.         return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
  4065.     }
  4066.     /**
  4067.      * Gets the public 'liip_imagine.filter.loader.fixed' shared service.
  4068.      *
  4069.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
  4070.      */
  4071.     protected function getLiipImagine_Filter_Loader_FixedService()
  4072.     {
  4073.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4074.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  4075.         return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
  4076.     }
  4077.     /**
  4078.      * Gets the public 'liip_imagine.filter.loader.flip' shared service.
  4079.      *
  4080.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
  4081.      */
  4082.     protected function getLiipImagine_Filter_Loader_FlipService()
  4083.     {
  4084.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4085.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  4086.         return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
  4087.     }
  4088.     /**
  4089.      * Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
  4090.      *
  4091.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
  4092.      */
  4093.     protected function getLiipImagine_Filter_Loader_GrayscaleService()
  4094.     {
  4095.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4096.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  4097.         return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
  4098.     }
  4099.     /**
  4100.      * Gets the public 'liip_imagine.filter.loader.interlace' shared service.
  4101.      *
  4102.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
  4103.      */
  4104.     protected function getLiipImagine_Filter_Loader_InterlaceService()
  4105.     {
  4106.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4107.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  4108.         return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
  4109.     }
  4110.     /**
  4111.      * Gets the public 'liip_imagine.filter.loader.resample' shared service.
  4112.      *
  4113.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
  4114.      */
  4115.     protected function getLiipImagine_Filter_Loader_ResampleService()
  4116.     {
  4117.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4118.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
  4119.         return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  4120.     }
  4121.     /**
  4122.      * Gets the public 'liip_imagine.filter.loader.rotate' shared service.
  4123.      *
  4124.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
  4125.      */
  4126.     protected function getLiipImagine_Filter_Loader_RotateService()
  4127.     {
  4128.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4129.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  4130.         return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
  4131.     }
  4132.     /**
  4133.      * Gets the public 'liip_imagine.filter.manager' shared service.
  4134.      *
  4135.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
  4136.      */
  4137.     protected function getLiipImagine_Filter_ManagerService()
  4138.     {
  4139.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
  4140.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4141.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
  4142.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
  4143.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
  4144.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
  4145.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
  4146.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
  4147.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
  4148.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
  4149.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  4150.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
  4151.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
  4152.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
  4153.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
  4154.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
  4155.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
  4156.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
  4157.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
  4158.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/CwebpPostProcessor.php';
  4159.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  4160.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  4161.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  4162.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  4163.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  4164.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  4165.         $a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
  4166.         $this->services['liip_imagine.filter.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Filter\FilterManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), $a, ($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()));
  4167.         $instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
  4168.         $instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
  4169.         $instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
  4170.         $instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
  4171.         $instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
  4172.         $instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a\dirname(__DIR__4)));
  4173.         $instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a\dirname(__DIR__4)));
  4174.         $instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
  4175.         $instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
  4176.         $instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
  4177.         $instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
  4178.         $instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
  4179.         $instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
  4180.         $instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
  4181.         $instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
  4182.         $instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
  4183.         $instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
  4184.         $instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
  4185.         $instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim'trueNULLtrueNULL));
  4186.         $instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng'7trueNULL));
  4187.         $instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
  4188.         $instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
  4189.         $instance->addPostProcessor('cwebp', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\CwebpPostProcessor('/usr/bin/cwebp'NULL751004'fast'1false$this->parameters['liip_imagine.cwebp.metadata']));
  4190.         return $instance;
  4191.     }
  4192.     /**
  4193.      * Gets the public 'messenger.default_bus' shared service.
  4194.      *
  4195.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  4196.      */
  4197.     protected function getMessenger_DefaultBusService()
  4198.     {
  4199.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  4200.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  4201.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  4202.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  4203.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  4204.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  4205.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\Messenger\\MenuDisplayedMiddleware'] ?? $this->getMenuDisplayedMiddlewareService());
  4206.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  4207.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  4208.         }, 8)));
  4209.     }
  4210.     /**
  4211.      * Gets the public 'nelmio_alice.data_loader' shared service.
  4212.      *
  4213.      * @return \Nelmio\Alice\Loader\SimpleDataLoader
  4214.      */
  4215.     protected function getNelmioAlice_DataLoaderService()
  4216.     {
  4217.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/DataLoaderInterface.php';
  4218.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleDataLoader.php';
  4219.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilderInterface.php';
  4220.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/SimpleBuilder.php';
  4221.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/DenormalizerInterface.php';
  4222.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/SimpleDenormalizer.php';
  4223.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/ParameterBagDenormalizerInterface.php';
  4224.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Parameter/SimpleParameterBagDenormalizer.php';
  4225.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FixtureBagDenormalizerInterface.php';
  4226.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SimpleFixtureBagDenormalizer.php';
  4227.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  4228.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/TolerantFixtureDenormalizer.php';
  4229.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerRegistry.php';
  4230.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
  4231.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ElementFlagParser.php';
  4232.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/FlagParserRegistry.php';
  4233.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
  4234.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ConfiguratorFlagParser.php';
  4235.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ExtendFlagParser.php';
  4236.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/OptionalFlagParser.php';
  4237.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/TemplateFlagParser.php';
  4238.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/UniqueFlagParser.php';
  4239.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
  4240.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
  4241.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
  4242.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
  4243.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleCollectionDenormalizer.php';
  4244.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizerWithTemporaryFixture.php';
  4245.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullListNameDenormalizer.php';
  4246.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/ReferenceRangeNameDenormalizer.php';
  4247.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationsDenormalizerInterface.php';
  4248.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/SimpleSpecificationsDenormalizer.php';
  4249.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
  4250.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/LegacyConstructorDenormalizer.php';
  4251.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/ConstructorDenormalizer.php';
  4252.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ArgumentsDenormalizerInterface.php';
  4253.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Arguments/SimpleArgumentsDenormalizer.php';
  4254.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ValueDenormalizerInterface.php';
  4255.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/UniqueValueDenormalizer.php';
  4256.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/SimpleValueDenormalizer.php';
  4257.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
  4258.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/FunctionFixtureReferenceParser.php';
  4259.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/StringMergerParser.php';
  4260.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/SimpleParser.php';
  4261.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
  4262.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/EmptyValueLexer.php';
  4263.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceEscaperLexer.php';
  4264.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/GlobalPatternsLexer.php';
  4265.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/FunctionLexer.php';
  4266.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/StringThenReferenceLexer.php';
  4267.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/SubPatternsLexer.php';
  4268.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceLexer.php';
  4269.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  4270.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  4271.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/TokenParserRegistry.php';
  4272.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  4273.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
  4274.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/DynamicArrayTokenParser.php';
  4275.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/EscapedValueTokenParser.php';
  4276.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureListReferenceTokenParser.php';
  4277.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureMethodReferenceTokenParser.php';
  4278.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureRangeReferenceTokenParser.php';
  4279.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/MethodReferenceTokenParser.php';
  4280.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/OptionalTokenParser.php';
  4281.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ParameterTokenParser.php';
  4282.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/PropertyReferenceTokenParser.php';
  4283.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableReferenceTokenParser.php';
  4284.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/SimpleReferenceTokenParser.php';
  4285.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringArrayTokenParser.php';
  4286.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringTokenParser.php';
  4287.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
  4288.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/TolerantFunctionTokenParser.php';
  4289.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/IdentityTokenParser.php';
  4290.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FunctionTokenParser.php';
  4291.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableTokenParser.php';
  4292.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/WildcardReferenceTokenParser.php';
  4293.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/FactoryDenormalizer.php';
  4294.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/CallsDenormalizerInterface.php';
  4295.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/CallsWithFlagsDenormalizer.php';
  4296.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/FunctionDenormalizer.php';
  4297.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
  4298.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/ConfiguratorFlagHandler.php';
  4299.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/OptionalFlagHandler.php';
  4300.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/PropertyDenormalizerInterface.php';
  4301.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Property/SimplePropertyDenormalizer.php';
  4302.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullRangeNameDenormalizer.php';
  4303.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleDenormalizer.php';
  4304.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/GeneratorInterface.php';
  4305.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/DoublePassGenerator.php';
  4306.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/FixtureSetResolverInterface.php';
  4307.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/RemoveConflictingObjectsResolver.php';
  4308.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/SimpleFixtureSetResolver.php';
  4309.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterBagResolverInterface.php';
  4310.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/RemoveConflictingParametersParameterBagResolver.php';
  4311.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/SimpleParameterBagResolver.php';
  4312.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
  4313.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/ParameterResolverRegistry.php';
  4314.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
  4315.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StaticParameterResolver.php';
  4316.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
  4317.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/ArrayParameterResolver.php';
  4318.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/RecursiveParameterResolver.php';
  4319.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StringParameterResolver.php';
  4320.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureBagResolverInterface.php';
  4321.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Fixture/TemplateFixtureBagResolver.php';
  4322.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorInterface.php';
  4323.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/CompleteObjectGenerator.php';
  4324.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/SimpleObjectGenerator.php';
  4325.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  4326.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
  4327.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ValueResolverRegistry.php';
  4328.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  4329.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  4330.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ArrayValueResolver.php';
  4331.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/DynamicArrayValueResolver.php';
  4332.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/EvaluatedValueResolver.php';
  4333.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FunctionCallArgumentResolver.php';
  4334.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/PhpFunctionCallValueResolver.php';
  4335.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FakerFunctionCallValueResolver.php';
  4336.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixturePropertyReferenceResolver.php';
  4337.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/PropertyAccess/StdPropertyAccessor.php';
  4338.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureMethodCallReferenceResolver.php';
  4339.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UnresolvedFixtureReferenceIdResolver.php';
  4340.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/SelfFixtureReferenceResolver.php';
  4341.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureReferenceResolver.php';
  4342.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureWildcardReferenceResolver.php';
  4343.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ListValueResolver.php';
  4344.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/OptionalValueResolver.php';
  4345.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ParameterValueResolver.php';
  4346.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UniqueValueResolver.php';
  4347.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/UniqueValuesPool.php';
  4348.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ValueForCurrentValueResolver.php';
  4349.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/VariableValueResolver.php';
  4350.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
  4351.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ExistingInstanceInstantiator.php';
  4352.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorResolver.php';
  4353.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorRegistry.php';
  4354.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
  4355.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
  4356.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoCallerMethodCallInstantiator.php';
  4357.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
  4358.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NullConstructorInstantiator.php';
  4359.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoMethodCallInstantiator.php';
  4360.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/StaticFactoryInstantiator.php';
  4361.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4362.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/Generator/Instantiator/Chainable/InstantiatedReferenceInstantiator.php';
  4363.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/HydratorInterface.php';
  4364.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/SimpleHydrator.php';
  4365.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/PropertyHydratorInterface.php';
  4366.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/Property/SymfonyPropertyAccessorHydrator.php';
  4367.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/CallerInterface.php';
  4368.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/SimpleCaller.php';
  4369.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
  4370.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorRegistry.php';
  4371.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
  4372.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
  4373.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/ConfiguratorMethodCallProcessor.php';
  4374.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/MethodCallWithReferenceProcessor.php';
  4375.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/OptionalMethodCallProcessor.php';
  4376.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/SimpleMethodCallProcessor.php';
  4377.         $a = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\ElementFlagParser(new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\FlagParserRegistry([=> new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ConfiguratorFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ExtendFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\OptionalFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\TemplateFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\UniqueFlagParser()]));
  4378.         $b = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper();
  4379.         $c = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\UniqueValueDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\SimpleValueDenormalizer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\FunctionFixtureReferenceParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\StringMergerParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\SimpleParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\EmptyValueLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceEscaperLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\GlobalPatternsLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\FunctionLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\StringThenReferenceLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\SubPatternsLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceLexer())))))), new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\TokenParserRegistry([=> new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\DynamicArrayTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\EscapedValueTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureListReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureMethodReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureRangeReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\MethodReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\OptionalTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ParameterTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\PropertyReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableReferenceTokenParser(), 10 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\SimpleReferenceTokenParser(), 11 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringArrayTokenParser(), 12 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringTokenParser($b), 13 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\TolerantFunctionTokenParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\IdentityTokenParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FunctionTokenParser($b))), 14 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableTokenParser(), 15 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\WildcardReferenceTokenParser()]))))));
  4380.         $d = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Arguments\SimpleArgumentsDenormalizer($c);
  4381.         $e = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\CallsWithFlagsDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\FunctionDenormalizer($d), [=> new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\ConfiguratorFlagHandler(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\OptionalFlagHandler()]);
  4382.         $f = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\SimpleSpecificationsDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\LegacyConstructorDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\ConstructorDenormalizer($d), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\FactoryDenormalizer($e)), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Property\SimplePropertyDenormalizer($c), $e);
  4383.         $g = new \Nelmio\Alice\PropertyAccess\StdPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4384.         $h = new \Nelmio\Alice\Generator\Resolver\Value\ValueResolverRegistry([=> new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ArrayValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\DynamicArrayValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\EvaluatedValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FunctionCallArgumentResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\PhpFunctionCallValueResolver($this->parameters['nelmio_alice.functions_blacklist'], new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FakerFunctionCallValueResolver(($this->services['Faker\\Generator'] ?? $this->getGeneratorService())))), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixturePropertyReferenceResolver($g), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureMethodCallReferenceResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\UnresolvedFixtureReferenceIdResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\SelfFixtureReferenceResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureReferenceResolver())), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureWildcardReferenceResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ListValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\OptionalValueResolver(), 10 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ParameterValueResolver(), 11 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\UniqueValueResolver(new \Nelmio\Alice\Generator\Resolver\UniqueValuesPool(), NULL150), 12 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ValueForCurrentValueResolver(), 13 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\VariableValueResolver()]);
  4385.         $i = new \Nelmio\Alice\Generator\NamedArgumentsResolver();
  4386.         $j = new \Hautelook\AliceBundle\Alice\Generator\Instantiator\Chainable\InstantiatedReferenceInstantiator();
  4387.         $j->setContainer($this);
  4388.         return $this->services['nelmio_alice.data_loader'] = new \Nelmio\Alice\Loader\SimpleDataLoader(new \Nelmio\Alice\FixtureBuilder\SimpleBuilder(new \Nelmio\Alice\FixtureBuilder\Denormalizer\SimpleDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Parameter\SimpleParameterBagDenormalizer(), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SimpleFixtureBagDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\TolerantFixtureDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\FixtureDenormalizerRegistry($a, [=> new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullListNameDenormalizer())), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\ReferenceRangeNameDenormalizer($f), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullRangeNameDenormalizer())), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleDenormalizer($f)])), $a))), new \Nelmio\Alice\Generator\DoublePassGenerator(new \Nelmio\Alice\Generator\Resolver\FixtureSet\RemoveConflictingObjectsResolver(new \Nelmio\Alice\Generator\Resolver\FixtureSet\SimpleFixtureSetResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\RemoveConflictingParametersParameterBagResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\SimpleParameterBagResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\ParameterResolverRegistry([=> new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StaticParameterResolver(), => new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\ArrayParameterResolver(), => new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\RecursiveParameterResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StringParameterResolver(), 5)]))), new \Nelmio\Alice\Generator\Resolver\Fixture\TemplateFixtureBagResolver())), new \Nelmio\Alice\Generator\ObjectGenerator\CompleteObjectGenerator(new \Nelmio\Alice\Generator\ObjectGenerator\SimpleObjectGenerator($h, new \Nelmio\Alice\Generator\Instantiator\ExistingInstanceInstantiator(new \Nelmio\Alice\Generator\Instantiator\InstantiatorResolver(new \Nelmio\Alice\Generator\Instantiator\InstantiatorRegistry([=> new \Nelmio\Alice\Generator\Instantiator\Chainable\NoCallerMethodCallInstantiator($i), => new \Nelmio\Alice\Generator\Instantiator\Chainable\NullConstructorInstantiator(), => new \Nelmio\Alice\Generator\Instantiator\Chainable\NoMethodCallInstantiator(), => new \Nelmio\Alice\Generator\Instantiator\Chainable\StaticFactoryInstantiator($i), => $j]))), new \Nelmio\Alice\Generator\Hydrator\SimpleHydrator(new \Nelmio\Alice\Generator\Hydrator\Property\SymfonyPropertyAccessorHydrator($g)), new \Nelmio\Alice\Generator\Caller\SimpleCaller(new \Nelmio\Alice\Generator\Caller\CallProcessorRegistry([=> new \Nelmio\Alice\Generator\Caller\Chainable\ConfiguratorMethodCallProcessor(), => new \Nelmio\Alice\Generator\Caller\Chainable\MethodCallWithReferenceProcessor(), => new \Nelmio\Alice\Generator\Caller\Chainable\OptionalMethodCallProcessor(), => new \Nelmio\Alice\Generator\Caller\Chainable\SimpleMethodCallProcessor()]), $h$i)))));
  4389.     }
  4390.     /**
  4391.      * Gets the public 'nelmio_alice.file_loader' shared service.
  4392.      *
  4393.      * @return \Nelmio\Alice\Loader\SimpleFileLoader
  4394.      */
  4395.     protected function getNelmioAlice_FileLoaderService()
  4396.     {
  4397.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLoaderInterface.php';
  4398.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFileLoader.php';
  4399.         return $this->services['nelmio_alice.file_loader'] = new \Nelmio\Alice\Loader\SimpleFileLoader(($this->privates['nelmio_alice.file_parser.runtime_cache'] ?? $this->getNelmioAlice_FileParser_RuntimeCacheService()), ($this->services['nelmio_alice.data_loader'] ?? $this->getNelmioAlice_DataLoaderService()));
  4400.     }
  4401.     /**
  4402.      * Gets the public 'nelmio_alice.files_loader' shared service.
  4403.      *
  4404.      * @return \Nelmio\Alice\Loader\SimpleFilesLoader
  4405.      */
  4406.     protected function getNelmioAlice_FilesLoaderService()
  4407.     {
  4408.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FilesLoaderInterface.php';
  4409.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFilesLoader.php';
  4410.         return $this->services['nelmio_alice.files_loader'] = new \Nelmio\Alice\Loader\SimpleFilesLoader(($this->privates['nelmio_alice.file_parser.runtime_cache'] ?? $this->getNelmioAlice_FileParser_RuntimeCacheService()), ($this->services['nelmio_alice.data_loader'] ?? $this->getNelmioAlice_DataLoaderService()));
  4411.     }
  4412.     /**
  4413.      * Gets the public 'nelmio_api_doc.command.dump' shared service.
  4414.      *
  4415.      * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  4416.      */
  4417.     protected function getNelmioApiDoc_Command_DumpService()
  4418.     {
  4419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4420.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Command/DumpCommand.php';
  4421.         $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  4422.         $instance->setName('nelmio:apidoc:dump');
  4423.         return $instance;
  4424.     }
  4425.     /**
  4426.      * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  4427.      *
  4428.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  4429.      */
  4430.     protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  4431.     {
  4432.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
  4433.         return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  4434.     }
  4435.     /**
  4436.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  4437.      *
  4438.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  4439.      */
  4440.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  4441.     {
  4442.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
  4443.         return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  4444.     }
  4445.     /**
  4446.      * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  4447.      *
  4448.      * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  4449.      */
  4450.     protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  4451.     {
  4452.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/YamlDocumentationController.php';
  4453.         return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  4454.     }
  4455.     /**
  4456.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  4457.      *
  4458.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  4459.      */
  4460.     protected function getNelmioApiDoc_Generator_DefaultService()
  4461.     {
  4462.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  4463.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  4464.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  4465.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  4466.             yield => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  4467.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  4468.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  4469.         }, 5), new RewindableGenerator(function () {
  4470.             yield => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  4471.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  4472.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  4473.         }, 3));
  4474.         $a = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  4475.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4476.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4477.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4478.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4479.         $instance->setAlternativeNames([]);
  4480.         $instance->setMediaTypes([=> 'json']);
  4481.         $instance->setLogger($a);
  4482.         return $instance;
  4483.     }
  4484.     /**
  4485.      * Gets the public 'nelmio_api_doc.render_docs' shared service.
  4486.      *
  4487.      * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  4488.      */
  4489.     protected function getNelmioApiDoc_RenderDocsService()
  4490.     {
  4491.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/RenderOpenApi.php';
  4492.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/OpenApiRenderer.php';
  4493.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Json/JsonOpenApiRenderer.php';
  4494.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Yaml/YamlOpenApiRenderer.php';
  4495.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/HtmlOpenApiRenderer.php';
  4496.         return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4497.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  4498.         ], [
  4499.             'default' => '?',
  4500.         ]), new \Nelmio\ApiDocBundle\Render\Json\JsonOpenApiRenderer(), new \Nelmio\ApiDocBundle\Render\Yaml\YamlOpenApiRenderer(), new \Nelmio\ApiDocBundle\Render\Html\HtmlOpenApiRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  4501.     }
  4502.     /**
  4503.      * Gets the public 'oneup_flysystem.mount_manager' shared service.
  4504.      *
  4505.      * @return \League\Flysystem\MountManager
  4506.      */
  4507.     protected function getOneupFlysystem_MountManagerService()
  4508.     {
  4509.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  4510.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  4511.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  4512.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/MountManager.php';
  4513.         return $this->services['oneup_flysystem.mount_manager'] = new \League\Flysystem\MountManager(['default' => ($this->services['default_filesystem'] ?? $this->getDefaultFilesystemService())]);
  4514.     }
  4515.     /**
  4516.      * Gets the public 'oneup_uploader.chunk_manager' shared service.
  4517.      *
  4518.      * @return \Oneup\UploaderBundle\Uploader\Chunk\ChunkManager
  4519.      */
  4520.     protected function getOneupUploader_ChunkManagerService()
  4521.     {
  4522.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/ChunkManagerInterface.php';
  4523.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/ChunkManager.php';
  4524.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/ChunkStorageInterface.php';
  4525.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/FilesystemStorage.php';
  4526.         return $this->services['oneup_uploader.chunk_manager'] = new \Oneup\UploaderBundle\Uploader\Chunk\ChunkManager($this->getParameter('oneup_uploader.chunks'), ($this->privates['oneup_uploader.chunks_storage'] ?? ($this->privates['oneup_uploader.chunks_storage'] = new \Oneup\UploaderBundle\Uploader\Chunk\Storage\FilesystemStorage(($this->targetDir.''.'/uploader/chunks')))));
  4527.     }
  4528.     /**
  4529.      * Gets the public 'oneup_uploader.controller.chat_upload' shared service.
  4530.      *
  4531.      * @return \Oneup\UploaderBundle\Controller\DropzoneController
  4532.      */
  4533.     protected function getOneupUploader_Controller_ChatUploadService()
  4534.     {
  4535.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractController.php';
  4536.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractChunkedController.php';
  4537.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/DropzoneController.php';
  4538.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/ErrorHandlerInterface.php';
  4539.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/DropzoneErrorHandler.php';
  4540.         return $this->services['oneup_uploader.controller.chat_upload'] = new \Oneup\UploaderBundle\Controller\DropzoneController($this, ($this->services['oneup_uploader.orphanage.chat_upload'] ?? $this->getOneupUploader_Orphanage_ChatUploadService()), new \Oneup\UploaderBundle\Uploader\ErrorHandler\DropzoneErrorHandler(), $this->parameters['oneup_uploader.config.chat_upload'], 'chat_upload');
  4541.     }
  4542.     /**
  4543.      * Gets the public 'oneup_uploader.namer.uniqid' shared service.
  4544.      *
  4545.      * @return \Oneup\UploaderBundle\Uploader\Naming\UniqidNamer
  4546.      */
  4547.     protected function getOneupUploader_Namer_UniqidService()
  4548.     {
  4549.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
  4550.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/UniqidNamer.php';
  4551.         return $this->services['oneup_uploader.namer.uniqid'] = new \Oneup\UploaderBundle\Uploader\Naming\UniqidNamer();
  4552.     }
  4553.     /**
  4554.      * Gets the public 'oneup_uploader.orphanage.chat_upload' shared service.
  4555.      *
  4556.      * @return \Oneup\UploaderBundle\Uploader\Storage\FilesystemOrphanageStorage
  4557.      */
  4558.     protected function getOneupUploader_Orphanage_ChatUploadService()
  4559.     {
  4560.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/StorageInterface.php';
  4561.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemStorage.php';
  4562.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/OrphanageStorageInterface.php';
  4563.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemOrphanageStorage.php';
  4564.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FlysystemStorage.php';
  4565.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/ChunkStorageInterface.php';
  4566.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/FilesystemStorage.php';
  4567.         return $this->services['oneup_uploader.orphanage.chat_upload'] = new \Oneup\UploaderBundle\Uploader\Storage\FilesystemOrphanageStorage(new \Oneup\UploaderBundle\Uploader\Storage\FlysystemStorage(($this->services['default_filesystem'] ?? $this->getDefaultFilesystemService()), 102400NULL''), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['oneup_uploader.chunks_storage'] ?? ($this->privates['oneup_uploader.chunks_storage'] = new \Oneup\UploaderBundle\Uploader\Chunk\Storage\FilesystemStorage(($this->targetDir.''.'/uploader/chunks')))), $this->getParameter('oneup_uploader.orphanage'), 'chat_upload');
  4568.     }
  4569.     /**
  4570.      * Gets the public 'oneup_uploader.orphanage_manager' shared service.
  4571.      *
  4572.      * @return \Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager
  4573.      */
  4574.     protected function getOneupUploader_OrphanageManagerService()
  4575.     {
  4576.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Orphanage/OrphanageManager.php';
  4577.         return $this->services['oneup_uploader.orphanage_manager'] = new \Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager($this$this->getParameter('oneup_uploader.orphanage'));
  4578.     }
  4579.     /**
  4580.      * Gets the public 'oneup_uploader.routing.loader' shared service.
  4581.      *
  4582.      * @return \Oneup\UploaderBundle\Routing\RouteLoader
  4583.      */
  4584.     protected function getOneupUploader_Routing_LoaderService()
  4585.     {
  4586.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Routing/RouteLoader.php';
  4587.         return $this->services['oneup_uploader.routing.loader'] = new \Oneup\UploaderBundle\Routing\RouteLoader($this->parameters['oneup_uploader.controllers']);
  4588.     }
  4589.     /**
  4590.      * Gets the public 'oneup_uploader.templating.uploader_helper' shared service.
  4591.      *
  4592.      * @return \Oneup\UploaderBundle\Templating\Helper\UploaderHelper
  4593.      */
  4594.     protected function getOneupUploader_Templating_UploaderHelperService()
  4595.     {
  4596.         return $this->services['oneup_uploader.templating.uploader_helper'] = new \Oneup\UploaderBundle\Templating\Helper\UploaderHelper(($this->services['router'] ?? $this->getRouterService()), $this->parameters['oneup_uploader.maxsize']);
  4597.     }
  4598.     /**
  4599.      * Gets the public 'oneup_uploader.twig.extension.uploader' shared service.
  4600.      *
  4601.      * @return \Oneup\UploaderBundle\Twig\Extension\UploaderExtension
  4602.      */
  4603.     protected function getOneupUploader_Twig_Extension_UploaderService()
  4604.     {
  4605.         return $this->services['oneup_uploader.twig.extension.uploader'] = new \Oneup\UploaderBundle\Twig\Extension\UploaderExtension(($this->services['oneup_uploader.templating.uploader_helper'] ?? $this->getOneupUploader_Templating_UploaderHelperService()));
  4606.     }
  4607.     /**
  4608.      * Gets the public 'request_stack' shared service.
  4609.      *
  4610.      * @return \Symfony\Component\HttpFoundation\RequestStack
  4611.      */
  4612.     protected function getRequestStackService()
  4613.     {
  4614.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  4615.     }
  4616.     /**
  4617.      * Gets the public 'router' shared autowired service.
  4618.      *
  4619.      * @return \Nellapp\Bundle\SDKBundle\Routing\SymfonyUrlGenerator
  4620.      */
  4621.     protected function getRouterService()
  4622.     {
  4623.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  4624.         $b = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4625.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  4626.         ], [
  4627.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  4628.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['monolog.logger.router'] ?? $this->getMonolog_Logger_RouterService()), 'fr');
  4629.         $b->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4630.         $b->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4631.         return $this->services['router'] = new \Nellapp\Bundle\SDKBundle\Routing\SymfonyUrlGenerator($b$a);
  4632.     }
  4633.     /**
  4634.      * Gets the public 'routing.loader' shared service.
  4635.      *
  4636.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  4637.      */
  4638.     protected function getRouting_LoaderService()
  4639.     {
  4640.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  4641.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  4642.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  4643.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/GlobalRoutesLoader.php';
  4644.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Routing/Loader/ChannelResourceAccessCacheLoader.php';
  4645.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Routing/Loader/ChannelUserPermissionResourceCrudLoader.php';
  4646.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  4647.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService());
  4648.         if (isset($this->services['routing.loader'])) {
  4649.             return $this->services['routing.loader'];
  4650.         }
  4651.         $b = new \Symfony\Component\Config\Loader\LoaderResolver();
  4652.         $c = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  4653.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  4654.         $b->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($c'dev'));
  4655.         $b->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($c'dev'));
  4656.         $b->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($c'dev'));
  4657.         $b->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($c'dev'));
  4658.         $b->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($c'dev'));
  4659.         $b->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4660.             'kernel' => ['services''kernel''getKernelService'false],
  4661.         ], [
  4662.             'kernel' => 'App\\Kernel',
  4663.         ]), 'dev'));
  4664.         $b->addLoader(new \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\GlobalRoutesLoader());
  4665.         $b->addLoader(new \Nellapp\Bundle\SDKBundle\Permission\Routing\Loader\ChannelResourceAccessCacheLoader());
  4666.         $b->addLoader(new \Nellapp\Bundle\SDKBundle\Permission\Routing\Loader\ChannelUserPermissionResourceCrudLoader($a));
  4667.         $b->addLoader(($this->services['oneup_uploader.routing.loader'] ?? $this->getOneupUploader_Routing_LoaderService()));
  4668.         $b->addLoader($d);
  4669.         $b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($c$d));
  4670.         $b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($c$d));
  4671.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($b, ['utf8' => true], []);
  4672.     }
  4673.     /**
  4674.      * Gets the public 'services_resetter' shared service.
  4675.      *
  4676.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  4677.      */
  4678.     protected function getServicesResetterService()
  4679.     {
  4680.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  4681.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  4682.             if (isset($this->services['cache.app'])) {
  4683.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  4684.             }
  4685.             if (isset($this->services['cache.system'])) {
  4686.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  4687.             }
  4688.             if (isset($this->privates['cache.validator.traceable'])) {
  4689.                 yield 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? null);
  4690.             }
  4691.             if (isset($this->privates['cache.serializer.traceable'])) {
  4692.                 yield 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? null);
  4693.             }
  4694.             if (isset($this->privates['cache.annotations.traceable'])) {
  4695.                 yield 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? null);
  4696.             }
  4697.             if (isset($this->privates['cache.property_info.traceable'])) {
  4698.                 yield 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? null);
  4699.             }
  4700.             if (isset($this->privates['cache.messenger.restart_workers_signal.traceable'])) {
  4701.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? null);
  4702.             }
  4703.             if (isset($this->privates['.debug.http_client'])) {
  4704.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  4705.             }
  4706.             if (isset($this->privates['mailer.message_logger_listener'])) {
  4707.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  4708.             }
  4709.             if (isset($this->privates['debug.stopwatch'])) {
  4710.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  4711.             }
  4712.             if (isset($this->services['event_dispatcher'])) {
  4713.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  4714.             }
  4715.             if (isset($this->privates['session_listener'])) {
  4716.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  4717.             }
  4718.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  4719.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  4720.             }
  4721.             if (isset($this->services['cache.validator_expression_language'])) {
  4722.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  4723.             }
  4724.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  4725.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  4726.             }
  4727.             if (isset($this->services['.container.private.profiler'])) {
  4728.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  4729.             }
  4730.             if (isset($this->services['.container.private.validator'])) {
  4731.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  4732.             }
  4733.             if (isset($this->services['doctrine'])) {
  4734.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  4735.             }
  4736.             if (isset($this->privates['doctrine.debug_data_holder'])) {
  4737.                 yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  4738.             }
  4739.             if (isset($this->privates['form.type.entity'])) {
  4740.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  4741.             }
  4742.             if (isset($this->services['.container.private.security.token_storage'])) {
  4743.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  4744.             }
  4745.             if (isset($this->privates['cache.security_expression_language.traceable'])) {
  4746.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? null);
  4747.             }
  4748.             if (isset($this->privates['monolog.handler.main'])) {
  4749.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  4750.             }
  4751.             if (isset($this->privates['monolog.handler.console'])) {
  4752.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  4753.             }
  4754.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  4755.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  4756.             }
  4757.             if (isset($this->privates['cache.webpack_encore.traceable'])) {
  4758.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore.traceable'] ?? null);
  4759.             }
  4760.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  4761.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  4762.             }
  4763.             if (isset($this->privates['webpack_encore.entrypoint_lookup[core]'])) {
  4764.                 yield 'webpack_encore.entrypoint_lookup[core]' => ($this->privates['webpack_encore.entrypoint_lookup[core]'] ?? null);
  4765.             }
  4766.             if (isset($this->privates['.debug.http_client'])) {
  4767.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  4768.             }
  4769.         }, function () {
  4770.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator.traceable'])) + (int) (isset($this->privates['cache.serializer.traceable'])) + (int) (isset($this->privates['cache.annotations.traceable'])) + (int) (isset($this->privates['cache.property_info.traceable'])) + (int) (isset($this->privates['cache.messenger.restart_workers_signal.traceable'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->privates['messenger.transport.in_memory.factory'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['doctrine.debug_data_holder'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language.traceable'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore.traceable'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[core]'])) + (int) (isset($this->privates['.debug.http_client']));
  4771.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'cache.messenger.restart_workers_signal' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'messenger.transport.in_memory.factory' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'doctrine.debug_data_holder' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[core]' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  4772.     }
  4773.     /**
  4774.      * Gets the public 'spiriit_form_filter.filter_prepare' shared service.
  4775.      *
  4776.      * @return \Spiriit\Bundle\FormFilterBundle\Event\Listener\PrepareListener
  4777.      */
  4778.     protected function getSpiriitFormFilter_FilterPrepareService()
  4779.     {
  4780.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Event/Listener/PrepareListener.php';
  4781.         return $this->services['spiriit_form_filter.filter_prepare'] = new \Spiriit\Bundle\FormFilterBundle\Event\Listener\PrepareListener();
  4782.     }
  4783.     /**
  4784.      * Gets the public 'spiriit_form_filter.query_builder_updater' shared service.
  4785.      *
  4786.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\FilterBuilderUpdater
  4787.      */
  4788.     protected function getSpiriitFormFilter_QueryBuilderUpdaterService()
  4789.     {
  4790.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/FilterBuilderUpdaterInterface.php';
  4791.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/FilterBuilderUpdater.php';
  4792.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/FormDataExtractorInterface.php';
  4793.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/FormDataExtractor.php';
  4794.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/DataExtractionMethodInterface.php';
  4795.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/DefaultExtractionMethod.php';
  4796.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/TextExtractionMethod.php';
  4797.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/ValueKeysExtractionMethod.php';
  4798.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4799.         if (isset($this->services['spiriit_form_filter.query_builder_updater'])) {
  4800.             return $this->services['spiriit_form_filter.query_builder_updater'];
  4801.         }
  4802.         $b = new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\FormDataExtractor();
  4803.         $b->addMethod(new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\Method\DefaultExtractionMethod());
  4804.         $b->addMethod(new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\Method\TextExtractionMethod());
  4805.         $b->addMethod(new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\Method\ValueKeysExtractionMethod());
  4806.         return $this->services['spiriit_form_filter.query_builder_updater'] = new \Spiriit\Bundle\FormFilterBundle\Filter\FilterBuilderUpdater($b$a);
  4807.     }
  4808.     /**
  4809.      * Gets the public 'translator' shared service.
  4810.      *
  4811.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  4812.      */
  4813.     protected function getTranslatorService()
  4814.     {
  4815.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4816.     }
  4817.     /**
  4818.      * Gets the public 'var_dumper.cloner' shared service.
  4819.      *
  4820.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  4821.      */
  4822.     protected function getVarDumper_ClonerService()
  4823.     {
  4824.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  4825.         $instance->setMaxItems(2500);
  4826.         $instance->setMinDepth(1);
  4827.         $instance->setMaxString(-1);
  4828.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  4829.         return $instance;
  4830.     }
  4831.     /**
  4832.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  4833.      *
  4834.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  4835.      */
  4836.     protected function getWebProfiler_Controller_ExceptionPanelService()
  4837.     {
  4838.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  4839.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  4840.     }
  4841.     /**
  4842.      * Gets the public 'web_profiler.controller.profiler' shared service.
  4843.      *
  4844.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  4845.      */
  4846.     protected function getWebProfiler_Controller_ProfilerService()
  4847.     {
  4848.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  4849.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  4850.     }
  4851.     /**
  4852.      * Gets the public 'web_profiler.controller.router' shared service.
  4853.      *
  4854.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  4855.      */
  4856.     protected function getWebProfiler_Controller_RouterService()
  4857.     {
  4858.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  4859.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  4860.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  4861.         }, 1));
  4862.     }
  4863.     /**
  4864.      * Gets the private '.App\Command\Cron\CreateOrDeleteCanalFromSessions.lazy' shared service.
  4865.      *
  4866.      * @return \Symfony\Component\Console\Command\LazyCommand
  4867.      */
  4868.     protected function getCreateOrDeleteCanalFromSessions_LazyService()
  4869.     {
  4870.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4871.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4872.         return $this->privates['.App\\Command\\Cron\\CreateOrDeleteCanalFromSessions.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:delete-or-create-canal-from-sessions', [], 'Gather Session Resource and create or removed canals depending on sessions dates'false, function (): \App\Command\Cron\CreateOrDeleteCanalFromSessions {
  4873.             return ($this->privates['App\\Command\\Cron\\CreateOrDeleteCanalFromSessions'] ?? $this->getCreateOrDeleteCanalFromSessionsService());
  4874.         });
  4875.     }
  4876.     /**
  4877.      * Gets the private '.App\Command\Cron\DeleteOldChatMessageCommand.lazy' shared service.
  4878.      *
  4879.      * @return \Symfony\Component\Console\Command\LazyCommand
  4880.      */
  4881.     protected function getDeleteOldChatMessageCommand_LazyService()
  4882.     {
  4883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4884.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4885.         return $this->privates['.App\\Command\\Cron\\DeleteOldChatMessageCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:delete-old-chat-message', [], 'Remove old messages from conversations'false, function (): \App\Command\Cron\DeleteOldChatMessageCommand {
  4886.             return ($this->privates['App\\Command\\Cron\\DeleteOldChatMessageCommand'] ?? $this->getDeleteOldChatMessageCommandService());
  4887.         });
  4888.     }
  4889.     /**
  4890.      * Gets the private '.App\Command\Cron\DeleteOldConversationCommand.lazy' shared service.
  4891.      *
  4892.      * @return \Symfony\Component\Console\Command\LazyCommand
  4893.      */
  4894.     protected function getDeleteOldConversationCommand_LazyService()
  4895.     {
  4896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4897.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4898.         return $this->privates['.App\\Command\\Cron\\DeleteOldConversationCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:delete-old-conversation', [], 'Remove old conversations not linked to sessions => simple conversations older than 2 days, temporary canals older than 2 days'false, function (): \App\Command\Cron\DeleteOldConversationCommand {
  4899.             return ($this->privates['App\\Command\\Cron\\DeleteOldConversationCommand'] ?? $this->getDeleteOldConversationCommandService());
  4900.         });
  4901.     }
  4902.     /**
  4903.      * Gets the private '.App\Command\Cron\ManageConversationUsersForCursusCommand.lazy' shared service.
  4904.      *
  4905.      * @return \Symfony\Component\Console\Command\LazyCommand
  4906.      */
  4907.     protected function getManageConversationUsersForCursusCommand_LazyService()
  4908.     {
  4909.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4910.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4911.         return $this->privates['.App\\Command\\Cron\\ManageConversationUsersForCursusCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:update-conversation-user-from-cursus', [], 'Remove or Create ConversationUser for learners From cursus'false, function (): \App\Command\Cron\ManageConversationUsersForCursusCommand {
  4912.             return ($this->privates['App\\Command\\Cron\\ManageConversationUsersForCursusCommand'] ?? $this->getManageConversationUsersForCursusCommandService());
  4913.         });
  4914.     }
  4915.     /**
  4916.      * Gets the private '.App\Command\GenerateHashtagUserCommand.lazy' shared service.
  4917.      *
  4918.      * @return \Symfony\Component\Console\Command\LazyCommand
  4919.      */
  4920.     protected function getGenerateHashtagUserCommand_LazyService()
  4921.     {
  4922.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4923.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4924.         return $this->privates['.App\\Command\\GenerateHashtagUserCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:generate-hashtag-user', [], 'Add a short description for your command'false, function (): \App\Command\GenerateHashtagUserCommand {
  4925.             return ($this->privates['App\\Command\\GenerateHashtagUserCommand'] ?? $this->getGenerateHashtagUserCommandService());
  4926.         });
  4927.     }
  4928.     /**
  4929.      * Gets the private '.App\Command\GenerateReferentAndServiceConversationsForActiveCursusCommand.lazy' shared service.
  4930.      *
  4931.      * @return \Symfony\Component\Console\Command\LazyCommand
  4932.      */
  4933.     protected function getGenerateReferentAndServiceConversationsForActiveCursusCommand_LazyService()
  4934.     {
  4935.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4937.         return $this->privates['.App\\Command\\GenerateReferentAndServiceConversationsForActiveCursusCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:generate-referent-service-conversations', [], 'Generate referent and services conversations and conversation users for active Cursus if not exists'false, function (): \App\Command\GenerateReferentAndServiceConversationsForActiveCursusCommand {
  4938.             return ($this->privates['App\\Command\\GenerateReferentAndServiceConversationsForActiveCursusCommand'] ?? $this->getGenerateReferentAndServiceConversationsForActiveCursusCommandService());
  4939.         });
  4940.     }
  4941.     /**
  4942.      * Gets the private '.App\Command\InitChannelCanalCommand.lazy' shared service.
  4943.      *
  4944.      * @return \Symfony\Component\Console\Command\LazyCommand
  4945.      */
  4946.     protected function getInitChannelCanalCommand_LazyService()
  4947.     {
  4948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4950.         return $this->privates['.App\\Command\\InitChannelCanalCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:init-channel-canal', [], 'Create Public Canals for Channels'false, function (): \App\Command\InitChannelCanalCommand {
  4951.             return ($this->privates['App\\Command\\InitChannelCanalCommand'] ?? $this->getInitChannelCanalCommandService());
  4952.         });
  4953.     }
  4954.     /**
  4955.      * Gets the private '.App\Command\InitResourcesCommand.lazy' shared service.
  4956.      *
  4957.      * @return \Symfony\Component\Console\Command\LazyCommand
  4958.      */
  4959.     protected function getInitResourcesCommand_LazyService()
  4960.     {
  4961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4963.         return $this->privates['.App\\Command\\InitResourcesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:init-resources', [], 'Create Resource for Groups, Places and Trainings'false, function (): \App\Command\InitResourcesCommand {
  4964.             return ($this->privates['App\\Command\\InitResourcesCommand'] ?? $this->getInitResourcesCommandService());
  4965.         });
  4966.     }
  4967.     /**
  4968.      * Gets the private '.App\Command\InitSimpleConversationsCommand.lazy' shared service.
  4969.      *
  4970.      * @return \Symfony\Component\Console\Command\LazyCommand
  4971.      */
  4972.     protected function getInitSimpleConversationsCommand_LazyService()
  4973.     {
  4974.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4975.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4976.         return $this->privates['.App\\Command\\InitSimpleConversationsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:init-channel-simple-conversations', [], 'Create Simple conversations for Channels'false, function (): \App\Command\InitSimpleConversationsCommand {
  4977.             return ($this->privates['App\\Command\\InitSimpleConversationsCommand'] ?? $this->getInitSimpleConversationsCommandService());
  4978.         });
  4979.     }
  4980.     /**
  4981.      * Gets the private '.App\Command\TestStringCommand.lazy' shared service.
  4982.      *
  4983.      * @return \Symfony\Component\Console\Command\LazyCommand
  4984.      */
  4985.     protected function getTestStringCommand_LazyService()
  4986.     {
  4987.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4988.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4989.         return $this->privates['.App\\Command\\TestStringCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:test-string', [], 'Add a short description for your command'false, function (): \App\Command\TestStringCommand {
  4990.             return ($this->privates['App\\Command\\TestStringCommand'] ?? $this->getTestStringCommandService());
  4991.         });
  4992.     }
  4993.     /**
  4994.      * Gets the private '.Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand.lazy' shared service.
  4995.      *
  4996.      * @return \Symfony\Component\Console\Command\LazyCommand
  4997.      */
  4998.     protected function getCheckChannelMenuDisplayedCommand_LazyService()
  4999.     {
  5000.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5001.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5002.         return $this->privates['.Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('nellapp:check:menu-displayed', [], 'Check the channel menu displayed for the given ChannelUserData'false, function (): \Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand {
  5003.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand'] ?? $this->getCheckChannelMenuDisplayedCommandService());
  5004.         });
  5005.     }
  5006.     /**
  5007.      * Gets the private '.Nellapp\Bundle\SDKBundle\Permission\Command\CleanExpiredChannelResourcePermissionCommand.lazy' shared service.
  5008.      *
  5009.      * @return \Symfony\Component\Console\Command\LazyCommand
  5010.      */
  5011.     protected function getCleanExpiredChannelResourcePermissionCommand_LazyService()
  5012.     {
  5013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5014.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5015.         return $this->privates['.Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('nellapp:check:expired-permission', [], 'Remove from database expired channel resource permissions.'false, function (): \Nellapp\Bundle\SDKBundle\Permission\Command\CleanExpiredChannelResourcePermissionCommand {
  5016.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand'] ?? $this->getCleanExpiredChannelResourcePermissionCommandService());
  5017.         });
  5018.     }
  5019.     /**
  5020.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand.lazy' shared service.
  5021.      *
  5022.      * @return \Symfony\Component\Console\Command\LazyCommand
  5023.      */
  5024.     protected function getFullRefreshClassCommand_LazyService()
  5025.     {
  5026.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5028.         return $this->privates['.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('nellapp:force-full-refresh', [], 'Force full refresh of a class'false, function (): \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand {
  5029.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand'] ?? $this->getFullRefreshClassCommandService());
  5030.         });
  5031.     }
  5032.     /**
  5033.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand.lazy' shared service.
  5034.      *
  5035.      * @return \Symfony\Component\Console\Command\LazyCommand
  5036.      */
  5037.     protected function getRefreshClassCommand_LazyService()
  5038.     {
  5039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5040.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5041.         return $this->privates['.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('nellapp:force-refresh', [], 'Force refresh of a class'false, function (): \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand {
  5042.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand'] ?? $this->getRefreshClassCommandService());
  5043.         });
  5044.     }
  5045.     /**
  5046.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand.lazy' shared service.
  5047.      *
  5048.      * @return \Symfony\Component\Console\Command\LazyCommand
  5049.      */
  5050.     protected function getRefreshOneCommand_LazyService()
  5051.     {
  5052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5053.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5054.         return $this->privates['.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('nellapp:force-refresh-one', [], 'Force refresh of an entity'false, function (): \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand {
  5055.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand'] ?? $this->getRefreshOneCommandService());
  5056.         });
  5057.     }
  5058.     /**
  5059.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand.lazy' shared service.
  5060.      *
  5061.      * @return \Symfony\Component\Console\Command\LazyCommand
  5062.      */
  5063.     protected function getUserFromChannelCommand_LazyService()
  5064.     {
  5065.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5067.         return $this->privates['.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('nellapp:force-sync:ufc', [], 'Force sync all UserFromChannel'false, function (): \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand {
  5068.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand'] ?? $this->getUserFromChannelCommandService());
  5069.         });
  5070.     }
  5071.     /**
  5072.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand.lazy' shared service.
  5073.      *
  5074.      * @return \Symfony\Component\Console\Command\LazyCommand
  5075.      */
  5076.     protected function getSyncOneCommand_LazyService()
  5077.     {
  5078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5079.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5080.         return $this->privates['.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('nellapp:sync:one', [], 'Manual sync by id'false, function (): \Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand {
  5081.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand'] ?? $this->getSyncOneCommandService());
  5082.         });
  5083.     }
  5084.     /**
  5085.      * Gets the private '.cache_connection..Id32ei' shared service.
  5086.      *
  5087.      * @return \Symfony\Component\Cache\Adapter\AbstractAdapter
  5088.      */
  5089.     protected function get_CacheConnection__Id32eiService()
  5090.     {
  5091.         return $this->privates['.cache_connection..Id32ei'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection('redis://'.$this->getEnv('string:REDIS_HOST').':'.$this->getEnv('string:int:REDIS_PORT'), ['lazy' => true]);
  5092.     }
  5093.     /**
  5094.      * Gets the private '.console.command.about.lazy' shared service.
  5095.      *
  5096.      * @return \Symfony\Component\Console\Command\LazyCommand
  5097.      */
  5098.     protected function get_Console_Command_About_LazyService()
  5099.     {
  5100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5102.         return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  5103.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  5104.         });
  5105.     }
  5106.     /**
  5107.      * Gets the private '.console.command.assets_install.lazy' shared service.
  5108.      *
  5109.      * @return \Symfony\Component\Console\Command\LazyCommand
  5110.      */
  5111.     protected function get_Console_Command_AssetsInstall_LazyService()
  5112.     {
  5113.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5114.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5115.         return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
  5116.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  5117.         });
  5118.     }
  5119.     /**
  5120.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  5121.      *
  5122.      * @return \Symfony\Component\Console\Command\LazyCommand
  5123.      */
  5124.     protected function get_Console_Command_CacheClear_LazyService()
  5125.     {
  5126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5127.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5128.         return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  5129.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  5130.         });
  5131.     }
  5132.     /**
  5133.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  5134.      *
  5135.      * @return \Symfony\Component\Console\Command\LazyCommand
  5136.      */
  5137.     protected function get_Console_Command_CachePoolClear_LazyService()
  5138.     {
  5139.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5141.         return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  5142.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  5143.         });
  5144.     }
  5145.     /**
  5146.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  5147.      *
  5148.      * @return \Symfony\Component\Console\Command\LazyCommand
  5149.      */
  5150.     protected function get_Console_Command_CachePoolDelete_LazyService()
  5151.     {
  5152.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5153.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5154.         return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  5155.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  5156.         });
  5157.     }
  5158.     /**
  5159.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  5160.      *
  5161.      * @return \Symfony\Component\Console\Command\LazyCommand
  5162.      */
  5163.     protected function get_Console_Command_CachePoolList_LazyService()
  5164.     {
  5165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5167.         return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  5168.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  5169.         });
  5170.     }
  5171.     /**
  5172.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  5173.      *
  5174.      * @return \Symfony\Component\Console\Command\LazyCommand
  5175.      */
  5176.     protected function get_Console_Command_CachePoolPrune_LazyService()
  5177.     {
  5178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5179.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5180.         return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  5181.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  5182.         });
  5183.     }
  5184.     /**
  5185.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  5186.      *
  5187.      * @return \Symfony\Component\Console\Command\LazyCommand
  5188.      */
  5189.     protected function get_Console_Command_CacheWarmup_LazyService()
  5190.     {
  5191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5193.         return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  5194.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  5195.         });
  5196.     }
  5197.     /**
  5198.      * Gets the private '.console.command.config_debug.lazy' shared service.
  5199.      *
  5200.      * @return \Symfony\Component\Console\Command\LazyCommand
  5201.      */
  5202.     protected function get_Console_Command_ConfigDebug_LazyService()
  5203.     {
  5204.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5205.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5206.         return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  5207.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  5208.         });
  5209.     }
  5210.     /**
  5211.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  5212.      *
  5213.      * @return \Symfony\Component\Console\Command\LazyCommand
  5214.      */
  5215.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  5216.     {
  5217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5219.         return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  5220.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  5221.         });
  5222.     }
  5223.     /**
  5224.      * Gets the private '.console.command.container_debug.lazy' shared service.
  5225.      *
  5226.      * @return \Symfony\Component\Console\Command\LazyCommand
  5227.      */
  5228.     protected function get_Console_Command_ContainerDebug_LazyService()
  5229.     {
  5230.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5232.         return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  5233.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  5234.         });
  5235.     }
  5236.     /**
  5237.      * Gets the private '.console.command.container_lint.lazy' shared service.
  5238.      *
  5239.      * @return \Symfony\Component\Console\Command\LazyCommand
  5240.      */
  5241.     protected function get_Console_Command_ContainerLint_LazyService()
  5242.     {
  5243.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5245.         return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  5246.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  5247.         });
  5248.     }
  5249.     /**
  5250.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  5251.      *
  5252.      * @return \Symfony\Component\Console\Command\LazyCommand
  5253.      */
  5254.     protected function get_Console_Command_DebugAutowiring_LazyService()
  5255.     {
  5256.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5258.         return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring'false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  5259.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  5260.         });
  5261.     }
  5262.     /**
  5263.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  5264.      *
  5265.      * @return \Symfony\Component\Console\Command\LazyCommand
  5266.      */
  5267.     protected function get_Console_Command_DotenvDebug_LazyService()
  5268.     {
  5269.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5271.         return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values'false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
  5272.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  5273.         });
  5274.     }
  5275.     /**
  5276.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  5277.      *
  5278.      * @return \Symfony\Component\Console\Command\LazyCommand
  5279.      */
  5280.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  5281.     {
  5282.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5284.         return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  5285.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  5286.         });
  5287.     }
  5288.     /**
  5289.      * Gets the private '.console.command.form_debug.lazy' shared service.
  5290.      *
  5291.      * @return \Symfony\Component\Console\Command\LazyCommand
  5292.      */
  5293.     protected function get_Console_Command_FormDebug_LazyService()
  5294.     {
  5295.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5296.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5297.         return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  5298.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  5299.         });
  5300.     }
  5301.     /**
  5302.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  5303.      *
  5304.      * @return \Symfony\Component\Console\Command\LazyCommand
  5305.      */
  5306.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  5307.     {
  5308.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5310.         return $this->privates['.console.command.messenger_consume_messages.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:consume', [], 'Consume messages'false, function (): \Symfony\Component\Messenger\Command\ConsumeMessagesCommand {
  5311.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  5312.         });
  5313.     }
  5314.     /**
  5315.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  5316.      *
  5317.      * @return \Symfony\Component\Console\Command\LazyCommand
  5318.      */
  5319.     protected function get_Console_Command_MessengerDebug_LazyService()
  5320.     {
  5321.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5322.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5323.         return $this->privates['.console.command.messenger_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:messenger', [], 'List messages you can dispatch using the message buses'false, function (): \Symfony\Component\Messenger\Command\DebugCommand {
  5324.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  5325.         });
  5326.     }
  5327.     /**
  5328.      * Gets the private '.console.command.messenger_failed_messages_remove.lazy' shared service.
  5329.      *
  5330.      * @return \Symfony\Component\Console\Command\LazyCommand
  5331.      */
  5332.     protected function get_Console_Command_MessengerFailedMessagesRemove_LazyService()
  5333.     {
  5334.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5336.         return $this->privates['.console.command.messenger_failed_messages_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:remove', [], 'Remove given messages from the failure transport'false, function (): \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand {
  5337.             return ($this->privates['console.command.messenger_failed_messages_remove'] ?? $this->getConsole_Command_MessengerFailedMessagesRemoveService());
  5338.         });
  5339.     }
  5340.     /**
  5341.      * Gets the private '.console.command.messenger_failed_messages_retry.lazy' shared service.
  5342.      *
  5343.      * @return \Symfony\Component\Console\Command\LazyCommand
  5344.      */
  5345.     protected function get_Console_Command_MessengerFailedMessagesRetry_LazyService()
  5346.     {
  5347.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5349.         return $this->privates['.console.command.messenger_failed_messages_retry.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:retry', [], 'Retry one or more messages from the failure transport'false, function (): \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand {
  5350.             return ($this->privates['console.command.messenger_failed_messages_retry'] ?? $this->getConsole_Command_MessengerFailedMessagesRetryService());
  5351.         });
  5352.     }
  5353.     /**
  5354.      * Gets the private '.console.command.messenger_failed_messages_show.lazy' shared service.
  5355.      *
  5356.      * @return \Symfony\Component\Console\Command\LazyCommand
  5357.      */
  5358.     protected function get_Console_Command_MessengerFailedMessagesShow_LazyService()
  5359.     {
  5360.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5362.         return $this->privates['.console.command.messenger_failed_messages_show.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:show', [], 'Show one or more messages from the failure transport'false, function (): \Symfony\Component\Messenger\Command\FailedMessagesShowCommand {
  5363.             return ($this->privates['console.command.messenger_failed_messages_show'] ?? $this->getConsole_Command_MessengerFailedMessagesShowService());
  5364.         });
  5365.     }
  5366.     /**
  5367.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  5368.      *
  5369.      * @return \Symfony\Component\Console\Command\LazyCommand
  5370.      */
  5371.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  5372.     {
  5373.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5374.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5375.         return $this->privates['.console.command.messenger_setup_transports.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:setup-transports', [], 'Prepare the required infrastructure for the transport'false, function (): \Symfony\Component\Messenger\Command\SetupTransportsCommand {
  5376.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  5377.         });
  5378.     }
  5379.     /**
  5380.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  5381.      *
  5382.      * @return \Symfony\Component\Console\Command\LazyCommand
  5383.      */
  5384.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  5385.     {
  5386.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5388.         return $this->privates['.console.command.messenger_stop_workers.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:stop-workers', [], 'Stop workers after their current message'false, function (): \Symfony\Component\Messenger\Command\StopWorkersCommand {
  5389.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  5390.         });
  5391.     }
  5392.     /**
  5393.      * Gets the private '.console.command.router_debug.lazy' shared service.
  5394.      *
  5395.      * @return \Symfony\Component\Console\Command\LazyCommand
  5396.      */
  5397.     protected function get_Console_Command_RouterDebug_LazyService()
  5398.     {
  5399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5400.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5401.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  5402.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  5403.         });
  5404.     }
  5405.     /**
  5406.      * Gets the private '.console.command.router_match.lazy' shared service.
  5407.      *
  5408.      * @return \Symfony\Component\Console\Command\LazyCommand
  5409.      */
  5410.     protected function get_Console_Command_RouterMatch_LazyService()
  5411.     {
  5412.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5413.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5414.         return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  5415.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  5416.         });
  5417.     }
  5418.     /**
  5419.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  5420.      *
  5421.      * @return \Symfony\Component\Console\Command\LazyCommand
  5422.      */
  5423.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  5424.     {
  5425.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5426.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5427.         return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  5428.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  5429.         });
  5430.     }
  5431.     /**
  5432.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  5433.      *
  5434.      * @return \Symfony\Component\Console\Command\LazyCommand
  5435.      */
  5436.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  5437.     {
  5438.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5440.         return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  5441.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  5442.         });
  5443.     }
  5444.     /**
  5445.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  5446.      *
  5447.      * @return \Symfony\Component\Console\Command\LazyCommand
  5448.      */
  5449.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  5450.     {
  5451.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5453.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  5454.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  5455.         });
  5456.     }
  5457.     /**
  5458.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  5459.      *
  5460.      * @return \Symfony\Component\Console\Command\LazyCommand
  5461.      */
  5462.     protected function get_Console_Command_SecretsList_LazyService()
  5463.     {
  5464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5465.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5466.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  5467.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  5468.         });
  5469.     }
  5470.     /**
  5471.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  5472.      *
  5473.      * @return \Symfony\Component\Console\Command\LazyCommand
  5474.      */
  5475.     protected function get_Console_Command_SecretsRemove_LazyService()
  5476.     {
  5477.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5479.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  5480.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  5481.         });
  5482.     }
  5483.     /**
  5484.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  5485.      *
  5486.      * @return \Symfony\Component\Console\Command\LazyCommand
  5487.      */
  5488.     protected function get_Console_Command_SecretsSet_LazyService()
  5489.     {
  5490.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5492.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  5493.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  5494.         });
  5495.     }
  5496.     /**
  5497.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  5498.      *
  5499.      * @return \Symfony\Component\Console\Command\LazyCommand
  5500.      */
  5501.     protected function get_Console_Command_TranslationDebug_LazyService()
  5502.     {
  5503.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5504.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5505.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  5506.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  5507.         });
  5508.     }
  5509.     /**
  5510.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  5511.      *
  5512.      * @return \Symfony\Component\Console\Command\LazyCommand
  5513.      */
  5514.     protected function get_Console_Command_TranslationExtract_LazyService()
  5515.     {
  5516.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5517.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5518.         return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [=> 'translation:update'], 'Extract missing translations keys from code to translation files.'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
  5519.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  5520.         });
  5521.     }
  5522.     /**
  5523.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  5524.      *
  5525.      * @return \Symfony\Component\Console\Command\LazyCommand
  5526.      */
  5527.     protected function get_Console_Command_TranslationPull_LazyService()
  5528.     {
  5529.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5530.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5531.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  5532.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  5533.         });
  5534.     }
  5535.     /**
  5536.      * Gets the private '.console.command.translation_push.lazy' shared service.
  5537.      *
  5538.      * @return \Symfony\Component\Console\Command\LazyCommand
  5539.      */
  5540.     protected function get_Console_Command_TranslationPush_LazyService()
  5541.     {
  5542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5544.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  5545.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  5546.         });
  5547.     }
  5548.     /**
  5549.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  5550.      *
  5551.      * @return \Symfony\Component\Console\Command\LazyCommand
  5552.      */
  5553.     protected function get_Console_Command_ValidatorDebug_LazyService()
  5554.     {
  5555.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5556.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5557.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  5558.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  5559.         });
  5560.     }
  5561.     /**
  5562.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  5563.      *
  5564.      * @return \Symfony\Component\Console\Command\LazyCommand
  5565.      */
  5566.     protected function get_Console_Command_XliffLint_LazyService()
  5567.     {
  5568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5569.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5570.         return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors'false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
  5571.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  5572.         });
  5573.     }
  5574.     /**
  5575.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  5576.      *
  5577.      * @return \Symfony\Component\Console\Command\LazyCommand
  5578.      */
  5579.     protected function get_Console_Command_YamlLint_LazyService()
  5580.     {
  5581.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5583.         return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors'false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  5584.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  5585.         });
  5586.     }
  5587.     /**
  5588.      * Gets the private '.debug.http_client' shared service.
  5589.      *
  5590.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  5591.      */
  5592.     protected function get_Debug_HttpClientService()
  5593.     {
  5594.         $a \Symfony\Component\HttpClient\HttpClient::create(['verify_peer' => false'verify_host' => false'headers' => [], 'resolve' => []], 6);
  5595.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  5596.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5597.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5598.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5599.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  5600.         $a->setLogger($b);
  5601.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(new \Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient($a, ($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5602.     }
  5603.     /**
  5604.      * Gets the private '.errored..service_locator.46ge.3y.App\Entity\Channel\Channel' shared service.
  5605.      *
  5606.      * @return \App\Entity\Channel\Channel
  5607.      */
  5608.     protected function getChannelService()
  5609.     {
  5610.         $this->throw('Cannot autowire service ".service_locator.46ge.3y": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5611.     }
  5612.     /**
  5613.      * Gets the private '.errored..service_locator.46ge.3y.App\Entity\Chat\Conversation' shared service.
  5614.      *
  5615.      * @return \App\Entity\Chat\Conversation
  5616.      */
  5617.     protected function getConversationService()
  5618.     {
  5619.         $this->throw('Cannot autowire service ".service_locator.46ge.3y": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5620.     }
  5621.     /**
  5622.      * Gets the private '.errored..service_locator.46ge.3y.App\Entity\Chat\Message' shared service.
  5623.      *
  5624.      * @return \App\Entity\Chat\Message
  5625.      */
  5626.     protected function getMessageService()
  5627.     {
  5628.         $this->throw('Cannot autowire service ".service_locator.46ge.3y": it references class "App\\Entity\\Chat\\Message" but no such service exists.');
  5629.     }
  5630.     /**
  5631.      * Gets the private '.errored..service_locator.8i.6ATt.App\Entity\Account\User' shared service.
  5632.      *
  5633.      * @return \App\Entity\Account\User
  5634.      */
  5635.     protected function getUser2Service()
  5636.     {
  5637.         $this->throw('Cannot autowire service ".service_locator.8i.6ATt": it references class "App\\Entity\\Account\\User" but no such service exists.');
  5638.     }
  5639.     /**
  5640.      * Gets the private '.errored..service_locator.8i.6ATt.App\Entity\Channel\Channel' shared service.
  5641.      *
  5642.      * @return \App\Entity\Channel\Channel
  5643.      */
  5644.     protected function getChannel2Service()
  5645.     {
  5646.         $this->throw('Cannot autowire service ".service_locator.8i.6ATt": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5647.     }
  5648.     /**
  5649.      * Gets the private '.errored..service_locator.8i.6ATt.App\Entity\Chat\Conversation' shared service.
  5650.      *
  5651.      * @return \App\Entity\Chat\Conversation
  5652.      */
  5653.     protected function getConversation2Service()
  5654.     {
  5655.         $this->throw('Cannot autowire service ".service_locator.8i.6ATt": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5656.     }
  5657.     /**
  5658.      * Gets the private '.errored..service_locator.CjAfxfK.App\Entity\Channel\Channel' shared service.
  5659.      *
  5660.      * @return \App\Entity\Channel\Channel
  5661.      */
  5662.     protected function getChannel3Service()
  5663.     {
  5664.         $this->throw('Cannot autowire service ".service_locator.CjAfxfK": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5665.     }
  5666.     /**
  5667.      * Gets the private '.errored..service_locator.CjAfxfK.App\Entity\Chat\Conversation' shared service.
  5668.      *
  5669.      * @return \App\Entity\Chat\Conversation
  5670.      */
  5671.     protected function getConversation3Service()
  5672.     {
  5673.         $this->throw('Cannot autowire service ".service_locator.CjAfxfK": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5674.     }
  5675.     /**
  5676.      * Gets the private '.errored..service_locator.CjAfxfK.App\Entity\Chat\Message' shared service.
  5677.      *
  5678.      * @return \App\Entity\Chat\Message
  5679.      */
  5680.     protected function getMessage2Service()
  5681.     {
  5682.         $this->throw('Cannot autowire service ".service_locator.CjAfxfK": it references class "App\\Entity\\Chat\\Message" but no such service exists.');
  5683.     }
  5684.     /**
  5685.      * Gets the private '.errored..service_locator.CjLnZ8A.App\Entity\Channel\Channel' shared service.
  5686.      *
  5687.      * @return \App\Entity\Channel\Channel
  5688.      */
  5689.     protected function getChannel4Service()
  5690.     {
  5691.         $this->throw('Cannot autowire service ".service_locator.CjLnZ8A": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5692.     }
  5693.     /**
  5694.      * Gets the private '.errored..service_locator.CjLnZ8A.App\Entity\Chat\Conversation' shared service.
  5695.      *
  5696.      * @return \App\Entity\Chat\Conversation
  5697.      */
  5698.     protected function getConversation4Service()
  5699.     {
  5700.         $this->throw('Cannot autowire service ".service_locator.CjLnZ8A": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5701.     }
  5702.     /**
  5703.      * Gets the private '.errored..service_locator.CjLnZ8A.App\Entity\Chat\Message' shared service.
  5704.      *
  5705.      * @return \App\Entity\Chat\Message
  5706.      */
  5707.     protected function getMessage3Service()
  5708.     {
  5709.         $this->throw('Cannot autowire service ".service_locator.CjLnZ8A": it references class "App\\Entity\\Chat\\Message" but no such service exists.');
  5710.     }
  5711.     /**
  5712.      * Gets the private '.errored..service_locator.DwJoScw.App\Entity\Channel\Channel' shared service.
  5713.      *
  5714.      * @return \App\Entity\Channel\Channel
  5715.      */
  5716.     protected function getChannel5Service()
  5717.     {
  5718.         $this->throw('Cannot autowire service ".service_locator.DwJoScw": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5719.     }
  5720.     /**
  5721.      * Gets the private '.errored..service_locator.DwJoScw.App\Entity\Channel\Service' shared service.
  5722.      *
  5723.      * @return \App\Entity\Channel\Service
  5724.      */
  5725.     protected function getServiceService()
  5726.     {
  5727.         $this->throw('Cannot autowire service ".service_locator.DwJoScw": it references class "App\\Entity\\Channel\\Service" but no such service exists.');
  5728.     }
  5729.     /**
  5730.      * Gets the private '.errored..service_locator.IZbGlYG.App\Entity\Channel\Channel' shared service.
  5731.      *
  5732.      * @return \App\Entity\Channel\Channel
  5733.      */
  5734.     protected function getChannel6Service()
  5735.     {
  5736.         $this->throw('Cannot autowire service ".service_locator.IZbGlYG": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5737.     }
  5738.     /**
  5739.      * Gets the private '.errored..service_locator.IZbGlYG.App\Entity\Chat\Message' shared service.
  5740.      *
  5741.      * @return \App\Entity\Chat\Message
  5742.      */
  5743.     protected function getMessage4Service()
  5744.     {
  5745.         $this->throw('Cannot autowire service ".service_locator.IZbGlYG": it references class "App\\Entity\\Chat\\Message" but no such service exists.');
  5746.     }
  5747.     /**
  5748.      * Gets the private '.errored..service_locator.IZbGlYG.App\Entity\Chat\MessageUser' shared service.
  5749.      *
  5750.      * @return \App\Entity\Chat\MessageUser
  5751.      */
  5752.     protected function getMessageUserService()
  5753.     {
  5754.         $this->throw('Cannot autowire service ".service_locator.IZbGlYG": it references class "App\\Entity\\Chat\\MessageUser" but no such service exists.');
  5755.     }
  5756.     /**
  5757.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  5758.      *
  5759.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  5760.      */
  5761.     protected function getLoaderInterfaceService()
  5762.     {
  5763.         $this->throw('Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file", "Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\GlobalRoutesLoader", "Nellapp\\Bundle\\SDKBundle\\Permission\\Routing\\Loader\\ChannelResourceAccessCacheLoader", "Nellapp\\Bundle\\SDKBundle\\Permission\\Routing\\Loader\\ChannelUserPermissionResourceCrudLoader", "drosalys.web_socket.routing.loader", "drosalys.web_socket.routing.loader.yaml", "drosalys.web_socket.routing.loader.xml", "drosalys.web_socket.routing.loader.php", "drosalys.web_socket.routing.loader.glob", "drosalys.web_socket.routing.loader.directory", "drosalys.web_socket.routing.loader.annotation", "drosalys.web_socket.routing.loader.annotation.directory", "drosalys.web_socket.routing.loader.annotation.file", "oneup_uploader.routing.loader".');
  5764.     }
  5765.     /**
  5766.      * Gets the private '.errored..service_locator.Li3ShxI.App\Entity\Channel\Channel' shared service.
  5767.      *
  5768.      * @return \App\Entity\Channel\Channel
  5769.      */
  5770.     protected function getChannel7Service()
  5771.     {
  5772.         $this->throw('Cannot autowire service ".service_locator.Li3ShxI": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5773.     }
  5774.     /**
  5775.      * Gets the private '.errored..service_locator.Li3ShxI.App\Entity\Chat\Conversation' shared service.
  5776.      *
  5777.      * @return \App\Entity\Chat\Conversation
  5778.      */
  5779.     protected function getConversation5Service()
  5780.     {
  5781.         $this->throw('Cannot autowire service ".service_locator.Li3ShxI": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5782.     }
  5783.     /**
  5784.      * Gets the private '.errored..service_locator.Li3ShxI.App\Entity\Chat\FileMessage' shared service.
  5785.      *
  5786.      * @return \App\Entity\Chat\FileMessage
  5787.      */
  5788.     protected function getFileMessageService()
  5789.     {
  5790.         $this->throw('Cannot autowire service ".service_locator.Li3ShxI": it references class "App\\Entity\\Chat\\FileMessage" but no such service exists.');
  5791.     }
  5792.     /**
  5793.      * Gets the private '.errored..service_locator.Nlay9_9.App\Entity\Channel\Channel' shared service.
  5794.      *
  5795.      * @return \App\Entity\Channel\Channel
  5796.      */
  5797.     protected function getChannel8Service()
  5798.     {
  5799.         $this->throw('Cannot autowire service ".service_locator.Nlay9_9": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5800.     }
  5801.     /**
  5802.      * Gets the private '.errored..service_locator.Nlay9_9.App\Entity\Chat\Canal' shared service.
  5803.      *
  5804.      * @return \App\Entity\Chat\Canal
  5805.      */
  5806.     protected function getCanalService()
  5807.     {
  5808.         $this->throw('Cannot autowire service ".service_locator.Nlay9_9": it references class "App\\Entity\\Chat\\Canal" but no such service exists.');
  5809.     }
  5810.     /**
  5811.      * Gets the private '.errored..service_locator.P3RPcy8.App\Entity\Channel\Channel' shared service.
  5812.      *
  5813.      * @return \App\Entity\Channel\Channel
  5814.      */
  5815.     protected function getChannel9Service()
  5816.     {
  5817.         $this->throw('Cannot autowire service ".service_locator.P3RPcy8": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5818.     }
  5819.     /**
  5820.      * Gets the private '.errored..service_locator.P3RPcy8.App\Entity\Chat\Conversation' shared service.
  5821.      *
  5822.      * @return \App\Entity\Chat\Conversation
  5823.      */
  5824.     protected function getConversation6Service()
  5825.     {
  5826.         $this->throw('Cannot autowire service ".service_locator.P3RPcy8": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5827.     }
  5828.     /**
  5829.      * Gets the private '.errored..service_locator.QBI2gse.App\Entity\Channel\Channel' shared service.
  5830.      *
  5831.      * @return \App\Entity\Channel\Channel
  5832.      */
  5833.     protected function getChannel10Service()
  5834.     {
  5835.         $this->throw('Cannot autowire service ".service_locator.QBI2gse": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5836.     }
  5837.     /**
  5838.      * Gets the private '.errored..service_locator.QBI2gse.App\Entity\Chat\Conversation' shared service.
  5839.      *
  5840.      * @return \App\Entity\Chat\Conversation
  5841.      */
  5842.     protected function getConversation7Service()
  5843.     {
  5844.         $this->throw('Cannot autowire service ".service_locator.QBI2gse": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5845.     }
  5846.     /**
  5847.      * Gets the private '.errored..service_locator.QBI2gse.App\Entity\Chat\Message' shared service.
  5848.      *
  5849.      * @return \App\Entity\Chat\Message
  5850.      */
  5851.     protected function getMessage5Service()
  5852.     {
  5853.         $this->throw('Cannot autowire service ".service_locator.QBI2gse": it references class "App\\Entity\\Chat\\Message" but no such service exists.');
  5854.     }
  5855.     /**
  5856.      * Gets the private '.errored..service_locator.RlytIys.App\Entity\Account\User' shared service.
  5857.      *
  5858.      * @return \App\Entity\Account\User
  5859.      */
  5860.     protected function getUser3Service()
  5861.     {
  5862.         $this->throw('Cannot autowire service ".service_locator.RlytIys": it references class "App\\Entity\\Account\\User" but no such service exists.');
  5863.     }
  5864.     /**
  5865.      * Gets the private '.errored..service_locator._HjxFZI.App\Entity\Account\User' shared service.
  5866.      *
  5867.      * @return \App\Entity\Account\User
  5868.      */
  5869.     protected function getUser4Service()
  5870.     {
  5871.         $this->throw('Cannot autowire service ".service_locator._HjxFZI": it references class "App\\Entity\\Account\\User" but no such service exists.');
  5872.     }
  5873.     /**
  5874.      * Gets the private '.errored..service_locator._HjxFZI.App\Entity\Channel\Channel' shared service.
  5875.      *
  5876.      * @return \App\Entity\Channel\Channel
  5877.      */
  5878.     protected function getChannel11Service()
  5879.     {
  5880.         $this->throw('Cannot autowire service ".service_locator._HjxFZI": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5881.     }
  5882.     /**
  5883.      * Gets the private '.errored..service_locator.hN5dZFZ.App\Entity\Channel\Channel' shared service.
  5884.      *
  5885.      * @return \App\Entity\Channel\Channel
  5886.      */
  5887.     protected function getChannel12Service()
  5888.     {
  5889.         $this->throw('Cannot autowire service ".service_locator.hN5dZFZ": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5890.     }
  5891.     /**
  5892.      * Gets the private '.errored..service_locator.hN5dZFZ.App\Entity\Chat\ChatNotification' shared service.
  5893.      *
  5894.      * @return \App\Entity\Chat\ChatNotification
  5895.      */
  5896.     protected function getChatNotificationService()
  5897.     {
  5898.         $this->throw('Cannot autowire service ".service_locator.hN5dZFZ": it references class "App\\Entity\\Chat\\ChatNotification" but no such service exists.');
  5899.     }
  5900.     /**
  5901.      * Gets the private '.errored..service_locator.k.6sDgC.App\Entity\Channel\Channel' shared service.
  5902.      *
  5903.      * @return \App\Entity\Channel\Channel
  5904.      */
  5905.     protected function getChannel13Service()
  5906.     {
  5907.         $this->throw('Cannot autowire service ".service_locator.k.6sDgC": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5908.     }
  5909.     /**
  5910.      * Gets the private '.errored..service_locator.nyQ9vNF.Throwable' shared service.
  5911.      *
  5912.      * @return \Throwable
  5913.      */
  5914.     protected function get_Errored__ServiceLocator_NyQ9vNF_ThrowableService()
  5915.     {
  5916.         $this->throw('Cannot autowire service ".service_locator.nyQ9vNF": it references interface "Throwable" but no such service exists. You should maybe alias this interface to one of these existing services: "Nellapp\\Bundle\\SDKBundle\\DataSync\\Exception\\HydratorException", "Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Exception\\AppNotFoundException", "Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\Exception\\EntityException".');
  5917.     }
  5918.     /**
  5919.      * Gets the private '.errored..service_locator.yB53eej.App\Entity\Channel\Channel' shared service.
  5920.      *
  5921.      * @return \App\Entity\Channel\Channel
  5922.      */
  5923.     protected function getChannel14Service()
  5924.     {
  5925.         $this->throw('Cannot autowire service ".service_locator.yB53eej": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5926.     }
  5927.     /**
  5928.      * Gets the private '.errored..service_locator.yB53eej.App\Entity\Chat\Conversation' shared service.
  5929.      *
  5930.      * @return \App\Entity\Chat\Conversation
  5931.      */
  5932.     protected function getConversation8Service()
  5933.     {
  5934.         $this->throw('Cannot autowire service ".service_locator.yB53eej": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5935.     }
  5936.     /**
  5937.      * Gets the private '.errored..service_locator.yB53eej.App\Entity\Chat\Message' shared service.
  5938.      *
  5939.      * @return \App\Entity\Chat\Message
  5940.      */
  5941.     protected function getMessage6Service()
  5942.     {
  5943.         $this->throw('Cannot autowire service ".service_locator.yB53eej": it references class "App\\Entity\\Chat\\Message" but no such service exists.');
  5944.     }
  5945.     /**
  5946.      * Gets the private '.errored..service_locator.yVy0b.R.App\Entity\Channel\Channel' shared service.
  5947.      *
  5948.      * @return \App\Entity\Channel\Channel
  5949.      */
  5950.     protected function getChannel15Service()
  5951.     {
  5952.         $this->throw('Cannot autowire service ".service_locator.yVy0b.R": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5953.     }
  5954.     /**
  5955.      * Gets the private '.errored..service_locator.yVy0b.R.App\Entity\Chat\File' shared service.
  5956.      *
  5957.      * @return \App\Entity\Chat\File
  5958.      */
  5959.     protected function getFileService()
  5960.     {
  5961.         $this->throw('Cannot autowire service ".service_locator.yVy0b.R": it references class "App\\Entity\\Chat\\File" but no such service exists.');
  5962.     }
  5963.     /**
  5964.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  5965.      *
  5966.      * @return \Symfony\Component\Console\Command\LazyCommand
  5967.      */
  5968.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  5969.     {
  5970.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5972.         return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5973.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  5974.         });
  5975.     }
  5976.     /**
  5977.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  5978.      *
  5979.      * @return \Symfony\Component\Console\Command\LazyCommand
  5980.      */
  5981.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  5982.     {
  5983.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5984.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5985.         return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5986.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  5987.         });
  5988.     }
  5989.     /**
  5990.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  5991.      *
  5992.      * @return \Symfony\Component\Console\Command\LazyCommand
  5993.      */
  5994.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  5995.     {
  5996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5998.         return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5999.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  6000.         });
  6001.     }
  6002.     /**
  6003.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  6004.      *
  6005.      * @return \Symfony\Component\Console\Command\LazyCommand
  6006.      */
  6007.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  6008.     {
  6009.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6010.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6011.         return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6012.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  6013.         });
  6014.     }
  6015.     /**
  6016.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  6017.      *
  6018.      * @return \Symfony\Component\Console\Command\LazyCommand
  6019.      */
  6020.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  6021.     {
  6022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6023.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6024.         return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6025.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  6026.         });
  6027.     }
  6028.     /**
  6029.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  6030.      *
  6031.      * @return \Symfony\Component\Console\Command\LazyCommand
  6032.      */
  6033.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  6034.     {
  6035.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6036.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6037.         return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6038.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  6039.         });
  6040.     }
  6041.     /**
  6042.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  6043.      *
  6044.      * @return \Symfony\Component\Console\Command\LazyCommand
  6045.      */
  6046.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  6047.     {
  6048.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6049.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6050.         return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6051.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  6052.         });
  6053.     }
  6054.     /**
  6055.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  6056.      *
  6057.      * @return \Symfony\Component\Console\Command\LazyCommand
  6058.      */
  6059.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  6060.     {
  6061.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6062.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6063.         return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6064.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  6065.         });
  6066.     }
  6067.     /**
  6068.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  6069.      *
  6070.      * @return \Symfony\Component\Console\Command\LazyCommand
  6071.      */
  6072.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  6073.     {
  6074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6075.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6076.         return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6077.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  6078.         });
  6079.     }
  6080.     /**
  6081.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  6082.      *
  6083.      * @return \Symfony\Component\Console\Command\LazyCommand
  6084.      */
  6085.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  6086.     {
  6087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6089.         return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6090.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  6091.         });
  6092.     }
  6093.     /**
  6094.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  6095.      *
  6096.      * @return \Symfony\Component\Console\Command\LazyCommand
  6097.      */
  6098.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  6099.     {
  6100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6102.         return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6103.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  6104.         });
  6105.     }
  6106.     /**
  6107.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  6108.      *
  6109.      * @return \Symfony\Component\Console\Command\LazyCommand
  6110.      */
  6111.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  6112.     {
  6113.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6114.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6115.         return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6116.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  6117.         });
  6118.     }
  6119.     /**
  6120.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  6121.      *
  6122.      * @return \Symfony\Component\Console\Command\LazyCommand
  6123.      */
  6124.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  6125.     {
  6126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6127.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6128.         return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6129.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  6130.         });
  6131.     }
  6132.     /**
  6133.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  6134.      *
  6135.      * @return \Symfony\Component\Console\Command\LazyCommand
  6136.      */
  6137.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  6138.     {
  6139.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6141.         return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6142.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  6143.         });
  6144.     }
  6145.     /**
  6146.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  6147.      *
  6148.      * @return \Symfony\Component\Console\Command\LazyCommand
  6149.      */
  6150.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  6151.     {
  6152.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6153.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6154.         return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6155.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  6156.         });
  6157.     }
  6158.     /**
  6159.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  6160.      *
  6161.      * @return \Symfony\Component\Console\Command\LazyCommand
  6162.      */
  6163.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  6164.     {
  6165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6167.         return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6168.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  6169.         });
  6170.     }
  6171.     /**
  6172.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  6173.      *
  6174.      * @return \Symfony\Component\Console\Command\LazyCommand
  6175.      */
  6176.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  6177.     {
  6178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6179.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6180.         return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [=> 'make:unit-test'=> 'make:functional-test'], 'Creates a new test class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6181.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  6182.         });
  6183.     }
  6184.     /**
  6185.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  6186.      *
  6187.      * @return \Symfony\Component\Console\Command\LazyCommand
  6188.      */
  6189.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  6190.     {
  6191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6193.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6194.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  6195.         });
  6196.     }
  6197.     /**
  6198.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  6199.      *
  6200.      * @return \Symfony\Component\Console\Command\LazyCommand
  6201.      */
  6202.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  6203.     {
  6204.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6205.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6206.         return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6207.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  6208.         });
  6209.     }
  6210.     /**
  6211.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  6212.      *
  6213.      * @return \Symfony\Component\Console\Command\LazyCommand
  6214.      */
  6215.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  6216.     {
  6217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6219.         return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6220.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  6221.         });
  6222.     }
  6223.     /**
  6224.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  6225.      *
  6226.      * @return \Symfony\Component\Console\Command\LazyCommand
  6227.      */
  6228.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  6229.     {
  6230.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6232.         return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6233.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  6234.         });
  6235.     }
  6236.     /**
  6237.      * Gets the private '.messenger.handler_descriptor.jADa3cd' shared service.
  6238.      *
  6239.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6240.      */
  6241.     protected function get_Messenger_HandlerDescriptor_JADa3cdService()
  6242.     {
  6243.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6244.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Messenger/Handler/RefreshUserMessageHandler.php';
  6245.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'] ?? $this->getUserRefresherService());
  6246.         if (isset($this->privates['.messenger.handler_descriptor.jADa3cd'])) {
  6247.             return $this->privates['.messenger.handler_descriptor.jADa3cd'];
  6248.         }
  6249.         return $this->privates['.messenger.handler_descriptor.jADa3cd'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Nellapp\Bundle\SDKBundle\Auth\Messenger\Handler\RefreshUserMessageHandler($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService())), []);
  6250.     }
  6251.     /**
  6252.      * Gets the private '.messenger.handler_descriptor.rUCyI0M' shared service.
  6253.      *
  6254.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6255.      */
  6256.     protected function get_Messenger_HandlerDescriptor_RUCyI0MService()
  6257.     {
  6258.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6259.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  6260.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Messenger/Handler/EntitySyncHandler.php';
  6261.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Messenger/EntitySyncAckSender.php';
  6262.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ReverseSync/Tracker/Tracker.php';
  6263.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService());
  6264.         if (isset($this->privates['.messenger.handler_descriptor.rUCyI0M'])) {
  6265.             return $this->privates['.messenger.handler_descriptor.rUCyI0M'];
  6266.         }
  6267.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6268.         if (isset($this->privates['.messenger.handler_descriptor.rUCyI0M'])) {
  6269.             return $this->privates['.messenger.handler_descriptor.rUCyI0M'];
  6270.         }
  6271.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  6272.         if (isset($this->privates['.messenger.handler_descriptor.rUCyI0M'])) {
  6273.             return $this->privates['.messenger.handler_descriptor.rUCyI0M'];
  6274.         }
  6275.         return $this->privates['.messenger.handler_descriptor.rUCyI0M'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Nellapp\Bundle\SDKBundle\Sync\Messenger\Handler\EntitySyncHandler(($this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Tracker\\Tracker'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Tracker\\Tracker'] = new \Nellapp\Bundle\SDKBundle\ReverseSync\Tracker\Tracker())), ($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Refresher\\RefresherManager'] ?? $this->getRefresherManagerService()), $a$b, ($this->services['doctrine'] ?? $this->getDoctrineService()), new \Nellapp\Bundle\SDKBundle\Sync\Messenger\EntitySyncAckSender($c'nim'), $this->parameters['entities_handled']), []);
  6276.     }
  6277.     /**
  6278.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  6279.      *
  6280.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6281.      */
  6282.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  6283.     {
  6284.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6285.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  6286.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  6287.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  6288.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  6289.         return $this->privates['.messenger.handler_descriptor.tGvt0LH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Mailer\Messenger\MessageHandler((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  6290.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  6291.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  6292.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  6293.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  6294.         }, 4)))->fromStrings(['main' => 'smtp://null'])), []);
  6295.     }
  6296.     /**
  6297.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  6298.      *
  6299.      * @return \Symfony\Component\Console\Command\LazyCommand
  6300.      */
  6301.     protected function get_Monolog_Command_ServerLog_LazyService()
  6302.     {
  6303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6305.         return $this->privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time'false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
  6306.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  6307.         });
  6308.     }
  6309.     /**
  6310.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  6311.      *
  6312.      * @return \Symfony\Component\Console\Command\LazyCommand
  6313.      */
  6314.     protected function get_Security_Command_DebugFirewall_LazyService()
  6315.     {
  6316.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6318.         return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)'false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
  6319.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  6320.         });
  6321.     }
  6322.     /**
  6323.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  6324.      *
  6325.      * @return \Symfony\Component\Console\Command\LazyCommand
  6326.      */
  6327.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  6328.     {
  6329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6330.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6331.         return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password'false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
  6332.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  6333.         });
  6334.     }
  6335.     /**
  6336.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  6337.      *
  6338.      * @return \Symfony\Component\Console\Command\LazyCommand
  6339.      */
  6340.     protected function get_Security_Command_UserPasswordHash_LazyService()
  6341.     {
  6342.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6344.         return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password'false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
  6345.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  6346.         });
  6347.     }
  6348.     /**
  6349.      * Gets the private '.service_locator.46ge.3y' shared service.
  6350.      *
  6351.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6352.      */
  6353.     protected function get_ServiceLocator_46ge_3yService()
  6354.     {
  6355.         return $this->privates['.service_locator.46ge.3y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6356.             'channel' => ['privates''.errored..service_locator.46ge.3y.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.46ge.3y": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  6357.             'conversation' => ['privates''.errored..service_locator.46ge.3y.App\\Entity\\Chat\\Conversation'NULL'Cannot autowire service ".service_locator.46ge.3y": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.'],
  6358.             'message' => ['privates''.errored..service_locator.46ge.3y.App\\Entity\\Chat\\Message'NULL'Cannot autowire service ".service_locator.46ge.3y": it references class "App\\Entity\\Chat\\Message" but no such service exists.'],
  6359.         ], [
  6360.             'channel' => 'App\\Entity\\Channel\\Channel',
  6361.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  6362.             'message' => 'App\\Entity\\Chat\\Message',
  6363.         ]);
  6364.     }
  6365.     /**
  6366.      * Gets the private '.service_locator.8i.6ATt' shared service.
  6367.      *
  6368.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6369.      */
  6370.     protected function get_ServiceLocator_8i_6ATtService()
  6371.     {
  6372.         return $this->privates['.service_locator.8i.6ATt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6373.             'channel' => ['privates''.errored..service_locator.8i.6ATt.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.8i.6ATt": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  6374.             'conversation' => ['privates''.errored..service_locator.8i.6ATt.App\\Entity\\Chat\\Conversation'NULL'Cannot autowire service ".service_locator.8i.6ATt": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.'],
  6375.             'user' => ['privates''.errored..service_locator.8i.6ATt.App\\Entity\\Account\\User'NULL'Cannot autowire service ".service_locator.8i.6ATt": it references class "App\\Entity\\Account\\User" but no such service exists.'],
  6376.         ], [
  6377.             'channel' => 'App\\Entity\\Channel\\Channel',
  6378.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  6379.             'user' => 'App\\Entity\\Account\\User',
  6380.         ]);
  6381.     }
  6382.     /**
  6383.      * Gets the private '.service_locator.CC.7FiD' shared service.
  6384.      *
  6385.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6386.      */
  6387.     protected function get_ServiceLocator_CC_7FiDService()
  6388.     {
  6389.         return $this->privates['.service_locator.CC.7FiD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6390.             'App\\Controller\\Admin\\Service\\ShowServiceAction::__invoke' => ['privates''.service_locator.DwJoScw''get_ServiceLocator_DwJoScwService'false],
  6391.             'App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction::__invoke' => ['privates''.service_locator.8i.6ATt''get_ServiceLocator_8i_6ATtService'false],
  6392.             'App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction::__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6393.             'App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6394.             'App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction::__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6395.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6396.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6397.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6398.             'App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6399.             'App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6400.             'App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction::__invoke' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6401.             'App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6402.             'App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6403.             'App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6404.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6405.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll::__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6406.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem::__invoke' => ['privates''.service_locator.hN5dZFZ''get_ServiceLocator_HN5dZFZService'false],
  6407.             'App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6408.             'App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction::__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6409.             'App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6410.             'App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6411.             'App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6412.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction::__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6413.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction::__invoke' => ['privates''.service_locator.QBI2gse''get_ServiceLocator_QBI2gseService'false],
  6414.             'App\\Controller\\Async\\Common\\File\\GetFileAction::downloadFile' => ['privates''.service_locator.yVy0b.R''get_ServiceLocator_YVy0b_RService'false],
  6415.             'App\\Controller\\Async\\Common\\File\\GetFileAction::getFileImagePreview' => ['privates''.service_locator.yVy0b.R''get_ServiceLocator_YVy0b_RService'false],
  6416.             'App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction::__invoke' => ['privates''.service_locator.IZbGlYG''get_ServiceLocator_IZbGlYGService'false],
  6417.             'App\\Controller\\Async\\Common\\Message\\DeleteMessageAction::__invoke' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6418.             'App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction::__invoke' => ['privates''.service_locator.CjAfxfK''get_ServiceLocator_CjAfxfKService'false],
  6419.             'App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction::__invoke' => ['privates''.service_locator.yB53eej''get_ServiceLocator_YB53eejService'false],
  6420.             'App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6421.             'App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction::__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6422.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction::__invoke' => ['privates''.service_locator.Li3ShxI''get_ServiceLocator_Li3ShxIService'false],
  6423.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction::postBuildResponse' => ['privates''.service_locator.uAZ9wWa''get_ServiceLocator_UAZ9wWaService'false],
  6424.             'App\\Controller\\Async\\Common\\Message\\PostMessageAction::__invoke' => ['privates''.service_locator.46ge.3y''get_ServiceLocator_46ge_3yService'false],
  6425.             'App\\Controller\\Async\\Common\\Message\\PutMessageAction::__invoke' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6426.             'App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction::__invoke' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6427.             'App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction::__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6428.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation::__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6429.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6430.             'App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction::__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6431.             'App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6432.             'App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6433.             'App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6434.             'App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6435.             'App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction::__invoke' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6436.             'App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction::__invoke' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6437.             'App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction::__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6438.             'App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6439.             'App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6440.             'App\\Controller\\Async\\Coordinator\\GetResourceCollection::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6441.             'App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6442.             'App\\Controller\\HomeController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6443.             'App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationCollectionAction::__invoke' => ['privates''.service_locator.RlytIys''get_ServiceLocator_RlytIysService'false],
  6444.             'App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction::__invoke' => ['privates''.service_locator.RlytIys''get_ServiceLocator_RlytIysService'false],
  6445.             'App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction::__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6446.             'App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction::__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6447.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController::show' => ['privates''.service_locator.nyQ9vNF''get_ServiceLocator_NyQ9vNFService'false],
  6448.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  6449.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  6450.             'App\\Controller\\Admin\\Service\\ShowServiceAction:__invoke' => ['privates''.service_locator.DwJoScw''get_ServiceLocator_DwJoScwService'false],
  6451.             'App\\Controller\\Admin\\Service\\ShowServiceAction' => ['privates''.service_locator.DwJoScw''get_ServiceLocator_DwJoScwService'false],
  6452.             'App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction:__invoke' => ['privates''.service_locator.8i.6ATt''get_ServiceLocator_8i_6ATtService'false],
  6453.             'App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction' => ['privates''.service_locator.8i.6ATt''get_ServiceLocator_8i_6ATtService'false],
  6454.             'App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction:__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6455.             'App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6456.             'App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6457.             'App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6458.             'App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction:__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6459.             'App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6460.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6461.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6462.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6463.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6464.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6465.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6466.             'App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6467.             'App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6468.             'App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6469.             'App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6470.             'App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction:__invoke' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6471.             'App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6472.             'App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6473.             'App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6474.             'App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6475.             'App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6476.             'App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6477.             'App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6478.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6479.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6480.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll:__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6481.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6482.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem:__invoke' => ['privates''.service_locator.hN5dZFZ''get_ServiceLocator_HN5dZFZService'false],
  6483.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem' => ['privates''.service_locator.hN5dZFZ''get_ServiceLocator_HN5dZFZService'false],
  6484.             'App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6485.             'App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6486.             'App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction:__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6487.             'App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6488.             'App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6489.             'App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6490.             'App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6491.             'App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6492.             'App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6493.             'App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6494.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction:__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6495.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6496.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction:__invoke' => ['privates''.service_locator.QBI2gse''get_ServiceLocator_QBI2gseService'false],
  6497.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction' => ['privates''.service_locator.QBI2gse''get_ServiceLocator_QBI2gseService'false],
  6498.             'App\\Controller\\Async\\Common\\File\\GetFileAction:downloadFile' => ['privates''.service_locator.yVy0b.R''get_ServiceLocator_YVy0b_RService'false],
  6499.             'App\\Controller\\Async\\Common\\File\\GetFileAction:getFileImagePreview' => ['privates''.service_locator.yVy0b.R''get_ServiceLocator_YVy0b_RService'false],
  6500.             'App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction:__invoke' => ['privates''.service_locator.IZbGlYG''get_ServiceLocator_IZbGlYGService'false],
  6501.             'App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction' => ['privates''.service_locator.IZbGlYG''get_ServiceLocator_IZbGlYGService'false],
  6502.             'App\\Controller\\Async\\Common\\Message\\DeleteMessageAction:__invoke' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6503.             'App\\Controller\\Async\\Common\\Message\\DeleteMessageAction' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6504.             'App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction:__invoke' => ['privates''.service_locator.CjAfxfK''get_ServiceLocator_CjAfxfKService'false],
  6505.             'App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction' => ['privates''.service_locator.CjAfxfK''get_ServiceLocator_CjAfxfKService'false],
  6506.             'App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction:__invoke' => ['privates''.service_locator.yB53eej''get_ServiceLocator_YB53eejService'false],
  6507.             'App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction' => ['privates''.service_locator.yB53eej''get_ServiceLocator_YB53eejService'false],
  6508.             'App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6509.             'App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6510.             'App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction:__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6511.             'App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6512.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction:__invoke' => ['privates''.service_locator.Li3ShxI''get_ServiceLocator_Li3ShxIService'false],
  6513.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction' => ['privates''.service_locator.Li3ShxI''get_ServiceLocator_Li3ShxIService'false],
  6514.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction:postBuildResponse' => ['privates''.service_locator.uAZ9wWa''get_ServiceLocator_UAZ9wWaService'false],
  6515.             'App\\Controller\\Async\\Common\\Message\\PostMessageAction:__invoke' => ['privates''.service_locator.46ge.3y''get_ServiceLocator_46ge_3yService'false],
  6516.             'App\\Controller\\Async\\Common\\Message\\PostMessageAction' => ['privates''.service_locator.46ge.3y''get_ServiceLocator_46ge_3yService'false],
  6517.             'App\\Controller\\Async\\Common\\Message\\PutMessageAction:__invoke' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6518.             'App\\Controller\\Async\\Common\\Message\\PutMessageAction' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6519.             'App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction:__invoke' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6520.             'App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6521.             'App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction:__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6522.             'App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6523.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation:__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6524.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6525.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6526.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6527.             'App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction:__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6528.             'App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6529.             'App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6530.             'App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6531.             'App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6532.             'App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6533.             'App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6534.             'App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6535.             'App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6536.             'App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6537.             'App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction:__invoke' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6538.             'App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6539.             'App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction:__invoke' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6540.             'App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6541.             'App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction:__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6542.             'App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6543.             'App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6544.             'App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6545.             'App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6546.             'App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6547.             'App\\Controller\\Async\\Coordinator\\GetResourceCollection:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6548.             'App\\Controller\\Async\\Coordinator\\GetResourceCollection' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6549.             'App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6550.             'App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6551.             'App\\Controller\\HomeController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6552.             'App\\Controller\\HomeController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6553.             'App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationCollectionAction:__invoke' => ['privates''.service_locator.RlytIys''get_ServiceLocator_RlytIysService'false],
  6554.             'App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationCollectionAction' => ['privates''.service_locator.RlytIys''get_ServiceLocator_RlytIysService'false],
  6555.             'App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction:__invoke' => ['privates''.service_locator.RlytIys''get_ServiceLocator_RlytIysService'false],
  6556.             'App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction' => ['privates''.service_locator.RlytIys''get_ServiceLocator_RlytIysService'false],
  6557.             'App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction:__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6558.             'App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6559.             'App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction:__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6560.             'App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6561.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController:show' => ['privates''.service_locator.nyQ9vNF''get_ServiceLocator_NyQ9vNFService'false],
  6562.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  6563.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  6564.         ], [
  6565.             'App\\Controller\\Admin\\Service\\ShowServiceAction::__invoke' => '?',
  6566.             'App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction::__invoke' => '?',
  6567.             'App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction::__invoke' => '?',
  6568.             'App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction::__invoke' => '?',
  6569.             'App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction::__invoke' => '?',
  6570.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction::__invoke' => '?',
  6571.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction::__invoke' => '?',
  6572.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction::__invoke' => '?',
  6573.             'App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction::__invoke' => '?',
  6574.             'App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel::__invoke' => '?',
  6575.             'App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction::__invoke' => '?',
  6576.             'App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction::__invoke' => '?',
  6577.             'App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction::__invoke' => '?',
  6578.             'App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction::__invoke' => '?',
  6579.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction::__invoke' => '?',
  6580.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll::__invoke' => '?',
  6581.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem::__invoke' => '?',
  6582.             'App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction::__invoke' => '?',
  6583.             'App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction::__invoke' => '?',
  6584.             'App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction::__invoke' => '?',
  6585.             'App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction::__invoke' => '?',
  6586.             'App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction::__invoke' => '?',
  6587.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction::__invoke' => '?',
  6588.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction::__invoke' => '?',
  6589.             'App\\Controller\\Async\\Common\\File\\GetFileAction::downloadFile' => '?',
  6590.             'App\\Controller\\Async\\Common\\File\\GetFileAction::getFileImagePreview' => '?',
  6591.             'App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction::__invoke' => '?',
  6592.             'App\\Controller\\Async\\Common\\Message\\DeleteMessageAction::__invoke' => '?',
  6593.             'App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction::__invoke' => '?',
  6594.             'App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction::__invoke' => '?',
  6595.             'App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction::__invoke' => '?',
  6596.             'App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction::__invoke' => '?',
  6597.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction::__invoke' => '?',
  6598.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction::postBuildResponse' => '?',
  6599.             'App\\Controller\\Async\\Common\\Message\\PostMessageAction::__invoke' => '?',
  6600.             'App\\Controller\\Async\\Common\\Message\\PutMessageAction::__invoke' => '?',
  6601.             'App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction::__invoke' => '?',
  6602.             'App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction::__invoke' => '?',
  6603.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation::__invoke' => '?',
  6604.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations::__invoke' => '?',
  6605.             'App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction::__invoke' => '?',
  6606.             'App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection::__invoke' => '?',
  6607.             'App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction::__invoke' => '?',
  6608.             'App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction::__invoke' => '?',
  6609.             'App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction::__invoke' => '?',
  6610.             'App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction::__invoke' => '?',
  6611.             'App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction::__invoke' => '?',
  6612.             'App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction::__invoke' => '?',
  6613.             'App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection::__invoke' => '?',
  6614.             'App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction::__invoke' => '?',
  6615.             'App\\Controller\\Async\\Coordinator\\GetResourceCollection::__invoke' => '?',
  6616.             'App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection::__invoke' => '?',
  6617.             'App\\Controller\\HomeController::__invoke' => '?',
  6618.             'App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationCollectionAction::__invoke' => '?',
  6619.             'App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction::__invoke' => '?',
  6620.             'App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction::__invoke' => '?',
  6621.             'App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction::__invoke' => '?',
  6622.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController::show' => '?',
  6623.             'kernel::loadRoutes' => '?',
  6624.             'kernel::registerContainerConfiguration' => '?',
  6625.             'App\\Controller\\Admin\\Service\\ShowServiceAction:__invoke' => '?',
  6626.             'App\\Controller\\Admin\\Service\\ShowServiceAction' => '?',
  6627.             'App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction:__invoke' => '?',
  6628.             'App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction' => '?',
  6629.             'App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction:__invoke' => '?',
  6630.             'App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction' => '?',
  6631.             'App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction:__invoke' => '?',
  6632.             'App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction' => '?',
  6633.             'App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction:__invoke' => '?',
  6634.             'App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction' => '?',
  6635.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction:__invoke' => '?',
  6636.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction' => '?',
  6637.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction:__invoke' => '?',
  6638.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction' => '?',
  6639.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction:__invoke' => '?',
  6640.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction' => '?',
  6641.             'App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction:__invoke' => '?',
  6642.             'App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction' => '?',
  6643.             'App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel:__invoke' => '?',
  6644.             'App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel' => '?',
  6645.             'App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction:__invoke' => '?',
  6646.             'App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction' => '?',
  6647.             'App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction:__invoke' => '?',
  6648.             'App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction' => '?',
  6649.             'App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction:__invoke' => '?',
  6650.             'App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction' => '?',
  6651.             'App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction:__invoke' => '?',
  6652.             'App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction' => '?',
  6653.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction:__invoke' => '?',
  6654.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction' => '?',
  6655.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll:__invoke' => '?',
  6656.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll' => '?',
  6657.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem:__invoke' => '?',
  6658.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem' => '?',
  6659.             'App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction:__invoke' => '?',
  6660.             'App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction' => '?',
  6661.             'App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction:__invoke' => '?',
  6662.             'App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction' => '?',
  6663.             'App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction:__invoke' => '?',
  6664.             'App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction' => '?',
  6665.             'App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction:__invoke' => '?',
  6666.             'App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction' => '?',
  6667.             'App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction:__invoke' => '?',
  6668.             'App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction' => '?',
  6669.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction:__invoke' => '?',
  6670.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction' => '?',
  6671.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction:__invoke' => '?',
  6672.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction' => '?',
  6673.             'App\\Controller\\Async\\Common\\File\\GetFileAction:downloadFile' => '?',
  6674.             'App\\Controller\\Async\\Common\\File\\GetFileAction:getFileImagePreview' => '?',
  6675.             'App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction:__invoke' => '?',
  6676.             'App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction' => '?',
  6677.             'App\\Controller\\Async\\Common\\Message\\DeleteMessageAction:__invoke' => '?',
  6678.             'App\\Controller\\Async\\Common\\Message\\DeleteMessageAction' => '?',
  6679.             'App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction:__invoke' => '?',
  6680.             'App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction' => '?',
  6681.             'App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction:__invoke' => '?',
  6682.             'App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction' => '?',
  6683.             'App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction:__invoke' => '?',
  6684.             'App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction' => '?',
  6685.             'App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction:__invoke' => '?',
  6686.             'App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction' => '?',
  6687.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction:__invoke' => '?',
  6688.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction' => '?',
  6689.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction:postBuildResponse' => '?',
  6690.             'App\\Controller\\Async\\Common\\Message\\PostMessageAction:__invoke' => '?',
  6691.             'App\\Controller\\Async\\Common\\Message\\PostMessageAction' => '?',
  6692.             'App\\Controller\\Async\\Common\\Message\\PutMessageAction:__invoke' => '?',
  6693.             'App\\Controller\\Async\\Common\\Message\\PutMessageAction' => '?',
  6694.             'App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction:__invoke' => '?',
  6695.             'App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction' => '?',
  6696.             'App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction:__invoke' => '?',
  6697.             'App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction' => '?',
  6698.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation:__invoke' => '?',
  6699.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation' => '?',
  6700.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations:__invoke' => '?',
  6701.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations' => '?',
  6702.             'App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction:__invoke' => '?',
  6703.             'App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction' => '?',
  6704.             'App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection:__invoke' => '?',
  6705.             'App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection' => '?',
  6706.             'App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction:__invoke' => '?',
  6707.             'App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction' => '?',
  6708.             'App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction:__invoke' => '?',
  6709.             'App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction' => '?',
  6710.             'App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction:__invoke' => '?',
  6711.             'App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction' => '?',
  6712.             'App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction:__invoke' => '?',
  6713.             'App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction' => '?',
  6714.             'App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction:__invoke' => '?',
  6715.             'App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction' => '?',
  6716.             'App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction:__invoke' => '?',
  6717.             'App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction' => '?',
  6718.             'App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection:__invoke' => '?',
  6719.             'App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection' => '?',
  6720.             'App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction:__invoke' => '?',
  6721.             'App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction' => '?',
  6722.             'App\\Controller\\Async\\Coordinator\\GetResourceCollection:__invoke' => '?',
  6723.             'App\\Controller\\Async\\Coordinator\\GetResourceCollection' => '?',
  6724.             'App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection:__invoke' => '?',
  6725.             'App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection' => '?',
  6726.             'App\\Controller\\HomeController:__invoke' => '?',
  6727.             'App\\Controller\\HomeController' => '?',
  6728.             'App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationCollectionAction:__invoke' => '?',
  6729.             'App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationCollectionAction' => '?',
  6730.             'App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction:__invoke' => '?',
  6731.             'App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction' => '?',
  6732.             'App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction:__invoke' => '?',
  6733.             'App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction' => '?',
  6734.             'App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction:__invoke' => '?',
  6735.             'App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction' => '?',
  6736.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController:show' => '?',
  6737.             'kernel:loadRoutes' => '?',
  6738.             'kernel:registerContainerConfiguration' => '?',
  6739.         ]);
  6740.     }
  6741.     /**
  6742.      * Gets the private '.service_locator.CjAfxfK' shared service.
  6743.      *
  6744.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6745.      */
  6746.     protected function get_ServiceLocator_CjAfxfKService()
  6747.     {
  6748.         return $this->privates['.service_locator.CjAfxfK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6749.             'channel' => ['privates''.errored..service_locator.CjAfxfK.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.CjAfxfK": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  6750.             'conversation' => ['privates''.errored..service_locator.CjAfxfK.App\\Entity\\Chat\\Conversation'NULL'Cannot autowire service ".service_locator.CjAfxfK": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.'],
  6751.             'nextMessage' => ['privates''.errored..service_locator.CjAfxfK.App\\Entity\\Chat\\Message'NULL'Cannot autowire service ".service_locator.CjAfxfK": it references class "App\\Entity\\Chat\\Message" but no such service exists.'],
  6752.         ], [
  6753.             'channel' => 'App\\Entity\\Channel\\Channel',
  6754.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  6755.             'nextMessage' => 'App\\Entity\\Chat\\Message',
  6756.         ]);
  6757.     }
  6758.     /**
  6759.      * Gets the private '.service_locator.CjLnZ8A' shared service.
  6760.      *
  6761.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6762.      */
  6763.     protected function get_ServiceLocator_CjLnZ8AService()
  6764.     {
  6765.         return $this->privates['.service_locator.CjLnZ8A'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6766.             'channel' => ['privates''.errored..service_locator.CjLnZ8A.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.CjLnZ8A": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  6767.             'conversation' => ['privates''.errored..service_locator.CjLnZ8A.App\\Entity\\Chat\\Conversation'NULL'Cannot autowire service ".service_locator.CjLnZ8A": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.'],
  6768.             'message' => ['privates''.errored..service_locator.CjLnZ8A.App\\Entity\\Chat\\Message'NULL'Cannot autowire service ".service_locator.CjLnZ8A": it references class "App\\Entity\\Chat\\Message" but no such service exists.'],
  6769.         ], [
  6770.             'channel' => 'App\\Entity\\Channel\\Channel',
  6771.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  6772.             'message' => 'App\\Entity\\Chat\\Message',
  6773.         ]);
  6774.     }
  6775.     /**
  6776.      * Gets the private '.service_locator.Do0q5v.' shared service.
  6777.      *
  6778.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6779.      */
  6780.     protected function get_ServiceLocator_Do0q5v_Service()
  6781.     {
  6782.         return $this->privates['.service_locator.Do0q5v.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6783.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  6784.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  6785.             'messenger.transport.sync_ack' => ['privates''messenger.transport.sync_ack''getMessenger_Transport_SyncAckService'false],
  6786.             'messenger.transport.sync_full_user_transport' => ['privates''messenger.transport.sync_full_user_transport''getMessenger_Transport_SyncFullUserTransportService'false],
  6787.             'messenger.transport.sync_transport' => ['privates''messenger.transport.sync_transport''getMessenger_Transport_SyncTransportService'false],
  6788.             'sync_ack' => ['privates''messenger.transport.sync_ack''getMessenger_Transport_SyncAckService'false],
  6789.             'sync_full_user_transport' => ['privates''messenger.transport.sync_full_user_transport''getMessenger_Transport_SyncFullUserTransportService'false],
  6790.             'sync_transport' => ['privates''messenger.transport.sync_transport''getMessenger_Transport_SyncTransportService'false],
  6791.         ], [
  6792.             'failed' => '?',
  6793.             'messenger.transport.failed' => '?',
  6794.             'messenger.transport.sync_ack' => '?',
  6795.             'messenger.transport.sync_full_user_transport' => '?',
  6796.             'messenger.transport.sync_transport' => '?',
  6797.             'sync_ack' => '?',
  6798.             'sync_full_user_transport' => '?',
  6799.             'sync_transport' => '?',
  6800.         ]);
  6801.     }
  6802.     /**
  6803.      * Gets the private '.service_locator.DwJoScw' shared service.
  6804.      *
  6805.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6806.      */
  6807.     protected function get_ServiceLocator_DwJoScwService()
  6808.     {
  6809.         return $this->privates['.service_locator.DwJoScw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6810.             'channel' => ['privates''.errored..service_locator.DwJoScw.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.DwJoScw": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  6811.             'service' => ['privates''.errored..service_locator.DwJoScw.App\\Entity\\Channel\\Service'NULL'Cannot autowire service ".service_locator.DwJoScw": it references class "App\\Entity\\Channel\\Service" but no such service exists.'],
  6812.         ], [
  6813.             'channel' => 'App\\Entity\\Channel\\Channel',
  6814.             'service' => 'App\\Entity\\Channel\\Service',
  6815.         ]);
  6816.     }
  6817.     /**
  6818.      * Gets the private '.service_locator.GNc8e5B' shared service.
  6819.      *
  6820.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6821.      */
  6822.     protected function get_ServiceLocator_GNc8e5BService()
  6823.     {
  6824.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6825.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  6826.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  6827.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  6828.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  6829.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  6830.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  6831.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6832.             'router' => ['services''router''getRouterService'false],
  6833.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  6834.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  6835.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  6836.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  6837.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6838.         ], [
  6839.             'doctrine' => '?',
  6840.             'form.factory' => '?',
  6841.             'http_kernel' => '?',
  6842.             'message_bus' => '?',
  6843.             'messenger.default_bus' => '?',
  6844.             'parameter_bag' => '?',
  6845.             'request_stack' => '?',
  6846.             'router' => '?',
  6847.             'security.authorization_checker' => '?',
  6848.             'security.token_storage' => '?',
  6849.             'serializer' => '?',
  6850.             'session' => '.session.deprecated',
  6851.             'twig' => '?',
  6852.         ]);
  6853.     }
  6854.     /**
  6855.      * Gets the private '.service_locator.IZbGlYG' shared service.
  6856.      *
  6857.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6858.      */
  6859.     protected function get_ServiceLocator_IZbGlYGService()
  6860.     {
  6861.         return $this->privates['.service_locator.IZbGlYG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6862.             'channel' => ['privates''.errored..service_locator.IZbGlYG.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.IZbGlYG": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  6863.             'message' => ['privates''.errored..service_locator.IZbGlYG.App\\Entity\\Chat\\Message'NULL'Cannot autowire service ".service_locator.IZbGlYG": it references class "App\\Entity\\Chat\\Message" but no such service exists.'],
  6864.             'messageUser' => ['privates''.errored..service_locator.IZbGlYG.App\\Entity\\Chat\\MessageUser'NULL'Cannot autowire service ".service_locator.IZbGlYG": it references class "App\\Entity\\Chat\\MessageUser" but no such service exists.'],
  6865.         ], [
  6866.             'channel' => 'App\\Entity\\Channel\\Channel',
  6867.             'message' => 'App\\Entity\\Chat\\Message',
  6868.             'messageUser' => 'App\\Entity\\Chat\\MessageUser',
  6869.         ]);
  6870.     }
  6871.     /**
  6872.      * Gets the private '.service_locator.KfbR3DY' shared service.
  6873.      *
  6874.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6875.      */
  6876.     protected function get_ServiceLocator_KfbR3DYService()
  6877.     {
  6878.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6879.             'loader' => ['privates''.errored..service_locator.KfbR3DY.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file", "Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\GlobalRoutesLoader", "Nellapp\\Bundle\\SDKBundle\\Permission\\Routing\\Loader\\ChannelResourceAccessCacheLoader", "Nellapp\\Bundle\\SDKBundle\\Permission\\Routing\\Loader\\ChannelUserPermissionResourceCrudLoader", "drosalys.web_socket.routing.loader", "drosalys.web_socket.routing.loader.yaml", "drosalys.web_socket.routing.loader.xml", "drosalys.web_socket.routing.loader.php", "drosalys.web_socket.routing.loader.glob", "drosalys.web_socket.routing.loader.directory", "drosalys.web_socket.routing.loader.annotation", "drosalys.web_socket.routing.loader.annotation.directory", "drosalys.web_socket.routing.loader.annotation.file", "oneup_uploader.routing.loader".'],
  6880.         ], [
  6881.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  6882.         ]);
  6883.     }
  6884.     /**
  6885.      * Gets the private '.service_locator.Li3ShxI' shared service.
  6886.      *
  6887.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6888.      */
  6889.     protected function get_ServiceLocator_Li3ShxIService()
  6890.     {
  6891.         return $this->privates['.service_locator.Li3ShxI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6892.             'channel' => ['privates''.errored..service_locator.Li3ShxI.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.Li3ShxI": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  6893.             'conversation' => ['privates''.errored..service_locator.Li3ShxI.App\\Entity\\Chat\\Conversation'NULL'Cannot autowire service ".service_locator.Li3ShxI": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.'],
  6894.             'fileMessage' => ['privates''.errored..service_locator.Li3ShxI.App\\Entity\\Chat\\FileMessage'NULL'Cannot autowire service ".service_locator.Li3ShxI": it references class "App\\Entity\\Chat\\FileMessage" but no such service exists.'],
  6895.         ], [
  6896.             'channel' => 'App\\Entity\\Channel\\Channel',
  6897.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  6898.             'fileMessage' => 'App\\Entity\\Chat\\FileMessage',
  6899.         ]);
  6900.     }
  6901.     /**
  6902.      * Gets the private '.service_locator.LnVGqdV' shared service.
  6903.      *
  6904.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6905.      */
  6906.     protected function get_ServiceLocator_LnVGqdVService()
  6907.     {
  6908.         return $this->privates['.service_locator.LnVGqdV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6909.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  6910.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  6911.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  6912.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  6913.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  6914.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  6915.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6916.             'router' => ['services''router''getRouterService'false],
  6917.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  6918.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  6919.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  6920.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  6921.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6922.         ], [
  6923.             'doctrine' => '?',
  6924.             'form.factory' => '?',
  6925.             'http_kernel' => '?',
  6926.             'message_bus' => '?',
  6927.             'messenger.default_bus' => '?',
  6928.             'parameter_bag' => '?',
  6929.             'request_stack' => '?',
  6930.             'router' => '?',
  6931.             'security.authorization_checker' => '?',
  6932.             'security.token_storage' => '?',
  6933.             'serializer' => '?',
  6934.             'session' => '.session.deprecated',
  6935.             'twig' => '?',
  6936.         ]);
  6937.     }
  6938.     /**
  6939.      * Gets the private '.service_locator.Nlay9_9' shared service.
  6940.      *
  6941.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6942.      */
  6943.     protected function get_ServiceLocator_Nlay99Service()
  6944.     {
  6945.         return $this->privates['.service_locator.Nlay9_9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6946.             'canal' => ['privates''.errored..service_locator.Nlay9_9.App\\Entity\\Chat\\Canal'NULL'Cannot autowire service ".service_locator.Nlay9_9": it references class "App\\Entity\\Chat\\Canal" but no such service exists.'],
  6947.             'channel' => ['privates''.errored..service_locator.Nlay9_9.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.Nlay9_9": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  6948.         ], [
  6949.             'canal' => 'App\\Entity\\Chat\\Canal',
  6950.             'channel' => 'App\\Entity\\Channel\\Channel',
  6951.         ]);
  6952.     }
  6953.     /**
  6954.      * Gets the private '.service_locator.P3RPcy8' shared service.
  6955.      *
  6956.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6957.      */
  6958.     protected function get_ServiceLocator_P3RPcy8Service()
  6959.     {
  6960.         return $this->privates['.service_locator.P3RPcy8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6961.             'channel' => ['privates''.errored..service_locator.P3RPcy8.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.P3RPcy8": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  6962.             'conversation' => ['privates''.errored..service_locator.P3RPcy8.App\\Entity\\Chat\\Conversation'NULL'Cannot autowire service ".service_locator.P3RPcy8": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.'],
  6963.         ], [
  6964.             'channel' => 'App\\Entity\\Channel\\Channel',
  6965.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  6966.         ]);
  6967.     }
  6968.     /**
  6969.      * Gets the private '.service_locator.QBI2gse' shared service.
  6970.      *
  6971.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6972.      */
  6973.     protected function get_ServiceLocator_QBI2gseService()
  6974.     {
  6975.         return $this->privates['.service_locator.QBI2gse'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6976.             'channel' => ['privates''.errored..service_locator.QBI2gse.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.QBI2gse": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  6977.             'conversation' => ['privates''.errored..service_locator.QBI2gse.App\\Entity\\Chat\\Conversation'NULL'Cannot autowire service ".service_locator.QBI2gse": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.'],
  6978.             'lastSeenMessage' => ['privates''.errored..service_locator.QBI2gse.App\\Entity\\Chat\\Message'NULL'Cannot autowire service ".service_locator.QBI2gse": it references class "App\\Entity\\Chat\\Message" but no such service exists.'],
  6979.         ], [
  6980.             'channel' => 'App\\Entity\\Channel\\Channel',
  6981.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  6982.             'lastSeenMessage' => 'App\\Entity\\Chat\\Message',
  6983.         ]);
  6984.     }
  6985.     /**
  6986.      * Gets the private '.service_locator.RlytIys' shared service.
  6987.      *
  6988.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6989.      */
  6990.     protected function get_ServiceLocator_RlytIysService()
  6991.     {
  6992.         return $this->privates['.service_locator.RlytIys'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6993.             'user' => ['privates''.errored..service_locator.RlytIys.App\\Entity\\Account\\User'NULL'Cannot autowire service ".service_locator.RlytIys": it references class "App\\Entity\\Account\\User" but no such service exists.'],
  6994.         ], [
  6995.             'user' => 'App\\Entity\\Account\\User',
  6996.         ]);
  6997.     }
  6998.     /**
  6999.      * Gets the private '.service_locator.Y4J.A.e' shared service.
  7000.      *
  7001.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7002.      */
  7003.     protected function get_ServiceLocator_Y4J_A_EService()
  7004.     {
  7005.         return $this->privates['.service_locator.Y4J.A.e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7006.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7007.         ], [
  7008.             'failed' => '?',
  7009.         ]);
  7010.     }
  7011.     /**
  7012.      * Gets the private '.service_locator._HjxFZI' shared service.
  7013.      *
  7014.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7015.      */
  7016.     protected function get_ServiceLocator_HjxFZIService()
  7017.     {
  7018.         return $this->privates['.service_locator._HjxFZI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7019.             'channel' => ['privates''.errored..service_locator._HjxFZI.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator._HjxFZI": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  7020.             'user' => ['privates''.errored..service_locator._HjxFZI.App\\Entity\\Account\\User'NULL'Cannot autowire service ".service_locator._HjxFZI": it references class "App\\Entity\\Account\\User" but no such service exists.'],
  7021.         ], [
  7022.             'channel' => 'App\\Entity\\Channel\\Channel',
  7023.             'user' => 'App\\Entity\\Account\\User',
  7024.         ]);
  7025.     }
  7026.     /**
  7027.      * Gets the private '.service_locator.hN5dZFZ' shared service.
  7028.      *
  7029.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7030.      */
  7031.     protected function get_ServiceLocator_HN5dZFZService()
  7032.     {
  7033.         return $this->privates['.service_locator.hN5dZFZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7034.             'channel' => ['privates''.errored..service_locator.hN5dZFZ.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.hN5dZFZ": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  7035.             'chatNotification' => ['privates''.errored..service_locator.hN5dZFZ.App\\Entity\\Chat\\ChatNotification'NULL'Cannot autowire service ".service_locator.hN5dZFZ": it references class "App\\Entity\\Chat\\ChatNotification" but no such service exists.'],
  7036.         ], [
  7037.             'channel' => 'App\\Entity\\Channel\\Channel',
  7038.             'chatNotification' => 'App\\Entity\\Chat\\ChatNotification',
  7039.         ]);
  7040.     }
  7041.     /**
  7042.      * Gets the private '.service_locator.k.6sDgC' shared service.
  7043.      *
  7044.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7045.      */
  7046.     protected function get_ServiceLocator_K_6sDgCService()
  7047.     {
  7048.         return $this->privates['.service_locator.k.6sDgC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7049.             'channel' => ['privates''.errored..service_locator.k.6sDgC.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.k.6sDgC": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  7050.         ], [
  7051.             'channel' => 'App\\Entity\\Channel\\Channel',
  7052.         ]);
  7053.     }
  7054.     /**
  7055.      * Gets the private '.service_locator.lH2X8k5' shared service.
  7056.      *
  7057.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7058.      */
  7059.     protected function get_ServiceLocator_LH2X8k5Service()
  7060.     {
  7061.         return $this->privates['.service_locator.lH2X8k5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7062.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  7063.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  7064.             'security.firewall.map.context.reverse_sync' => ['privates''security.firewall.map.context.reverse_sync''getSecurity_Firewall_Map_Context_ReverseSyncService'false],
  7065.             'security.firewall.map.context.reverse_sync_doc' => ['privates''security.firewall.map.context.reverse_sync_doc''getSecurity_Firewall_Map_Context_ReverseSyncDocService'false],
  7066.         ], [
  7067.             'security.firewall.map.context.dev' => '?',
  7068.             'security.firewall.map.context.main' => '?',
  7069.             'security.firewall.map.context.reverse_sync' => '?',
  7070.             'security.firewall.map.context.reverse_sync_doc' => '?',
  7071.         ]);
  7072.     }
  7073.     /**
  7074.      * Gets the private '.service_locator.nyQ9vNF' shared service.
  7075.      *
  7076.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7077.      */
  7078.     protected function get_ServiceLocator_NyQ9vNFService()
  7079.     {
  7080.         return $this->privates['.service_locator.nyQ9vNF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7081.             'exception' => ['privates''.errored..service_locator.nyQ9vNF.Throwable'NULL'Cannot autowire service ".service_locator.nyQ9vNF": it references interface "Throwable" but no such service exists. You should maybe alias this interface to one of these existing services: "Nellapp\\Bundle\\SDKBundle\\DataSync\\Exception\\HydratorException", "Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Exception\\AppNotFoundException", "Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\Exception\\EntityException".'],
  7082.         ], [
  7083.             'exception' => 'Throwable',
  7084.         ]);
  7085.     }
  7086.     /**
  7087.      * Gets the private '.service_locator.uAZ9wWa' shared service.
  7088.      *
  7089.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7090.      */
  7091.     protected function get_ServiceLocator_UAZ9wWaService()
  7092.     {
  7093.         return $this->privates['.service_locator.uAZ9wWa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7094.             'responseEvent' => ['privates''Drosalys\\Bundle\\ApiBundle\\Event\\PostBuildResponseEvent'NULL'Cannot autowire service "Drosalys\\Bundle\\ApiBundle\\Event\\PostBuildResponseEvent": argument "$action" of method "__construct()" references class "Drosalys\\Bundle\\ApiBundle\\Action\\Action" but no such service exists.'],
  7095.         ], [
  7096.             'responseEvent' => 'Drosalys\\Bundle\\ApiBundle\\Event\\PostBuildResponseEvent',
  7097.         ]);
  7098.     }
  7099.     /**
  7100.      * Gets the private '.service_locator.vxwOU3W' shared service.
  7101.      *
  7102.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7103.      */
  7104.     protected function get_ServiceLocator_VxwOU3WService()
  7105.     {
  7106.         return $this->privates['.service_locator.vxwOU3W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7107.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  7108.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  7109.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  7110.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  7111.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  7112.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  7113.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  7114.             'router' => ['services''router''getRouterService'false],
  7115.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  7116.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  7117.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  7118.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  7119.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7120.         ], [
  7121.             'doctrine' => '?',
  7122.             'form.factory' => '?',
  7123.             'http_kernel' => '?',
  7124.             'message_bus' => '?',
  7125.             'messenger.default_bus' => '?',
  7126.             'parameter_bag' => '?',
  7127.             'request_stack' => '?',
  7128.             'router' => '?',
  7129.             'security.authorization_checker' => '?',
  7130.             'security.token_storage' => '?',
  7131.             'serializer' => '?',
  7132.             'session' => '.session.deprecated',
  7133.             'twig' => '?',
  7134.         ]);
  7135.     }
  7136.     /**
  7137.      * Gets the private '.service_locator.w9LUdZh' shared service.
  7138.      *
  7139.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7140.      */
  7141.     protected function get_ServiceLocator_W9LUdZhService()
  7142.     {
  7143.         return $this->privates['.service_locator.w9LUdZh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7144.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  7145.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  7146.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  7147.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  7148.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  7149.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  7150.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  7151.             'router' => ['services''router''getRouterService'false],
  7152.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  7153.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  7154.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  7155.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  7156.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7157.         ], [
  7158.             'doctrine' => '?',
  7159.             'form.factory' => '?',
  7160.             'http_kernel' => '?',
  7161.             'message_bus' => '?',
  7162.             'messenger.default_bus' => '?',
  7163.             'parameter_bag' => '?',
  7164.             'request_stack' => '?',
  7165.             'router' => '?',
  7166.             'security.authorization_checker' => '?',
  7167.             'security.token_storage' => '?',
  7168.             'serializer' => '?',
  7169.             'session' => '.session.deprecated',
  7170.             'twig' => '?',
  7171.         ]);
  7172.     }
  7173.     /**
  7174.      * Gets the private '.service_locator.wBbyE11' shared service.
  7175.      *
  7176.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7177.      */
  7178.     protected function get_ServiceLocator_WBbyE11Service()
  7179.     {
  7180.         return $this->privates['.service_locator.wBbyE11'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7181.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  7182.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  7183.             'security.event_dispatcher.reverse_sync' => ['privates''security.event_dispatcher.reverse_sync''getSecurity_EventDispatcher_ReverseSyncService'false],
  7184.         ], [
  7185.             'event_dispatcher' => '?',
  7186.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  7187.             'security.event_dispatcher.reverse_sync' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  7188.         ]);
  7189.     }
  7190.     /**
  7191.      * Gets the private '.service_locator.yB53eej' shared service.
  7192.      *
  7193.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7194.      */
  7195.     protected function get_ServiceLocator_YB53eejService()
  7196.     {
  7197.         return $this->privates['.service_locator.yB53eej'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7198.             'channel' => ['privates''.errored..service_locator.yB53eej.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.yB53eej": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  7199.             'conversation' => ['privates''.errored..service_locator.yB53eej.App\\Entity\\Chat\\Conversation'NULL'Cannot autowire service ".service_locator.yB53eej": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.'],
  7200.             'previousMessage' => ['privates''.errored..service_locator.yB53eej.App\\Entity\\Chat\\Message'NULL'Cannot autowire service ".service_locator.yB53eej": it references class "App\\Entity\\Chat\\Message" but no such service exists.'],
  7201.         ], [
  7202.             'channel' => 'App\\Entity\\Channel\\Channel',
  7203.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  7204.             'previousMessage' => 'App\\Entity\\Chat\\Message',
  7205.         ]);
  7206.     }
  7207.     /**
  7208.      * Gets the private '.service_locator.yVy0b.R' shared service.
  7209.      *
  7210.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7211.      */
  7212.     protected function get_ServiceLocator_YVy0b_RService()
  7213.     {
  7214.         return $this->privates['.service_locator.yVy0b.R'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7215.             'channel' => ['privates''.errored..service_locator.yVy0b.R.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.yVy0b.R": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  7216.             'file' => ['privates''.errored..service_locator.yVy0b.R.App\\Entity\\Chat\\File'NULL'Cannot autowire service ".service_locator.yVy0b.R": it references class "App\\Entity\\Chat\\File" but no such service exists.'],
  7217.         ], [
  7218.             'channel' => 'App\\Entity\\Channel\\Channel',
  7219.             'file' => 'App\\Entity\\Chat\\File',
  7220.         ]);
  7221.     }
  7222.     /**
  7223.      * Gets the private '.session.deprecated' shared service.
  7224.      *
  7225.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  7226.      */
  7227.     protected function get_Session_DeprecatedService()
  7228.     {
  7229.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  7230.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  7231.         return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
  7232.     }
  7233.     /**
  7234.      * Gets the private '.twig.command.debug.lazy' shared service.
  7235.      *
  7236.      * @return \Symfony\Component\Console\Command\LazyCommand
  7237.      */
  7238.     protected function get_Twig_Command_Debug_LazyService()
  7239.     {
  7240.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7242.         return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests'false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  7243.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  7244.         });
  7245.     }
  7246.     /**
  7247.      * Gets the private '.twig.command.lint.lazy' shared service.
  7248.      *
  7249.      * @return \Symfony\Component\Console\Command\LazyCommand
  7250.      */
  7251.     protected function get_Twig_Command_Lint_LazyService()
  7252.     {
  7253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7254.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7255.         return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors'false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  7256.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  7257.         });
  7258.     }
  7259.     /**
  7260.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  7261.      *
  7262.      * @return \Symfony\Component\Console\Command\LazyCommand
  7263.      */
  7264.     protected function get_VarDumper_Command_ServerDump_LazyService()
  7265.     {
  7266.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7268.         return $this->privates['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place'false, function (): \Symfony\Component\VarDumper\Command\ServerDumpCommand {
  7269.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  7270.         });
  7271.     }
  7272.     /**
  7273.      * Gets the private 'App\Command\Cron\CreateOrDeleteCanalFromSessions' shared autowired service.
  7274.      *
  7275.      * @return \App\Command\Cron\CreateOrDeleteCanalFromSessions
  7276.      */
  7277.     protected function getCreateOrDeleteCanalFromSessionsService()
  7278.     {
  7279.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7280.         include_once \dirname(__DIR__4).'/src/Command/Cron/CreateOrDeleteCanalFromSessions.php';
  7281.         $this->privates['App\\Command\\Cron\\CreateOrDeleteCanalFromSessions'] = $instance = new \App\Command\Cron\CreateOrDeleteCanalFromSessions(($this->privates['App\\Repository\\Chat\\CanalRepository'] ?? $this->getCanalRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Channel\\SessionRepository'] ?? $this->getSessionRepositoryService()), ($this->privates['App\\Service\\Chat\\ConversationCreationService'] ?? $this->getConversationCreationServiceService()));
  7282.         $instance->setName('app:delete-or-create-canal-from-sessions');
  7283.         $instance->setDescription('Gather Session Resource and create or removed canals depending on sessions dates');
  7284.         return $instance;
  7285.     }
  7286.     /**
  7287.      * Gets the private 'App\Command\Cron\DeleteOldChatMessageCommand' shared autowired service.
  7288.      *
  7289.      * @return \App\Command\Cron\DeleteOldChatMessageCommand
  7290.      */
  7291.     protected function getDeleteOldChatMessageCommandService()
  7292.     {
  7293.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7294.         include_once \dirname(__DIR__4).'/src/Command/Cron/DeleteOldChatMessageCommand.php';
  7295.         $this->privates['App\\Command\\Cron\\DeleteOldChatMessageCommand'] = $instance = new \App\Command\Cron\DeleteOldChatMessageCommand(($this->privates['App\\Repository\\Chat\\MessageRepository'] ?? $this->getMessageRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  7296.         $instance->setName('app:delete-old-chat-message');
  7297.         $instance->setDescription('Remove old messages from conversations');
  7298.         return $instance;
  7299.     }
  7300.     /**
  7301.      * Gets the private 'App\Command\Cron\DeleteOldConversationCommand' shared autowired service.
  7302.      *
  7303.      * @return \App\Command\Cron\DeleteOldConversationCommand
  7304.      */
  7305.     protected function getDeleteOldConversationCommandService()
  7306.     {
  7307.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7308.         include_once \dirname(__DIR__4).'/src/Command/Cron/DeleteOldConversationCommand.php';
  7309.         $this->privates['App\\Command\\Cron\\DeleteOldConversationCommand'] = $instance = new \App\Command\Cron\DeleteOldConversationCommand(($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()), ($this->privates['App\\Repository\\ChannelUserData\\ChannelUserDataRepository'] ?? $this->getChannelUserDataRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  7310.         $instance->setName('app:delete-old-conversation');
  7311.         $instance->setDescription('Remove old conversations not linked to sessions => simple conversations older than 2 days, temporary canals older than 2 days');
  7312.         return $instance;
  7313.     }
  7314.     /**
  7315.      * Gets the private 'App\Command\Cron\ManageConversationUsersForCursusCommand' shared autowired service.
  7316.      *
  7317.      * @return \App\Command\Cron\ManageConversationUsersForCursusCommand
  7318.      */
  7319.     protected function getManageConversationUsersForCursusCommandService()
  7320.     {
  7321.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7322.         include_once \dirname(__DIR__4).'/src/Command/Cron/ManageConversationUsersForCursusCommand.php';
  7323.         $this->privates['App\\Command\\Cron\\ManageConversationUsersForCursusCommand'] = $instance = new \App\Command\Cron\ManageConversationUsersForCursusCommand(($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()), ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Chat\\CanalService'] ?? $this->getCanalServiceService()), ($this->privates['App\\Service\\Chat\\ReferentConversationService'] ?? $this->getReferentConversationServiceService()), ($this->privates['App\\Service\\Channel\\AbstractCursusService'] ?? $this->getAbstractCursusServiceService()), ($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()), ($this->privates['App\\Service\\Chat\\ChannelServiceConversationService'] ?? $this->getChannelServiceConversationServiceService()));
  7324.         $instance->setName('app:update-conversation-user-from-cursus');
  7325.         $instance->setDescription('Remove or Create ConversationUser for learners From cursus');
  7326.         return $instance;
  7327.     }
  7328.     /**
  7329.      * Gets the private 'App\Command\GenerateHashtagUserCommand' shared autowired service.
  7330.      *
  7331.      * @return \App\Command\GenerateHashtagUserCommand
  7332.      */
  7333.     protected function getGenerateHashtagUserCommandService()
  7334.     {
  7335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7336.         include_once \dirname(__DIR__4).'/src/Command/GenerateHashtagUserCommand.php';
  7337.         $this->privates['App\\Command\\GenerateHashtagUserCommand'] = $instance = new \App\Command\GenerateHashtagUserCommand(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Account\\UserService'] ?? $this->getUserServiceService()));
  7338.         $instance->setName('app:generate-hashtag-user');
  7339.         $instance->setDescription('Add a short description for your command');
  7340.         return $instance;
  7341.     }
  7342.     /**
  7343.      * Gets the private 'App\Command\GenerateReferentAndServiceConversationsForActiveCursusCommand' shared autowired service.
  7344.      *
  7345.      * @return \App\Command\GenerateReferentAndServiceConversationsForActiveCursusCommand
  7346.      */
  7347.     protected function getGenerateReferentAndServiceConversationsForActiveCursusCommandService()
  7348.     {
  7349.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7350.         include_once \dirname(__DIR__4).'/src/Command/GenerateReferentAndServiceConversationsForActiveCursusCommand.php';
  7351.         $this->privates['App\\Command\\GenerateReferentAndServiceConversationsForActiveCursusCommand'] = $instance = new \App\Command\GenerateReferentAndServiceConversationsForActiveCursusCommand(($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()), ($this->privates['App\\Service\\Channel\\AbstractCursusService'] ?? $this->getAbstractCursusServiceService()), ($this->privates['App\\Service\\Chat\\ReferentConversationService'] ?? $this->getReferentConversationServiceService()), ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Chat\\ChannelServiceConversationService'] ?? $this->getChannelServiceConversationServiceService()));
  7352.         $instance->setName('app:generate-referent-service-conversations');
  7353.         $instance->setDescription('Generate referent and services conversations and conversation users for active Cursus if not exists');
  7354.         return $instance;
  7355.     }
  7356.     /**
  7357.      * Gets the private 'App\Command\InitChannelCanalCommand' shared autowired service.
  7358.      *
  7359.      * @return \App\Command\InitChannelCanalCommand
  7360.      */
  7361.     protected function getInitChannelCanalCommandService()
  7362.     {
  7363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7364.         include_once \dirname(__DIR__4).'/src/Command/InitChannelCanalCommand.php';
  7365.         $this->privates['App\\Command\\InitChannelCanalCommand'] = $instance = new \App\Command\InitChannelCanalCommand(($this->privates['App\\Service\\Chat\\ConversationCreationService'] ?? $this->getConversationCreationServiceService()), ($this->privates['App\\Repository\\Channel\\ChannelRepository'] ?? $this->getChannelRepositoryService()), ($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  7366.         $instance->setName('app:init-channel-canal');
  7367.         $instance->setDescription('Create Public Canals for Channels');
  7368.         return $instance;
  7369.     }
  7370.     /**
  7371.      * Gets the private 'App\Command\InitResourcesCommand' shared autowired service.
  7372.      *
  7373.      * @return \App\Command\InitResourcesCommand
  7374.      */
  7375.     protected function getInitResourcesCommandService()
  7376.     {
  7377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7378.         include_once \dirname(__DIR__4).'/src/Command/InitResourcesCommand.php';
  7379.         $this->privates['App\\Command\\InitResourcesCommand'] = $instance = new \App\Command\InitResourcesCommand(($this->privates['App\\Repository\\Channel\\GroupRepository'] ?? $this->getGroupRepositoryService()), ($this->privates['App\\Repository\\Channel\\PlaceRepository'] ?? $this->getPlaceRepositoryService()), ($this->privates['App\\Repository\\Channel\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  7380.         $instance->setName('app:init-resources');
  7381.         $instance->setDescription('Create Resource for Groups, Places and Trainings');
  7382.         return $instance;
  7383.     }
  7384.     /**
  7385.      * Gets the private 'App\Command\InitSimpleConversationsCommand' shared autowired service.
  7386.      *
  7387.      * @return \App\Command\InitSimpleConversationsCommand
  7388.      */
  7389.     protected function getInitSimpleConversationsCommandService()
  7390.     {
  7391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7392.         include_once \dirname(__DIR__4).'/src/Command/InitSimpleConversationsCommand.php';
  7393.         $this->privates['App\\Command\\InitSimpleConversationsCommand'] = $instance = new \App\Command\InitSimpleConversationsCommand(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\Channel\\ChannelRepository'] ?? $this->getChannelRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()));
  7394.         $instance->setName('app:init-channel-simple-conversations');
  7395.         $instance->setDescription('Create Simple conversations for Channels');
  7396.         return $instance;
  7397.     }
  7398.     /**
  7399.      * Gets the private 'App\Command\TestStringCommand' shared autowired service.
  7400.      *
  7401.      * @return \App\Command\TestStringCommand
  7402.      */
  7403.     protected function getTestStringCommandService()
  7404.     {
  7405.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7406.         include_once \dirname(__DIR__4).'/src/Command/TestStringCommand.php';
  7407.         $this->privates['App\\Command\\TestStringCommand'] = $instance = new \App\Command\TestStringCommand(($this->privates['App\\Service\\Chat\\MessageService'] ?? $this->getMessageServiceService()));
  7408.         $instance->setName('app:test-string');
  7409.         $instance->setDescription('Add a short description for your command');
  7410.         return $instance;
  7411.     }
  7412.     /**
  7413.      * Gets the private 'App\Doctrine\EventEntitySubscriber\AbstractCursusSubscriber' shared autowired service.
  7414.      *
  7415.      * @return \App\Doctrine\EventEntitySubscriber\AbstractCursusSubscriber
  7416.      */
  7417.     protected function getAbstractCursusSubscriberService()
  7418.     {
  7419.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7420.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/AbstractCursusSubscriber.php';
  7421.         $a = ($this->privates['App\\Service\\Channel\\AbstractCursusService'] ?? $this->getAbstractCursusServiceService());
  7422.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'])) {
  7423.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'];
  7424.         }
  7425.         $b = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  7426.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'])) {
  7427.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'];
  7428.         }
  7429.         $c = ($this->privates['App\\Service\\Chat\\CanalService'] ?? $this->getCanalServiceService());
  7430.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'])) {
  7431.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'];
  7432.         }
  7433.         $d = ($this->privates['App\\Service\\Chat\\ReferentConversationService'] ?? $this->getReferentConversationServiceService());
  7434.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'])) {
  7435.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'];
  7436.         }
  7437.         $e = ($this->privates['App\\Service\\Chat\\ChannelServiceConversationService'] ?? $this->getChannelServiceConversationServiceService());
  7438.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'])) {
  7439.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'];
  7440.         }
  7441.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'] = new \App\Doctrine\EventEntitySubscriber\AbstractCursusSubscriber($a$b$c$d, ($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()), $e);
  7442.     }
  7443.     /**
  7444.      * Gets the private 'App\Doctrine\EventEntitySubscriber\CanalSubscriber' shared autowired service.
  7445.      *
  7446.      * @return \App\Doctrine\EventEntitySubscriber\CanalSubscriber
  7447.      */
  7448.     protected function getCanalSubscriberService()
  7449.     {
  7450.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7451.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/CanalSubscriber.php';
  7452.         $a = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  7453.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber'])) {
  7454.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber'];
  7455.         }
  7456.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber'] = new \App\Doctrine\EventEntitySubscriber\CanalSubscriber($a);
  7457.     }
  7458.     /**
  7459.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ChannelSubscriber' shared autowired service.
  7460.      *
  7461.      * @return \App\Doctrine\EventEntitySubscriber\ChannelSubscriber
  7462.      */
  7463.     protected function getChannelSubscriberService()
  7464.     {
  7465.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7466.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ChannelSubscriber.php';
  7467.         $a = ($this->privates['App\\Service\\Chat\\ConversationCreationService'] ?? $this->getConversationCreationServiceService());
  7468.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber'])) {
  7469.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber'];
  7470.         }
  7471.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ChannelSubscriber($a);
  7472.     }
  7473.     /**
  7474.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ChannelUserDataSubscriber' shared autowired service.
  7475.      *
  7476.      * @return \App\Doctrine\EventEntitySubscriber\ChannelUserDataSubscriber
  7477.      */
  7478.     protected function getChannelUserDataSubscriberService()
  7479.     {
  7480.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7481.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ChannelUserDataSubscriber.php';
  7482.         $a = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  7483.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber'])) {
  7484.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber'];
  7485.         }
  7486.         $b = ($this->privates['App\\Service\\Chat\\CanalService'] ?? $this->getCanalServiceService());
  7487.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber'])) {
  7488.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber'];
  7489.         }
  7490.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ChannelUserDataSubscriber($a$b, ($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()));
  7491.     }
  7492.     /**
  7493.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ChatNotificationSubscriber' shared autowired service.
  7494.      *
  7495.      * @return \App\Doctrine\EventEntitySubscriber\ChatNotificationSubscriber
  7496.      */
  7497.     protected function getChatNotificationSubscriberService()
  7498.     {
  7499.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7500.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ChatNotificationSubscriber.php';
  7501.         $a = ($this->services['router'] ?? $this->getRouterService());
  7502.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber'])) {
  7503.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber'];
  7504.         }
  7505.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ChatNotificationSubscriber($a);
  7506.     }
  7507.     /**
  7508.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ConversationSubscriber' shared autowired service.
  7509.      *
  7510.      * @return \App\Doctrine\EventEntitySubscriber\ConversationSubscriber
  7511.      */
  7512.     protected function getConversationSubscriberService()
  7513.     {
  7514.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7515.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ConversationSubscriber.php';
  7516.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ConversationSubscriber(($this->privates['App\\Repository\\ChannelUserData\\ChannelUserDataRepository'] ?? $this->getChannelUserDataRepositoryService()));
  7517.     }
  7518.     /**
  7519.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ConversationUserSubscriber' shared autowired service.
  7520.      *
  7521.      * @return \App\Doctrine\EventEntitySubscriber\ConversationUserSubscriber
  7522.      */
  7523.     protected function getConversationUserSubscriberService()
  7524.     {
  7525.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7526.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ConversationUserSubscriber.php';
  7527.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ConversationUserSubscriber(($this->privates['App\\Repository\\Chat\\MessageRepository'] ?? $this->getMessageRepositoryService()));
  7528.     }
  7529.     /**
  7530.      * Gets the private 'App\Doctrine\EventEntitySubscriber\FileSubscriber' shared autowired service.
  7531.      *
  7532.      * @return \App\Doctrine\EventEntitySubscriber\FileSubscriber
  7533.      */
  7534.     protected function getFileSubscriberService()
  7535.     {
  7536.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7537.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/FileSubscriber.php';
  7538.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\FileSubscriber'] = new \App\Doctrine\EventEntitySubscriber\FileSubscriber(($this->services['default_filesystem'] ?? $this->getDefaultFilesystemService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7539.     }
  7540.     /**
  7541.      * Gets the private 'App\Doctrine\EventEntitySubscriber\GroupSubscriberAbstract' shared autowired service.
  7542.      *
  7543.      * @return \App\Doctrine\EventEntitySubscriber\GroupSubscriberAbstract
  7544.      */
  7545.     protected function getGroupSubscriberAbstractService()
  7546.     {
  7547.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7548.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/AbstractChatResourceSubscriber.php';
  7549.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/GroupSubscriberAbstract.php';
  7550.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\GroupSubscriberAbstract'] = new \App\Doctrine\EventEntitySubscriber\GroupSubscriberAbstract();
  7551.     }
  7552.     /**
  7553.      * Gets the private 'App\Doctrine\EventEntitySubscriber\MessageSubscriber' shared autowired service.
  7554.      *
  7555.      * @return \App\Doctrine\EventEntitySubscriber\MessageSubscriber
  7556.      */
  7557.     protected function getMessageSubscriberService()
  7558.     {
  7559.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7560.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/MessageSubscriber.php';
  7561.         include_once \dirname(__DIR__4).'/src/Service/Chat/ChatNotificationService.php';
  7562.         $a = ($this->privates['App\\Service\\Chat\\MessageService'] ?? $this->getMessageServiceService());
  7563.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber'])) {
  7564.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber'];
  7565.         }
  7566.         $b = ($this->privates['App\\Service\\Chat\\ChannelServiceConversationService'] ?? $this->getChannelServiceConversationServiceService());
  7567.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber'])) {
  7568.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber'];
  7569.         }
  7570.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber'] = new \App\Doctrine\EventEntitySubscriber\MessageSubscriber($a, new \App\Service\Chat\ChatNotificationService(($this->services['translator'] ?? $this->getTranslatorService())), ($this->privates['App\\Repository\\Chat\\ChatNotificationRepository'] ?? $this->getChatNotificationRepositoryService()), $b);
  7571.     }
  7572.     /**
  7573.      * Gets the private 'App\Doctrine\EventEntitySubscriber\PlaceSubscriber' shared autowired service.
  7574.      *
  7575.      * @return \App\Doctrine\EventEntitySubscriber\PlaceSubscriber
  7576.      */
  7577.     protected function getPlaceSubscriberService()
  7578.     {
  7579.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7580.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/AbstractChatResourceSubscriber.php';
  7581.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/PlaceSubscriber.php';
  7582.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\PlaceSubscriber'] = new \App\Doctrine\EventEntitySubscriber\PlaceSubscriber();
  7583.     }
  7584.     /**
  7585.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ServiceConversationSubscriber' shared autowired service.
  7586.      *
  7587.      * @return \App\Doctrine\EventEntitySubscriber\ServiceConversationSubscriber
  7588.      */
  7589.     protected function getServiceConversationSubscriberService()
  7590.     {
  7591.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7592.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ServiceConversationSubscriber.php';
  7593.         $a = ($this->privates['App\\Service\\Chat\\ChannelServiceConversationService'] ?? $this->getChannelServiceConversationServiceService());
  7594.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber'])) {
  7595.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber'];
  7596.         }
  7597.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ServiceConversationSubscriber($a);
  7598.     }
  7599.     /**
  7600.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ServiceSubscriber' shared autowired service.
  7601.      *
  7602.      * @return \App\Doctrine\EventEntitySubscriber\ServiceSubscriber
  7603.      */
  7604.     protected function getServiceSubscriberService()
  7605.     {
  7606.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7607.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ServiceSubscriber.php';
  7608.         $a = ($this->privates['App\\Service\\Chat\\ChannelServiceConversationService'] ?? $this->getChannelServiceConversationServiceService());
  7609.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber'])) {
  7610.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber'];
  7611.         }
  7612.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ServiceSubscriber(($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()), $a, ($this->privates['App\\Repository\\Chat\\ServiceConversationRepository'] ?? $this->getServiceConversationRepositoryService()));
  7613.     }
  7614.     /**
  7615.      * Gets the private 'App\Doctrine\EventEntitySubscriber\SessionReferentsSubscriber' shared autowired service.
  7616.      *
  7617.      * @return \App\Doctrine\EventEntitySubscriber\SessionReferentsSubscriber
  7618.      */
  7619.     protected function getSessionReferentsSubscriberService()
  7620.     {
  7621.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7622.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/SessionReferentsSubscriber.php';
  7623.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService());
  7624.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'])) {
  7625.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'];
  7626.         }
  7627.         $b = ($this->privates['App\\Service\\Channel\\AbstractCursusService'] ?? $this->getAbstractCursusServiceService());
  7628.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'])) {
  7629.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'];
  7630.         }
  7631.         $c = ($this->privates['App\\Service\\Chat\\ReferentConversationService'] ?? $this->getReferentConversationServiceService());
  7632.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'])) {
  7633.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'];
  7634.         }
  7635.         $d = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  7636.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'])) {
  7637.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'];
  7638.         }
  7639.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'] = new \App\Doctrine\EventEntitySubscriber\SessionReferentsSubscriber($a$b$c$d);
  7640.     }
  7641.     /**
  7642.      * Gets the private 'App\Doctrine\EventEntitySubscriber\SessionSubscriber' shared autowired service.
  7643.      *
  7644.      * @return \App\Doctrine\EventEntitySubscriber\SessionSubscriber
  7645.      */
  7646.     protected function getSessionSubscriberService()
  7647.     {
  7648.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7649.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/SessionSubscriber.php';
  7650.         $a = ($this->privates['App\\Service\\Chat\\ConversationCreationService'] ?? $this->getConversationCreationServiceService());
  7651.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber'])) {
  7652.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber'];
  7653.         }
  7654.         $b = ($this->privates['App\\Service\\Chat\\ChatResourceService'] ?? $this->getChatResourceServiceService());
  7655.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber'])) {
  7656.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber'];
  7657.         }
  7658.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber'] = new \App\Doctrine\EventEntitySubscriber\SessionSubscriber($a$b, ($this->privates['App\\Repository\\Chat\\CanalRepository'] ?? $this->getCanalRepositoryService()));
  7659.     }
  7660.     /**
  7661.      * Gets the private 'App\Doctrine\EventEntitySubscriber\TrainingSubscriberAbstract' shared autowired service.
  7662.      *
  7663.      * @return \App\Doctrine\EventEntitySubscriber\TrainingSubscriberAbstract
  7664.      */
  7665.     protected function getTrainingSubscriberAbstractService()
  7666.     {
  7667.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7668.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/AbstractChatResourceSubscriber.php';
  7669.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/TrainingSubscriberAbstract.php';
  7670.         $a = ($this->privates['App\\Service\\Chat\\ConversationCreationService'] ?? $this->getConversationCreationServiceService());
  7671.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract'])) {
  7672.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract'];
  7673.         }
  7674.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract'] = new \App\Doctrine\EventEntitySubscriber\TrainingSubscriberAbstract($a);
  7675.     }
  7676.     /**
  7677.      * Gets the private 'App\Doctrine\EventEntitySubscriber\UserSubscriber' shared autowired service.
  7678.      *
  7679.      * @return \App\Doctrine\EventEntitySubscriber\UserSubscriber
  7680.      */
  7681.     protected function getUserSubscriberService()
  7682.     {
  7683.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7684.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/UserSubscriber.php';
  7685.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\UserSubscriber'] = new \App\Doctrine\EventEntitySubscriber\UserSubscriber(($this->privates['App\\Service\\Account\\UserService'] ?? $this->getUserServiceService()));
  7686.     }
  7687.     /**
  7688.      * Gets the private 'App\Doctrine\EventSubscriber\GroupUsersSubscriber' shared autowired service.
  7689.      *
  7690.      * @return \App\Doctrine\EventSubscriber\GroupUsersSubscriber
  7691.      */
  7692.     protected function getGroupUsersSubscriberService()
  7693.     {
  7694.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/AbstractUsersCollectionSubscriber.php';
  7695.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7696.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/GroupUsersSubscriber.php';
  7697.         $a = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  7698.         if (isset($this->privates['App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber'])) {
  7699.             return $this->privates['App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber'];
  7700.         }
  7701.         $b = ($this->privates['App\\Service\\Chat\\ChatResourceService'] ?? $this->getChatResourceServiceService());
  7702.         if (isset($this->privates['App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber'])) {
  7703.             return $this->privates['App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber'];
  7704.         }
  7705.         return $this->privates['App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber'] = new \App\Doctrine\EventSubscriber\GroupUsersSubscriber($a$b);
  7706.     }
  7707.     /**
  7708.      * Gets the private 'App\Doctrine\EventSubscriber\ServiceUsersSubscriber' shared autowired service.
  7709.      *
  7710.      * @return \App\Doctrine\EventSubscriber\ServiceUsersSubscriber
  7711.      */
  7712.     protected function getServiceUsersSubscriberService()
  7713.     {
  7714.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/AbstractUsersCollectionSubscriber.php';
  7715.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7716.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/ServiceUsersSubscriber.php';
  7717.         $a = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  7718.         if (isset($this->privates['App\\Doctrine\\EventSubscriber\\ServiceUsersSubscriber'])) {
  7719.             return $this->privates['App\\Doctrine\\EventSubscriber\\ServiceUsersSubscriber'];
  7720.         }
  7721.         return $this->privates['App\\Doctrine\\EventSubscriber\\ServiceUsersSubscriber'] = new \App\Doctrine\EventSubscriber\ServiceUsersSubscriber($a, ($this->privates['App\\Repository\\Chat\\ServiceConversationRepository'] ?? $this->getServiceConversationRepositoryService()));
  7722.     }
  7723.     /**
  7724.      * Gets the private 'App\Doctrine\EventSubscriber\WebSocketFlushSubscriber' shared autowired service.
  7725.      *
  7726.      * @return \App\Doctrine\EventSubscriber\WebSocketFlushSubscriber
  7727.      */
  7728.     protected function getWebSocketFlushSubscriberService()
  7729.     {
  7730.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7731.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/WebSocketFlushSubscriber.php';
  7732.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  7733.         include_once \dirname(__DIR__4).'/src/Service/WebSocketClient/EntityMessageService.php';
  7734.         include_once \dirname(__DIR__4).'/src/WebSocket/Client/WebSocketServerClient.php';
  7735.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  7736.         if (isset($this->privates['App\\Doctrine\\EventSubscriber\\WebSocketFlushSubscriber'])) {
  7737.             return $this->privates['App\\Doctrine\\EventSubscriber\\WebSocketFlushSubscriber'];
  7738.         }
  7739.         return $this->privates['App\\Doctrine\\EventSubscriber\\WebSocketFlushSubscriber'] = new \App\Doctrine\EventSubscriber\WebSocketFlushSubscriber(new \App\Service\WebSocketClient\EntityMessageService(new \App\WebSocket\Client\WebSocketServerClient(($this->privates['drosalys.web_socket.routing.ws_url_generator'] ?? $this->getDrosalys_WebSocket_Routing_WsUrlGeneratorService()), $this->getEnv('SYNC_SECRET'), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7740.     }
  7741.     /**
  7742.      * Gets the private 'App\Form\AddUsersType' shared autowired service.
  7743.      *
  7744.      * @return \App\Form\AddUsersType
  7745.      */
  7746.     protected function getAddUsersTypeService()
  7747.     {
  7748.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7749.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7750.         include_once \dirname(__DIR__4).'/src/Form/AddUsersType.php';
  7751.         return $this->privates['App\\Form\\AddUsersType'] = new \App\Form\AddUsersType();
  7752.     }
  7753.     /**
  7754.      * Gets the private 'App\Form\Admin\AddAdminsType' shared autowired service.
  7755.      *
  7756.      * @return \App\Form\Admin\AddAdminsType
  7757.      */
  7758.     protected function getAddAdminsTypeService()
  7759.     {
  7760.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7761.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7762.         include_once \dirname(__DIR__4).'/src/Form/Admin/AddAdminsType.php';
  7763.         return $this->privates['App\\Form\\Admin\\AddAdminsType'] = new \App\Form\Admin\AddAdminsType();
  7764.     }
  7765.     /**
  7766.      * Gets the private 'App\Form\Admin\Chat\CanalType' shared autowired service.
  7767.      *
  7768.      * @return \App\Form\Admin\Chat\CanalType
  7769.      */
  7770.     protected function getCanalTypeService()
  7771.     {
  7772.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7773.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7774.         include_once \dirname(__DIR__4).'/src/Form/Admin/Chat/CanalType.php';
  7775.         return $this->privates['App\\Form\\Admin\\Chat\\CanalType'] = new \App\Form\Admin\Chat\CanalType(($this->services['router'] ?? $this->getRouterService()));
  7776.     }
  7777.     /**
  7778.      * Gets the private 'App\Form\Admin\Chat\EditCanalType' shared autowired service.
  7779.      *
  7780.      * @return \App\Form\Admin\Chat\EditCanalType
  7781.      */
  7782.     protected function getEditCanalTypeService()
  7783.     {
  7784.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7785.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7786.         include_once \dirname(__DIR__4).'/src/Form/Admin/Chat/EditCanalType.php';
  7787.         return $this->privates['App\\Form\\Admin\\Chat\\EditCanalType'] = new \App\Form\Admin\Chat\EditCanalType();
  7788.     }
  7789.     /**
  7790.      * Gets the private 'App\Form\ConversationSelektorType' shared autowired service.
  7791.      *
  7792.      * @return \App\Form\ConversationSelektorType
  7793.      */
  7794.     protected function getConversationSelektorTypeService()
  7795.     {
  7796.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7797.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7798.         include_once \dirname(__DIR__4).'/src/Form/ConversationSelektorType.php';
  7799.         return $this->privates['App\\Form\\ConversationSelektorType'] = new \App\Form\ConversationSelektorType();
  7800.     }
  7801.     /**
  7802.      * Gets the private 'App\Form\Filter\CanalFilterType' shared autowired service.
  7803.      *
  7804.      * @return \App\Form\Filter\CanalFilterType
  7805.      */
  7806.     protected function getCanalFilterTypeService()
  7807.     {
  7808.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7809.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7810.         include_once \dirname(__DIR__4).'/src/Form/Filter/CanalFilterType.php';
  7811.         return $this->privates['App\\Form\\Filter\\CanalFilterType'] = new \App\Form\Filter\CanalFilterType();
  7812.     }
  7813.     /**
  7814.      * Gets the private 'App\Form\Filter\ConversationFilterType' shared autowired service.
  7815.      *
  7816.      * @return \App\Form\Filter\ConversationFilterType
  7817.      */
  7818.     protected function getConversationFilterTypeService()
  7819.     {
  7820.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7821.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7822.         include_once \dirname(__DIR__4).'/src/Form/Filter/ConversationFilterType.php';
  7823.         return $this->privates['App\\Form\\Filter\\ConversationFilterType'] = new \App\Form\Filter\ConversationFilterType();
  7824.     }
  7825.     /**
  7826.      * Gets the private 'App\Form\Filter\ResourceFilter' shared autowired service.
  7827.      *
  7828.      * @return \App\Form\Filter\ResourceFilter
  7829.      */
  7830.     protected function getResourceFilterService()
  7831.     {
  7832.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7833.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7834.         include_once \dirname(__DIR__4).'/src/Form/Filter/ResourceFilter.php';
  7835.         return $this->privates['App\\Form\\Filter\\ResourceFilter'] = new \App\Form\Filter\ResourceFilter();
  7836.     }
  7837.     /**
  7838.      * Gets the private 'App\Form\Filter\ServiceConversationFilterType' shared autowired service.
  7839.      *
  7840.      * @return \App\Form\Filter\ServiceConversationFilterType
  7841.      */
  7842.     protected function getServiceConversationFilterTypeService()
  7843.     {
  7844.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7845.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7846.         include_once \dirname(__DIR__4).'/src/Form/Filter/ServiceConversationFilterType.php';
  7847.         return $this->privates['App\\Form\\Filter\\ServiceConversationFilterType'] = new \App\Form\Filter\ServiceConversationFilterType();
  7848.     }
  7849.     /**
  7850.      * Gets the private 'App\Form\Filter\UserFilter' shared autowired service.
  7851.      *
  7852.      * @return \App\Form\Filter\UserFilter
  7853.      */
  7854.     protected function getUserFilterService()
  7855.     {
  7856.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7857.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7858.         include_once \dirname(__DIR__4).'/src/Form/Filter/UserFilter.php';
  7859.         return $this->privates['App\\Form\\Filter\\UserFilter'] = new \App\Form\Filter\UserFilter();
  7860.     }
  7861.     /**
  7862.      * Gets the private 'App\Form\GlobalSearchType' shared autowired service.
  7863.      *
  7864.      * @return \App\Form\GlobalSearchType
  7865.      */
  7866.     protected function getGlobalSearchTypeService()
  7867.     {
  7868.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7869.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7870.         include_once \dirname(__DIR__4).'/src/Form/GlobalSearchType.php';
  7871.         return $this->privates['App\\Form\\GlobalSearchType'] = new \App\Form\GlobalSearchType(($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  7872.     }
  7873.     /**
  7874.      * Gets the private 'App\Form\ResourceSelektorType' shared autowired service.
  7875.      *
  7876.      * @return \App\Form\ResourceSelektorType
  7877.      */
  7878.     protected function getResourceSelektorTypeService()
  7879.     {
  7880.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7881.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7882.         include_once \dirname(__DIR__4).'/src/Form/ResourceSelektorType.php';
  7883.         return $this->privates['App\\Form\\ResourceSelektorType'] = new \App\Form\ResourceSelektorType();
  7884.     }
  7885.     /**
  7886.      * Gets the private 'App\Form\UploadFileType' shared autowired service.
  7887.      *
  7888.      * @return \App\Form\UploadFileType
  7889.      */
  7890.     protected function getUploadFileTypeService()
  7891.     {
  7892.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7893.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7894.         include_once \dirname(__DIR__4).'/src/Form/UploadFileType.php';
  7895.         return $this->privates['App\\Form\\UploadFileType'] = new \App\Form\UploadFileType();
  7896.     }
  7897.     /**
  7898.      * Gets the private 'App\Form\UserSelektorType' shared autowired service.
  7899.      *
  7900.      * @return \App\Form\UserSelektorType
  7901.      */
  7902.     protected function getUserSelektorTypeService()
  7903.     {
  7904.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7905.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7906.         include_once \dirname(__DIR__4).'/src/Form/UserSelektorType.php';
  7907.         return $this->privates['App\\Form\\UserSelektorType'] = new \App\Form\UserSelektorType();
  7908.     }
  7909.     /**
  7910.      * Gets the private 'App\Repository\Account\NotificationRepository' shared autowired service.
  7911.      *
  7912.      * @return \App\Repository\Account\NotificationRepository
  7913.      */
  7914.     protected function getNotificationRepositoryService()
  7915.     {
  7916.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Notification/Repository/NotificationRepositoryInterface.php';
  7917.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Notification/Repository/NotificationRepositoryTrait.php';
  7918.         include_once \dirname(__DIR__4).'/src/Repository/Account/NotificationRepository.php';
  7919.         return $this->privates['App\\Repository\\Account\\NotificationRepository'] = new \App\Repository\Account\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7920.     }
  7921.     /**
  7922.      * Gets the private 'App\Repository\Account\UserRepository' shared autowired service.
  7923.      *
  7924.      * @return \App\Repository\Account\UserRepository
  7925.      */
  7926.     protected function getUserRepositoryService()
  7927.     {
  7928.         return $this->privates['App\\Repository\\Account\\UserRepository'] = new \App\Repository\Account\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] ?? $this->getGlobalEntityKeysService()));
  7929.     }
  7930.     /**
  7931.      * Gets the private 'App\Repository\ChannelUserData\AbstractCursusRepository' shared autowired service.
  7932.      *
  7933.      * @return \App\Repository\ChannelUserData\AbstractCursusRepository
  7934.      */
  7935.     protected function getAbstractCursusRepositoryService()
  7936.     {
  7937.         return $this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] = new \App\Repository\ChannelUserData\AbstractCursusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7938.     }
  7939.     /**
  7940.      * Gets the private 'App\Repository\ChannelUserData\ChannelUserDataRepository' shared autowired service.
  7941.      *
  7942.      * @return \App\Repository\ChannelUserData\ChannelUserDataRepository
  7943.      */
  7944.     protected function getChannelUserDataRepositoryService()
  7945.     {
  7946.         return $this->privates['App\\Repository\\ChannelUserData\\ChannelUserDataRepository'] = new \App\Repository\ChannelUserData\ChannelUserDataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] ?? $this->getGlobalEntityKeysService()));
  7947.     }
  7948.     /**
  7949.      * Gets the private 'App\Repository\Channel\ChannelRepository' shared autowired service.
  7950.      *
  7951.      * @return \App\Repository\Channel\ChannelRepository
  7952.      */
  7953.     protected function getChannelRepositoryService()
  7954.     {
  7955.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/Channel/ChannelRepositoryInterface.php';
  7956.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/Channel/AbstractChannelRepository.php';
  7957.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ChannelRepository.php';
  7958.         return $this->privates['App\\Repository\\Channel\\ChannelRepository'] = new \App\Repository\Channel\ChannelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] ?? $this->getGlobalEntityKeysService()));
  7959.     }
  7960.     /**
  7961.      * Gets the private 'App\Repository\Channel\ChannelUserServicePermissionRepository' shared autowired service.
  7962.      *
  7963.      * @return \App\Repository\Channel\ChannelUserServicePermissionRepository
  7964.      */
  7965.     protected function getChannelUserServicePermissionRepositoryService()
  7966.     {
  7967.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelUserPermissionRepositoryInterface.php';
  7968.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/AbstractChannelUserPermissionRepository.php';
  7969.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ChannelUserServicePermissionRepository.php';
  7970.         return $this->privates['App\\Repository\\Channel\\ChannelUserServicePermissionRepository'] = new \App\Repository\Channel\ChannelUserServicePermissionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7971.     }
  7972.     /**
  7973.      * Gets the private 'App\Repository\Channel\ChannelUserSessionPermissionRepository' shared autowired service.
  7974.      *
  7975.      * @return \App\Repository\Channel\ChannelUserSessionPermissionRepository
  7976.      */
  7977.     protected function getChannelUserSessionPermissionRepositoryService()
  7978.     {
  7979.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelUserPermissionRepositoryInterface.php';
  7980.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/AbstractChannelUserPermissionRepository.php';
  7981.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ChannelUserSessionPermissionRepository.php';
  7982.         return $this->privates['App\\Repository\\Channel\\ChannelUserSessionPermissionRepository'] = new \App\Repository\Channel\ChannelUserSessionPermissionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7983.     }
  7984.     /**
  7985.      * Gets the private 'App\Repository\Channel\ChannelWhiteLabelRepository' shared autowired service.
  7986.      *
  7987.      * @return \App\Repository\Channel\ChannelWhiteLabelRepository
  7988.      */
  7989.     protected function getChannelWhiteLabelRepositoryService()
  7990.     {
  7991.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelWhiteLabel/ChannelWhiteLabelRepositoryInterface.php';
  7992.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelWhiteLabel/AbstractChannelWhiteLabelRepository.php';
  7993.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ChannelWhiteLabelRepository.php';
  7994.         return $this->privates['App\\Repository\\Channel\\ChannelWhiteLabelRepository'] = new \App\Repository\Channel\ChannelWhiteLabelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] ?? $this->getGlobalEntityKeysService()));
  7995.     }
  7996.     /**
  7997.      * Gets the private 'App\Repository\Channel\GroupRepository' shared autowired service.
  7998.      *
  7999.      * @return \App\Repository\Channel\GroupRepository
  8000.      */
  8001.     protected function getGroupRepositoryService()
  8002.     {
  8003.         return $this->privates['App\\Repository\\Channel\\GroupRepository'] = new \App\Repository\Channel\GroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8004.     }
  8005.     /**
  8006.      * Gets the private 'App\Repository\Channel\PlaceRepository' shared autowired service.
  8007.      *
  8008.      * @return \App\Repository\Channel\PlaceRepository
  8009.      */
  8010.     protected function getPlaceRepositoryService()
  8011.     {
  8012.         return $this->privates['App\\Repository\\Channel\\PlaceRepository'] = new \App\Repository\Channel\PlaceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8013.     }
  8014.     /**
  8015.      * Gets the private 'App\Repository\Channel\ServiceRepository' shared autowired service.
  8016.      *
  8017.      * @return \App\Repository\Channel\ServiceRepository
  8018.      */
  8019.     protected function getServiceRepositoryService()
  8020.     {
  8021.         return $this->privates['App\\Repository\\Channel\\ServiceRepository'] = new \App\Repository\Channel\ServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8022.     }
  8023.     /**
  8024.      * Gets the private 'App\Repository\Channel\SessionRepository' shared autowired service.
  8025.      *
  8026.      * @return \App\Repository\Channel\SessionRepository
  8027.      */
  8028.     protected function getSessionRepositoryService()
  8029.     {
  8030.         return $this->privates['App\\Repository\\Channel\\SessionRepository'] = new \App\Repository\Channel\SessionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8031.     }
  8032.     /**
  8033.      * Gets the private 'App\Repository\Channel\TrainingRepository' shared autowired service.
  8034.      *
  8035.      * @return \App\Repository\Channel\TrainingRepository
  8036.      */
  8037.     protected function getTrainingRepositoryService()
  8038.     {
  8039.         return $this->privates['App\\Repository\\Channel\\TrainingRepository'] = new \App\Repository\Channel\TrainingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8040.     }
  8041.     /**
  8042.      * Gets the private 'App\Repository\Chat\CanalRepository' shared autowired service.
  8043.      *
  8044.      * @return \App\Repository\Chat\CanalRepository
  8045.      */
  8046.     protected function getCanalRepositoryService()
  8047.     {
  8048.         return $this->privates['App\\Repository\\Chat\\CanalRepository'] = new \App\Repository\Chat\CanalRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8049.     }
  8050.     /**
  8051.      * Gets the private 'App\Repository\Chat\ChatNotificationRepository' shared autowired service.
  8052.      *
  8053.      * @return \App\Repository\Chat\ChatNotificationRepository
  8054.      */
  8055.     protected function getChatNotificationRepositoryService()
  8056.     {
  8057.         include_once \dirname(__DIR__4).'/src/Repository/Chat/ChatNotificationRepository.php';
  8058.         return $this->privates['App\\Repository\\Chat\\ChatNotificationRepository'] = new \App\Repository\Chat\ChatNotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8059.     }
  8060.     /**
  8061.      * Gets the private 'App\Repository\Chat\ConversationRepository' shared autowired service.
  8062.      *
  8063.      * @return \App\Repository\Chat\ConversationRepository
  8064.      */
  8065.     protected function getConversationRepositoryService()
  8066.     {
  8067.         return $this->privates['App\\Repository\\Chat\\ConversationRepository'] = new \App\Repository\Chat\ConversationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8068.     }
  8069.     /**
  8070.      * Gets the private 'App\Repository\Chat\ConversationUserRepository' shared autowired service.
  8071.      *
  8072.      * @return \App\Repository\Chat\ConversationUserRepository
  8073.      */
  8074.     protected function getConversationUserRepositoryService()
  8075.     {
  8076.         include_once \dirname(__DIR__4).'/src/Repository/Chat/ConversationUserRepository.php';
  8077.         return $this->privates['App\\Repository\\Chat\\ConversationUserRepository'] = new \App\Repository\Chat\ConversationUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8078.     }
  8079.     /**
  8080.      * Gets the private 'App\Repository\Chat\FileMessageRepository' shared autowired service.
  8081.      *
  8082.      * @return \App\Repository\Chat\FileMessageRepository
  8083.      */
  8084.     protected function getFileMessageRepositoryService()
  8085.     {
  8086.         include_once \dirname(__DIR__4).'/src/Repository/Chat/FileMessageRepository.php';
  8087.         return $this->privates['App\\Repository\\Chat\\FileMessageRepository'] = new \App\Repository\Chat\FileMessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8088.     }
  8089.     /**
  8090.      * Gets the private 'App\Repository\Chat\FileRepository' shared autowired service.
  8091.      *
  8092.      * @return \App\Repository\Chat\FileRepository
  8093.      */
  8094.     protected function getFileRepositoryService()
  8095.     {
  8096.         include_once \dirname(__DIR__4).'/src/Repository/Chat/FileRepository.php';
  8097.         return $this->privates['App\\Repository\\Chat\\FileRepository'] = new \App\Repository\Chat\FileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8098.     }
  8099.     /**
  8100.      * Gets the private 'App\Repository\Chat\MessageRepository' shared autowired service.
  8101.      *
  8102.      * @return \App\Repository\Chat\MessageRepository
  8103.      */
  8104.     protected function getMessageRepositoryService()
  8105.     {
  8106.         return $this->privates['App\\Repository\\Chat\\MessageRepository'] = new \App\Repository\Chat\MessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8107.     }
  8108.     /**
  8109.      * Gets the private 'App\Repository\Chat\MessageUserRepository' shared autowired service.
  8110.      *
  8111.      * @return \App\Repository\Chat\MessageUserRepository
  8112.      */
  8113.     protected function getMessageUserRepositoryService()
  8114.     {
  8115.         return $this->privates['App\\Repository\\Chat\\MessageUserRepository'] = new \App\Repository\Chat\MessageUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8116.     }
  8117.     /**
  8118.      * Gets the private 'App\Repository\Chat\ServiceConversationRepository' shared autowired service.
  8119.      *
  8120.      * @return \App\Repository\Chat\ServiceConversationRepository
  8121.      */
  8122.     protected function getServiceConversationRepositoryService()
  8123.     {
  8124.         include_once \dirname(__DIR__4).'/src/Repository/Chat/ServiceConversationRepository.php';
  8125.         return $this->privates['App\\Repository\\Chat\\ServiceConversationRepository'] = new \App\Repository\Chat\ServiceConversationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8126.     }
  8127.     /**
  8128.      * Gets the private 'App\Repository\Chat\TemporaryCanalRepository' shared autowired service.
  8129.      *
  8130.      * @return \App\Repository\Chat\TemporaryCanalRepository
  8131.      */
  8132.     protected function getTemporaryCanalRepositoryService()
  8133.     {
  8134.         include_once \dirname(__DIR__4).'/src/Repository/Chat/TemporaryCanalRepository.php';
  8135.         return $this->privates['App\\Repository\\Chat\\TemporaryCanalRepository'] = new \App\Repository\Chat\TemporaryCanalRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8136.     }
  8137.     /**
  8138.      * Gets the private 'App\Repository\ResourceRepository' shared autowired service.
  8139.      *
  8140.      * @return \App\Repository\ResourceRepository
  8141.      */
  8142.     protected function getResourceRepositoryService()
  8143.     {
  8144.         return $this->privates['App\\Repository\\ResourceRepository'] = new \App\Repository\ResourceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8145.     }
  8146.     /**
  8147.      * Gets the private 'App\SdkBundle\Sync\Hydrator\Channel\AbstractCursusHydrator' shared autowired service.
  8148.      *
  8149.      * @return \App\SdkBundle\Sync\Hydrator\Channel\AbstractCursusHydrator
  8150.      */
  8151.     protected function getAbstractCursusHydratorService()
  8152.     {
  8153.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  8154.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  8155.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/AbstractCursusHydrator.php';
  8156.         include_once \dirname(__DIR__4).'/src/SdkBundle/Sync/Hydrator/Channel/AbstractCursusHydrator.php';
  8157.         $instance = new \App\SdkBundle\Sync\Hydrator\Channel\AbstractCursusHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'] ?? $this->getSessionRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'] ?? $this->getTrainingRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService()));
  8158.         $this->privates['App\SdkBundle\Sync\Hydrator\Channel\AbstractCursusHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  8159.         return $instance;
  8160.     }
  8161.     /**
  8162.      * Gets the private 'App\SdkBundle\Sync\Hydrator\Channel\SessionHydrator' shared autowired service.
  8163.      *
  8164.      * @return \App\SdkBundle\Sync\Hydrator\Channel\SessionHydrator
  8165.      */
  8166.     protected function getSessionHydratorService()
  8167.     {
  8168.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  8169.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  8170.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/SessionHydrator.php';
  8171.         include_once \dirname(__DIR__4).'/src/SdkBundle/Sync/Hydrator/Channel/SessionHydrator.php';
  8172.         $instance = new \App\SdkBundle\Sync\Hydrator\Channel\SessionHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'] ?? $this->getGroupRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'] ?? $this->getTrainingRetrieverService()));
  8173.         $this->privates['App\SdkBundle\Sync\Hydrator\Channel\SessionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  8174.         return $instance;
  8175.     }
  8176.     /**
  8177.      * Gets the private 'App\Service\Account\UserService' shared autowired service.
  8178.      *
  8179.      * @return \App\Service\Account\UserService
  8180.      */
  8181.     protected function getUserServiceService()
  8182.     {
  8183.         return $this->privates['App\\Service\\Account\\UserService'] = new \App\Service\Account\UserService(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  8184.     }
  8185.     /**
  8186.      * Gets the private 'App\Service\Channel\AbstractCursusService' shared autowired service.
  8187.      *
  8188.      * @return \App\Service\Channel\AbstractCursusService
  8189.      */
  8190.     protected function getAbstractCursusServiceService()
  8191.     {
  8192.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService());
  8193.         if (isset($this->privates['App\\Service\\Channel\\AbstractCursusService'])) {
  8194.             return $this->privates['App\\Service\\Channel\\AbstractCursusService'];
  8195.         }
  8196.         return $this->privates['App\\Service\\Channel\\AbstractCursusService'] = new \App\Service\Channel\AbstractCursusService(($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()), $a);
  8197.     }
  8198.     /**
  8199.      * Gets the private 'App\Service\Chat\CanalService' shared autowired service.
  8200.      *
  8201.      * @return \App\Service\Chat\CanalService
  8202.      */
  8203.     protected function getCanalServiceService()
  8204.     {
  8205.         $a = ($this->privates['App\\Service\\Chat\\ChatResourceService'] ?? $this->getChatResourceServiceService());
  8206.         if (isset($this->privates['App\\Service\\Chat\\CanalService'])) {
  8207.             return $this->privates['App\\Service\\Chat\\CanalService'];
  8208.         }
  8209.         $b = ($this->privates['App\\Service\\Channel\\AbstractCursusService'] ?? $this->getAbstractCursusServiceService());
  8210.         if (isset($this->privates['App\\Service\\Chat\\CanalService'])) {
  8211.             return $this->privates['App\\Service\\Chat\\CanalService'];
  8212.         }
  8213.         return $this->privates['App\\Service\\Chat\\CanalService'] = new \App\Service\Chat\CanalService(($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()), ($this->privates['App\\Service\\Account\\UserService'] ?? $this->getUserServiceService()), $a, ($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()), $b);
  8214.     }
  8215.     /**
  8216.      * Gets the private 'App\Service\Chat\ChannelServiceConversationService' shared autowired service.
  8217.      *
  8218.      * @return \App\Service\Chat\ChannelServiceConversationService
  8219.      */
  8220.     protected function getChannelServiceConversationServiceService()
  8221.     {
  8222.         $a = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  8223.         if (isset($this->privates['App\\Service\\Chat\\ChannelServiceConversationService'])) {
  8224.             return $this->privates['App\\Service\\Chat\\ChannelServiceConversationService'];
  8225.         }
  8226.         return $this->privates['App\\Service\\Chat\\ChannelServiceConversationService'] = new \App\Service\Chat\ChannelServiceConversationService(($this->privates['App\\Repository\\Channel\\ServiceRepository'] ?? $this->getServiceRepositoryService()), ($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()), $a);
  8227.     }
  8228.     /**
  8229.      * Gets the private 'App\Service\Chat\ChatResourceService' shared autowired service.
  8230.      *
  8231.      * @return \App\Service\Chat\ChatResourceService
  8232.      */
  8233.     protected function getChatResourceServiceService()
  8234.     {
  8235.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService());
  8236.         if (isset($this->privates['App\\Service\\Chat\\ChatResourceService'])) {
  8237.             return $this->privates['App\\Service\\Chat\\ChatResourceService'];
  8238.         }
  8239.         return $this->privates['App\\Service\\Chat\\ChatResourceService'] = new \App\Service\Chat\ChatResourceService(($this->privates['App\\Repository\\Channel\\GroupRepository'] ?? $this->getGroupRepositoryService()), ($this->privates['App\\Repository\\Channel\\PlaceRepository'] ?? $this->getPlaceRepositoryService()), ($this->privates['App\\Repository\\Channel\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), ($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()), ($this->privates['App\\Repository\\ResourceRepository'] ?? $this->getResourceRepositoryService()), ($this->privates['App\\Repository\\Chat\\CanalRepository'] ?? $this->getCanalRepositoryService()), ($this->privates['App\\Repository\\Channel\\SessionRepository'] ?? $this->getSessionRepositoryService()), $a);
  8240.     }
  8241.     /**
  8242.      * Gets the private 'App\Service\Chat\ConversationCreationService' shared autowired service.
  8243.      *
  8244.      * @return \App\Service\Chat\ConversationCreationService
  8245.      */
  8246.     protected function getConversationCreationServiceService()
  8247.     {
  8248.         include_once \dirname(__DIR__4).'/src/Service/Chat/ConversationCreationService.php';
  8249.         include_once \dirname(__DIR__4).'/src/Service/Channel/ServiceChannelService.php';
  8250.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8251.         if (isset($this->privates['App\\Service\\Chat\\ConversationCreationService'])) {
  8252.             return $this->privates['App\\Service\\Chat\\ConversationCreationService'];
  8253.         }
  8254.         return $this->privates['App\\Service\\Chat\\ConversationCreationService'] = new \App\Service\Chat\ConversationCreationService(($this->services['translator'] ?? $this->getTranslatorService()), new \App\Service\Channel\ServiceChannelService(($this->privates['App\\Repository\\Channel\\ServiceRepository'] ?? $this->getServiceRepositoryService())), $a, ($this->privates['App\\Repository\\Channel\\SessionRepository'] ?? $this->getSessionRepositoryService()), ($this->privates['App\\Repository\\Channel\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
  8255.     }
  8256.     /**
  8257.      * Gets the private 'App\Service\Chat\ConversationService' shared autowired service.
  8258.      *
  8259.      * @return \App\Service\Chat\ConversationService
  8260.      */
  8261.     protected function getConversationServiceService()
  8262.     {
  8263.         return $this->privates['App\\Service\\Chat\\ConversationService'] = new \App\Service\Chat\ConversationService(($this->privates['App\\Repository\\Chat\\MessageRepository'] ?? $this->getMessageRepositoryService()), ($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()), ($this->privates['App\\Service\\Chat\\ReferentConversationService'] ?? $this->getReferentConversationServiceService()), ($this->privates['App\\Service\\Chat\\ChannelServiceConversationService'] ?? $this->getChannelServiceConversationServiceService()), ($this->privates['App\\Service\\Account\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Service\\Chat\\CanalService'] ?? $this->getCanalServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  8264.     }
  8265.     /**
  8266.      * Gets the private 'App\Service\Chat\ConversationUserService' shared autowired service.
  8267.      *
  8268.      * @return \App\Service\Chat\ConversationUserService
  8269.      */
  8270.     protected function getConversationUserServiceService()
  8271.     {
  8272.         $a = ($this->privates['App\\Service\\Chat\\ChatResourceService'] ?? $this->getChatResourceServiceService());
  8273.         if (isset($this->privates['App\\Service\\Chat\\ConversationUserService'])) {
  8274.             return $this->privates['App\\Service\\Chat\\ConversationUserService'];
  8275.         }
  8276.         return $this->privates['App\\Service\\Chat\\ConversationUserService'] = new \App\Service\Chat\ConversationUserService(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()), $a, ($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()), new \App\Service\Channel\ChannelUserDataService(($this->privates['App\\Repository\\ChannelUserData\\ChannelUserDataRepository'] ?? $this->getChannelUserDataRepositoryService())));
  8277.     }
  8278.     /**
  8279.      * Gets the private 'App\Service\Chat\MessageService' shared autowired service.
  8280.      *
  8281.      * @return \App\Service\Chat\MessageService
  8282.      */
  8283.     protected function getMessageServiceService()
  8284.     {
  8285.         $a = ($this->privates['App\\Service\\Chat\\ChannelServiceConversationService'] ?? $this->getChannelServiceConversationServiceService());
  8286.         if (isset($this->privates['App\\Service\\Chat\\MessageService'])) {
  8287.             return $this->privates['App\\Service\\Chat\\MessageService'];
  8288.         }
  8289.         return $this->privates['App\\Service\\Chat\\MessageService'] = new \App\Service\Chat\MessageService(($this->privates['App\\Repository\\Chat\\MessageRepository'] ?? $this->getMessageRepositoryService()), ($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()), $a);
  8290.     }
  8291.     /**
  8292.      * Gets the private 'App\Service\Chat\ReferentConversationService' shared autowired service.
  8293.      *
  8294.      * @return \App\Service\Chat\ReferentConversationService
  8295.      */
  8296.     protected function getReferentConversationServiceService()
  8297.     {
  8298.         $a = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  8299.         if (isset($this->privates['App\\Service\\Chat\\ReferentConversationService'])) {
  8300.             return $this->privates['App\\Service\\Chat\\ReferentConversationService'];
  8301.         }
  8302.         return $this->privates['App\\Service\\Chat\\ReferentConversationService'] = new \App\Service\Chat\ReferentConversationService(($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()), $a);
  8303.     }
  8304.     /**
  8305.      * Gets the private 'App\Service\RequestService' shared autowired service.
  8306.      *
  8307.      * @return \App\Service\RequestService
  8308.      */
  8309.     protected function getRequestServiceService()
  8310.     {
  8311.         include_once \dirname(__DIR__4).'/src/Service/RequestService.php';
  8312.         return $this->privates['App\\Service\\RequestService'] = new \App\Service\RequestService(($this->privates['App\\Repository\\Channel\\ChannelRepository'] ?? $this->getChannelRepositoryService()));
  8313.     }
  8314.     /**
  8315.      * Gets the private 'App\Twig\RunTime\Channel\ServiceRuntime' shared autowired service.
  8316.      *
  8317.      * @return \App\Twig\RunTime\Channel\ServiceRuntime
  8318.      */
  8319.     protected function getServiceRuntimeService()
  8320.     {
  8321.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8322.         include_once \dirname(__DIR__4).'/src/Twig/RunTime/Channel/ServiceRuntime.php';
  8323.         return $this->privates['App\\Twig\\RunTime\\Channel\\ServiceRuntime'] = new \App\Twig\RunTime\Channel\ServiceRuntime(($this->privates['App\\Service\\Chat\\ChannelServiceConversationService'] ?? $this->getChannelServiceConversationServiceService()), ($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()));
  8324.     }
  8325.     /**
  8326.      * Gets the private 'App\Twig\RunTime\Chat\CanalRuntime' shared autowired service.
  8327.      *
  8328.      * @return \App\Twig\RunTime\Chat\CanalRuntime
  8329.      */
  8330.     protected function getCanalRuntimeService()
  8331.     {
  8332.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8333.         include_once \dirname(__DIR__4).'/src/Twig/RunTime/Chat/CanalRuntime.php';
  8334.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  8335.         if (isset($this->privates['App\\Twig\\RunTime\\Chat\\CanalRuntime'])) {
  8336.             return $this->privates['App\\Twig\\RunTime\\Chat\\CanalRuntime'];
  8337.         }
  8338.         return $this->privates['App\\Twig\\RunTime\\Chat\\CanalRuntime'] = new \App\Twig\RunTime\Chat\CanalRuntime($a);
  8339.     }
  8340.     /**
  8341.      * Gets the private 'App\Twig\RunTime\Chat\FileRuntime' shared autowired service.
  8342.      *
  8343.      * @return \App\Twig\RunTime\Chat\FileRuntime
  8344.      */
  8345.     protected function getFileRuntimeService()
  8346.     {
  8347.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8348.         include_once \dirname(__DIR__4).'/src/Twig/RunTime/Chat/FileRuntime.php';
  8349.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  8350.         if (isset($this->privates['App\\Twig\\RunTime\\Chat\\FileRuntime'])) {
  8351.             return $this->privates['App\\Twig\\RunTime\\Chat\\FileRuntime'];
  8352.         }
  8353.         return $this->privates['App\\Twig\\RunTime\\Chat\\FileRuntime'] = new \App\Twig\RunTime\Chat\FileRuntime($a$this->parameters['chat_upload_mime_types'], 10000000);
  8354.     }
  8355.     /**
  8356.      * Gets the private 'App\Twig\RunTime\Chat\UserRuntime' shared autowired service.
  8357.      *
  8358.      * @return \App\Twig\RunTime\Chat\UserRuntime
  8359.      */
  8360.     protected function getUserRuntimeService()
  8361.     {
  8362.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8363.         include_once \dirname(__DIR__4).'/src/Twig/RunTime/Chat/UserRuntime.php';
  8364.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  8365.         if (isset($this->privates['App\\Twig\\RunTime\\Chat\\UserRuntime'])) {
  8366.             return $this->privates['App\\Twig\\RunTime\\Chat\\UserRuntime'];
  8367.         }
  8368.         return $this->privates['App\\Twig\\RunTime\\Chat\\UserRuntime'] = new \App\Twig\RunTime\Chat\UserRuntime($a);
  8369.     }
  8370.     /**
  8371.      * Gets the private 'App\Twig\RunTime\EnvRuntime' shared autowired service.
  8372.      *
  8373.      * @return \App\Twig\RunTime\EnvRuntime
  8374.      */
  8375.     protected function getEnvRuntimeService()
  8376.     {
  8377.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8378.         include_once \dirname(__DIR__4).'/src/Twig/RunTime/EnvRuntime.php';
  8379.         return $this->privates['App\\Twig\\RunTime\\EnvRuntime'] = new \App\Twig\RunTime\EnvRuntime('dev');
  8380.     }
  8381.     /**
  8382.      * Gets the private 'App\Twig\RunTime\Header\HeaderRuntime' shared autowired service.
  8383.      *
  8384.      * @return \App\Twig\RunTime\Header\HeaderRuntime
  8385.      */
  8386.     protected function getHeaderRuntimeService()
  8387.     {
  8388.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8389.         include_once \dirname(__DIR__4).'/src/Twig/RunTime/Header/HeaderRuntime.php';
  8390.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  8391.         if (isset($this->privates['App\\Twig\\RunTime\\Header\\HeaderRuntime'])) {
  8392.             return $this->privates['App\\Twig\\RunTime\\Header\\HeaderRuntime'];
  8393.         }
  8394.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8395.         if (isset($this->privates['App\\Twig\\RunTime\\Header\\HeaderRuntime'])) {
  8396.             return $this->privates['App\\Twig\\RunTime\\Header\\HeaderRuntime'];
  8397.         }
  8398.         return $this->privates['App\\Twig\\RunTime\\Header\\HeaderRuntime'] = new \App\Twig\RunTime\Header\HeaderRuntime($a$b);
  8399.     }
  8400.     /**
  8401.      * Gets the private 'App\Twig\RunTime\User\UserRuntime' shared autowired service.
  8402.      *
  8403.      * @return \App\Twig\RunTime\User\UserRuntime
  8404.      */
  8405.     protected function getUserRuntime2Service()
  8406.     {
  8407.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8408.         include_once \dirname(__DIR__4).'/src/Twig/RunTime/User/UserRuntime.php';
  8409.         return $this->privates['App\\Twig\\RunTime\\User\\UserRuntime'] = new \App\Twig\RunTime\User\UserRuntime(($this->privates['App\\Service\\Account\\UserService'] ?? $this->getUserServiceService()));
  8410.     }
  8411.     /**
  8412.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  8413.      *
  8414.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  8415.      */
  8416.     protected function getManagerRegistryAwareConnectionProviderService()
  8417.     {
  8418.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  8419.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  8420.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  8421.     }
  8422.     /**
  8423.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  8424.      *
  8425.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  8426.      */
  8427.     protected function getRunSqlCommandService()
  8428.     {
  8429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8430.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  8431.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  8432.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  8433.         $instance->setName('dbal:run-sql');
  8434.         return $instance;
  8435.     }
  8436.     /**
  8437.      * Gets the private 'DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType' shared autowired service.
  8438.      *
  8439.      * @return \DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType
  8440.      */
  8441.     protected function getAsyncEntityTypeService()
  8442.     {
  8443.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8444.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8445.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Form/Type/AsyncEntityType.php';
  8446.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  8447.         if (isset($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType'])) {
  8448.             return $this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType'];
  8449.         }
  8450.         return $this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType'] = new \DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType(($this->services['doctrine'] ?? $this->getDoctrineService())->getManager('default'), $a);
  8451.     }
  8452.     /**
  8453.      * Gets the private 'DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType' shared autowired service.
  8454.      *
  8455.      * @return \DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType
  8456.      */
  8457.     protected function getSelectOrCreateTypeService()
  8458.     {
  8459.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8460.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8461.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Form/Type/SelectOrCreateType.php';
  8462.         return $this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType'] = new \DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType(($this->services['doctrine'] ?? $this->getDoctrineService())->getManager('default'));
  8463.     }
  8464.     /**
  8465.      * Gets the private 'DrosalysWeb\Bundle\WebSocketBundle\Command\ServerRunCommand' shared autowired service.
  8466.      *
  8467.      * @return \DrosalysWeb\Bundle\WebSocketBundle\Command\ServerRunCommand
  8468.      */
  8469.     protected function getServerRunCommandService()
  8470.     {
  8471.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8472.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Command/ServerRunCommand.php';
  8473.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Server/IoServer.php';
  8474.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Server/IoServer.php';
  8475.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/ComponentInterface.php';
  8476.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageInterface.php';
  8477.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageComponentInterface.php';
  8478.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Http/CloseResponseTrait.php';
  8479.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Http/HttpServer.php';
  8480.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Http/HttpServerInterface.php';
  8481.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Session/SessionProvider.php';
  8482.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Http/Router.php';
  8483.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Http/ControllerResolver.php';
  8484.         include_once \dirname(__DIR__4).'/vendor/react/event-loop/src/LoopInterface.php';
  8485.         include_once \dirname(__DIR__4).'/vendor/react/event-loop/src/Factory.php';
  8486.         include_once \dirname(__DIR__4).'/vendor/evenement/evenement/src/EventEmitterInterface.php';
  8487.         include_once \dirname(__DIR__4).'/vendor/evenement/evenement/src/EventEmitterTrait.php';
  8488.         include_once \dirname(__DIR__4).'/vendor/evenement/evenement/src/EventEmitter.php';
  8489.         include_once \dirname(__DIR__4).'/vendor/react/socket/src/ServerInterface.php';
  8490.         include_once \dirname(__DIR__4).'/vendor/react/socket/src/SocketServer.php';
  8491.         $a \React\EventLoop\Factory::create();
  8492.         $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  8493.         $c = new \DrosalysWeb\Bundle\WebSocketBundle\Http\Router(($this->privates['drosalys.web_socket.routing.sf_router'] ?? $this->getDrosalys_WebSocket_Routing_SfRouterService()), new \DrosalysWeb\Bundle\WebSocketBundle\Http\ControllerResolver($this$a$b), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), [=> 'main']);
  8494.         $c->setLogger($b);
  8495.         $this->privates['DrosalysWeb\\Bundle\\WebSocketBundle\\Command\\ServerRunCommand'] = $instance = new \DrosalysWeb\Bundle\WebSocketBundle\Command\ServerRunCommand(new \DrosalysWeb\Bundle\WebSocketBundle\Server\IoServer(new \Ratchet\Http\HttpServer(new \Ratchet\Session\SessionProvider($c, ($this->privates['Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\RedisSessionHandler'] ?? $this->getRedisSessionHandlerService()))), new \React\Socket\SocketServer($this->getEnv('resolve:WS_ADDRESS').':'.$this->getEnv('string:resolve:WS_PORT'), $this->parameters['drosalys.web_socket.server_context'], $a), $a), $this->getEnv('resolve:WS_ADDRESS').':'.$this->getEnv('string:resolve:WS_PORT'), NULL$b);
  8496.         $instance->setName('drosalys:ws:server-run');
  8497.         return $instance;
  8498.     }
  8499.     /**
  8500.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\BlameSubscriber' shared service.
  8501.      *
  8502.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\BlameSubscriber
  8503.      */
  8504.     protected function getBlameSubscriberService()
  8505.     {
  8506.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8507.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/BlameSubscriber.php';
  8508.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Blame/BlamerInterface.php';
  8509.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/LazyChainBlamer.php';
  8510.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\BlameSubscriber(new \DrosalysWeb\ObjectExtensions\Bridge\Symfony\LazyChainBlamer($this, [=> 'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony\\DoctrineBlamer.App\\Entity\\Account\\User']));
  8511.     }
  8512.     /**
  8513.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\BlameSubscriber.App\Entity\Account\User' shared service.
  8514.      *
  8515.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\BlameSubscriber
  8516.      */
  8517.     protected function getUser5Service()
  8518.     {
  8519.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8520.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/BlameSubscriber.php';
  8521.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\BlameSubscriber.App\\Entity\\Account\\User'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\BlameSubscriber('App\\Entity\\Account\\User', [=> 'App\\Entity'=> 'DrosalysWeb\\ObjectExtensions\\SerializeLog\\Model']);
  8522.     }
  8523.     /**
  8524.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\HierarchySubscriber' shared service.
  8525.      *
  8526.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\HierarchySubscriber
  8527.      */
  8528.     protected function getHierarchySubscriberService()
  8529.     {
  8530.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8531.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/HierarchySubscriber.php';
  8532.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\HierarchySubscriber();
  8533.     }
  8534.     /**
  8535.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TimestampSubscriber' shared service.
  8536.      *
  8537.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TimestampSubscriber
  8538.      */
  8539.     protected function getTimestampSubscriberService()
  8540.     {
  8541.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8542.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/TimestampSubscriber.php';
  8543.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TimestampSubscriber();
  8544.     }
  8545.     /**
  8546.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TranslationSubscriber' shared service.
  8547.      *
  8548.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TranslationSubscriber
  8549.      */
  8550.     protected function getTranslationSubscriberService()
  8551.     {
  8552.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8553.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/TranslationSubscriber.php';
  8554.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TranslationSubscriber();
  8555.     }
  8556.     /**
  8557.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\SerializeLogSubscriber' shared service.
  8558.      *
  8559.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\SerializeLogSubscriber
  8560.      */
  8561.     protected function getSerializeLogSubscriberService()
  8562.     {
  8563.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8564.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/SerializeLogSubscriber.php';
  8565.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/SerializeLog/LoggerInterface.php';
  8566.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/SerializeLog/AbstractLogger.php';
  8567.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/SerializeLog/LoggerInterface.php';
  8568.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/SerializeLog/ORMLogger.php';
  8569.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/SerializeLog/SerializerInterface.php';
  8570.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/SerializeLog/Serializer.php';
  8571.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/SerializeLog/ContextLoaderInterface.php';
  8572.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/SerializeLog/ChainContextLoader.php';
  8573.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/SerializeLog/AbstractSupportableContextLoader.php';
  8574.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/SerializeLog/RequestContextLoader.php';
  8575.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SerializeLogSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\SerializeLogSubscriber(new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\SerializeLog\ORMLogger(new \DrosalysWeb\ObjectExtensions\Bridge\Symfony\SerializeLog\Serializer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService())), 'DrosalysWeb\\ObjectExtensions\\SerializeLog\\Model\\State', new \DrosalysWeb\ObjectExtensions\SerializeLog\ChainContextLoader([=> new \DrosalysWeb\ObjectExtensions\Bridge\Symfony\SerializeLog\RequestContextLoader(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())))])));
  8576.     }
  8577.     /**
  8578.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\TimestampSubscriber' shared service.
  8579.      *
  8580.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\TimestampSubscriber
  8581.      */
  8582.     protected function getTimestampSubscriber2Service()
  8583.     {
  8584.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8585.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/TimestampSubscriber.php';
  8586.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\TimestampSubscriber();
  8587.     }
  8588.     /**
  8589.      * Gets the private 'Drosalys\Bundle\ApiBundle\Action\ActionRetriever' shared autowired service.
  8590.      *
  8591.      * @return \Drosalys\Bundle\ApiBundle\Action\ActionRetriever
  8592.      */
  8593.     protected function getActionRetrieverService()
  8594.     {
  8595.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] = new \Drosalys\Bundle\ApiBundle\Action\ActionRetriever(new RewindableGenerator(function () {
  8596.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\Type\\ReturnLoader\\AnnotationLoader'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\Type\\ReturnLoader\\AnnotationLoader'] = new \Drosalys\Bundle\ApiBundle\Action\Type\ReturnLoader\AnnotationLoader()));
  8597.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\Type\\ReturnLoader\\PhpLoader'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\Type\\ReturnLoader\\PhpLoader'] = new \Drosalys\Bundle\ApiBundle\Action\Type\ReturnLoader\PhpLoader()));
  8598.         }, 2));
  8599.     }
  8600.     /**
  8601.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber' shared autowired service.
  8602.      *
  8603.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber
  8604.      */
  8605.     protected function getActionRequestBodyDescriberService()
  8606.     {
  8607.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  8608.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8609.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  8610.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/ActionRequestBodyDescriber.php';
  8611.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  8612.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionRequestBodyDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber();
  8613.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  8614.         $instance->setDrosalysModelRegistry(($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\Model\\ModelRegistry'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\Model\\ModelRegistry'] = new \Drosalys\Bundle\ApiBundle\ApiDoc\Model\ModelRegistry())));
  8615.         return $instance;
  8616.     }
  8617.     /**
  8618.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber' shared autowired service.
  8619.      *
  8620.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber
  8621.      */
  8622.     protected function getActionResponseDescriberService()
  8623.     {
  8624.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  8625.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8626.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  8627.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/ActionResponseDescriber.php';
  8628.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  8629.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionResponseDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber();
  8630.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  8631.         $instance->setDrosalysModelRegistry(($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\Model\\ModelRegistry'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\Model\\ModelRegistry'] = new \Drosalys\Bundle\ApiBundle\ApiDoc\Model\ModelRegistry())));
  8632.         return $instance;
  8633.     }
  8634.     /**
  8635.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber' shared autowired service.
  8636.      *
  8637.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber
  8638.      */
  8639.     protected function getOperationIdDescriberService()
  8640.     {
  8641.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  8642.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8643.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  8644.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/OperationIdDescriber.php';
  8645.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  8646.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\OperationIdDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber();
  8647.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  8648.         $instance->setDrosalysModelRegistry(($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\Model\\ModelRegistry'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\Model\\ModelRegistry'] = new \Drosalys\Bundle\ApiBundle\ApiDoc\Model\ModelRegistry())));
  8649.         return $instance;
  8650.     }
  8651.     /**
  8652.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\PaginationDescriber' shared autowired service.
  8653.      *
  8654.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\PaginationDescriber
  8655.      */
  8656.     protected function getPaginationDescriberService()
  8657.     {
  8658.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  8659.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8660.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  8661.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/PaginationDescriber.php';
  8662.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  8663.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\PaginationDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\PaginationDescriber(($this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'] ?? $this->getApiFilterManagerService()));
  8664.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  8665.         $instance->setDrosalysModelRegistry(($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\Model\\ModelRegistry'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\Model\\ModelRegistry'] = new \Drosalys\Bundle\ApiBundle\ApiDoc\Model\ModelRegistry())));
  8666.         return $instance;
  8667.     }
  8668.     /**
  8669.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber' shared autowired service.
  8670.      *
  8671.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber
  8672.      */
  8673.     protected function getSecurityDescriberService()
  8674.     {
  8675.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  8676.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8677.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  8678.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/SecurityDescriber.php';
  8679.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  8680.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\SecurityDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber();
  8681.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  8682.         $instance->setDrosalysModelRegistry(($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\Model\\ModelRegistry'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\Model\\ModelRegistry'] = new \Drosalys\Bundle\ApiBundle\ApiDoc\Model\ModelRegistry())));
  8683.         return $instance;
  8684.     }
  8685.     /**
  8686.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber' shared autowired service.
  8687.      *
  8688.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber
  8689.      */
  8690.     protected function getTagDescriberService()
  8691.     {
  8692.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  8693.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8694.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  8695.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/TagDescriber.php';
  8696.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  8697.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\TagDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber([]);
  8698.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  8699.         $instance->setDrosalysModelRegistry(($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\Model\\ModelRegistry'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\Model\\ModelRegistry'] = new \Drosalys\Bundle\ApiBundle\ApiDoc\Model\ModelRegistry())));
  8700.         return $instance;
  8701.     }
  8702.     /**
  8703.      * Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber' shared autowired service.
  8704.      *
  8705.      * @return \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber
  8706.      */
  8707.     protected function getActionControllerSubscriberService()
  8708.     {
  8709.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionControllerSubscriber'] = new \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()), ($this->services['router'] ?? $this->getRouterService()));
  8710.     }
  8711.     /**
  8712.      * Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber' shared autowired service.
  8713.      *
  8714.      * @return \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber
  8715.      */
  8716.     protected function getActionResponseSubscriberService()
  8717.     {
  8718.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/EventSubscriber/ActionResponseSubscriber.php';
  8719.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8720.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionResponseSubscriber'])) {
  8721.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionResponseSubscriber'];
  8722.         }
  8723.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionResponseSubscriber'] = new \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber($a, new RewindableGenerator(function () {
  8724.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\ValidationErrorResponseHandler'] ?? $this->getValidationErrorResponseHandlerService());
  8725.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\EmptyResponseHandler'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\EmptyResponseHandler'] = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\EmptyResponseHandler()));
  8726.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'] ?? $this->getPaginationResponseHandlerService());
  8727.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\DefaultResponseHandler'] ?? $this->getDefaultResponseHandlerService());
  8728.         }, 4), new RewindableGenerator(function () {
  8729.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Persister\\PersisterHandler\\DoctrinePersisterHandler'] ?? $this->getDoctrinePersisterHandlerService());
  8730.         }, 1));
  8731.     }
  8732.     /**
  8733.      * Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber' shared autowired service.
  8734.      *
  8735.      * @return \Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber
  8736.      */
  8737.     protected function getDeserializeActionControllerSubscriberService()
  8738.     {
  8739.         $a = ($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService());
  8740.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'])) {
  8741.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'];
  8742.         }
  8743.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'] = new \Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber($a, ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->privates['debug.argument_resolver'] ?? $this->getDebug_ArgumentResolverService()));
  8744.     }
  8745.     /**
  8746.      * Gets the private 'Drosalys\Bundle\ApiBundle\Event\PostBuildResponseEvent' shared autowired service.
  8747.      *
  8748.      * @return \Drosalys\Bundle\ApiBundle\Event\PostBuildResponseEvent
  8749.      */
  8750.     protected function getPostBuildResponseEventService()
  8751.     {
  8752.         $this->throw('Cannot autowire service "Drosalys\\Bundle\\ApiBundle\\Event\\PostBuildResponseEvent": argument "$action" of method "__construct()" references class "Drosalys\\Bundle\\ApiBundle\\Action\\Action" but no such service exists.');
  8753.     }
  8754.     /**
  8755.      * Gets the private 'Drosalys\Bundle\ApiBundle\Filter\ApiFilter' shared autowired service.
  8756.      *
  8757.      * @return \Drosalys\Bundle\ApiBundle\Filter\ApiFilter
  8758.      */
  8759.     protected function getApiFilterService()
  8760.     {
  8761.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8762.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8763.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Filter/ApiFilter.php';
  8764.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter'] = new \Drosalys\Bundle\ApiBundle\Filter\ApiFilter();
  8765.     }
  8766.     /**
  8767.      * Gets the private 'Drosalys\Bundle\ApiBundle\Filter\ApiFilterManager' shared autowired service.
  8768.      *
  8769.      * @return \Drosalys\Bundle\ApiBundle\Filter\ApiFilterManager
  8770.      */
  8771.     protected function getApiFilterManagerService()
  8772.     {
  8773.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Filter/ApiFilterManager.php';
  8774.         $a = ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService());
  8775.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'])) {
  8776.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'];
  8777.         }
  8778.         $b = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  8779.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'])) {
  8780.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'];
  8781.         }
  8782.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'] = new \Drosalys\Bundle\ApiBundle\Filter\ApiFilterManager($a$b);
  8783.     }
  8784.     /**
  8785.      * Gets the private 'Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\DoctrinePersisterHandler' shared autowired service.
  8786.      *
  8787.      * @return \Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\DoctrinePersisterHandler
  8788.      */
  8789.     protected function getDoctrinePersisterHandlerService()
  8790.     {
  8791.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Persister/PersisterHandler/PersisterHandlerInterface.php';
  8792.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Persister/PersisterHandler/DoctrinePersisterHandler.php';
  8793.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8794.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\Persister\\PersisterHandler\\DoctrinePersisterHandler'])) {
  8795.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\Persister\\PersisterHandler\\DoctrinePersisterHandler'];
  8796.         }
  8797.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Persister\\PersisterHandler\\DoctrinePersisterHandler'] = new \Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\DoctrinePersisterHandler($a);
  8798.     }
  8799.     /**
  8800.      * Gets the private 'Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler' shared autowired service.
  8801.      *
  8802.      * @return \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler
  8803.      */
  8804.     protected function getDefaultResponseHandlerService()
  8805.     {
  8806.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ResponseHandlerInterface.php';
  8807.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/AbstractResponseHandler.php';
  8808.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/DefaultResponseHandler.php';
  8809.         $this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\DefaultResponseHandler'] = $instance = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler();
  8810.         $instance->setSerializer(($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService()));
  8811.         return $instance;
  8812.     }
  8813.     /**
  8814.      * Gets the private 'Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler' shared autowired service.
  8815.      *
  8816.      * @return \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler
  8817.      */
  8818.     protected function getPaginationResponseHandlerService()
  8819.     {
  8820.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ResponseHandlerInterface.php';
  8821.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/AbstractResponseHandler.php';
  8822.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/PaginationResponseHandler.php';
  8823.         $a = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
  8824.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'])) {
  8825.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'];
  8826.         }
  8827.         $b = ($this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'] ?? $this->getApiFilterManagerService());
  8828.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'])) {
  8829.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'];
  8830.         }
  8831.         $this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'] = $instance = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler($a$b);
  8832.         $instance->setSerializer(($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService()));
  8833.         return $instance;
  8834.     }
  8835.     /**
  8836.      * Gets the private 'Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler' shared autowired service.
  8837.      *
  8838.      * @return \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler
  8839.      */
  8840.     protected function getValidationErrorResponseHandlerService()
  8841.     {
  8842.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ResponseHandlerInterface.php';
  8843.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/AbstractResponseHandler.php';
  8844.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ValidationErrorResponseHandler.php';
  8845.         $this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\ValidationErrorResponseHandler'] = $instance = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler();
  8846.         $instance->setSerializer(($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService()));
  8847.         return $instance;
  8848.     }
  8849.     /**
  8850.      * Gets the private 'Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter' shared autowired service.
  8851.      *
  8852.      * @return \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter
  8853.      */
  8854.     protected function getSerializerAdapterService()
  8855.     {
  8856.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  8857.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'])) {
  8858.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'];
  8859.         }
  8860.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] = new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter($a);
  8861.     }
  8862.     /**
  8863.      * Gets the private 'Nellapp\Bundle\SDKBundle\ActivityFeed\Form\Filter\ActivityFeedFilter' shared autowired service.
  8864.      *
  8865.      * @return \Nellapp\Bundle\SDKBundle\ActivityFeed\Form\Filter\ActivityFeedFilter
  8866.      */
  8867.     protected function getActivityFeedFilterService()
  8868.     {
  8869.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8870.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8871.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ActivityFeed/Form/Filter/ActivityFeedFilter.php';
  8872.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\ActivityFeed\\Form\\Filter\\ActivityFeedFilter'] = new \Nellapp\Bundle\SDKBundle\ActivityFeed\Form\Filter\ActivityFeedFilter();
  8873.     }
  8874.     /**
  8875.      * Gets the private 'Nellapp\Bundle\SDKBundle\Archivable\Doctrine\EventSubscriber\ArchivableRepositorySubscriber' shared autowired service.
  8876.      *
  8877.      * @return \Nellapp\Bundle\SDKBundle\Archivable\Doctrine\EventSubscriber\ArchivableRepositorySubscriber
  8878.      */
  8879.     protected function getArchivableRepositorySubscriberService()
  8880.     {
  8881.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8882.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Archivable/Doctrine/EventSubscriber/ArchivableRepositorySubscriber.php';
  8883.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Archivable\\Doctrine\\EventSubscriber\\ArchivableRepositorySubscriber'] = new \Nellapp\Bundle\SDKBundle\Archivable\Doctrine\EventSubscriber\ArchivableRepositorySubscriber();
  8884.     }
  8885.     /**
  8886.      * Gets the private 'Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LoginSubscriber' shared autowired service.
  8887.      *
  8888.      * @return \Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LoginSubscriber
  8889.      */
  8890.     protected function getLoginSubscriberService()
  8891.     {
  8892.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/EventSubscriber/LoginSubscriber.php';
  8893.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\SsoClient'] ?? $this->getSsoClientService());
  8894.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LoginSubscriber'])) {
  8895.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LoginSubscriber'];
  8896.         }
  8897.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LoginSubscriber'] = new \Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LoginSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] = new \Nellapp\Bundle\SDKBundle\Routing\Utils\DomainsRoutingUtils($this->getEnv('DEFAULT_DOMAIN'), 'nim'))), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8898.     }
  8899.     /**
  8900.      * Gets the private 'Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LogoutSubscriber' shared autowired service.
  8901.      *
  8902.      * @return \Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LogoutSubscriber
  8903.      */
  8904.     protected function getLogoutSubscriberService()
  8905.     {
  8906.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/EventSubscriber/LogoutSubscriber.php';
  8907.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] = new \Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LogoutSubscriber(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  8908.     }
  8909.     /**
  8910.      * Gets the private 'Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber' shared autowired service.
  8911.      *
  8912.      * @return \Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber
  8913.      */
  8914.     protected function getHandleExpireTokenSubscriberService()
  8915.     {
  8916.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  8917.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\Security\\OAuth\\HandleExpireTokenSubscriber'])) {
  8918.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\Security\\OAuth\\HandleExpireTokenSubscriber'];
  8919.         }
  8920.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\Security\\OAuth\\HandleExpireTokenSubscriber'] = new \Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber($a, ($this->services['router'] ?? $this->getRouterService()));
  8921.     }
  8922.     /**
  8923.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber' shared autowired service.
  8924.      *
  8925.      * @return \Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber
  8926.      */
  8927.     protected function getChannelMenuDisplayedSubscriberService()
  8928.     {
  8929.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/EventSubscriber/ChannelMenuDisplayedSubscriber.php';
  8930.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataEntityClient'] ?? $this->getChannelUserDataEntityClientService());
  8931.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ChannelMenuDisplayedSubscriber'])) {
  8932.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ChannelMenuDisplayedSubscriber'];
  8933.         }
  8934.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ChannelMenuDisplayedSubscriber'] = new \Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8935.     }
  8936.     /**
  8937.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ForceUserFromSetupSubscriber' shared autowired service.
  8938.      *
  8939.      * @return \Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ForceUserFromSetupSubscriber
  8940.      */
  8941.     protected function getForceUserFromSetupSubscriberService()
  8942.     {
  8943.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  8944.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ForceUserFromSetupSubscriber'])) {
  8945.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ForceUserFromSetupSubscriber'];
  8946.         }
  8947.         $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ForceUserFromSetupSubscriber'] = $instance = new \Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ForceUserFromSetupSubscriber($a, ($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  8948.         $instance->setRepo(($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository'] ?? $this->getUserFromChannelRepositoryService()));
  8949.         return $instance;
  8950.     }
  8951.     /**
  8952.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\Repository\ChannelUserRoleRepository' shared autowired service.
  8953.      *
  8954.      * @return \Nellapp\Bundle\SDKBundle\Channel\Repository\ChannelUserRoleRepository
  8955.      */
  8956.     protected function getChannelUserRoleRepositoryService()
  8957.     {
  8958.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserRole/ChannelUserRoleRepositoryInterface.php';
  8959.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserRole/AbstractChannelUserRoleRepository.php';
  8960.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/ChannelUserRoleRepository.php';
  8961.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\ChannelUserRoleRepository'] = new \Nellapp\Bundle\SDKBundle\Channel\Repository\ChannelUserRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] ?? $this->getGlobalEntityKeysService()));
  8962.     }
  8963.     /**
  8964.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository' shared autowired service.
  8965.      *
  8966.      * @return \Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository
  8967.      */
  8968.     protected function getUserFromChannelRepositoryService()
  8969.     {
  8970.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository'] = new \Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8971.     }
  8972.     /**
  8973.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\Twig\Runtime\UserFromChannelRuntime' shared autowired service.
  8974.      *
  8975.      * @return \Nellapp\Bundle\SDKBundle\Channel\Twig\Runtime\UserFromChannelRuntime
  8976.      */
  8977.     protected function getUserFromChannelRuntimeService()
  8978.     {
  8979.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8980.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Twig/Runtime/UserFromChannelRuntime.php';
  8981.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  8982.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime'])) {
  8983.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime'];
  8984.         }
  8985.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime'] = new \Nellapp\Bundle\SDKBundle\Channel\Twig\Runtime\UserFromChannelRuntime(($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository'] ?? $this->getUserFromChannelRepositoryService()), $a);
  8986.     }
  8987.     /**
  8988.      * Gets the private 'Nellapp\Bundle\SDKBundle\DataSync\Form\Filter\CollectionFilter' shared autowired service.
  8989.      *
  8990.      * @return \Nellapp\Bundle\SDKBundle\DataSync\Form\Filter\CollectionFilter
  8991.      */
  8992.     protected function getCollectionFilterService()
  8993.     {
  8994.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8995.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8996.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Form/Filter/CollectionFilter.php';
  8997.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Form\\Filter\\CollectionFilter'] = new \Nellapp\Bundle\SDKBundle\DataSync\Form\Filter\CollectionFilter();
  8998.     }
  8999.     /**
  9000.      * Gets the private 'Nellapp\Bundle\SDKBundle\DataSync\HttpClient\EntityClientManager' shared autowired service.
  9001.      *
  9002.      * @return \Nellapp\Bundle\SDKBundle\DataSync\HttpClient\EntityClientManager
  9003.      */
  9004.     protected function getEntityClientManagerService()
  9005.     {
  9006.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/EntityClientManager.php';
  9007.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\HttpClient\\EntityClientManager'] = new \Nellapp\Bundle\SDKBundle\DataSync\HttpClient\EntityClientManager(new RewindableGenerator(function () {
  9008.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\NotificationClient'] ?? $this->getNotificationClientService());
  9009.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\SsoClient'] ?? $this->getSsoClientService());
  9010.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService());
  9011.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] ?? $this->getChannelClientService());
  9012.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelConfigurationClient'] ?? $this->getChannelConfigurationClientService());
  9013.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelContactClient'] ?? $this->getChannelContactClientService());
  9014.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserCursusPermissionClient'] ?? $this->getChannelUserCursusPermissionClientService());
  9015.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'] ?? $this->getChannelUserRoleClientService());
  9016.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'] ?? $this->getChannelUserServicePermissionClientService());
  9017.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'] ?? $this->getChannelUserSessionPermissionClientService());
  9018.             yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserTrainingPermissionClient'] ?? $this->getChannelUserTrainingPermissionClientService());
  9019.             yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelWhiteLabelClient'] ?? $this->getChannelWhiteLabelClientService());
  9020.             yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyClient'] ?? $this->getCompanyClientService());
  9021.             yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyContactClient'] ?? $this->getCompanyContactClientService());
  9022.             yield 14 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ContactClient'] ?? $this->getContactClientService());
  9023.             yield 15 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\FrenchProfessionalIdClient'] ?? $this->getFrenchProfessionalIdClientService());
  9024.             yield 16 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] ?? $this->getGroupClientService());
  9025.             yield 17 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\OrganizationClient'] ?? $this->getOrganizationClientService());
  9026.             yield 18 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'] ?? $this->getPlaceClientService());
  9027.             yield 19 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'] ?? $this->getRoomClientService());
  9028.             yield 20 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'] ?? $this->getServiceClientService());
  9029.             yield 21 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'] ?? $this->getSessionClientService());
  9030.             yield 22 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] ?? $this->getTrainingClientService());
  9031.             yield 23 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] ?? $this->getUserFromChannelClientService());
  9032.             yield 24 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusEntityClient'] ?? $this->getAbstractCursusEntityClientService());
  9033.             yield 25 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataEntityClient'] ?? $this->getChannelUserDataEntityClientService());
  9034.         }, 26));
  9035.     }
  9036.     /**
  9037.      * Gets the private 'Nellapp\Bundle\SDKBundle\DataSync\Hydrator\Manipulator' shared autowired service.
  9038.      *
  9039.      * @return \Nellapp\Bundle\SDKBundle\DataSync\Hydrator\Manipulator
  9040.      */
  9041.     protected function getManipulatorService()
  9042.     {
  9043.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Manipulator/ManipulatorInterface.php';
  9044.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Manipulator/Manipulator.php';
  9045.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/Manipulator.php';
  9046.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] = new \Nellapp\Bundle\SDKBundle\DataSync\Hydrator\Manipulator(($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  9047.     }
  9048.     /**
  9049.      * Gets the private 'Nellapp\Bundle\SDKBundle\DataSync\Refresher\RefresherManager' shared autowired service.
  9050.      *
  9051.      * @return \Nellapp\Bundle\SDKBundle\DataSync\Refresher\RefresherManager
  9052.      */
  9053.     protected function getRefresherManagerService()
  9054.     {
  9055.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherManager.php';
  9056.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Refresher\\RefresherManager'] = new \Nellapp\Bundle\SDKBundle\DataSync\Refresher\RefresherManager(new RewindableGenerator(function () {
  9057.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Account\\NotificationRefresher'] ?? $this->getNotificationRefresherService());
  9058.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Account\\UserRefresher'] ?? $this->getUserRefresher2Service());
  9059.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\AbstractCursusRefresher'] ?? $this->getAbstractCursusRefresherService());
  9060.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelConfigurationRefresher'] ?? $this->getChannelConfigurationRefresherService());
  9061.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelContactRefresher'] ?? $this->getChannelContactRefresherService());
  9062.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelRefresher'] ?? $this->getChannelRefresherService());
  9063.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserCursusPermissionRefresher'] ?? $this->getChannelUserCursusPermissionRefresherService());
  9064.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserDataRefresher'] ?? $this->getChannelUserDataRefresherService());
  9065.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserRoleRefresher'] ?? $this->getChannelUserRoleRefresherService());
  9066.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserServicePermissionRefresher'] ?? $this->getChannelUserServicePermissionRefresherService());
  9067.             yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserSessionPermissionRefresher'] ?? $this->getChannelUserSessionPermissionRefresherService());
  9068.             yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserTrainingPermissionRefresher'] ?? $this->getChannelUserTrainingPermissionRefresherService());
  9069.             yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelWhiteLabelRefresher'] ?? $this->getChannelWhiteLabelRefresherService());
  9070.             yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\CompanyContactRefresher'] ?? $this->getCompanyContactRefresherService());
  9071.             yield 14 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\CompanyRefresher'] ?? $this->getCompanyRefresherService());
  9072.             yield 15 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ContactRefresher'] ?? $this->getContactRefresherService());
  9073.             yield 16 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\FrenchProfessionalIdRefresher'] ?? $this->getFrenchProfessionalIdRefresherService());
  9074.             yield 17 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\GroupRefresher'] ?? $this->getGroupRefresherService());
  9075.             yield 18 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\OrganizationRefresher'] ?? $this->getOrganizationRefresherService());
  9076.             yield 19 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\PlaceRefresher'] ?? $this->getPlaceRefresherService());
  9077.             yield 20 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\RoomRefresher'] ?? $this->getRoomRefresherService());
  9078.             yield 21 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ServiceRefresher'] ?? $this->getServiceRefresherService());
  9079.             yield 22 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\SessionRefresher'] ?? $this->getSessionRefresherService());
  9080.             yield 23 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\TrainingRefresher'] ?? $this->getTrainingRefresherService());
  9081.             yield 24 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\UserFromChannelRefresher'] ?? $this->getUserFromChannelRefresherService());
  9082.         }, 25));
  9083.     }
  9084.     /**
  9085.      * Gets the private 'Nellapp\Bundle\SDKBundle\DataSync\Retriever\RetrieverManager' shared autowired service.
  9086.      *
  9087.      * @return \Nellapp\Bundle\SDKBundle\DataSync\Retriever\RetrieverManager
  9088.      */
  9089.     protected function getRetrieverManagerService()
  9090.     {
  9091.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverManager.php';
  9092.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Retriever\\RetrieverManager'] = new \Nellapp\Bundle\SDKBundle\DataSync\Retriever\RetrieverManager(new RewindableGenerator(function () {
  9093.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\NotificationRetriever'] ?? $this->getNotificationRetrieverService());
  9094.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService());
  9095.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'] ?? $this->getAbstractCursusRetrieverService());
  9096.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelConfigurationRetriever'] ?? $this->getChannelConfigurationRetrieverService());
  9097.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelContactRetriever'] ?? $this->getChannelContactRetrieverService());
  9098.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  9099.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserCursusPermissionRetriever'] ?? $this->getChannelUserCursusPermissionRetrieverService());
  9100.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService());
  9101.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'] ?? $this->getChannelUserRoleRetrieverService());
  9102.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserServicePermissionRetriever'] ?? $this->getChannelUserServicePermissionRetrieverService());
  9103.             yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserSessionPermissionRetriever'] ?? $this->getChannelUserSessionPermissionRetrieverService());
  9104.             yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserTrainingPermissionRetriever'] ?? $this->getChannelUserTrainingPermissionRetrieverService());
  9105.             yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelWhiteLabelRetriever'] ?? $this->getChannelWhiteLabelRetrieverService());
  9106.             yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\CompanyContactRetriever'] ?? $this->getCompanyContactRetrieverService());
  9107.             yield 14 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\CompanyRetriever'] ?? $this->getCompanyRetrieverService());
  9108.             yield 15 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ContactRetriever'] ?? $this->getContactRetrieverService());
  9109.             yield 16 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\FrenchProfessionalIdRetriever'] ?? $this->getFrenchProfessionalIdRetrieverService());
  9110.             yield 17 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'] ?? $this->getGroupRetrieverService());
  9111.             yield 18 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\OrganizationRetriever'] ?? $this->getOrganizationRetrieverService());
  9112.             yield 19 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService());
  9113.             yield 20 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\RoomRetriever'] ?? $this->getRoomRetrieverService());
  9114.             yield 21 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ServiceRetriever'] ?? $this->getServiceRetrieverService());
  9115.             yield 22 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'] ?? $this->getSessionRetrieverService());
  9116.             yield 23 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'] ?? $this->getTrainingRetrieverService());
  9117.             yield 24 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\UserFromChannelRetriever'] ?? $this->getUserFromChannelRetrieverService());
  9118.         }, 25));
  9119.     }
  9120.     /**
  9121.      * Gets the private 'Nellapp\Bundle\SDKBundle\Domain\Contact\Service\ContactService' shared autowired service.
  9122.      *
  9123.      * @return \Nellapp\Bundle\SDKBundle\Domain\Contact\Service\ContactService
  9124.      */
  9125.     protected function getContactServiceService()
  9126.     {
  9127.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Domain/Contact/Service/ContactService.php';
  9128.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9129.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Domain\\Contact\\Service\\ContactService'])) {
  9130.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Domain\\Contact\\Service\\ContactService'];
  9131.         }
  9132.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Domain\\Contact\\Service\\ContactService'] = new \Nellapp\Bundle\SDKBundle\Domain\Contact\Service\ContactService($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  9133.     }
  9134.     /**
  9135.      * Gets the private 'Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber' shared autowired service.
  9136.      *
  9137.      * @return \Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber
  9138.      */
  9139.     protected function getControllerEntityResolverSubscriberService()
  9140.     {
  9141.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9142.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'])) {
  9143.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'];
  9144.         }
  9145.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'] = new \Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber($a);
  9146.     }
  9147.     /**
  9148.      * Gets the private 'Nellapp\Bundle\SDKBundle\EventSubscriber\DeviceIdSubscriber' shared autowired service.
  9149.      *
  9150.      * @return \Nellapp\Bundle\SDKBundle\EventSubscriber\DeviceIdSubscriber
  9151.      */
  9152.     protected function getDeviceIdSubscriberService()
  9153.     {
  9154.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\DeviceIdSubscriber'] = new \Nellapp\Bundle\SDKBundle\EventSubscriber\DeviceIdSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] = new \Nellapp\Bundle\SDKBundle\Routing\Utils\DomainsRoutingUtils($this->getEnv('DEFAULT_DOMAIN'), 'nim'))));
  9155.     }
  9156.     /**
  9157.      * Gets the private 'Nellapp\Bundle\SDKBundle\EventSubscriber\RequestChannelDomainSubscriber' shared autowired service.
  9158.      *
  9159.      * @return \Nellapp\Bundle\SDKBundle\EventSubscriber\RequestChannelDomainSubscriber
  9160.      */
  9161.     protected function getRequestChannelDomainSubscriberService()
  9162.     {
  9163.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RequestChannelDomainSubscriber'] = new \Nellapp\Bundle\SDKBundle\EventSubscriber\RequestChannelDomainSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'] ?? $this->getChannelMainDomainUtilsService()), ($this->services['router'] ?? $this->getRouterService()));
  9164.     }
  9165.     /**
  9166.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoExport\AutoExportTerminateTracker' shared autowired service.
  9167.      *
  9168.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoExport\AutoExportTerminateTracker
  9169.      */
  9170.     protected function getAutoExportTerminateTrackerService()
  9171.     {
  9172.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoExport/AutoExportTerminateTracker.php';
  9173.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\AutoExportTerminateTracker'] = new \Nellapp\Bundle\SDKBundle\Export\AutoExport\AutoExportTerminateTracker(($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Resolvers\\ExportTerminateResolverManager'] ?? $this->getExportTerminateResolverManagerService()));
  9174.     }
  9175.     /**
  9176.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoExport\Doctrine\EventSubscriber\TerminateExportableSubscriber' shared autowired service.
  9177.      *
  9178.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoExport\Doctrine\EventSubscriber\TerminateExportableSubscriber
  9179.      */
  9180.     protected function getTerminateExportableSubscriberService()
  9181.     {
  9182.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  9183.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoExport/Doctrine/EventSubscriber/TerminateExportableSubscriber.php';
  9184.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber'] = new \Nellapp\Bundle\SDKBundle\Export\AutoExport\Doctrine\EventSubscriber\TerminateExportableSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\AutoExportTerminateTracker'] ?? $this->getAutoExportTerminateTrackerService()));
  9185.     }
  9186.     /**
  9187.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoExport\EventSubscriber\TerminateExportSubscriber' shared autowired service.
  9188.      *
  9189.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoExport\EventSubscriber\TerminateExportSubscriber
  9190.      */
  9191.     protected function getTerminateExportSubscriberService()
  9192.     {
  9193.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoExport/EventSubscriber/TerminateExportSubscriber.php';
  9194.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\EventSubscriber\\TerminateExportSubscriber'] = new \Nellapp\Bundle\SDKBundle\Export\AutoExport\EventSubscriber\TerminateExportSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\AutoExportTerminateTracker'] ?? $this->getAutoExportTerminateTrackerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Resolvers\\ExportTerminateResolverManager'] ?? $this->getExportTerminateResolverManagerService()));
  9195.     }
  9196.     /**
  9197.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoExport\Resolvers\ExportTerminateResolverManager' shared autowired service.
  9198.      *
  9199.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoExport\Resolvers\ExportTerminateResolverManager
  9200.      */
  9201.     protected function getExportTerminateResolverManagerService()
  9202.     {
  9203.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoExport/Resolvers/ExportTerminateResolverManager.php';
  9204.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Resolvers\\ExportTerminateResolverManager'] = new \Nellapp\Bundle\SDKBundle\Export\AutoExport\Resolvers\ExportTerminateResolverManager(new RewindableGenerator(function () {
  9205.             return new \EmptyIterator();
  9206.         }, 0));
  9207.     }
  9208.     /**
  9209.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoRefresh\EventSubscriber\TerminateRefreshSubscriber' shared autowired service.
  9210.      *
  9211.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoRefresh\EventSubscriber\TerminateRefreshSubscriber
  9212.      */
  9213.     protected function getTerminateRefreshSubscriberService()
  9214.     {
  9215.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoRefresh/EventSubscriber/TerminateRefreshSubscriber.php';
  9216.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoRefresh/AutoRefreshTerminateTracker.php';
  9217.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoRefresh/Resolvers/AutoRefreshTerminateResolverManager.php';
  9218.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoRefresh\\EventSubscriber\\TerminateRefreshSubscriber'] = new \Nellapp\Bundle\SDKBundle\Export\AutoRefresh\EventSubscriber\TerminateRefreshSubscriber(new \Nellapp\Bundle\SDKBundle\Export\AutoRefresh\AutoRefreshTerminateTracker(), new \Nellapp\Bundle\SDKBundle\Export\AutoRefresh\Resolvers\AutoRefreshTerminateResolverManager(new RewindableGenerator(function () {
  9219.             return new \EmptyIterator();
  9220.         }, 0)));
  9221.     }
  9222.     /**
  9223.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType' shared autowired service.
  9224.      *
  9225.      * @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType
  9226.      */
  9227.     protected function getGroupeFilterTypeService()
  9228.     {
  9229.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9230.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9231.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/Selektor/GroupeFilterType.php';
  9232.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType();
  9233.     }
  9234.     /**
  9235.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\ServiceFilterType' shared autowired service.
  9236.      *
  9237.      * @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\ServiceFilterType
  9238.      */
  9239.     protected function getServiceFilterTypeService()
  9240.     {
  9241.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9242.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9243.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/Selektor/ServiceFilterType.php';
  9244.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\ServiceFilterType();
  9245.     }
  9246.     /**
  9247.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType' shared autowired service.
  9248.      *
  9249.      * @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType
  9250.      */
  9251.     protected function getSessionFilterTypeService()
  9252.     {
  9253.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9254.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9255.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/Selektor/SessionFilterType.php';
  9256.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType();
  9257.     }
  9258.     /**
  9259.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType' shared autowired service.
  9260.      *
  9261.      * @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType
  9262.      */
  9263.     protected function getTrainingFilterTypeService()
  9264.     {
  9265.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9266.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9267.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/Selektor/TrainingFilterType.php';
  9268.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType();
  9269.     }
  9270.     /**
  9271.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\UserFilterType' shared autowired service.
  9272.      *
  9273.      * @return \Nellapp\Bundle\SDKBundle\Filter\UserFilterType
  9274.      */
  9275.     protected function getUserFilterTypeService()
  9276.     {
  9277.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9278.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9279.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/UserFilterType.php';
  9280.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\UserFilterType();
  9281.     }
  9282.     /**
  9283.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType' shared autowired service.
  9284.      *
  9285.      * @return \Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType
  9286.      */
  9287.     protected function getNellappBooleanTypeService()
  9288.     {
  9289.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9290.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9291.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Common/NellappBooleanType.php';
  9292.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType'] = new \Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType();
  9293.     }
  9294.     /**
  9295.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType' shared autowired service.
  9296.      *
  9297.      * @return \Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType
  9298.      */
  9299.     protected function getNellappChoiceTypeService()
  9300.     {
  9301.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9302.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9303.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Common/NellappChoiceType.php';
  9304.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType'] = new \Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType();
  9305.     }
  9306.     /**
  9307.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Common\NellappDurationType' shared autowired service.
  9308.      *
  9309.      * @return \Nellapp\Bundle\SDKBundle\Form\Common\NellappDurationType
  9310.      */
  9311.     protected function getNellappDurationTypeService()
  9312.     {
  9313.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9314.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9315.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Common/NellappDurationType.php';
  9316.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappDurationType'] = new \Nellapp\Bundle\SDKBundle\Form\Common\NellappDurationType();
  9317.     }
  9318.     /**
  9319.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter' shared autowired service.
  9320.      *
  9321.      * @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter
  9322.      */
  9323.     protected function getCustomViewColumnsFilterService()
  9324.     {
  9325.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9326.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9327.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/CustomViewColumnsFilter.php';
  9328.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter();
  9329.     }
  9330.     /**
  9331.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType' shared autowired service.
  9332.      *
  9333.      * @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType
  9334.      */
  9335.     protected function getCustomViewManagerTypeService()
  9336.     {
  9337.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9338.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9339.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/CustomViewManagerType.php';
  9340.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType();
  9341.     }
  9342.     /**
  9343.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType' shared autowired service.
  9344.      *
  9345.      * @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType
  9346.      */
  9347.     protected function getEditCustomViewTypeService()
  9348.     {
  9349.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9350.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9351.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/EditCustomViewType.php';
  9352.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType();
  9353.     }
  9354.     /**
  9355.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType' shared autowired service.
  9356.      *
  9357.      * @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType
  9358.      */
  9359.     protected function getNewCustomViewTypeService()
  9360.     {
  9361.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9362.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9363.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/NewCustomViewType.php';
  9364.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType();
  9365.     }
  9366.     /**
  9367.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\ChannelUserData\ChannelUserRoleFilterType' shared autowired service.
  9368.      *
  9369.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\ChannelUserData\ChannelUserRoleFilterType
  9370.      */
  9371.     protected function getChannelUserRoleFilterTypeService()
  9372.     {
  9373.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9374.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9375.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/ChannelUserData/ChannelUserRoleFilterType.php';
  9376.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\ChannelUserData\ChannelUserRoleFilterType(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] ?? $this->getGlobalEntityKeysService()));
  9377.     }
  9378.     /**
  9379.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter' shared autowired service.
  9380.      *
  9381.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter
  9382.      */
  9383.     protected function getCollectionFilter2Service()
  9384.     {
  9385.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9386.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9387.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/Chat/CollectionFilter.php';
  9388.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter();
  9389.     }
  9390.     /**
  9391.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\Common\TextListFilterType' shared autowired service.
  9392.      *
  9393.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\Common\TextListFilterType
  9394.      */
  9395.     protected function getTextListFilterTypeService()
  9396.     {
  9397.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9398.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9399.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/Common/TextListFilterType.php';
  9400.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Common\\TextListFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\Common\TextListFilterType();
  9401.     }
  9402.     /**
  9403.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\DateRangeFilterType' shared autowired service.
  9404.      *
  9405.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\DateRangeFilterType
  9406.      */
  9407.     protected function getDateRangeFilterTypeService()
  9408.     {
  9409.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9410.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9411.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/DateRangeFilterType.php';
  9412.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\DateRangeFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\DateRangeFilterType();
  9413.     }
  9414.     /**
  9415.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter' shared autowired service.
  9416.      *
  9417.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter
  9418.      */
  9419.     protected function getCollectionFilter3Service()
  9420.     {
  9421.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9422.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9423.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/EventUserProgression/CollectionFilter.php';
  9424.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter();
  9425.     }
  9426.     /**
  9427.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType' shared autowired service.
  9428.      *
  9429.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType
  9430.      */
  9431.     protected function getChannelUserRoleSelektorFilterTypeService()
  9432.     {
  9433.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9434.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9435.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/SelektorFilter/ChannelUserRoleSelektorFilterType.php';
  9436.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType();
  9437.     }
  9438.     /**
  9439.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType' shared autowired service.
  9440.      *
  9441.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType
  9442.      */
  9443.     protected function getUserSelektorFilterTypeService()
  9444.     {
  9445.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9446.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9447.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/SelektorFilter/UserSelektorFilterType.php';
  9448.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType();
  9449.     }
  9450.     /**
  9451.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\Session\SessionStatusFilterType' shared autowired service.
  9452.      *
  9453.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\Session\SessionStatusFilterType
  9454.      */
  9455.     protected function getSessionStatusFilterTypeService()
  9456.     {
  9457.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9458.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9459.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/Session/SessionStatusFilterType.php';
  9460.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\Session\SessionStatusFilterType();
  9461.     }
  9462.     /**
  9463.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\TabContainerType' shared autowired service.
  9464.      *
  9465.      * @return \Nellapp\Bundle\SDKBundle\Form\TabContainerType
  9466.      */
  9467.     protected function getTabContainerTypeService()
  9468.     {
  9469.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9470.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9471.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/TabContainerType.php';
  9472.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType'] = new \Nellapp\Bundle\SDKBundle\Form\TabContainerType();
  9473.     }
  9474.     /**
  9475.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\TabType' shared autowired service.
  9476.      *
  9477.      * @return \Nellapp\Bundle\SDKBundle\Form\TabType
  9478.      */
  9479.     protected function getTabTypeService()
  9480.     {
  9481.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9482.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9483.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/TabType.php';
  9484.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\TabType'] = new \Nellapp\Bundle\SDKBundle\Form\TabType();
  9485.     }
  9486.     /**
  9487.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType' shared autowired service.
  9488.      *
  9489.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType
  9490.      */
  9491.     protected function getAsyncEntityType2Service()
  9492.     {
  9493.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9494.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9495.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/AsyncEntityType.php';
  9496.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType();
  9497.     }
  9498.     /**
  9499.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType' shared autowired service.
  9500.      *
  9501.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType
  9502.      */
  9503.     protected function getChannelUserRoleSelektorTypeService()
  9504.     {
  9505.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9506.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9507.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/ChannelUserRoleSelektorType.php';
  9508.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType();
  9509.     }
  9510.     /**
  9511.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType' shared autowired service.
  9512.      *
  9513.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType
  9514.      */
  9515.     protected function getGroupSelektorTypeService()
  9516.     {
  9517.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9518.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9519.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/GroupSelektorType.php';
  9520.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType();
  9521.     }
  9522.     /**
  9523.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType' shared autowired service.
  9524.      *
  9525.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType
  9526.      */
  9527.     protected function getPlaceSelektorTypeService()
  9528.     {
  9529.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9530.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9531.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/PlaceSelektorType.php';
  9532.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType();
  9533.     }
  9534.     /**
  9535.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\ServiceSelektorType' shared autowired service.
  9536.      *
  9537.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\ServiceSelektorType
  9538.      */
  9539.     protected function getServiceSelektorTypeService()
  9540.     {
  9541.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9542.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9543.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/ServiceSelektorType.php';
  9544.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\ServiceSelektorType();
  9545.     }
  9546.     /**
  9547.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType' shared autowired service.
  9548.      *
  9549.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType
  9550.      */
  9551.     protected function getUserSelektorType2Service()
  9552.     {
  9553.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9554.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9555.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/UserSelektorType.php';
  9556.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType();
  9557.     }
  9558.     /**
  9559.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\ChannelGetterService' shared autowired service.
  9560.      *
  9561.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\ChannelGetterService
  9562.      */
  9563.     protected function getChannelGetterServiceService()
  9564.     {
  9565.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/ChannelGetterInterface.php';
  9566.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/ChannelGetterService.php';
  9567.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\ChannelGetterService'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\ChannelGetterService(($this->privates['App\\Repository\\Channel\\ChannelRepository'] ?? $this->getChannelRepositoryService()));
  9568.     }
  9569.     /**
  9570.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\Doctrine\EventSubscriber\ValidGlobalChannelAndUserSubscriber' shared autowired service.
  9571.      *
  9572.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Doctrine\EventSubscriber\ValidGlobalChannelAndUserSubscriber
  9573.      */
  9574.     protected function getValidGlobalChannelAndUserSubscriberService()
  9575.     {
  9576.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  9577.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Doctrine/EventSubscriber/ValidGlobalChannelAndUserSubscriber.php';
  9578.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\Doctrine\EventSubscriber\ValidGlobalChannelAndUserSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] ?? $this->getGlobalEntityKeysService()));
  9579.     }
  9580.     /**
  9581.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService' shared autowired service.
  9582.      *
  9583.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService
  9584.      */
  9585.     protected function getGlobalEntitiesServiceService()
  9586.     {
  9587.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9588.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'])) {
  9589.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'];
  9590.         }
  9591.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] ?? $this->getGlobalEntityKeysService()));
  9592.     }
  9593.     /**
  9594.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys' shared autowired service.
  9595.      *
  9596.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys
  9597.      */
  9598.     protected function getGlobalEntityKeysService()
  9599.     {
  9600.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys($this->parameters['nellapp_sdk.global_getter.global_entities']);
  9601.     }
  9602.     /**
  9603.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\ChannelUserDataMenuDisplayedService' shared autowired service.
  9604.      *
  9605.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\ChannelUserDataMenuDisplayedService
  9606.      */
  9607.     protected function getChannelUserDataMenuDisplayedServiceService()
  9608.     {
  9609.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelUserDataMenuDisplayedService.php';
  9610.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelMenuDisplayedInterface.php';
  9611.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/EmptyChannelMenuDisplayed.php';
  9612.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'] ?? $this->getChannelResourceServiceService());
  9613.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'])) {
  9614.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'];
  9615.         }
  9616.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9617.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'])) {
  9618.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'];
  9619.         }
  9620.         $c = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] ?? $this->getAuthorizationHelperService());
  9621.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'])) {
  9622.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'];
  9623.         }
  9624.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\ChannelUserDataMenuDisplayedService(new \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\EmptyChannelMenuDisplayed(), $a$b$c);
  9625.     }
  9626.     /**
  9627.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\EventSubscriber\TerminateMenuDisplayedSubscriber' shared autowired service.
  9628.      *
  9629.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\EventSubscriber\TerminateMenuDisplayedSubscriber
  9630.      */
  9631.     protected function getTerminateMenuDisplayedSubscriberService()
  9632.     {
  9633.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/EventSubscriber/TerminateMenuDisplayedSubscriber.php';
  9634.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelUserDataMenuDisplayedTerminateTracker.php';
  9635.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'] ?? $this->getChannelUserDataMenuDisplayedServiceService());
  9636.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\EventSubscriber\\TerminateMenuDisplayedSubscriber'])) {
  9637.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\EventSubscriber\\TerminateMenuDisplayedSubscriber'];
  9638.         }
  9639.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\EventSubscriber\\TerminateMenuDisplayedSubscriber'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\EventSubscriber\TerminateMenuDisplayedSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedTerminateTracker'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedTerminateTracker'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\ChannelUserDataMenuDisplayedTerminateTracker())), $a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  9640.     }
  9641.     /**
  9642.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\Messenger\MenuDisplayedMiddleware' shared autowired service.
  9643.      *
  9644.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\Messenger\MenuDisplayedMiddleware
  9645.      */
  9646.     protected function getMenuDisplayedMiddlewareService()
  9647.     {
  9648.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  9649.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/Messenger/MenuDisplayedMiddleware.php';
  9650.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelUserDataMenuDisplayedTerminateTracker.php';
  9651.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'] ?? $this->getChannelUserDataMenuDisplayedServiceService());
  9652.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\Messenger\\MenuDisplayedMiddleware'])) {
  9653.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\Messenger\\MenuDisplayedMiddleware'];
  9654.         }
  9655.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\Messenger\\MenuDisplayedMiddleware'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\Messenger\MenuDisplayedMiddleware(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedTerminateTracker'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedTerminateTracker'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\ChannelUserDataMenuDisplayedTerminateTracker())), $a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  9656.     }
  9657.     /**
  9658.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelResourceManager' shared autowired service.
  9659.      *
  9660.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelResourceManager
  9661.      */
  9662.     protected function getChannelResourceManagerService()
  9663.     {
  9664.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelResourceManager.php';
  9665.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9666.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceManager'])) {
  9667.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceManager'];
  9668.         }
  9669.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceManager'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelResourceManager($a, ($this->services['cache.app'] ?? $this->getCache_AppService()), true);
  9670.     }
  9671.     /**
  9672.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelResourceService' shared autowired service.
  9673.      *
  9674.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelResourceService
  9675.      */
  9676.     protected function getChannelResourceServiceService()
  9677.     {
  9678.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelResourceService.php';
  9679.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiInternal/Client/ApiInternalClient.php';
  9680.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] ?? $this->getAuthorizationHelperService());
  9681.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'])) {
  9682.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'];
  9683.         }
  9684.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceManager'] ?? $this->getChannelResourceManagerService());
  9685.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'])) {
  9686.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'];
  9687.         }
  9688.         $c = ($this->privates['nellapp_sdk.routing.internal_url_generator'] ?? $this->getNellappSdk_Routing_InternalUrlGeneratorService());
  9689.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'])) {
  9690.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'];
  9691.         }
  9692.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelResourceService($a, ($this->services['cache.app'] ?? $this->getCache_AppService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b$c, new \Nellapp\Bundle\SDKBundle\ApiInternal\Client\ApiInternalClient($this->getEnv('APP_SECRET')));
  9693.     }
  9694.     /**
  9695.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionGroup\ChannelUserPermissionGroupManager' shared autowired service.
  9696.      *
  9697.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionGroup\ChannelUserPermissionGroupManager
  9698.      */
  9699.     protected function getChannelUserPermissionGroupManagerService()
  9700.     {
  9701.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelUserPermissionGroup/ChannelUserPermissionGroupManager.php';
  9702.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionGroup\ChannelUserPermissionGroupManager(new RewindableGenerator(function () {
  9703.             return new \EmptyIterator();
  9704.         }, 0));
  9705.     }
  9706.     /**
  9707.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionManager' shared autowired service.
  9708.      *
  9709.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionManager
  9710.      */
  9711.     protected function getChannelUserPermissionManagerService()
  9712.     {
  9713.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9714.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'])) {
  9715.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'];
  9716.         }
  9717.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionManager($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionHierarchyManager'] ?? $this->getChannelUserPermissionHierarchyManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnumManager'] ?? $this->getChannelUserPermissionEnumManagerService()), ($this->services['cache.app'] ?? $this->getCache_AppService()), true);
  9718.     }
  9719.     /**
  9720.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionService' shared autowired service.
  9721.      *
  9722.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionService
  9723.      */
  9724.     protected function getChannelUserPermissionServiceService()
  9725.     {
  9726.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService());
  9727.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'])) {
  9728.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'];
  9729.         }
  9730.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionService($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] ?? $this->getUserOwnerGetterService()));
  9731.     }
  9732.     /**
  9733.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand' shared autowired service.
  9734.      *
  9735.      * @return \Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand
  9736.      */
  9737.     protected function getCheckChannelMenuDisplayedCommandService()
  9738.     {
  9739.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9740.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Command/CheckChannelMenuDisplayedCommand.php';
  9741.         $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand'] = $instance = new \Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'] ?? $this->getChannelUserDataMenuDisplayedServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  9742.         $instance->setName('nellapp:check:menu-displayed');
  9743.         $instance->setDescription('Check the channel menu displayed for the given ChannelUserData');
  9744.         return $instance;
  9745.     }
  9746.     /**
  9747.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Command\CleanExpiredChannelResourcePermissionCommand' shared autowired service.
  9748.      *
  9749.      * @return \Nellapp\Bundle\SDKBundle\Permission\Command\CleanExpiredChannelResourcePermissionCommand
  9750.      */
  9751.     protected function getCleanExpiredChannelResourcePermissionCommandService()
  9752.     {
  9753.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9754.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Command/CleanExpiredChannelResourcePermissionCommand.php';
  9755.         $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand'] = $instance = new \Nellapp\Bundle\SDKBundle\Permission\Command\CleanExpiredChannelResourcePermissionCommand(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  9756.         $instance->setName('nellapp:check:expired-permission');
  9757.         $instance->setDescription('Remove from database expired channel resource permissions.');
  9758.         return $instance;
  9759.     }
  9760.     /**
  9761.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\ChannelMenuDisplayedSubscriber' shared autowired service.
  9762.      *
  9763.      * @return \Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\ChannelMenuDisplayedSubscriber
  9764.      */
  9765.     protected function getChannelMenuDisplayedSubscriber2Service()
  9766.     {
  9767.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  9768.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Doctrine/EventSubscriber/ChannelMenuDisplayedSubscriber.php';
  9769.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelUserDataMenuDisplayedTerminateTracker.php';
  9770.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber'] = new \Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\ChannelMenuDisplayedSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedTerminateTracker'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedTerminateTracker'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\ChannelUserDataMenuDisplayedTerminateTracker())));
  9771.     }
  9772.     /**
  9773.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\Mapping\PermissionConstraintSubscriber' shared autowired service.
  9774.      *
  9775.      * @return \Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\Mapping\PermissionConstraintSubscriber
  9776.      */
  9777.     protected function getPermissionConstraintSubscriberService()
  9778.     {
  9779.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  9780.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Doctrine/EventSubscriber/Mapping/PermissionConstraintSubscriber.php';
  9781.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber'] = new \Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\Mapping\PermissionConstraintSubscriber();
  9782.     }
  9783.     /**
  9784.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager' shared autowired service.
  9785.      *
  9786.      * @return \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager
  9787.      */
  9788.     protected function getChannelUserPermissionEnumManagerService()
  9789.     {
  9790.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnumManager'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager(new RewindableGenerator(function () {
  9791.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserChannelUserDataPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserChannelUserDataPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserChannelUserDataPermissionEnum()));
  9792.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserCursusPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserCursusPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserCursusPermissionEnum()));
  9793.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionAsyncEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionAsyncEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionAsyncEnum()));
  9794.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnum()));
  9795.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserSessionPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserSessionPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserSessionPermissionEnum()));
  9796.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserTrainingPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserTrainingPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserTrainingPermissionEnum()));
  9797.         }, 6));
  9798.     }
  9799.     /**
  9800.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType' shared autowired service.
  9801.      *
  9802.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType
  9803.      */
  9804.     protected function getChannelUserPermissionEnumTypeService()
  9805.     {
  9806.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9807.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9808.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/ChannelUserPermissionEnumType.php';
  9809.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType();
  9810.     }
  9811.     /**
  9812.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType' shared autowired service.
  9813.      *
  9814.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType
  9815.      */
  9816.     protected function getChannelUserPermissionResourceTypeService()
  9817.     {
  9818.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9819.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9820.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/ChannelUserPermissionResourceType.php';
  9821.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType();
  9822.     }
  9823.     /**
  9824.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter' shared autowired service.
  9825.      *
  9826.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter
  9827.      */
  9828.     protected function getChannelUserDataFilterService()
  9829.     {
  9830.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9831.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9832.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/Filter/ChannelUserDataFilter.php';
  9833.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter(($this->services['router'] ?? $this->getRouterService()));
  9834.     }
  9835.     /**
  9836.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter' shared autowired service.
  9837.      *
  9838.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter
  9839.      */
  9840.     protected function getChannelUserPermissionResourceFilterService()
  9841.     {
  9842.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9843.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9844.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/Filter/ChannelUserPermissionResourceFilter.php';
  9845.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter();
  9846.     }
  9847.     /**
  9848.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\Filter\MultipleResourcePermissionsType' shared autowired service.
  9849.      *
  9850.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\MultipleResourcePermissionsType
  9851.      */
  9852.     protected function getMultipleResourcePermissionsTypeService()
  9853.     {
  9854.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9855.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9856.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/Filter/MultipleResourcePermissionsType.php';
  9857.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\MultipleResourcePermissionsType(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] ?? $this->getGlobalEntityKeysService()));
  9858.     }
  9859.     /**
  9860.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\SelectUserForChannelResourcePermissionType' shared autowired service.
  9861.      *
  9862.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\SelectUserForChannelResourcePermissionType
  9863.      */
  9864.     protected function getSelectUserForChannelResourcePermissionTypeService()
  9865.     {
  9866.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9867.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9868.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/SelectUserForChannelResourcePermissionType.php';
  9869.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\SelectUserForChannelResourcePermissionType(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] ?? $this->getGlobalEntityKeysService()));
  9870.     }
  9871.     /**
  9872.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Security\Authorization\AuthorizationHelper' shared autowired service.
  9873.      *
  9874.      * @return \Nellapp\Bundle\SDKBundle\Permission\Security\Authorization\AuthorizationHelper
  9875.      */
  9876.     protected function getAuthorizationHelperService()
  9877.     {
  9878.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Authorization/AuthorizationHelper.php';
  9879.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  9880.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'])) {
  9881.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'];
  9882.         }
  9883.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Authorization\AuthorizationHelper($a);
  9884.     }
  9885.     /**
  9886.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager' shared autowired service.
  9887.      *
  9888.      * @return \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager
  9889.      */
  9890.     protected function getChannelUserPermissionHierarchyManagerService()
  9891.     {
  9892.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionHierarchyManager'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager(new RewindableGenerator(function () {
  9893.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelSessionPermissionHierarchy'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelSessionPermissionHierarchy'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelSessionPermissionHierarchy()));
  9894.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelTrainingPermissionHierarchy'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelTrainingPermissionHierarchy'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelTrainingPermissionHierarchy()));
  9895.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserCursusPermissionHierarchy'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserCursusPermissionHierarchy'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserCursusPermissionHierarchy()));
  9896.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionAsyncHierarchy'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionAsyncHierarchy'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionAsyncHierarchy()));
  9897.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionHierarchy'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionHierarchy'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchy()));
  9898.         }, 5));
  9899.     }
  9900.     /**
  9901.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime' shared autowired service.
  9902.      *
  9903.      * @return \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime
  9904.      */
  9905.     protected function getChannelUserDataPermissionRuntimeService()
  9906.     {
  9907.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9908.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/ChannelUserDataPermissionRuntime.php';
  9909.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService());
  9910.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime'])) {
  9911.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime'];
  9912.         }
  9913.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime'] = new \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] ?? $this->getUserOwnerGetterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  9914.     }
  9915.     /**
  9916.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\TranslateRuntime' shared autowired service.
  9917.      *
  9918.      * @return \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\TranslateRuntime
  9919.      */
  9920.     protected function getTranslateRuntimeService()
  9921.     {
  9922.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9923.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/TranslateRuntime.php';
  9924.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime'] = new \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\TranslateRuntime(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnumManager'] ?? $this->getChannelUserPermissionEnumManagerService()));
  9925.     }
  9926.     /**
  9927.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\UserOwnerRuntime' shared autowired service.
  9928.      *
  9929.      * @return \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\UserOwnerRuntime
  9930.      */
  9931.     protected function getUserOwnerRuntimeService()
  9932.     {
  9933.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9934.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/UserOwnerRuntime.php';
  9935.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  9936.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime'])) {
  9937.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime'];
  9938.         }
  9939.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime'] = new \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\UserOwnerRuntime(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] ?? $this->getUserOwnerGetterService()), $a);
  9940.     }
  9941.     /**
  9942.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter' shared autowired service.
  9943.      *
  9944.      * @return \Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter
  9945.      */
  9946.     protected function getUserOwnerGetterService()
  9947.     {
  9948.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] = new \Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter(new RewindableGenerator(function () {
  9949.             return new \EmptyIterator();
  9950.         }, 0));
  9951.     }
  9952.     /**
  9953.      * Gets the private 'Nellapp\Bundle\SDKBundle\Planning\Service\AgendaService' shared autowired service.
  9954.      *
  9955.      * @return \Nellapp\Bundle\SDKBundle\Planning\Service\AgendaService
  9956.      */
  9957.     protected function getAgendaServiceService()
  9958.     {
  9959.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Planning/Service/AgendaService.php';
  9960.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiClientInterApp/Client/Contracts/CrossAppClientInterface.php';
  9961.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  9962.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiClientInterApp/Client/Contracts/CrossAppClientTrait.php';
  9963.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiClientInterApp/Client/NpmClient.php';
  9964.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9965.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Planning\\Service\\AgendaService'])) {
  9966.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Planning\\Service\\AgendaService'];
  9967.         }
  9968.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Planning\\Service\\AgendaService'] = new \Nellapp\Bundle\SDKBundle\Planning\Service\AgendaService(new \Nellapp\Bundle\SDKBundle\ApiClientInterApp\Client\NpmClient($a, ($this->privates['nellapp_sdk.routing.internal_url_generator'] ?? $this->getNellappSdk_Routing_InternalUrlGeneratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Proxy\\ProxyClient'] ?? $this->getProxyClientService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  9969.     }
  9970.     /**
  9971.      * Gets the private 'Nellapp\Bundle\SDKBundle\ReverseSync\Doctrine\EventSubscriber\ReverseSyncSubscriber' shared autowired service.
  9972.      *
  9973.      * @return \Nellapp\Bundle\SDKBundle\ReverseSync\Doctrine\EventSubscriber\ReverseSyncSubscriber
  9974.      */
  9975.     protected function getReverseSyncSubscriberService()
  9976.     {
  9977.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  9978.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ReverseSync/Doctrine/EventSubscriber/ReverseSyncSubscriber.php';
  9979.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ReverseSync/Tracker/Tracker.php';
  9980.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Doctrine\\EventSubscriber\\ReverseSyncSubscriber'] = new \Nellapp\Bundle\SDKBundle\ReverseSync\Doctrine\EventSubscriber\ReverseSyncSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Tracker\\Tracker'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Tracker\\Tracker'] = new \Nellapp\Bundle\SDKBundle\ReverseSync\Tracker\Tracker())));
  9981.     }
  9982.     /**
  9983.      * Gets the private 'Nellapp\Bundle\SDKBundle\ReverseSync\EventSubscriber\ReverseSyncSubscriber' shared autowired service.
  9984.      *
  9985.      * @return \Nellapp\Bundle\SDKBundle\ReverseSync\EventSubscriber\ReverseSyncSubscriber
  9986.      */
  9987.     protected function getReverseSyncSubscriber2Service()
  9988.     {
  9989.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ReverseSync/EventSubscriber/ReverseSyncSubscriber.php';
  9990.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ReverseSync/Messenger/SenderService.php';
  9991.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ReverseSync/Tracker/Tracker.php';
  9992.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  9993.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\EventSubscriber\\ReverseSyncSubscriber'])) {
  9994.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\EventSubscriber\\ReverseSyncSubscriber'];
  9995.         }
  9996.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\EventSubscriber\\ReverseSyncSubscriber'] = new \Nellapp\Bundle\SDKBundle\ReverseSync\EventSubscriber\ReverseSyncSubscriber(new \Nellapp\Bundle\SDKBundle\ReverseSync\Messenger\SenderService(($this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Tracker\\Tracker'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Tracker\\Tracker'] = new \Nellapp\Bundle\SDKBundle\ReverseSync\Tracker\Tracker())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 'nim'));
  9997.     }
  9998.     /**
  9999.      * Gets the private 'Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\DomainsRoutingRuntime' shared autowired service.
  10000.      *
  10001.      * @return \Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\DomainsRoutingRuntime
  10002.      */
  10003.     protected function getDomainsRoutingRuntimeService()
  10004.     {
  10005.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  10006.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Runtime/DomainsRoutingRuntime.php';
  10007.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\DomainsRoutingRuntime'] = new \Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\DomainsRoutingRuntime(($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] = new \Nellapp\Bundle\SDKBundle\Routing\Utils\DomainsRoutingUtils($this->getEnv('DEFAULT_DOMAIN'), 'nim'))));
  10008.     }
  10009.     /**
  10010.      * Gets the private 'Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\UrlGeneratorRuntime' shared autowired service.
  10011.      *
  10012.      * @return \Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\UrlGeneratorRuntime
  10013.      */
  10014.     protected function getUrlGeneratorRuntimeService()
  10015.     {
  10016.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  10017.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Runtime/UrlGeneratorRuntime.php';
  10018.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime'] = new \Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\UrlGeneratorRuntime(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  10019.     }
  10020.     /**
  10021.      * Gets the private 'Nellapp\Bundle\SDKBundle\Routing\Utils\ChannelMainDomainUtils' shared autowired service.
  10022.      *
  10023.      * @return \Nellapp\Bundle\SDKBundle\Routing\Utils\ChannelMainDomainUtils
  10024.      */
  10025.     protected function getChannelMainDomainUtilsService()
  10026.     {
  10027.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService());
  10028.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'])) {
  10029.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'];
  10030.         }
  10031.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'] = new \Nellapp\Bundle\SDKBundle\Routing\Utils\ChannelMainDomainUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] = new \Nellapp\Bundle\SDKBundle\Routing\Utils\DomainsRoutingUtils($this->getEnv('DEFAULT_DOMAIN'), 'nim'))), $a);
  10032.     }
  10033.     /**
  10034.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\NotificationClient' shared autowired service.
  10035.      *
  10036.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\NotificationClient
  10037.      */
  10038.     protected function getNotificationClientService()
  10039.     {
  10040.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10041.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10042.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10043.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10044.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Account/NotificationClient.php';
  10045.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10046.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\NotificationClient'])) {
  10047.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\NotificationClient'];
  10048.         }
  10049.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\NotificationClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\NotificationClient($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  10050.     }
  10051.     /**
  10052.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\SsoClient' shared autowired service.
  10053.      *
  10054.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\SsoClient
  10055.      */
  10056.     protected function getSsoClientService()
  10057.     {
  10058.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10059.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10060.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10061.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10062.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Account/SsoClient.php';
  10063.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10064.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\SsoClient'])) {
  10065.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\SsoClient'];
  10066.         }
  10067.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\SsoClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\SsoClient($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  10068.     }
  10069.     /**
  10070.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\UserClient' shared autowired service.
  10071.      *
  10072.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\UserClient
  10073.      */
  10074.     protected function getUserClientService()
  10075.     {
  10076.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10077.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10078.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10079.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10080.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Account/UserClient.php';
  10081.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10082.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'])) {
  10083.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'];
  10084.         }
  10085.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\UserClient($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  10086.     }
  10087.     /**
  10088.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\AbstractCursusEntityClient' shared autowired service.
  10089.      *
  10090.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\AbstractCursusEntityClient
  10091.      */
  10092.     protected function getAbstractCursusEntityClientService()
  10093.     {
  10094.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10095.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10096.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10097.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10098.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/ChannelUserData/AbstractCursusEntityClient.php';
  10099.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10100.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusEntityClient'])) {
  10101.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusEntityClient'];
  10102.         }
  10103.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusEntityClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\AbstractCursusEntityClient($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  10104.     }
  10105.     /**
  10106.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\ChannelUserDataEntityClient' shared autowired service.
  10107.      *
  10108.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\ChannelUserDataEntityClient
  10109.      */
  10110.     protected function getChannelUserDataEntityClientService()
  10111.     {
  10112.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10113.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10114.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10115.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10116.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/ChannelUserData/ChannelUserDataEntityClient.php';
  10117.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10118.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataEntityClient'])) {
  10119.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataEntityClient'];
  10120.         }
  10121.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataEntityClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\ChannelUserDataEntityClient($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  10122.     }
  10123.     /**
  10124.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelClient' shared autowired service.
  10125.      *
  10126.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelClient
  10127.      */
  10128.     protected function getChannelClientService()
  10129.     {
  10130.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10131.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10132.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10133.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10134.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelClient.php';
  10135.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10136.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'])) {
  10137.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'];
  10138.         }
  10139.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelClient($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  10140.     }
  10141.     /**
  10142.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelConfigurationClient' shared autowired service.
  10143.      *
  10144.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelConfigurationClient
  10145.      */
  10146.     protected function getChannelConfigurationClientService()
  10147.     {
  10148.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10149.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10150.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10151.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10152.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelConfigurationClient.php';
  10153.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10154.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelConfigurationClient'])) {
  10155.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelConfigurationClient'];
  10156.         }
  10157.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelConfigurationClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelConfigurationClient($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  10158.     }
  10159.     /**
  10160.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelContactClient' shared autowired service.
  10161.      *
  10162.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelContactClient
  10163.      */
  10164.     protected function getChannelContactClientService()
  10165.     {
  10166.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10167.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10168.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10169.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10170.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelContactClient.php';
  10171.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10172.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelContactClient'])) {
  10173.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelContactClient'];
  10174.         }
  10175.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelContactClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelContactClient($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  10176.     }
  10177.     /**
  10178.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserCursusPermissionClient' shared autowired service.
  10179.      *
  10180.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserCursusPermissionClient
  10181.      */
  10182.     protected function getChannelUserCursusPermissionClientService()
  10183.     {
  10184.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10185.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10186.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10187.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10188.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserCursusPermissionClient.php';
  10189.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10190.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserCursusPermissionClient'])) {
  10191.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserCursusPermissionClient'];
  10192.         }
  10193.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserCursusPermissionClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserCursusPermissionClient($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  10194.     }
  10195.     /**
  10196.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserRoleClient' shared autowired service.
  10197.      *
  10198.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserRoleClient
  10199.      */
  10200.     protected function getChannelUserRoleClientService()
  10201.     {
  10202.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10203.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10204.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10205.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10206.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserRoleClient.php';
  10207.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10208.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'])) {
  10209.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'];
  10210.         }
  10211.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserRoleClient($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  10212.     }
  10213.     /**
  10214.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserServicePermissionClient' shared autowired service.
  10215.      *
  10216.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserServicePermissionClient
  10217.      */
  10218.     protected function getChannelUserServicePermissionClientService()
  10219.     {
  10220.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10221.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10222.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10223.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10224.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserServicePermissionClient.php';
  10225.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10226.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'])) {
  10227.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'];
  10228.         }
  10229.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserServicePermissionClient($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  10230.     }
  10231.     /**
  10232.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserSessionPermissionClient' shared autowired service.
  10233.      *
  10234.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserSessionPermissionClient
  10235.      */
  10236.     protected function getChannelUserSessionPermissionClientService()
  10237.     {
  10238.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10239.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10240.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10241.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10242.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserSessionPermissionClient.php';
  10243.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10244.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'])) {
  10245.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'];
  10246.         }
  10247.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserSessionPermissionClient($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  10248.     }
  10249.     /**
  10250.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserTrainingPermissionClient' shared autowired service.
  10251.      *
  10252.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserTrainingPermissionClient
  10253.      */
  10254.     protected function getChannelUserTrainingPermissionClientService()
  10255.     {
  10256.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10257.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10258.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10259.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10260.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserTrainingPermissionClient.php';
  10261.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10262.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserTrainingPermissionClient'])) {
  10263.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserTrainingPermissionClient'];
  10264.         }
  10265.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserTrainingPermissionClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserTrainingPermissionClient($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  10266.     }
  10267.     /**
  10268.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelWhiteLabelClient' shared autowired service.
  10269.      *
  10270.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelWhiteLabelClient
  10271.      */
  10272.     protected function getChannelWhiteLabelClientService()
  10273.     {
  10274.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10275.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10276.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10277.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10278.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelWhiteLabelClient.php';
  10279.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10280.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelWhiteLabelClient'])) {
  10281.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelWhiteLabelClient'];
  10282.         }
  10283.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelWhiteLabelClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelWhiteLabelClient($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  10284.     }
  10285.     /**
  10286.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\CompanyClient' shared autowired service.
  10287.      *
  10288.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\CompanyClient
  10289.      */
  10290.     protected function getCompanyClientService()
  10291.     {
  10292.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10293.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10294.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10295.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10296.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/CompanyClient.php';
  10297.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10298.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyClient'])) {
  10299.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyClient'];
  10300.         }
  10301.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\CompanyClient($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  10302.     }
  10303.     /**
  10304.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\CompanyContactClient' shared autowired service.
  10305.      *
  10306.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\CompanyContactClient
  10307.      */
  10308.     protected function getCompanyContactClientService()
  10309.     {
  10310.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10311.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10312.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10313.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10314.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/CompanyContactClient.php';
  10315.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10316.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyContactClient'])) {
  10317.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyContactClient'];
  10318.         }
  10319.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyContactClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\CompanyContactClient($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  10320.     }
  10321.     /**
  10322.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ContactClient' shared autowired service.
  10323.      *
  10324.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ContactClient
  10325.      */
  10326.     protected function getContactClientService()
  10327.     {
  10328.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10329.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10330.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10331.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10332.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ContactClient.php';
  10333.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10334.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ContactClient'])) {
  10335.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ContactClient'];
  10336.         }
  10337.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ContactClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ContactClient($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  10338.     }
  10339.     /**
  10340.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\FrenchProfessionalIdClient' shared autowired service.
  10341.      *
  10342.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\FrenchProfessionalIdClient
  10343.      */
  10344.     protected function getFrenchProfessionalIdClientService()
  10345.     {
  10346.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10347.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10348.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10349.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10350.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/FrenchProfessionalIdClient.php';
  10351.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10352.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\FrenchProfessionalIdClient'])) {
  10353.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\FrenchProfessionalIdClient'];
  10354.         }
  10355.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\FrenchProfessionalIdClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\FrenchProfessionalIdClient($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  10356.     }
  10357.     /**
  10358.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\GroupClient' shared autowired service.
  10359.      *
  10360.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\GroupClient
  10361.      */
  10362.     protected function getGroupClientService()
  10363.     {
  10364.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10365.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10366.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10367.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10368.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/GroupClient.php';
  10369.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10370.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'])) {
  10371.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'];
  10372.         }
  10373.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\GroupClient($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  10374.     }
  10375.     /**
  10376.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\OrganizationClient' shared autowired service.
  10377.      *
  10378.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\OrganizationClient
  10379.      */
  10380.     protected function getOrganizationClientService()
  10381.     {
  10382.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10383.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10384.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10385.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10386.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/OrganizationClient.php';
  10387.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10388.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\OrganizationClient'])) {
  10389.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\OrganizationClient'];
  10390.         }
  10391.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\OrganizationClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\OrganizationClient($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  10392.     }
  10393.     /**
  10394.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\PlaceClient' shared autowired service.
  10395.      *
  10396.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\PlaceClient
  10397.      */
  10398.     protected function getPlaceClientService()
  10399.     {
  10400.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10401.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10402.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10403.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10404.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/PlaceClient.php';
  10405.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10406.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'])) {
  10407.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'];
  10408.         }
  10409.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\PlaceClient($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  10410.     }
  10411.     /**
  10412.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\RoomClient' shared autowired service.
  10413.      *
  10414.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\RoomClient
  10415.      */
  10416.     protected function getRoomClientService()
  10417.     {
  10418.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10419.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10420.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10421.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10422.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/RoomClient.php';
  10423.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10424.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'])) {
  10425.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'];
  10426.         }
  10427.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\RoomClient($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  10428.     }
  10429.     /**
  10430.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ServiceClient' shared autowired service.
  10431.      *
  10432.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ServiceClient
  10433.      */
  10434.     protected function getServiceClientService()
  10435.     {
  10436.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10437.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10438.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10439.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10440.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ServiceClient.php';
  10441.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10442.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'])) {
  10443.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'];
  10444.         }
  10445.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ServiceClient($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  10446.     }
  10447.     /**
  10448.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\SessionClient' shared autowired service.
  10449.      *
  10450.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\SessionClient
  10451.      */
  10452.     protected function getSessionClientService()
  10453.     {
  10454.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10455.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10456.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10457.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10458.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/SessionClient.php';
  10459.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10460.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'])) {
  10461.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'];
  10462.         }
  10463.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\SessionClient($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  10464.     }
  10465.     /**
  10466.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\TrainingClient' shared autowired service.
  10467.      *
  10468.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\TrainingClient
  10469.      */
  10470.     protected function getTrainingClientService()
  10471.     {
  10472.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10473.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10474.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10475.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10476.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/TrainingClient.php';
  10477.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10478.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'])) {
  10479.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'];
  10480.         }
  10481.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\TrainingClient($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  10482.     }
  10483.     /**
  10484.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\UserFromChannelClient' shared autowired service.
  10485.      *
  10486.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\UserFromChannelClient
  10487.      */
  10488.     protected function getUserFromChannelClientService()
  10489.     {
  10490.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10491.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10492.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10493.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10494.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/UserFromChannelClient.php';
  10495.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10496.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'])) {
  10497.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'];
  10498.         }
  10499.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\UserFromChannelClient($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  10500.     }
  10501.     /**
  10502.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncCoreClient' shared autowired service.
  10503.      *
  10504.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncCoreClient
  10505.      */
  10506.     protected function getSyncCoreClientService()
  10507.     {
  10508.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AppHttpClientInterface.php';
  10509.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncCoreClient.php';
  10510.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncCoreClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  10511.     }
  10512.     /**
  10513.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\FailedMessageCommand' shared autowired service.
  10514.      *
  10515.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\FailedMessageCommand
  10516.      */
  10517.     protected function getFailedMessageCommandService()
  10518.     {
  10519.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10520.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/FailedMessageCommand.php';
  10521.         $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand'] = $instance = new \Nellapp\Bundle\SDKBundle\Sync\Command\FailedMessageCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10522.         $instance->setName('nellapp:failed-message');
  10523.         return $instance;
  10524.     }
  10525.     /**
  10526.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand' shared autowired service.
  10527.      *
  10528.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand
  10529.      */
  10530.     protected function getFullRefreshClassCommandService()
  10531.     {
  10532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10533.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/FullRefreshClassCommand.php';
  10534.         $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand'] = $instance = new \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] ?? $this->getChannelClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\FullRefreshManager'] ?? $this->getFullRefreshManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10535.         $instance->setName('nellapp:force-full-refresh');
  10536.         $instance->setDescription('Force full refresh of a class');
  10537.         return $instance;
  10538.     }
  10539.     /**
  10540.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand' shared autowired service.
  10541.      *
  10542.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand
  10543.      */
  10544.     protected function getRefreshClassCommandService()
  10545.     {
  10546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10547.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/RefreshClassCommand.php';
  10548.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorManager.php';
  10549.         $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand'] = $instance = new \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand(new \Nellapp\Bundle\SDKBundle\DataSync\Hydrator\HydratorManager(new RewindableGenerator(function () {
  10550.             yield => ($this->privates['App\\SdkBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'] ?? $this->getAbstractCursusHydratorService());
  10551.             yield => ($this->privates['App\\SdkBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'] ?? $this->getSessionHydratorService());
  10552.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'] ?? $this->getAbstractCursusHydrator2Service());
  10553.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'] ?? $this->getSessionHydrator2Service());
  10554.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\NotificationHydrator'] ?? $this->getNotificationHydratorService());
  10555.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\UserHydrator'] ?? $this->getUserHydratorService());
  10556.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelConfigurationHydrator'] ?? $this->getChannelConfigurationHydratorService());
  10557.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelContactHydrator'] ?? $this->getChannelContactHydratorService());
  10558.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelHydrator'] ?? $this->getChannelHydratorService());
  10559.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'] ?? $this->getChannelUserCursusPermissionHydratorService());
  10560.             yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'] ?? $this->getChannelUserDataHydratorService());
  10561.             yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserRoleHydrator'] ?? $this->getChannelUserRoleHydratorService());
  10562.             yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'] ?? $this->getChannelUserServicePermissionHydratorService());
  10563.             yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'] ?? $this->getChannelUserSessionPermissionHydratorService());
  10564.             yield 14 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'] ?? $this->getChannelUserTrainingPermissionHydratorService());
  10565.             yield 15 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelWhiteLabelHydrator'] ?? $this->getChannelWhiteLabelHydratorService());
  10566.             yield 16 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyContactHydrator'] ?? $this->getCompanyContactHydratorService());
  10567.             yield 17 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyHydrator'] ?? $this->getCompanyHydratorService());
  10568.             yield 18 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\FrenchProfessionalIdHydrator'] ?? $this->getFrenchProfessionalIdHydratorService());
  10569.             yield 19 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'] ?? $this->getGroupHydratorService());
  10570.             yield 20 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\OrganizationHydrator'] ?? $this->getOrganizationHydratorService());
  10571.             yield 21 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\PlaceHydrator'] ?? $this->getPlaceHydratorService());
  10572.             yield 22 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\RoomHydrator'] ?? $this->getRoomHydratorService());
  10573.             yield 23 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ServiceHydrator'] ?? $this->getServiceHydratorService());
  10574.             yield 24 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'] ?? $this->getTrainingHydratorService());
  10575.             yield 25 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\UserFromChannelHydrator'] ?? $this->getUserFromChannelHydratorService());
  10576.             yield 26 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Common\\AddressHydrator'] ?? $this->getAddressHydratorService());
  10577.             yield 27 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Common\\ContactHydrator'] ?? $this->getContactHydratorService());
  10578.         }, 28)), ($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\HttpClient\\EntityClientManager'] ?? $this->getEntityClientManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Refresher\\RefresherManager'] ?? $this->getRefresherManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10579.         $instance->setName('nellapp:force-refresh');
  10580.         $instance->setDescription('Force refresh of a class');
  10581.         return $instance;
  10582.     }
  10583.     /**
  10584.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand' shared autowired service.
  10585.      *
  10586.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand
  10587.      */
  10588.     protected function getRefreshOneCommandService()
  10589.     {
  10590.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10591.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/RefreshOneCommand.php';
  10592.         $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand'] = $instance = new \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Refresher\\RefresherManager'] ?? $this->getRefresherManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10593.         $instance->setName('nellapp:force-refresh-one');
  10594.         $instance->setDescription('Force refresh of an entity');
  10595.         return $instance;
  10596.     }
  10597.     /**
  10598.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand' shared autowired service.
  10599.      *
  10600.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand
  10601.      */
  10602.     protected function getUserFromChannelCommandService()
  10603.     {
  10604.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10605.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/UserFromChannelCommand.php';
  10606.         $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand'] = $instance = new \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] ?? $this->getUserFromChannelClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\UserFromChannelRetriever'] ?? $this->getUserFromChannelRetrieverService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10607.         $instance->setName('nellapp:force-sync:ufc');
  10608.         $instance->setDescription('Force sync all UserFromChannel');
  10609.         return $instance;
  10610.     }
  10611.     /**
  10612.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand' shared autowired service.
  10613.      *
  10614.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand
  10615.      */
  10616.     protected function getSyncOneCommandService()
  10617.     {
  10618.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10619.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/SyncOneCommand.php';
  10620.         $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand'] = $instance = new \Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\FullRefreshManager'] ?? $this->getFullRefreshManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()));
  10621.         $instance->setName('nellapp:sync:one');
  10622.         $instance->setDescription('Manual sync by id');
  10623.         return $instance;
  10624.     }
  10625.     /**
  10626.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher' shared autowired service.
  10627.      *
  10628.      * @return \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher
  10629.      */
  10630.     protected function getUserRefresherService()
  10631.     {
  10632.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/FullRefresherInterface.php';
  10633.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/AbstractRefresher.php';
  10634.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/Account/UserRefresher.php';
  10635.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Account\\UserRefresher'] ?? $this->getUserRefresher2Service());
  10636.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'])) {
  10637.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'];
  10638.         }
  10639.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'] ?? $this->getChannelUserDataMenuDisplayedServiceService());
  10640.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'])) {
  10641.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'];
  10642.         }
  10643.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher($a$b$this->parameters['entities_handled']);
  10644.         $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10645.         $instance $instance->setRetrieverManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()));
  10646.         $instance $instance->setRefresherManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Refresher\\RefresherManager'] ?? $this->getRefresherManagerService()));
  10647.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher'] = $instance $instance->setClientManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\HttpClient\\EntityClientManager'] ?? $this->getEntityClientManagerService()));
  10648.         $instance->setManagerRegistry(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10649.         return $instance;
  10650.     }
  10651.     /**
  10652.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher' shared autowired service.
  10653.      *
  10654.      * @return \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher
  10655.      */
  10656.     protected function getChannelRefresher2Service()
  10657.     {
  10658.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/FullRefresherInterface.php';
  10659.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/AbstractRefresher.php';
  10660.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/Channel/ChannelRefresher.php';
  10661.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelRefresher'] ?? $this->getChannelRefresherService()));
  10662.         $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10663.         $instance $instance->setRetrieverManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()));
  10664.         $instance $instance->setRefresherManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Refresher\\RefresherManager'] ?? $this->getRefresherManagerService()));
  10665.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher'] = $instance $instance->setClientManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\HttpClient\\EntityClientManager'] ?? $this->getEntityClientManagerService()));
  10666.         $instance->setManagerRegistry(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10667.         return $instance;
  10668.     }
  10669.     /**
  10670.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefreshManager' shared autowired service.
  10671.      *
  10672.      * @return \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefreshManager
  10673.      */
  10674.     protected function getFullRefreshManagerService()
  10675.     {
  10676.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/FullRefreshManager.php';
  10677.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\FullRefreshManager'] = new \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefreshManager(new RewindableGenerator(function () {
  10678.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'] ?? $this->getUserRefresherService());
  10679.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Channel\\ChannelRefresher'] ?? $this->getChannelRefresher2Service());
  10680.         }, 2));
  10681.     }
  10682.     /**
  10683.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\NotificationHydrator' shared autowired service.
  10684.      *
  10685.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\NotificationHydrator
  10686.      */
  10687.     protected function getNotificationHydratorService()
  10688.     {
  10689.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10690.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10691.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Account/NotificationHydrator.php';
  10692.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService());
  10693.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\NotificationHydrator'])) {
  10694.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\NotificationHydrator'];
  10695.         }
  10696.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\NotificationHydrator($a);
  10697.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\NotificationHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10698.         return $instance;
  10699.     }
  10700.     /**
  10701.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator' shared autowired service.
  10702.      *
  10703.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator
  10704.      */
  10705.     protected function getUserHydratorService()
  10706.     {
  10707.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10708.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10709.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Account/UserHydrator.php';
  10710.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Domain\\Contact\\Service\\ContactService'] ?? $this->getContactServiceService());
  10711.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\UserHydrator'])) {
  10712.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\UserHydrator'];
  10713.         }
  10714.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator($a);
  10715.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10716.         return $instance;
  10717.     }
  10718.     /**
  10719.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\AbstractCursusHydrator' shared autowired service.
  10720.      *
  10721.      * @return \App\SdkBundle\Sync\Hydrator\Channel\AbstractCursusHydrator
  10722.      */
  10723.     protected function getAbstractCursusHydrator2Service()
  10724.     {
  10725.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10726.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10727.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/AbstractCursusHydrator.php';
  10728.         include_once \dirname(__DIR__4).'/src/SdkBundle/Sync/Hydrator/Channel/AbstractCursusHydrator.php';
  10729.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'] ?? $this->getSessionRetrieverService());
  10730.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'])) {
  10731.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'];
  10732.         }
  10733.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService());
  10734.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'])) {
  10735.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'];
  10736.         }
  10737.         $c = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'] ?? $this->getTrainingRetrieverService());
  10738.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'])) {
  10739.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'];
  10740.         }
  10741.         $d = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService());
  10742.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'])) {
  10743.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'];
  10744.         }
  10745.         $instance = new \App\SdkBundle\Sync\Hydrator\Channel\AbstractCursusHydrator($a$b$c$d);
  10746.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\AbstractCursusHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10747.         return $instance;
  10748.     }
  10749.     /**
  10750.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelConfigurationHydrator' shared autowired service.
  10751.      *
  10752.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelConfigurationHydrator
  10753.      */
  10754.     protected function getChannelConfigurationHydratorService()
  10755.     {
  10756.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10757.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10758.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelConfigurationHydrator.php';
  10759.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10760.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelConfigurationHydrator'])) {
  10761.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelConfigurationHydrator'];
  10762.         }
  10763.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelConfigurationHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()), $a);
  10764.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelConfigurationHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10765.         return $instance;
  10766.     }
  10767.     /**
  10768.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelContactHydrator' shared autowired service.
  10769.      *
  10770.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelContactHydrator
  10771.      */
  10772.     protected function getChannelContactHydratorService()
  10773.     {
  10774.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10775.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10776.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelContactHydrator.php';
  10777.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10778.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelContactHydrator'])) {
  10779.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelContactHydrator'];
  10780.         }
  10781.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ContactRetriever'] ?? $this->getContactRetrieverService());
  10782.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelContactHydrator'])) {
  10783.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelContactHydrator'];
  10784.         }
  10785.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelContactHydrator($a$b);
  10786.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelContactHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10787.         return $instance;
  10788.     }
  10789.     /**
  10790.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator' shared autowired service.
  10791.      *
  10792.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator
  10793.      */
  10794.     protected function getChannelHydratorService()
  10795.     {
  10796.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10797.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10798.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelHydrator.php';
  10799.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()));
  10800.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10801.         return $instance;
  10802.     }
  10803.     /**
  10804.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserCursusPermissionHydrator' shared autowired service.
  10805.      *
  10806.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserCursusPermissionHydrator
  10807.      */
  10808.     protected function getChannelUserCursusPermissionHydratorService()
  10809.     {
  10810.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10811.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10812.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserCursusPermissionHydrator.php';
  10813.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService());
  10814.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'])) {
  10815.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'];
  10816.         }
  10817.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'] ?? $this->getAbstractCursusRetrieverService());
  10818.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'])) {
  10819.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'];
  10820.         }
  10821.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserCursusPermissionHydrator($a$b);
  10822.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserCursusPermissionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10823.         return $instance;
  10824.     }
  10825.     /**
  10826.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator' shared autowired service.
  10827.      *
  10828.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator
  10829.      */
  10830.     protected function getChannelUserDataHydratorService()
  10831.     {
  10832.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10833.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10834.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserDataHydrator.php';
  10835.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10836.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'])) {
  10837.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'];
  10838.         }
  10839.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'] ?? $this->getChannelUserRoleRetrieverService());
  10840.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'])) {
  10841.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'];
  10842.         }
  10843.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()), $a$b);
  10844.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10845.         return $instance;
  10846.     }
  10847.     /**
  10848.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator' shared autowired service.
  10849.      *
  10850.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator
  10851.      */
  10852.     protected function getChannelUserRoleHydratorService()
  10853.     {
  10854.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10855.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10856.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserRoleHydrator.php';
  10857.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10858.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserRoleHydrator'])) {
  10859.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserRoleHydrator'];
  10860.         }
  10861.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator($a);
  10862.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10863.         return $instance;
  10864.     }
  10865.     /**
  10866.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator' shared autowired service.
  10867.      *
  10868.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator
  10869.      */
  10870.     protected function getChannelUserServicePermissionHydratorService()
  10871.     {
  10872.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10873.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10874.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserServicePermissionHydrator.php';
  10875.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService());
  10876.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'])) {
  10877.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'];
  10878.         }
  10879.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'] ?? $this->getSessionRetrieverService());
  10880.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'])) {
  10881.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'];
  10882.         }
  10883.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator($a$b);
  10884.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10885.         return $instance;
  10886.     }
  10887.     /**
  10888.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator' shared autowired service.
  10889.      *
  10890.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator
  10891.      */
  10892.     protected function getChannelUserSessionPermissionHydratorService()
  10893.     {
  10894.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10895.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10896.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserSessionPermissionHydrator.php';
  10897.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService());
  10898.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'])) {
  10899.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'];
  10900.         }
  10901.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'] ?? $this->getSessionRetrieverService());
  10902.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'])) {
  10903.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'];
  10904.         }
  10905.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator($a$b);
  10906.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10907.         return $instance;
  10908.     }
  10909.     /**
  10910.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserTrainingPermissionHydrator' shared autowired service.
  10911.      *
  10912.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserTrainingPermissionHydrator
  10913.      */
  10914.     protected function getChannelUserTrainingPermissionHydratorService()
  10915.     {
  10916.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10917.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10918.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserTrainingPermissionHydrator.php';
  10919.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService());
  10920.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'])) {
  10921.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'];
  10922.         }
  10923.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'] ?? $this->getTrainingRetrieverService());
  10924.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'])) {
  10925.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'];
  10926.         }
  10927.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserTrainingPermissionHydrator($a$b);
  10928.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserTrainingPermissionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10929.         return $instance;
  10930.     }
  10931.     /**
  10932.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelWhiteLabelHydrator' shared autowired service.
  10933.      *
  10934.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelWhiteLabelHydrator
  10935.      */
  10936.     protected function getChannelWhiteLabelHydratorService()
  10937.     {
  10938.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10939.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10940.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelWhiteLabelHydrator.php';
  10941.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10942.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelWhiteLabelHydrator'])) {
  10943.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelWhiteLabelHydrator'];
  10944.         }
  10945.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelWhiteLabelHydrator($a);
  10946.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelWhiteLabelHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10947.         return $instance;
  10948.     }
  10949.     /**
  10950.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyContactHydrator' shared autowired service.
  10951.      *
  10952.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyContactHydrator
  10953.      */
  10954.     protected function getCompanyContactHydratorService()
  10955.     {
  10956.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10957.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10958.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/CompanyContactHydrator.php';
  10959.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\CompanyRetriever'] ?? $this->getCompanyRetrieverService());
  10960.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyContactHydrator'])) {
  10961.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyContactHydrator'];
  10962.         }
  10963.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelContactRetriever'] ?? $this->getChannelContactRetrieverService());
  10964.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyContactHydrator'])) {
  10965.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyContactHydrator'];
  10966.         }
  10967.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyContactHydrator($a$b);
  10968.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyContactHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10969.         return $instance;
  10970.     }
  10971.     /**
  10972.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyHydrator' shared autowired service.
  10973.      *
  10974.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyHydrator
  10975.      */
  10976.     protected function getCompanyHydratorService()
  10977.     {
  10978.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10979.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10980.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/CompanyHydrator.php';
  10981.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10982.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyHydrator'])) {
  10983.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyHydrator'];
  10984.         }
  10985.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyHydrator($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Common\\AddressHydrator'] ?? $this->getAddressHydratorService()));
  10986.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10987.         return $instance;
  10988.     }
  10989.     /**
  10990.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\FrenchProfessionalIdHydrator' shared autowired service.
  10991.      *
  10992.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\FrenchProfessionalIdHydrator
  10993.      */
  10994.     protected function getFrenchProfessionalIdHydratorService()
  10995.     {
  10996.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10997.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10998.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/FrenchProfessionalIdHydrator.php';
  10999.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\FrenchProfessionalIdHydrator();
  11000.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\FrenchProfessionalIdHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  11001.         return $instance;
  11002.     }
  11003.     /**
  11004.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator' shared autowired service.
  11005.      *
  11006.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator
  11007.      */
  11008.     protected function getGroupHydratorService()
  11009.     {
  11010.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  11011.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  11012.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/GroupHydrator.php';
  11013.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  11014.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'])) {
  11015.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'];
  11016.         }
  11017.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService());
  11018.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'])) {
  11019.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'];
  11020.         }
  11021.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()), $b);
  11022.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  11023.         return $instance;
  11024.     }
  11025.     /**
  11026.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\OrganizationHydrator' shared autowired service.
  11027.      *
  11028.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\OrganizationHydrator
  11029.      */
  11030.     protected function getOrganizationHydratorService()
  11031.     {
  11032.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  11033.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  11034.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/OrganizationHydrator.php';
  11035.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  11036.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\OrganizationHydrator'])) {
  11037.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\OrganizationHydrator'];
  11038.         }
  11039.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\OrganizationHydrator($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Common\\AddressHydrator'] ?? $this->getAddressHydratorService()));
  11040.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\OrganizationHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  11041.         return $instance;
  11042.     }
  11043.     /**
  11044.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator' shared autowired service.
  11045.      *
  11046.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator
  11047.      */
  11048.     protected function getPlaceHydratorService()
  11049.     {
  11050.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  11051.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  11052.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/PlaceHydrator.php';
  11053.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  11054.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\PlaceHydrator'])) {
  11055.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\PlaceHydrator'];
  11056.         }
  11057.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator($a);
  11058.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  11059.         return $instance;
  11060.     }
  11061.     /**
  11062.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator' shared autowired service.
  11063.      *
  11064.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator
  11065.      */
  11066.     protected function getRoomHydratorService()
  11067.     {
  11068.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  11069.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  11070.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/RoomHydrator.php';
  11071.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService());
  11072.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\RoomHydrator'])) {
  11073.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\RoomHydrator'];
  11074.         }
  11075.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator($a);
  11076.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  11077.         return $instance;
  11078.     }
  11079.     /**
  11080.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator' shared autowired service.
  11081.      *
  11082.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator
  11083.      */
  11084.     protected function getServiceHydratorService()
  11085.     {
  11086.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  11087.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  11088.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ServiceHydrator.php';
  11089.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  11090.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ServiceHydrator'])) {
  11091.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ServiceHydrator'];
  11092.         }
  11093.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()));
  11094.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  11095.         return $instance;
  11096.     }
  11097.     /**
  11098.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator' shared autowired service.
  11099.      *
  11100.      * @return \App\SdkBundle\Sync\Hydrator\Channel\SessionHydrator
  11101.      */
  11102.     protected function getSessionHydrator2Service()
  11103.     {
  11104.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  11105.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  11106.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/SessionHydrator.php';
  11107.         include_once \dirname(__DIR__4).'/src/SdkBundle/Sync/Hydrator/Channel/SessionHydrator.php';
  11108.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'] ?? $this->getGroupRetrieverService());
  11109.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'])) {
  11110.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'];
  11111.         }
  11112.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'] ?? $this->getTrainingRetrieverService());
  11113.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'])) {
  11114.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'];
  11115.         }
  11116.         $instance = new \App\SdkBundle\Sync\Hydrator\Channel\SessionHydrator($a$b);
  11117.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  11118.         return $instance;
  11119.     }
  11120.     /**
  11121.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator' shared autowired service.
  11122.      *
  11123.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator
  11124.      */
  11125.     protected function getTrainingHydratorService()
  11126.     {
  11127.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  11128.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  11129.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/TrainingHydrator.php';
  11130.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  11131.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'])) {
  11132.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'];
  11133.         }
  11134.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator($a);
  11135.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  11136.         return $instance;
  11137.     }
  11138.     /**
  11139.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator' shared autowired service.
  11140.      *
  11141.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator
  11142.      */
  11143.     protected function getUserFromChannelHydratorService()
  11144.     {
  11145.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  11146.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  11147.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/UserFromChannelHydrator.php';
  11148.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  11149.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\UserFromChannelHydrator'])) {
  11150.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\UserFromChannelHydrator'];
  11151.         }
  11152.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()));
  11153.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  11154.         return $instance;
  11155.     }
  11156.     /**
  11157.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Common\AddressHydrator' shared autowired service.
  11158.      *
  11159.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Common\AddressHydrator
  11160.      */
  11161.     protected function getAddressHydratorService()
  11162.     {
  11163.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  11164.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  11165.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Common/AddressHydrator.php';
  11166.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Common\AddressHydrator();
  11167.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Common\AddressHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  11168.         return $instance;
  11169.     }
  11170.     /**
  11171.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Common\ContactHydrator' shared autowired service.
  11172.      *
  11173.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Common\ContactHydrator
  11174.      */
  11175.     protected function getContactHydratorService()
  11176.     {
  11177.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  11178.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  11179.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Common/ContactHydrator.php';
  11180.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Common\ContactHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Common\\AddressHydrator'] ?? $this->getAddressHydratorService()));
  11181.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Common\ContactHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  11182.         return $instance;
  11183.     }
  11184.     /**
  11185.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Proxy\ProxyClient' shared autowired service.
  11186.      *
  11187.      * @return \Nellapp\Bundle\SDKBundle\Sync\Proxy\ProxyClient
  11188.      */
  11189.     protected function getProxyClientService()
  11190.     {
  11191.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiClientInterApp/Proxy/ProxyClientInterface.php';
  11192.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiClientInterApp/Proxy/AbstractProxyClient.php';
  11193.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Proxy/ProxyClient.php';
  11194.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Proxy\\ProxyClient'] = new \Nellapp\Bundle\SDKBundle\Sync\Proxy\ProxyClient(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  11195.     }
  11196.     /**
  11197.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\NotificationRefresher' shared autowired service.
  11198.      *
  11199.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\NotificationRefresher
  11200.      */
  11201.     protected function getNotificationRefresherService()
  11202.     {
  11203.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11204.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11205.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Account/NotificationRefresher.php';
  11206.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\NotificationClient'] ?? $this->getNotificationClientService());
  11207.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Account\\NotificationRefresher'])) {
  11208.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Account\\NotificationRefresher'];
  11209.         }
  11210.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\NotificationRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\NotificationHydrator'] ?? $this->getNotificationHydratorService()), $a);
  11211.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\NotificationRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11212.         return $instance;
  11213.     }
  11214.     /**
  11215.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher' shared autowired service.
  11216.      *
  11217.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher
  11218.      */
  11219.     protected function getUserRefresher2Service()
  11220.     {
  11221.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11222.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11223.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Account/UserRefresher.php';
  11224.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\UserHydrator'] ?? $this->getUserHydratorService());
  11225.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Account\\UserRefresher'])) {
  11226.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Account\\UserRefresher'];
  11227.         }
  11228.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService());
  11229.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Account\\UserRefresher'])) {
  11230.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Account\\UserRefresher'];
  11231.         }
  11232.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher($a$b);
  11233.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11234.         return $instance;
  11235.     }
  11236.     /**
  11237.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher' shared autowired service.
  11238.      *
  11239.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher
  11240.      */
  11241.     protected function getAbstractCursusRefresherService()
  11242.     {
  11243.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11244.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11245.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/AbstractCursusRefresher.php';
  11246.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'] ?? $this->getAbstractCursusHydrator2Service());
  11247.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\AbstractCursusRefresher'])) {
  11248.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\AbstractCursusRefresher'];
  11249.         }
  11250.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusEntityClient'] ?? $this->getAbstractCursusEntityClientService());
  11251.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\AbstractCursusRefresher'])) {
  11252.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\AbstractCursusRefresher'];
  11253.         }
  11254.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher($a$b);
  11255.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11256.         return $instance;
  11257.     }
  11258.     /**
  11259.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelConfigurationRefresher' shared autowired service.
  11260.      *
  11261.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelConfigurationRefresher
  11262.      */
  11263.     protected function getChannelConfigurationRefresherService()
  11264.     {
  11265.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11266.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11267.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelConfigurationRefresher.php';
  11268.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelConfigurationClient'] ?? $this->getChannelConfigurationClientService());
  11269.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelConfigurationRefresher'])) {
  11270.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelConfigurationRefresher'];
  11271.         }
  11272.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelConfigurationRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelConfigurationHydrator'] ?? $this->getChannelConfigurationHydratorService()), $a);
  11273.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelConfigurationRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11274.         return $instance;
  11275.     }
  11276.     /**
  11277.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelContactRefresher' shared autowired service.
  11278.      *
  11279.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelContactRefresher
  11280.      */
  11281.     protected function getChannelContactRefresherService()
  11282.     {
  11283.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11284.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11285.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelContactRefresher.php';
  11286.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelContactHydrator'] ?? $this->getChannelContactHydratorService());
  11287.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelContactRefresher'])) {
  11288.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelContactRefresher'];
  11289.         }
  11290.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelContactClient'] ?? $this->getChannelContactClientService());
  11291.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelContactRefresher'])) {
  11292.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelContactRefresher'];
  11293.         }
  11294.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelContactRefresher($a$b);
  11295.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelContactRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11296.         return $instance;
  11297.     }
  11298.     /**
  11299.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher' shared autowired service.
  11300.      *
  11301.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher
  11302.      */
  11303.     protected function getChannelRefresherService()
  11304.     {
  11305.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11306.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11307.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelRefresher.php';
  11308.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] ?? $this->getChannelClientService());
  11309.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelRefresher'])) {
  11310.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelRefresher'];
  11311.         }
  11312.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelHydrator'] ?? $this->getChannelHydratorService()), $a);
  11313.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11314.         return $instance;
  11315.     }
  11316.     /**
  11317.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserCursusPermissionRefresher' shared autowired service.
  11318.      *
  11319.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserCursusPermissionRefresher
  11320.      */
  11321.     protected function getChannelUserCursusPermissionRefresherService()
  11322.     {
  11323.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11324.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11325.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserCursusPermissionRefresher.php';
  11326.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserCursusPermissionClient'] ?? $this->getChannelUserCursusPermissionClientService());
  11327.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserCursusPermissionRefresher'])) {
  11328.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserCursusPermissionRefresher'];
  11329.         }
  11330.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserCursusPermissionRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'] ?? $this->getChannelUserCursusPermissionHydratorService()), $a);
  11331.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserCursusPermissionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11332.         return $instance;
  11333.     }
  11334.     /**
  11335.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher' shared autowired service.
  11336.      *
  11337.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher
  11338.      */
  11339.     protected function getChannelUserDataRefresherService()
  11340.     {
  11341.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11342.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11343.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserDataRefresher.php';
  11344.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'] ?? $this->getChannelUserDataHydratorService());
  11345.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserDataRefresher'])) {
  11346.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserDataRefresher'];
  11347.         }
  11348.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataEntityClient'] ?? $this->getChannelUserDataEntityClientService());
  11349.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserDataRefresher'])) {
  11350.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserDataRefresher'];
  11351.         }
  11352.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher($a$b);
  11353.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11354.         return $instance;
  11355.     }
  11356.     /**
  11357.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher' shared autowired service.
  11358.      *
  11359.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher
  11360.      */
  11361.     protected function getChannelUserRoleRefresherService()
  11362.     {
  11363.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11364.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11365.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserRoleRefresher.php';
  11366.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'] ?? $this->getChannelUserRoleClientService());
  11367.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserRoleRefresher'])) {
  11368.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserRoleRefresher'];
  11369.         }
  11370.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserRoleHydrator'] ?? $this->getChannelUserRoleHydratorService()), $a);
  11371.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11372.         return $instance;
  11373.     }
  11374.     /**
  11375.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher' shared autowired service.
  11376.      *
  11377.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher
  11378.      */
  11379.     protected function getChannelUserServicePermissionRefresherService()
  11380.     {
  11381.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11382.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11383.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserServicePermissionRefresher.php';
  11384.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'] ?? $this->getChannelUserServicePermissionClientService());
  11385.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserServicePermissionRefresher'])) {
  11386.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserServicePermissionRefresher'];
  11387.         }
  11388.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'] ?? $this->getChannelUserServicePermissionHydratorService()), $a);
  11389.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11390.         return $instance;
  11391.     }
  11392.     /**
  11393.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher' shared autowired service.
  11394.      *
  11395.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher
  11396.      */
  11397.     protected function getChannelUserSessionPermissionRefresherService()
  11398.     {
  11399.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11400.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11401.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserSessionPermissionRefresher.php';
  11402.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'] ?? $this->getChannelUserSessionPermissionClientService());
  11403.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserSessionPermissionRefresher'])) {
  11404.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserSessionPermissionRefresher'];
  11405.         }
  11406.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'] ?? $this->getChannelUserSessionPermissionHydratorService()), $a);
  11407.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11408.         return $instance;
  11409.     }
  11410.     /**
  11411.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserTrainingPermissionRefresher' shared autowired service.
  11412.      *
  11413.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserTrainingPermissionRefresher
  11414.      */
  11415.     protected function getChannelUserTrainingPermissionRefresherService()
  11416.     {
  11417.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11418.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11419.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserTrainingPermissionRefresher.php';
  11420.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserTrainingPermissionClient'] ?? $this->getChannelUserTrainingPermissionClientService());
  11421.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserTrainingPermissionRefresher'])) {
  11422.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserTrainingPermissionRefresher'];
  11423.         }
  11424.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserTrainingPermissionRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'] ?? $this->getChannelUserTrainingPermissionHydratorService()), $a);
  11425.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserTrainingPermissionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11426.         return $instance;
  11427.     }
  11428.     /**
  11429.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelWhiteLabelRefresher' shared autowired service.
  11430.      *
  11431.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelWhiteLabelRefresher
  11432.      */
  11433.     protected function getChannelWhiteLabelRefresherService()
  11434.     {
  11435.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11436.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11437.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelWhiteLabelRefresher.php';
  11438.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelWhiteLabelClient'] ?? $this->getChannelWhiteLabelClientService());
  11439.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelWhiteLabelRefresher'])) {
  11440.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelWhiteLabelRefresher'];
  11441.         }
  11442.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelWhiteLabelRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelWhiteLabelHydrator'] ?? $this->getChannelWhiteLabelHydratorService()), $a);
  11443.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelWhiteLabelRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11444.         return $instance;
  11445.     }
  11446.     /**
  11447.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyContactRefresher' shared autowired service.
  11448.      *
  11449.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyContactRefresher
  11450.      */
  11451.     protected function getCompanyContactRefresherService()
  11452.     {
  11453.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11454.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11455.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/CompanyContactRefresher.php';
  11456.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyContactHydrator'] ?? $this->getCompanyContactHydratorService());
  11457.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\CompanyContactRefresher'])) {
  11458.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\CompanyContactRefresher'];
  11459.         }
  11460.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyContactClient'] ?? $this->getCompanyContactClientService());
  11461.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\CompanyContactRefresher'])) {
  11462.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\CompanyContactRefresher'];
  11463.         }
  11464.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyContactRefresher($a$b);
  11465.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyContactRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11466.         return $instance;
  11467.     }
  11468.     /**
  11469.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyRefresher' shared autowired service.
  11470.      *
  11471.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyRefresher
  11472.      */
  11473.     protected function getCompanyRefresherService()
  11474.     {
  11475.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11476.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11477.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/CompanyRefresher.php';
  11478.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyClient'] ?? $this->getCompanyClientService());
  11479.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\CompanyRefresher'])) {
  11480.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\CompanyRefresher'];
  11481.         }
  11482.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyHydrator'] ?? $this->getCompanyHydratorService()), $a);
  11483.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11484.         return $instance;
  11485.     }
  11486.     /**
  11487.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ContactRefresher' shared autowired service.
  11488.      *
  11489.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ContactRefresher
  11490.      */
  11491.     protected function getContactRefresherService()
  11492.     {
  11493.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11494.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11495.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ContactRefresher.php';
  11496.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ContactClient'] ?? $this->getContactClientService());
  11497.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ContactRefresher'])) {
  11498.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ContactRefresher'];
  11499.         }
  11500.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ContactRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Common\\ContactHydrator'] ?? $this->getContactHydratorService()), $a);
  11501.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ContactRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11502.         return $instance;
  11503.     }
  11504.     /**
  11505.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\FrenchProfessionalIdRefresher' shared autowired service.
  11506.      *
  11507.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\FrenchProfessionalIdRefresher
  11508.      */
  11509.     protected function getFrenchProfessionalIdRefresherService()
  11510.     {
  11511.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11512.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11513.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/FrenchProfessionalIdRefresher.php';
  11514.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\FrenchProfessionalIdClient'] ?? $this->getFrenchProfessionalIdClientService());
  11515.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\FrenchProfessionalIdRefresher'])) {
  11516.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\FrenchProfessionalIdRefresher'];
  11517.         }
  11518.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\FrenchProfessionalIdRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\FrenchProfessionalIdHydrator'] ?? $this->getFrenchProfessionalIdHydratorService()), $a);
  11519.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\FrenchProfessionalIdRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11520.         return $instance;
  11521.     }
  11522.     /**
  11523.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher' shared autowired service.
  11524.      *
  11525.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher
  11526.      */
  11527.     protected function getGroupRefresherService()
  11528.     {
  11529.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11530.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11531.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/GroupRefresher.php';
  11532.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'] ?? $this->getGroupHydratorService());
  11533.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\GroupRefresher'])) {
  11534.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\GroupRefresher'];
  11535.         }
  11536.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] ?? $this->getGroupClientService());
  11537.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\GroupRefresher'])) {
  11538.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\GroupRefresher'];
  11539.         }
  11540.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher($a$b);
  11541.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11542.         return $instance;
  11543.     }
  11544.     /**
  11545.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\OrganizationRefresher' shared autowired service.
  11546.      *
  11547.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\OrganizationRefresher
  11548.      */
  11549.     protected function getOrganizationRefresherService()
  11550.     {
  11551.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11552.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11553.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/OrganizationRefresher.php';
  11554.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\OrganizationClient'] ?? $this->getOrganizationClientService());
  11555.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\OrganizationRefresher'])) {
  11556.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\OrganizationRefresher'];
  11557.         }
  11558.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\OrganizationRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\OrganizationHydrator'] ?? $this->getOrganizationHydratorService()), $a);
  11559.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\OrganizationRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11560.         return $instance;
  11561.     }
  11562.     /**
  11563.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher' shared autowired service.
  11564.      *
  11565.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher
  11566.      */
  11567.     protected function getPlaceRefresherService()
  11568.     {
  11569.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11570.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11571.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/PlaceRefresher.php';
  11572.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'] ?? $this->getPlaceClientService());
  11573.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\PlaceRefresher'])) {
  11574.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\PlaceRefresher'];
  11575.         }
  11576.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\PlaceHydrator'] ?? $this->getPlaceHydratorService()), $a);
  11577.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11578.         return $instance;
  11579.     }
  11580.     /**
  11581.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher' shared autowired service.
  11582.      *
  11583.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher
  11584.      */
  11585.     protected function getRoomRefresherService()
  11586.     {
  11587.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11588.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11589.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/RoomRefresher.php';
  11590.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'] ?? $this->getRoomClientService());
  11591.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\RoomRefresher'])) {
  11592.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\RoomRefresher'];
  11593.         }
  11594.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\RoomHydrator'] ?? $this->getRoomHydratorService()), $a);
  11595.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11596.         return $instance;
  11597.     }
  11598.     /**
  11599.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher' shared autowired service.
  11600.      *
  11601.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher
  11602.      */
  11603.     protected function getServiceRefresherService()
  11604.     {
  11605.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11606.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11607.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ServiceRefresher.php';
  11608.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'] ?? $this->getServiceClientService());
  11609.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ServiceRefresher'])) {
  11610.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ServiceRefresher'];
  11611.         }
  11612.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ServiceHydrator'] ?? $this->getServiceHydratorService()), $a);
  11613.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11614.         return $instance;
  11615.     }
  11616.     /**
  11617.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher' shared autowired service.
  11618.      *
  11619.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher
  11620.      */
  11621.     protected function getSessionRefresherService()
  11622.     {
  11623.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11624.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11625.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/SessionRefresher.php';
  11626.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'] ?? $this->getSessionHydrator2Service());
  11627.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\SessionRefresher'])) {
  11628.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\SessionRefresher'];
  11629.         }
  11630.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'] ?? $this->getSessionClientService());
  11631.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\SessionRefresher'])) {
  11632.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\SessionRefresher'];
  11633.         }
  11634.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher($a$b);
  11635.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11636.         return $instance;
  11637.     }
  11638.     /**
  11639.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher' shared autowired service.
  11640.      *
  11641.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher
  11642.      */
  11643.     protected function getTrainingRefresherService()
  11644.     {
  11645.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11646.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11647.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/TrainingRefresher.php';
  11648.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] ?? $this->getTrainingClientService());
  11649.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\TrainingRefresher'])) {
  11650.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\TrainingRefresher'];
  11651.         }
  11652.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'] ?? $this->getTrainingHydratorService()), $a);
  11653.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11654.         return $instance;
  11655.     }
  11656.     /**
  11657.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher' shared autowired service.
  11658.      *
  11659.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher
  11660.      */
  11661.     protected function getUserFromChannelRefresherService()
  11662.     {
  11663.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11664.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11665.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/UserFromChannelRefresher.php';
  11666.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] ?? $this->getUserFromChannelClientService());
  11667.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\UserFromChannelRefresher'])) {
  11668.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\UserFromChannelRefresher'];
  11669.         }
  11670.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\UserFromChannelHydrator'] ?? $this->getUserFromChannelHydratorService()), $a);
  11671.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11672.         return $instance;
  11673.     }
  11674.     /**
  11675.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\NotificationRetriever' shared autowired service.
  11676.      *
  11677.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\NotificationRetriever
  11678.      */
  11679.     protected function getNotificationRetrieverService()
  11680.     {
  11681.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11682.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11683.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Account/NotificationRetriever.php';
  11684.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\NotificationClient'] ?? $this->getNotificationClientService());
  11685.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\NotificationRetriever'])) {
  11686.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\NotificationRetriever'];
  11687.         }
  11688.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\NotificationHydrator'] ?? $this->getNotificationHydratorService());
  11689.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\NotificationRetriever'])) {
  11690.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\NotificationRetriever'];
  11691.         }
  11692.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\NotificationRetriever($a$b);
  11693.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\NotificationRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11694.         return $instance;
  11695.     }
  11696.     /**
  11697.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever' shared autowired service.
  11698.      *
  11699.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever
  11700.      */
  11701.     protected function getUserRetrieverService()
  11702.     {
  11703.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11704.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11705.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Account/UserRetriever.php';
  11706.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService());
  11707.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'])) {
  11708.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'];
  11709.         }
  11710.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\UserHydrator'] ?? $this->getUserHydratorService()));
  11711.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11712.         return $instance;
  11713.     }
  11714.     /**
  11715.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever' shared autowired service.
  11716.      *
  11717.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever
  11718.      */
  11719.     protected function getAbstractCursusRetrieverService()
  11720.     {
  11721.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11722.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11723.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/AbstractCursusRetriever.php';
  11724.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusEntityClient'] ?? $this->getAbstractCursusEntityClientService());
  11725.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'])) {
  11726.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'];
  11727.         }
  11728.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'] ?? $this->getAbstractCursusHydrator2Service());
  11729.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'])) {
  11730.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'];
  11731.         }
  11732.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever($a$b);
  11733.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11734.         return $instance;
  11735.     }
  11736.     /**
  11737.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelConfigurationRetriever' shared autowired service.
  11738.      *
  11739.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelConfigurationRetriever
  11740.      */
  11741.     protected function getChannelConfigurationRetrieverService()
  11742.     {
  11743.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11744.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11745.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelConfigurationRetriever.php';
  11746.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelConfigurationClient'] ?? $this->getChannelConfigurationClientService());
  11747.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelConfigurationRetriever'])) {
  11748.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelConfigurationRetriever'];
  11749.         }
  11750.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelConfigurationHydrator'] ?? $this->getChannelConfigurationHydratorService());
  11751.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelConfigurationRetriever'])) {
  11752.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelConfigurationRetriever'];
  11753.         }
  11754.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelConfigurationRetriever($a$b);
  11755.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelConfigurationRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11756.         return $instance;
  11757.     }
  11758.     /**
  11759.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelContactRetriever' shared autowired service.
  11760.      *
  11761.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelContactRetriever
  11762.      */
  11763.     protected function getChannelContactRetrieverService()
  11764.     {
  11765.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11766.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11767.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelContactRetriever.php';
  11768.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelContactClient'] ?? $this->getChannelContactClientService());
  11769.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelContactRetriever'])) {
  11770.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelContactRetriever'];
  11771.         }
  11772.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelContactHydrator'] ?? $this->getChannelContactHydratorService());
  11773.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelContactRetriever'])) {
  11774.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelContactRetriever'];
  11775.         }
  11776.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelContactRetriever($a$b);
  11777.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelContactRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11778.         return $instance;
  11779.     }
  11780.     /**
  11781.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever' shared autowired service.
  11782.      *
  11783.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever
  11784.      */
  11785.     protected function getChannelRetrieverService()
  11786.     {
  11787.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11788.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11789.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelRetriever.php';
  11790.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] ?? $this->getChannelClientService());
  11791.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'])) {
  11792.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'];
  11793.         }
  11794.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelHydrator'] ?? $this->getChannelHydratorService()));
  11795.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11796.         return $instance;
  11797.     }
  11798.     /**
  11799.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserCursusPermissionRetriever' shared autowired service.
  11800.      *
  11801.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserCursusPermissionRetriever
  11802.      */
  11803.     protected function getChannelUserCursusPermissionRetrieverService()
  11804.     {
  11805.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11806.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11807.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserCursusPermissionRetriever.php';
  11808.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserCursusPermissionClient'] ?? $this->getChannelUserCursusPermissionClientService());
  11809.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserCursusPermissionRetriever'])) {
  11810.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserCursusPermissionRetriever'];
  11811.         }
  11812.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'] ?? $this->getChannelUserCursusPermissionHydratorService());
  11813.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserCursusPermissionRetriever'])) {
  11814.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserCursusPermissionRetriever'];
  11815.         }
  11816.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserCursusPermissionRetriever($a$b);
  11817.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserCursusPermissionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11818.         return $instance;
  11819.     }
  11820.     /**
  11821.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever' shared autowired service.
  11822.      *
  11823.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever
  11824.      */
  11825.     protected function getChannelUserDataRetrieverService()
  11826.     {
  11827.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11828.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11829.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserDataRetriever.php';
  11830.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataEntityClient'] ?? $this->getChannelUserDataEntityClientService());
  11831.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'])) {
  11832.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'];
  11833.         }
  11834.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'] ?? $this->getChannelUserDataHydratorService());
  11835.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'])) {
  11836.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'];
  11837.         }
  11838.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever($a$b);
  11839.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11840.         return $instance;
  11841.     }
  11842.     /**
  11843.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever' shared autowired service.
  11844.      *
  11845.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever
  11846.      */
  11847.     protected function getChannelUserRoleRetrieverService()
  11848.     {
  11849.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11850.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11851.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserRoleRetriever.php';
  11852.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'] ?? $this->getChannelUserRoleClientService());
  11853.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'])) {
  11854.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'];
  11855.         }
  11856.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserRoleHydrator'] ?? $this->getChannelUserRoleHydratorService());
  11857.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'])) {
  11858.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'];
  11859.         }
  11860.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever($a$b);
  11861.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11862.         return $instance;
  11863.     }
  11864.     /**
  11865.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever' shared autowired service.
  11866.      *
  11867.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever
  11868.      */
  11869.     protected function getChannelUserServicePermissionRetrieverService()
  11870.     {
  11871.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11872.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11873.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserServicePermissionRetriever.php';
  11874.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'] ?? $this->getChannelUserServicePermissionHydratorService());
  11875.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserServicePermissionRetriever'])) {
  11876.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserServicePermissionRetriever'];
  11877.         }
  11878.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'] ?? $this->getChannelUserServicePermissionClientService());
  11879.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserServicePermissionRetriever'])) {
  11880.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserServicePermissionRetriever'];
  11881.         }
  11882.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever($a$b);
  11883.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11884.         return $instance;
  11885.     }
  11886.     /**
  11887.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever' shared autowired service.
  11888.      *
  11889.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever
  11890.      */
  11891.     protected function getChannelUserSessionPermissionRetrieverService()
  11892.     {
  11893.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11894.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11895.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserSessionPermissionRetriever.php';
  11896.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'] ?? $this->getChannelUserSessionPermissionHydratorService());
  11897.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserSessionPermissionRetriever'])) {
  11898.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserSessionPermissionRetriever'];
  11899.         }
  11900.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'] ?? $this->getChannelUserSessionPermissionClientService());
  11901.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserSessionPermissionRetriever'])) {
  11902.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserSessionPermissionRetriever'];
  11903.         }
  11904.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever($a$b);
  11905.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11906.         return $instance;
  11907.     }
  11908.     /**
  11909.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserTrainingPermissionRetriever' shared autowired service.
  11910.      *
  11911.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserTrainingPermissionRetriever
  11912.      */
  11913.     protected function getChannelUserTrainingPermissionRetrieverService()
  11914.     {
  11915.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11916.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11917.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserTrainingPermissionRetriever.php';
  11918.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'] ?? $this->getChannelUserTrainingPermissionHydratorService());
  11919.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserTrainingPermissionRetriever'])) {
  11920.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserTrainingPermissionRetriever'];
  11921.         }
  11922.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserTrainingPermissionClient'] ?? $this->getChannelUserTrainingPermissionClientService());
  11923.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserTrainingPermissionRetriever'])) {
  11924.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserTrainingPermissionRetriever'];
  11925.         }
  11926.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserTrainingPermissionRetriever($a$b);
  11927.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserTrainingPermissionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11928.         return $instance;
  11929.     }
  11930.     /**
  11931.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelWhiteLabelRetriever' shared autowired service.
  11932.      *
  11933.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelWhiteLabelRetriever
  11934.      */
  11935.     protected function getChannelWhiteLabelRetrieverService()
  11936.     {
  11937.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11938.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11939.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelWhiteLabelRetriever.php';
  11940.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelWhiteLabelClient'] ?? $this->getChannelWhiteLabelClientService());
  11941.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelWhiteLabelRetriever'])) {
  11942.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelWhiteLabelRetriever'];
  11943.         }
  11944.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelWhiteLabelHydrator'] ?? $this->getChannelWhiteLabelHydratorService());
  11945.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelWhiteLabelRetriever'])) {
  11946.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelWhiteLabelRetriever'];
  11947.         }
  11948.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelWhiteLabelRetriever($a$b);
  11949.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelWhiteLabelRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11950.         return $instance;
  11951.     }
  11952.     /**
  11953.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyContactRetriever' shared autowired service.
  11954.      *
  11955.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyContactRetriever
  11956.      */
  11957.     protected function getCompanyContactRetrieverService()
  11958.     {
  11959.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11960.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11961.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/CompanyContactRetriever.php';
  11962.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyContactClient'] ?? $this->getCompanyContactClientService());
  11963.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\CompanyContactRetriever'])) {
  11964.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\CompanyContactRetriever'];
  11965.         }
  11966.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyContactHydrator'] ?? $this->getCompanyContactHydratorService());
  11967.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\CompanyContactRetriever'])) {
  11968.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\CompanyContactRetriever'];
  11969.         }
  11970.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyContactRetriever($a$b);
  11971.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyContactRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11972.         return $instance;
  11973.     }
  11974.     /**
  11975.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyRetriever' shared autowired service.
  11976.      *
  11977.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyRetriever
  11978.      */
  11979.     protected function getCompanyRetrieverService()
  11980.     {
  11981.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11982.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11983.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/CompanyRetriever.php';
  11984.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyClient'] ?? $this->getCompanyClientService());
  11985.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\CompanyRetriever'])) {
  11986.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\CompanyRetriever'];
  11987.         }
  11988.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyHydrator'] ?? $this->getCompanyHydratorService());
  11989.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\CompanyRetriever'])) {
  11990.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\CompanyRetriever'];
  11991.         }
  11992.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyRetriever($a$b);
  11993.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11994.         return $instance;
  11995.     }
  11996.     /**
  11997.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ContactRetriever' shared autowired service.
  11998.      *
  11999.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ContactRetriever
  12000.      */
  12001.     protected function getContactRetrieverService()
  12002.     {
  12003.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  12004.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  12005.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ContactRetriever.php';
  12006.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ContactClient'] ?? $this->getContactClientService());
  12007.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ContactRetriever'])) {
  12008.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ContactRetriever'];
  12009.         }
  12010.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ContactRetriever($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Common\\ContactHydrator'] ?? $this->getContactHydratorService()));
  12011.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ContactRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12012.         return $instance;
  12013.     }
  12014.     /**
  12015.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\FrenchProfessionalIdRetriever' shared autowired service.
  12016.      *
  12017.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\FrenchProfessionalIdRetriever
  12018.      */
  12019.     protected function getFrenchProfessionalIdRetrieverService()
  12020.     {
  12021.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  12022.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  12023.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/FrenchProfessionalIdRetriever.php';
  12024.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\FrenchProfessionalIdClient'] ?? $this->getFrenchProfessionalIdClientService());
  12025.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\FrenchProfessionalIdRetriever'])) {
  12026.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\FrenchProfessionalIdRetriever'];
  12027.         }
  12028.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\FrenchProfessionalIdRetriever($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\FrenchProfessionalIdHydrator'] ?? $this->getFrenchProfessionalIdHydratorService()));
  12029.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\FrenchProfessionalIdRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12030.         return $instance;
  12031.     }
  12032.     /**
  12033.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever' shared autowired service.
  12034.      *
  12035.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever
  12036.      */
  12037.     protected function getGroupRetrieverService()
  12038.     {
  12039.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  12040.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  12041.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/GroupRetriever.php';
  12042.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] ?? $this->getGroupClientService());
  12043.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'])) {
  12044.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'];
  12045.         }
  12046.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'] ?? $this->getGroupHydratorService());
  12047.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'])) {
  12048.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'];
  12049.         }
  12050.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever($a$b);
  12051.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12052.         return $instance;
  12053.     }
  12054.     /**
  12055.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\OrganizationRetriever' shared autowired service.
  12056.      *
  12057.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\OrganizationRetriever
  12058.      */
  12059.     protected function getOrganizationRetrieverService()
  12060.     {
  12061.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  12062.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  12063.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/OrganizationRetriever.php';
  12064.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\OrganizationClient'] ?? $this->getOrganizationClientService());
  12065.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\OrganizationRetriever'])) {
  12066.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\OrganizationRetriever'];
  12067.         }
  12068.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\OrganizationHydrator'] ?? $this->getOrganizationHydratorService());
  12069.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\OrganizationRetriever'])) {
  12070.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\OrganizationRetriever'];
  12071.         }
  12072.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\OrganizationRetriever($a$b);
  12073.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\OrganizationRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12074.         return $instance;
  12075.     }
  12076.     /**
  12077.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever' shared autowired service.
  12078.      *
  12079.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever
  12080.      */
  12081.     protected function getPlaceRetrieverService()
  12082.     {
  12083.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  12084.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  12085.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/PlaceRetriever.php';
  12086.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'] ?? $this->getPlaceClientService());
  12087.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'])) {
  12088.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'];
  12089.         }
  12090.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\PlaceHydrator'] ?? $this->getPlaceHydratorService());
  12091.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'])) {
  12092.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'];
  12093.         }
  12094.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever($a$b);
  12095.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12096.         return $instance;
  12097.     }
  12098.     /**
  12099.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever' shared autowired service.
  12100.      *
  12101.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever
  12102.      */
  12103.     protected function getRoomRetrieverService()
  12104.     {
  12105.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  12106.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  12107.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/RoomRetriever.php';
  12108.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'] ?? $this->getRoomClientService());
  12109.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\RoomRetriever'])) {
  12110.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\RoomRetriever'];
  12111.         }
  12112.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\RoomHydrator'] ?? $this->getRoomHydratorService());
  12113.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\RoomRetriever'])) {
  12114.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\RoomRetriever'];
  12115.         }
  12116.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever($a$b);
  12117.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12118.         return $instance;
  12119.     }
  12120.     /**
  12121.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever' shared autowired service.
  12122.      *
  12123.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever
  12124.      */
  12125.     protected function getServiceRetrieverService()
  12126.     {
  12127.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  12128.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  12129.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ServiceRetriever.php';
  12130.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'] ?? $this->getServiceClientService());
  12131.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ServiceRetriever'])) {
  12132.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ServiceRetriever'];
  12133.         }
  12134.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ServiceHydrator'] ?? $this->getServiceHydratorService());
  12135.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ServiceRetriever'])) {
  12136.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ServiceRetriever'];
  12137.         }
  12138.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever($a$b);
  12139.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12140.         return $instance;
  12141.     }
  12142.     /**
  12143.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever' shared autowired service.
  12144.      *
  12145.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever
  12146.      */
  12147.     protected function getSessionRetrieverService()
  12148.     {
  12149.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  12150.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  12151.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/SessionRetriever.php';
  12152.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'] ?? $this->getSessionClientService());
  12153.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'])) {
  12154.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'];
  12155.         }
  12156.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'] ?? $this->getSessionHydrator2Service());
  12157.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'])) {
  12158.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'];
  12159.         }
  12160.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever($a$b);
  12161.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12162.         return $instance;
  12163.     }
  12164.     /**
  12165.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever' shared autowired service.
  12166.      *
  12167.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever
  12168.      */
  12169.     protected function getTrainingRetrieverService()
  12170.     {
  12171.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  12172.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  12173.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/TrainingRetriever.php';
  12174.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] ?? $this->getTrainingClientService());
  12175.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'])) {
  12176.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'];
  12177.         }
  12178.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'] ?? $this->getTrainingHydratorService());
  12179.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'])) {
  12180.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'];
  12181.         }
  12182.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever($a$b);
  12183.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12184.         return $instance;
  12185.     }
  12186.     /**
  12187.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever' shared autowired service.
  12188.      *
  12189.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever
  12190.      */
  12191.     protected function getUserFromChannelRetrieverService()
  12192.     {
  12193.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  12194.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  12195.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/UserFromChannelRetriever.php';
  12196.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] ?? $this->getUserFromChannelClientService());
  12197.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\UserFromChannelRetriever'])) {
  12198.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\UserFromChannelRetriever'];
  12199.         }
  12200.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\UserFromChannelHydrator'] ?? $this->getUserFromChannelHydratorService());
  12201.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\UserFromChannelRetriever'])) {
  12202.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\UserFromChannelRetriever'];
  12203.         }
  12204.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever($a$b);
  12205.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12206.         return $instance;
  12207.     }
  12208.     /**
  12209.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Routing\Loader\RouteCollectionLoader' shared autowired service.
  12210.      *
  12211.      * @return \Nellapp\Bundle\SDKBundle\Sync\Routing\Loader\RouteCollectionLoader
  12212.      */
  12213.     protected function getRouteCollectionLoaderService()
  12214.     {
  12215.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Loader\\RouteCollectionLoader'] = new \Nellapp\Bundle\SDKBundle\Sync\Routing\Loader\RouteCollectionLoader(new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Routing\RouteClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET')), ($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'nim', ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] = new \Nellapp\Bundle\SDKBundle\Routing\Utils\DomainsRoutingUtils($this->getEnv('DEFAULT_DOMAIN'), 'nim'))), ($this->services['cache.app'] ?? $this->getCache_AppService()), true);
  12216.     }
  12217.     /**
  12218.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Badge\ChannelUserData\ChannelUserRoleBadgeComponent' autowired service.
  12219.      *
  12220.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Badge\ChannelUserData\ChannelUserRoleBadgeComponent
  12221.      */
  12222.     protected function getChannelUserRoleBadgeComponentService()
  12223.     {
  12224.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Badge/ChannelUserData/ChannelUserRoleBadgeComponent.php';
  12225.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\ChannelUserData\\ChannelUserRoleBadgeComponent'] = function () {
  12226.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Badge\ChannelUserData\ChannelUserRoleBadgeComponent();
  12227.         };
  12228.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\ChannelUserData\\ChannelUserRoleBadgeComponent']();
  12229.     }
  12230.     /**
  12231.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Badge\SdkBadgeComponent' autowired service.
  12232.      *
  12233.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Badge\SdkBadgeComponent
  12234.      */
  12235.     protected function getSdkBadgeComponentService()
  12236.     {
  12237.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Badge/SdkBadgeComponent.php';
  12238.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\SdkBadgeComponent'] = function () {
  12239.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Badge\SdkBadgeComponent();
  12240.         };
  12241.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\SdkBadgeComponent']();
  12242.     }
  12243.     /**
  12244.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Card\Identity\ContactIdentityCard' autowired service.
  12245.      *
  12246.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Card\Identity\ContactIdentityCard
  12247.      */
  12248.     protected function getContactIdentityCardService()
  12249.     {
  12250.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Card/Identity/AbstracIdentityCard.php';
  12251.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Card/Identity/ContactIdentityCard.php';
  12252.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Card\\Identity\\ContactIdentityCard'] = function () {
  12253.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Card\Identity\ContactIdentityCard();
  12254.         };
  12255.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Card\\Identity\\ContactIdentityCard']();
  12256.     }
  12257.     /**
  12258.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Card\Identity\UserIdentityCard' autowired service.
  12259.      *
  12260.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Card\Identity\UserIdentityCard
  12261.      */
  12262.     protected function getUserIdentityCardService()
  12263.     {
  12264.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Card/Identity/AbstracIdentityCard.php';
  12265.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Card/Identity/UserIdentityCard.php';
  12266.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Card\\Identity\\UserIdentityCard'] = function () {
  12267.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Card\Identity\UserIdentityCard();
  12268.         };
  12269.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Card\\Identity\\UserIdentityCard']();
  12270.     }
  12271.     /**
  12272.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard' autowired service.
  12273.      *
  12274.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard
  12275.      */
  12276.     protected function getChannelUserProfileCardService()
  12277.     {
  12278.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/ChannelUserData/ChannelUserProfileCard.php';
  12279.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard'] = function () {
  12280.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard();
  12281.         };
  12282.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard']();
  12283.     }
  12284.     /**
  12285.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\CursusLockout' autowired service.
  12286.      *
  12287.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\CursusLockout
  12288.      */
  12289.     protected function getCursusLockoutService()
  12290.     {
  12291.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/ChannelUserData/CursusLockout.php';
  12292.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\CursusLockout'] = function () {
  12293.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\CursusLockout();
  12294.         };
  12295.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\CursusLockout']();
  12296.     }
  12297.     /**
  12298.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Icon\BaseIcon' autowired service.
  12299.      *
  12300.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Icon\BaseIcon
  12301.      */
  12302.     protected function getBaseIconService()
  12303.     {
  12304.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Icon/BaseIcon.php';
  12305.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\BaseIcon'] = function () {
  12306.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Icon\BaseIcon();
  12307.         };
  12308.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\BaseIcon']();
  12309.     }
  12310.     /**
  12311.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Icon\CompanyIcon' autowired service.
  12312.      *
  12313.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Icon\CompanyIcon
  12314.      */
  12315.     protected function getCompanyIconService()
  12316.     {
  12317.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Icon/CompanyIcon.php';
  12318.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\CompanyIcon'] = function () {
  12319.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Icon\CompanyIcon();
  12320.         };
  12321.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\CompanyIcon']();
  12322.     }
  12323.     /**
  12324.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Icon\ContactIcon' autowired service.
  12325.      *
  12326.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Icon\ContactIcon
  12327.      */
  12328.     protected function getContactIconService()
  12329.     {
  12330.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Icon/ContactIcon.php';
  12331.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\ContactIcon'] = function () {
  12332.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Icon\ContactIcon();
  12333.         };
  12334.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\ContactIcon']();
  12335.     }
  12336.     /**
  12337.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Module\ActionDropdownComponent' autowired service.
  12338.      *
  12339.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Module\ActionDropdownComponent
  12340.      */
  12341.     protected function getActionDropdownComponentService()
  12342.     {
  12343.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Module/ActionDropdownComponent.php';
  12344.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\ActionDropdownComponent'] = function () {
  12345.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Module\ActionDropdownComponent();
  12346.         };
  12347.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\ActionDropdownComponent']();
  12348.     }
  12349.     /**
  12350.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Module\Action\BaseAction' autowired service.
  12351.      *
  12352.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Module\Action\BaseAction
  12353.      */
  12354.     protected function getBaseActionService()
  12355.     {
  12356.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Module/Action/BaseAction.php';
  12357.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\BaseAction'] = function () {
  12358.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Module\Action\BaseAction();
  12359.         };
  12360.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\BaseAction']();
  12361.     }
  12362.     /**
  12363.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Module\Action\DeleteAction' autowired service.
  12364.      *
  12365.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Module\Action\DeleteAction
  12366.      */
  12367.     protected function getDeleteAction2Service()
  12368.     {
  12369.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Module/Action/DeleteAction.php';
  12370.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\DeleteAction'] = function () {
  12371.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Module\Action\DeleteAction();
  12372.         };
  12373.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\DeleteAction']();
  12374.     }
  12375.     /**
  12376.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Module\Action\EditAction' autowired service.
  12377.      *
  12378.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Module\Action\EditAction
  12379.      */
  12380.     protected function getEditAction2Service()
  12381.     {
  12382.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Module/Action/EditAction.php';
  12383.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\EditAction'] = function () {
  12384.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Module\Action\EditAction();
  12385.         };
  12386.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\EditAction']();
  12387.     }
  12388.     /**
  12389.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Module\Action\ShowAction' autowired service.
  12390.      *
  12391.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Module\Action\ShowAction
  12392.      */
  12393.     protected function getShowActionService()
  12394.     {
  12395.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Module/Action/ShowAction.php';
  12396.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\ShowAction'] = function () {
  12397.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Module\Action\ShowAction();
  12398.         };
  12399.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\ShowAction']();
  12400.     }
  12401.     /**
  12402.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Module\ClipableInformationComponent' autowired service.
  12403.      *
  12404.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Module\ClipableInformationComponent
  12405.      */
  12406.     protected function getClipableInformationComponentService()
  12407.     {
  12408.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Module/ClipableInformationComponent.php';
  12409.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\ClipableInformationComponent'] = function () {
  12410.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Module\ClipableInformationComponent();
  12411.         };
  12412.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\ClipableInformationComponent']();
  12413.     }
  12414.     /**
  12415.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Notification\NotificationItemComponent' autowired service.
  12416.      *
  12417.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Notification\NotificationItemComponent
  12418.      */
  12419.     protected function getNotificationItemComponentService()
  12420.     {
  12421.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Notification/NotificationItemComponent.php';
  12422.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Notification/Resolver/Label/NotificationLabelResolverInterface.php';
  12423.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Notification/Resolver/Label/NotificationLabelResolver.php';
  12424.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Notification/Resolver/Details/NotificationDetailsResolverInterface.php';
  12425.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Notification/Resolver/Details/NotificationDetailsResolver.php';
  12426.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationItemComponent'] = function () {
  12427.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Notification\NotificationItemComponent(($this->privates['Nellapp\\Bundle\\SDKBundle\\Notification\\Resolver\\Label\\NotificationLabelResolver'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Notification\\Resolver\\Label\\NotificationLabelResolver'] = new \Nellapp\Bundle\SDKBundle\Notification\Resolver\Label\NotificationLabelResolver())), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Notification\\Resolver\\Details\\NotificationDetailsResolver'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Notification\\Resolver\\Details\\NotificationDetailsResolver'] = new \Nellapp\Bundle\SDKBundle\Notification\Resolver\Details\NotificationDetailsResolver())));
  12428.         };
  12429.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationItemComponent']();
  12430.     }
  12431.     /**
  12432.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Notification\NotificationListComponent' autowired service.
  12433.      *
  12434.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Notification\NotificationListComponent
  12435.      */
  12436.     protected function getNotificationListComponentService()
  12437.     {
  12438.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Notification/NotificationListComponent.php';
  12439.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationListComponent'] = function () {
  12440.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Notification\NotificationListComponent();
  12441.         };
  12442.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationListComponent']();
  12443.     }
  12444.     /**
  12445.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Notification\NotificationMenuComponent' autowired service.
  12446.      *
  12447.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Notification\NotificationMenuComponent
  12448.      */
  12449.     protected function getNotificationMenuComponentService()
  12450.     {
  12451.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Interface/BootstrapAwareInterface.php';
  12452.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Trait/BootstrapAwareTrait.php';
  12453.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Notification/NotificationMenuComponent.php';
  12454.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationMenuComponent'] = function () {
  12455.             $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12456.             if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationMenuComponent'])) {
  12457.                 return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationMenuComponent'];
  12458.             }
  12459.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Notification\NotificationMenuComponent($a);
  12460.         };
  12461.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationMenuComponent']();
  12462.     }
  12463.     /**
  12464.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent' autowired service.
  12465.      *
  12466.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent
  12467.      */
  12468.     protected function getChannelUserPermissionFormComponentService()
  12469.     {
  12470.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Permission/ChannelUserPermissionFormComponent.php';
  12471.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent'] = function () {
  12472.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent();
  12473.         };
  12474.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent']();
  12475.     }
  12476.     /**
  12477.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent' autowired service.
  12478.      *
  12479.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent
  12480.      */
  12481.     protected function getChannelUserPermissionGroupFormComponentService()
  12482.     {
  12483.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Permission/ChannelUserPermissionGroupFormComponent.php';
  12484.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent'] = function () {
  12485.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionHierarchyManager'] ?? $this->getChannelUserPermissionHierarchyManagerService()));
  12486.         };
  12487.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent']();
  12488.     }
  12489.     /**
  12490.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaAction' autowired service.
  12491.      *
  12492.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaAction
  12493.      */
  12494.     protected function getAgendaActionService()
  12495.     {
  12496.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Planning/AgendaAction.php';
  12497.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaAction'] = function () {
  12498.             $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  12499.             if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaAction'])) {
  12500.                 return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaAction'];
  12501.             }
  12502.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaAction(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()), $a);
  12503.         };
  12504.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaAction']();
  12505.     }
  12506.     /**
  12507.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaEventSignBadge' autowired service.
  12508.      *
  12509.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaEventSignBadge
  12510.      */
  12511.     protected function getAgendaEventSignBadgeService()
  12512.     {
  12513.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Planning/AgendaEventSignBadge.php';
  12514.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaEventSignBadge'] = function () {
  12515.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaEventSignBadge();
  12516.         };
  12517.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaEventSignBadge']();
  12518.     }
  12519.     /**
  12520.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaSlider' autowired service.
  12521.      *
  12522.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaSlider
  12523.      */
  12524.     protected function getAgendaSliderService()
  12525.     {
  12526.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Planning/AgendaSlider.php';
  12527.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaSlider'] = function () {
  12528.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaSlider();
  12529.         };
  12530.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaSlider']();
  12531.     }
  12532.     /**
  12533.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaSliderItem' autowired service.
  12534.      *
  12535.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaSliderItem
  12536.      */
  12537.     protected function getAgendaSliderItemService()
  12538.     {
  12539.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Planning/AgendaSliderItem.php';
  12540.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaSliderItem'] = function () {
  12541.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaSliderItem();
  12542.         };
  12543.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaSliderItem']();
  12544.     }
  12545.     /**
  12546.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaWidget' autowired service.
  12547.      *
  12548.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaWidget
  12549.      */
  12550.     protected function getAgendaWidgetService()
  12551.     {
  12552.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Planning/AgendaWidget.php';
  12553.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaWidget'] = function () {
  12554.             $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Planning\\Service\\AgendaService'] ?? $this->getAgendaServiceService());
  12555.             if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaWidget'])) {
  12556.                 return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaWidget'];
  12557.             }
  12558.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaWidget($a);
  12559.         };
  12560.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaWidget']();
  12561.     }
  12562.     /**
  12563.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Widget\BaseWidget' autowired service.
  12564.      *
  12565.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Widget\BaseWidget
  12566.      */
  12567.     protected function getBaseWidgetService()
  12568.     {
  12569.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Widget/BaseWidget.php';
  12570.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\BaseWidget'] = function () {
  12571.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Widget\BaseWidget();
  12572.         };
  12573.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\BaseWidget']();
  12574.     }
  12575.     /**
  12576.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Widget\ChannelContact\ChannelContactHeaderWidget' autowired service.
  12577.      *
  12578.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Widget\ChannelContact\ChannelContactHeaderWidget
  12579.      */
  12580.     protected function getChannelContactHeaderWidgetService()
  12581.     {
  12582.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Widget/AbstractHeaderWidget.php';
  12583.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Widget/ChannelContact/ChannelContactHeaderWidget.php';
  12584.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\ChannelContact\\ChannelContactHeaderWidget'] = function () {
  12585.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Widget\ChannelContact\ChannelContactHeaderWidget();
  12586.         };
  12587.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\ChannelContact\\ChannelContactHeaderWidget']();
  12588.     }
  12589.     /**
  12590.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Widget\Company\CompanyHeaderWidget' autowired service.
  12591.      *
  12592.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Widget\Company\CompanyHeaderWidget
  12593.      */
  12594.     protected function getCompanyHeaderWidgetService()
  12595.     {
  12596.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Widget/AbstractHeaderWidget.php';
  12597.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Widget/Company/CompanyHeaderWidget.php';
  12598.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\Company\\CompanyHeaderWidget'] = function () {
  12599.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Widget\Company\CompanyHeaderWidget();
  12600.         };
  12601.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\Company\\CompanyHeaderWidget']();
  12602.     }
  12603.     /**
  12604.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\AppRuntime' shared autowired service.
  12605.      *
  12606.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\AppRuntime
  12607.      */
  12608.     protected function getAppRuntimeService()
  12609.     {
  12610.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12611.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/AppRuntime.php';
  12612.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\AppRuntime(($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] = new \Nellapp\Bundle\SDKBundle\Routing\Utils\DomainsRoutingUtils($this->getEnv('DEFAULT_DOMAIN'), 'nim'))));
  12613.     }
  12614.     /**
  12615.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime' shared autowired service.
  12616.      *
  12617.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime
  12618.      */
  12619.     protected function getBooleanRuntimeService()
  12620.     {
  12621.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12622.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/BooleanRuntime.php';
  12623.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime();
  12624.     }
  12625.     /**
  12626.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelContactRuntime' shared autowired service.
  12627.      *
  12628.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelContactRuntime
  12629.      */
  12630.     protected function getChannelContactRuntimeService()
  12631.     {
  12632.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12633.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChannelContactRuntime.php';
  12634.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Domain/Contact/Service/ChannelContactService.php';
  12635.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelContactRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelContactRuntime(new \Nellapp\Bundle\SDKBundle\Domain\Contact\Service\ChannelContactService());
  12636.     }
  12637.     /**
  12638.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelGetterRuntime' shared autowired service.
  12639.      *
  12640.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelGetterRuntime
  12641.      */
  12642.     protected function getChannelGetterRuntimeService()
  12643.     {
  12644.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12645.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChannelGetterRuntime.php';
  12646.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelGetterRuntime(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\ChannelGetterService'] ?? $this->getChannelGetterServiceService()));
  12647.     }
  12648.     /**
  12649.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelRuntime' shared autowired service.
  12650.      *
  12651.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelRuntime
  12652.      */
  12653.     protected function getChannelRuntimeService()
  12654.     {
  12655.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12656.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChannelRuntime.php';
  12657.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelRuntime(($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'] ?? $this->getChannelMainDomainUtilsService()));
  12658.     }
  12659.     /**
  12660.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelUserDataRuntime' shared autowired service.
  12661.      *
  12662.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelUserDataRuntime
  12663.      */
  12664.     protected function getChannelUserDataRuntimeService()
  12665.     {
  12666.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12667.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChannelUserDataRuntime.php';
  12668.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService());
  12669.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime'])) {
  12670.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime'];
  12671.         }
  12672.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelUserDataRuntime(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()), $a);
  12673.     }
  12674.     /**
  12675.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChatNotificationRuntime' shared autowired service.
  12676.      *
  12677.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChatNotificationRuntime
  12678.      */
  12679.     protected function getChatNotificationRuntimeService()
  12680.     {
  12681.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12682.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChatNotificationRuntime.php';
  12683.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChatNotificationRuntime(($this->services['router'] ?? $this->getRouterService()), ($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  12684.     }
  12685.     /**
  12686.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ContactRuntime' shared autowired service.
  12687.      *
  12688.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ContactRuntime
  12689.      */
  12690.     protected function getContactRuntimeService()
  12691.     {
  12692.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12693.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ContactRuntime.php';
  12694.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ContactRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\ContactRuntime(($this->privates['Nellapp\\Bundle\\SDKBundle\\Domain\\Contact\\Service\\ContactService'] ?? $this->getContactServiceService()));
  12695.     }
  12696.     /**
  12697.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime' shared autowired service.
  12698.      *
  12699.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime
  12700.      */
  12701.     protected function getCustomizableViewRuntimeService()
  12702.     {
  12703.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12704.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/CustomizableViewRuntime.php';
  12705.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime();
  12706.     }
  12707.     /**
  12708.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\DateDiffRuntime' shared autowired service.
  12709.      *
  12710.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\DateDiffRuntime
  12711.      */
  12712.     protected function getDateDiffRuntimeService()
  12713.     {
  12714.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12715.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/DateDiffRuntime.php';
  12716.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\DateDiffRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\DateDiffRuntime(($this->services['translator'] ?? $this->getTranslatorService()));
  12717.     }
  12718.     /**
  12719.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\EnumForFormRuntime' shared autowired service.
  12720.      *
  12721.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\EnumForFormRuntime
  12722.      */
  12723.     protected function getEnumForFormRuntimeService()
  12724.     {
  12725.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12726.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/EnumForFormRuntime.php';
  12727.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnumForFormRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\EnumForFormRuntime();
  12728.     }
  12729.     /**
  12730.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime' shared autowired service.
  12731.      *
  12732.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime
  12733.      */
  12734.     protected function getEnvRuntime2Service()
  12735.     {
  12736.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12737.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/EnvRuntime.php';
  12738.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime('dev');
  12739.     }
  12740.     /**
  12741.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime' shared autowired service.
  12742.      *
  12743.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime
  12744.      */
  12745.     protected function getFileRuntime2Service()
  12746.     {
  12747.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12748.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/FileRuntime.php';
  12749.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()));
  12750.     }
  12751.     /**
  12752.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\FormRuntime' shared autowired service.
  12753.      *
  12754.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\FormRuntime
  12755.      */
  12756.     protected function getFormRuntimeService()
  12757.     {
  12758.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12759.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/FormRuntime.php';
  12760.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Service/FormService.php';
  12761.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\FormRuntime(($this->services['translator'] ?? $this->getTranslatorService()), new \Nellapp\Bundle\SDKBundle\Form\Service\FormService());
  12762.     }
  12763.     /**
  12764.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\HeaderRuntime' shared autowired service.
  12765.      *
  12766.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\HeaderRuntime
  12767.      */
  12768.     protected function getHeaderRuntime2Service()
  12769.     {
  12770.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12771.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/HeaderRuntime.php';
  12772.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\HeaderRuntime([], ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  12773.     }
  12774.     /**
  12775.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\IaRuntime' shared autowired service.
  12776.      *
  12777.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\IaRuntime
  12778.      */
  12779.     protected function getIaRuntimeService()
  12780.     {
  12781.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12782.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/IaRuntime.php';
  12783.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  12784.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\IaRuntime'])) {
  12785.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\IaRuntime'];
  12786.         }
  12787.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\IaRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\IaRuntime($a$this->getEnv('bool:IA_HIGHLIGHT_ENABLE'));
  12788.     }
  12789.     /**
  12790.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime' shared autowired service.
  12791.      *
  12792.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime
  12793.      */
  12794.     protected function getImageRunTimeService()
  12795.     {
  12796.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12797.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ImageRunTime.php';
  12798.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  12799.     }
  12800.     /**
  12801.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFileRuntime' shared autowired service.
  12802.      *
  12803.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFileRuntime
  12804.      */
  12805.     protected function getNellappFileRuntimeService()
  12806.     {
  12807.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12808.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/NellappFileRuntime.php';
  12809.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFileRuntime(($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()));
  12810.     }
  12811.     /**
  12812.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFormatRuntime' shared autowired service.
  12813.      *
  12814.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFormatRuntime
  12815.      */
  12816.     protected function getNellappFormatRuntimeService()
  12817.     {
  12818.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12819.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/NellappFormatRuntime.php';
  12820.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Utils/NellappFormatService.php';
  12821.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFormatRuntime(new \Nellapp\Bundle\SDKBundle\Utils\NellappFormatService());
  12822.     }
  12823.     /**
  12824.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime' shared autowired service.
  12825.      *
  12826.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime
  12827.      */
  12828.     protected function getPaginationRuntimeService()
  12829.     {
  12830.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12831.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/PaginationRuntime.php';
  12832.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Pagination/Paginator.php';
  12833.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime(new \Nellapp\Bundle\SDKBundle\Pagination\Paginator());
  12834.     }
  12835.     /**
  12836.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\PlanningRuntime' shared autowired service.
  12837.      *
  12838.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\PlanningRuntime
  12839.      */
  12840.     protected function getPlanningRuntimeService()
  12841.     {
  12842.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12843.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/PlanningRuntime.php';
  12844.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Planning\\Service\\AgendaService'] ?? $this->getAgendaServiceService());
  12845.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PlanningRuntime'])) {
  12846.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PlanningRuntime'];
  12847.         }
  12848.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PlanningRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\PlanningRuntime($a);
  12849.     }
  12850.     /**
  12851.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\SerializerRuntime' shared autowired service.
  12852.      *
  12853.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\SerializerRuntime
  12854.      */
  12855.     protected function getSerializerRuntimeService()
  12856.     {
  12857.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12858.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/SerializerRuntime.php';
  12859.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  12860.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime'])) {
  12861.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime'];
  12862.         }
  12863.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\SerializerRuntime($a);
  12864.     }
  12865.     /**
  12866.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime' shared autowired service.
  12867.      *
  12868.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime
  12869.      */
  12870.     protected function getSideNavItemRuntimeService()
  12871.     {
  12872.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12873.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/SideNavItemRuntime.php';
  12874.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime();
  12875.     }
  12876.     /**
  12877.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavRuntime' shared autowired service.
  12878.      *
  12879.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavRuntime
  12880.      */
  12881.     protected function getSideNavRuntimeService()
  12882.     {
  12883.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12884.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/SideNavRuntime.php';
  12885.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavRuntime(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  12886.     }
  12887.     /**
  12888.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\UserRunTime' shared autowired service.
  12889.      *
  12890.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\UserRunTime
  12891.      */
  12892.     protected function getUserRunTime3Service()
  12893.     {
  12894.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12895.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/UserRunTime.php';
  12896.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\UserRunTime(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  12897.     }
  12898.     /**
  12899.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\VersionRuntime' shared autowired service.
  12900.      *
  12901.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\VersionRuntime
  12902.      */
  12903.     protected function getVersionRuntimeService()
  12904.     {
  12905.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12906.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/VersionRuntime.php';
  12907.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Version/Version.php';
  12908.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\VersionRuntime(new \Nellapp\Bundle\SDKBundle\Version\Version(\dirname(__DIR__4)));
  12909.     }
  12910.     /**
  12911.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\WebSocketRuntime' shared autowired service.
  12912.      *
  12913.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\WebSocketRuntime
  12914.      */
  12915.     protected function getWebSocketRuntimeService()
  12916.     {
  12917.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12918.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/WebSocketRuntime.php';
  12919.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\WebSocketRuntime(($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'] ?? $this->getChannelMainDomainUtilsService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] = new \Nellapp\Bundle\SDKBundle\Routing\Utils\DomainsRoutingUtils($this->getEnv('DEFAULT_DOMAIN'), 'nim'))));
  12920.     }
  12921.     /**
  12922.      * Gets the private 'Nellapp\Bundle\SDKBundle\Uploader\Doctrine\NellappFileSubscriber' shared autowired service.
  12923.      *
  12924.      * @return \Nellapp\Bundle\SDKBundle\Uploader\Doctrine\NellappFileSubscriber
  12925.      */
  12926.     protected function getNellappFileSubscriberService()
  12927.     {
  12928.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  12929.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/Doctrine/NellappFileSubscriber.php';
  12930.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber'] = new \Nellapp\Bundle\SDKBundle\Uploader\Doctrine\NellappFileSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()));
  12931.     }
  12932.     /**
  12933.      * Gets the private 'Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType' shared autowired service.
  12934.      *
  12935.      * @return \Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType
  12936.      */
  12937.     protected function getMimeTypeChoiceFilterTypeService()
  12938.     {
  12939.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12940.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12941.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/Form/MimeTypeChoiceFilterType.php';
  12942.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType'] = new \Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType();
  12943.     }
  12944.     /**
  12945.      * Gets the private 'Nellapp\Bundle\SDKBundle\Uploader\Service\NellappFileService' shared autowired service.
  12946.      *
  12947.      * @return \Nellapp\Bundle\SDKBundle\Uploader\Service\NellappFileService
  12948.      */
  12949.     protected function getNellappFileServiceService()
  12950.     {
  12951.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/Service/NellappFileService.php';
  12952.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/NellappFileStorageConfig.php';
  12953.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] = new \Nellapp\Bundle\SDKBundle\Uploader\Service\NellappFileService(($this->services['oneup_uploader.orphanage_manager'] ?? $this->getOneupUploader_OrphanageManagerService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12954.             'oneup_flysystem.default_filesystem' => ['services''default_filesystem''getDefaultFilesystemService'false],
  12955.         ], [
  12956.             'oneup_flysystem.default_filesystem' => '?',
  12957.         ]), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), new \Nellapp\Bundle\SDKBundle\Uploader\NellappFileStorageConfig(['cursus_upload' => ['maxsize' => 10000000'mimeTypes' => $this->parameters['chat_upload_mime_types'], 'uploadDirectory' => (\dirname(__DIR__3).'/uploads')]]), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  12958.     }
  12959.     /**
  12960.      * Gets the private 'Nellapp\Bundle\SDKBundle\Validator\AssertSameChannelValidator' shared autowired service.
  12961.      *
  12962.      * @return \Nellapp\Bundle\SDKBundle\Validator\AssertSameChannelValidator
  12963.      */
  12964.     protected function getAssertSameChannelValidatorService()
  12965.     {
  12966.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  12967.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  12968.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Validator/AssertSameChannelValidator.php';
  12969.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Validator\\AssertSameChannelValidator'] = new \Nellapp\Bundle\SDKBundle\Validator\AssertSameChannelValidator();
  12970.     }
  12971.     /**
  12972.      * Gets the private 'Redis' shared autowired service.
  12973.      *
  12974.      * @return \Redis
  12975.      */
  12976.     protected function getRedisService()
  12977.     {
  12978.         $this->privates['Redis'] = $instance = new \Redis();
  12979.         $instance->connect($this->getEnv('REDIS_HOST'), $this->getEnv('int:REDIS_PORT'));
  12980.         return $instance;
  12981.     }
  12982.     /**
  12983.      * Gets the private 'Sentry\Integration\RequestFetcherInterface' shared service.
  12984.      *
  12985.      * @return \Sentry\SentryBundle\Integration\RequestFetcher
  12986.      */
  12987.     protected function getRequestFetcherInterfaceService()
  12988.     {
  12989.         return $this->privates['Sentry\\Integration\\RequestFetcherInterface'] = new \Sentry\SentryBundle\Integration\RequestFetcher(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL);
  12990.     }
  12991.     /**
  12992.      * Gets the private 'Sentry\SentryBundle\Command\SentryTestCommand' shared service.
  12993.      *
  12994.      * @return \Sentry\SentryBundle\Command\SentryTestCommand
  12995.      */
  12996.     protected function getSentryTestCommandService()
  12997.     {
  12998.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12999.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Command/SentryTestCommand.php';
  13000.         $this->privates['Sentry\\SentryBundle\\Command\\SentryTestCommand'] = $instance = new \Sentry\SentryBundle\Command\SentryTestCommand(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  13001.         $instance->setName('sentry:test');
  13002.         return $instance;
  13003.     }
  13004.     /**
  13005.      * Gets the private 'Sentry\SentryBundle\EventListener\ConsoleListener' shared service.
  13006.      *
  13007.      * @return \Sentry\SentryBundle\EventListener\ConsoleListener
  13008.      */
  13009.     protected function getConsoleListenerService()
  13010.     {
  13011.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ConsoleListener.php';
  13012.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] = new \Sentry\SentryBundle\EventListener\ConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), true);
  13013.     }
  13014.     /**
  13015.      * Gets the private 'Sentry\SentryBundle\EventListener\ErrorListener' shared service.
  13016.      *
  13017.      * @return \Sentry\SentryBundle\EventListener\ErrorListener
  13018.      */
  13019.     protected function getErrorListenerService()
  13020.     {
  13021.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ErrorListener.php';
  13022.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] = new \Sentry\SentryBundle\EventListener\ErrorListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  13023.     }
  13024.     /**
  13025.      * Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
  13026.      *
  13027.      * @return \Sentry\SentryBundle\EventListener\LoginListener
  13028.      */
  13029.     protected function getLoginListenerService()
  13030.     {
  13031.         return $this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] = new \Sentry\SentryBundle\EventListener\LoginListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  13032.     }
  13033.     /**
  13034.      * Gets the private 'Sentry\SentryBundle\EventListener\MessengerListener' shared service.
  13035.      *
  13036.      * @return \Sentry\SentryBundle\EventListener\MessengerListener
  13037.      */
  13038.     protected function getMessengerListenerService()
  13039.     {
  13040.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/MessengerListener.php';
  13041.         return $this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] = new \Sentry\SentryBundle\EventListener\MessengerListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), true);
  13042.     }
  13043.     /**
  13044.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  13045.      *
  13046.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  13047.      */
  13048.     protected function getRequestListenerService()
  13049.     {
  13050.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  13051.     }
  13052.     /**
  13053.      * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  13054.      *
  13055.      * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  13056.      */
  13057.     protected function getSubRequestListenerService()
  13058.     {
  13059.         return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  13060.     }
  13061.     /**
  13062.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingConsoleListener' shared service.
  13063.      *
  13064.      * @return \Sentry\SentryBundle\EventListener\TracingConsoleListener
  13065.      */
  13066.     protected function getTracingConsoleListenerService()
  13067.     {
  13068.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingConsoleListener.php';
  13069.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] = new \Sentry\SentryBundle\EventListener\TracingConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), [=> 'messenger:consume']);
  13070.     }
  13071.     /**
  13072.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  13073.      *
  13074.      * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  13075.      */
  13076.     protected function getTracingRequestListenerService()
  13077.     {
  13078.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['Sentry\\Integration\\RequestFetcherInterface'] ?? $this->getRequestFetcherInterfaceService()));
  13079.     }
  13080.     /**
  13081.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  13082.      *
  13083.      * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  13084.      */
  13085.     protected function getTracingSubRequestListenerService()
  13086.     {
  13087.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  13088.     }
  13089.     /**
  13090.      * Gets the private 'Sentry\State\HubInterface' shared service.
  13091.      *
  13092.      * @return \Sentry\State\HubInterface
  13093.      */
  13094.     protected function getHubInterfaceService()
  13095.     {
  13096.         $this->privates['Sentry\\State\\HubInterface'] = $instance \Sentry\State\HubAdapter::getInstance();
  13097.         $a = new \Sentry\Options(['integrations' => new \Sentry\SentryBundle\Integration\IntegrationConfigurator([=> new \Sentry\Integration\RequestIntegration(($this->privates['Sentry\\Integration\\RequestFetcherInterface'] ?? $this->getRequestFetcherInterfaceService()))], true), 'prefixes' => [=> \dirname(__DIR__4), => '.'=> '/usr/local/lib/php'], 'environment' => 'dev''release' => $this->getEnv('default::SENTRY_RELEASE'), 'ignore_exceptions' => [], 'ignore_transactions' => [], 'tags' => [], 'in_app_exclude' => [=> $this->targetDir.''=> (\dirname(__DIR__4).'/vendor'), => $this->targetDir.''], 'in_app_include' => [], 'class_serializers' => []]);
  13098.         $b = new \Sentry\ClientBuilder($a);
  13099.         $b->setSdkIdentifier('sentry.php.symfony');
  13100.         $b->setSdkVersion('5.1.0');
  13101.         $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  13102.         if ($this->has('Psr\\Log\\NullLogger')) {
  13103.             $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger'/* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  13104.         }
  13105.         $instance->bindClient($b->getClient());
  13106.         return $instance;
  13107.     }
  13108.     /**
  13109.      * Gets the private 'Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler' shared autowired service.
  13110.      *
  13111.      * @return \Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler
  13112.      */
  13113.     protected function getRedisSessionHandlerService()
  13114.     {
  13115.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  13116.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php';
  13117.         return $this->privates['Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\RedisSessionHandler'] = new \Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler(($this->privates['Redis'] ?? $this->getRedisService()), ['prefix' => 'nim_session''ttl' => 86400]);
  13118.     }
  13119.     /**
  13120.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  13121.      *
  13122.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  13123.      */
  13124.     protected function getResetAssetsEventListenerService()
  13125.     {
  13126.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default'=> 'core']);
  13127.     }
  13128.     /**
  13129.      * Gets the private 'annotations.cache_adapter' shared service.
  13130.      *
  13131.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  13132.      */
  13133.     protected function getAnnotations_CacheAdapterService()
  13134.     {
  13135.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  13136.     }
  13137.     /**
  13138.      * Gets the private 'annotations.cache_warmer' shared service.
  13139.      *
  13140.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  13141.      */
  13142.     protected function getAnnotations_CacheWarmerService()
  13143.     {
  13144.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  13145.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  13146.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  13147.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  13148.     }
  13149.     /**
  13150.      * Gets the private 'annotations.cached_reader' shared service.
  13151.      *
  13152.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  13153.      */
  13154.     protected function getAnnotations_CachedReaderService()
  13155.     {
  13156.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  13157.     }
  13158.     /**
  13159.      * Gets the private 'annotations.reader' shared service.
  13160.      *
  13161.      * @return \Doctrine\Common\Annotations\AnnotationReader
  13162.      */
  13163.     protected function getAnnotations_ReaderService()
  13164.     {
  13165.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  13166.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  13167.         $a->registerUniqueLoader('class_exists');
  13168.         $instance->addGlobalIgnoredName('required'$a);
  13169.         return $instance;
  13170.     }
  13171.     /**
  13172.      * Gets the private 'app.upload_validation_listener' shared autowired service.
  13173.      *
  13174.      * @return \App\Uploader\Event\ChannelUploadValidationListener
  13175.      */
  13176.     protected function getApp_UploadValidationListenerService()
  13177.     {
  13178.         include_once \dirname(__DIR__4).'/src/Uploader/Event/ChannelUploadValidationListener.php';
  13179.         return $this->privates['app.upload_validation_listener'] = new \App\Uploader\Event\ChannelUploadValidationListener(($this->privates['App\\Service\\RequestService'] ?? $this->getRequestServiceService()));
  13180.     }
  13181.     /**
  13182.      * Gets the private 'assets.context' shared service.
  13183.      *
  13184.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  13185.      */
  13186.     protected function getAssets_ContextService()
  13187.     {
  13188.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  13189.         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());
  13190.     }
  13191.     /**
  13192.      * Gets the private 'assets.packages' shared service.
  13193.      *
  13194.      * @return \Symfony\Component\Asset\Packages
  13195.      */
  13196.     protected function getAssets_PackagesService()
  13197.     {
  13198.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  13199.             yield 'core' => ($this->privates['nellapp_sdk.assets._package_core'] ?? $this->getNellappSdk_Assets_PackageCoreService());
  13200.             yield 'channel_image' => ($this->privates['nellapp_sdk.assets._package_channel_image'] ?? $this->getNellappSdk_Assets_PackageChannelImageService());
  13201.             yield 'user_avatar' => ($this->privates['nellapp_sdk.assets._package_user_avatar'] ?? $this->getNellappSdk_Assets_PackageUserAvatarService());
  13202.             yield 'organization_file' => ($this->privates['nellapp_sdk.assets._package_organization_file'] ?? $this->getNellappSdk_Assets_PackageOrganizationFileService());
  13203.         }, 4));
  13204.     }
  13205.     /**
  13206.      * Gets the private 'cache.annotations.traceable' shared service.
  13207.      *
  13208.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  13209.      */
  13210.     protected function getCache_Annotations_TraceableService()
  13211.     {
  13212.         return $this->privates['cache.annotations.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('WtDj5XW1Io'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  13213.     }
  13214.     /**
  13215.      * Gets the private 'cache.doctrine.orm.default.query.traceable' shared service.
  13216.      *
  13217.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  13218.      */
  13219.     protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
  13220.     {
  13221.         return $this->privates['cache.doctrine.orm.default.query.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  13222.     }
  13223.     /**
  13224.      * Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
  13225.      *
  13226.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  13227.      */
  13228.     protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
  13229.     {
  13230.         return $this->privates['cache.doctrine.orm.default.result.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  13231.     }
  13232.     /**
  13233.      * Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
  13234.      *
  13235.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  13236.      */
  13237.     protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
  13238.     {
  13239.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection..Id32ei'] ?? $this->get_CacheConnection__Id32eiService()), 'fOr4NMEUd-'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  13240.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  13241.         return $this->privates['cache.messenger.restart_workers_signal.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  13242.     }
  13243.     /**
  13244.      * Gets the private 'cache.property_info.traceable' shared service.
  13245.      *
  13246.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  13247.      */
  13248.     protected function getCache_PropertyInfo_TraceableService()
  13249.     {
  13250.         return $this->privates['cache.property_info.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Ww2-G0BFOu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  13251.     }
  13252.     /**
  13253.      * Gets the private 'cache.security_expression_language.traceable' shared service.
  13254.      *
  13255.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  13256.      */
  13257.     protected function getCache_SecurityExpressionLanguage_TraceableService()
  13258.     {
  13259.         return $this->privates['cache.security_expression_language.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3U9tE2WQ3T'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  13260.     }
  13261.     /**
  13262.      * Gets the private 'cache.serializer.traceable' shared service.
  13263.      *
  13264.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  13265.      */
  13266.     protected function getCache_Serializer_TraceableService()
  13267.     {
  13268.         return $this->privates['cache.serializer.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('uRpju-90aE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  13269.     }
  13270.     /**
  13271.      * Gets the private 'cache.validator.traceable' shared service.
  13272.      *
  13273.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  13274.      */
  13275.     protected function getCache_Validator_TraceableService()
  13276.     {
  13277.         return $this->privates['cache.validator.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('HqLObPRhr3'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  13278.     }
  13279.     /**
  13280.      * Gets the private 'cache.webpack_encore.traceable' shared service.
  13281.      *
  13282.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  13283.      */
  13284.     protected function getCache_WebpackEncore_TraceableService()
  13285.     {
  13286.         return $this->privates['cache.webpack_encore.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6N7EP1z70Y'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  13287.     }
  13288.     /**
  13289.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  13290.      *
  13291.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  13292.      */
  13293.     protected function getCachePoolClearer_CacheWarmerService()
  13294.     {
  13295.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  13296.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  13297.         return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'cache.validator'=> 'cache.serializer']);
  13298.     }
  13299.     /**
  13300.      * Gets the private 'config_builder.warmer' shared service.
  13301.      *
  13302.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  13303.      */
  13304.     protected function getConfigBuilder_WarmerService()
  13305.     {
  13306.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  13307.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  13308.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  13309.     }
  13310.     /**
  13311.      * Gets the private 'config_cache_factory' shared service.
  13312.      *
  13313.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  13314.      */
  13315.     protected function getConfigCacheFactoryService()
  13316.     {
  13317.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  13318.             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)));
  13319.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  13320.         }, 2));
  13321.     }
  13322.     /**
  13323.      * Gets the private 'console.command.about' shared service.
  13324.      *
  13325.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  13326.      */
  13327.     protected function getConsole_Command_AboutService()
  13328.     {
  13329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13330.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  13331.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  13332.         $instance->setName('about');
  13333.         $instance->setDescription('Display information about the current project');
  13334.         return $instance;
  13335.     }
  13336.     /**
  13337.      * Gets the private 'console.command.assets_install' shared service.
  13338.      *
  13339.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  13340.      */
  13341.     protected function getConsole_Command_AssetsInstallService()
  13342.     {
  13343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13344.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  13345.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  13346.         $instance->setName('assets:install');
  13347.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  13348.         return $instance;
  13349.     }
  13350.     /**
  13351.      * Gets the private 'console.command.cache_clear' shared service.
  13352.      *
  13353.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  13354.      */
  13355.     protected function getConsole_Command_CacheClearService()
  13356.     {
  13357.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13358.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  13359.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  13360.         $instance->setName('cache:clear');
  13361.         $instance->setDescription('Clear the cache');
  13362.         return $instance;
  13363.     }
  13364.     /**
  13365.      * Gets the private 'console.command.cache_pool_clear' shared service.
  13366.      *
  13367.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  13368.      */
  13369.     protected function getConsole_Command_CachePoolClearService()
  13370.     {
  13371.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13372.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  13373.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'cache.security_expression_language'11 => 'cache.webpack_encore']);
  13374.         $instance->setName('cache:pool:clear');
  13375.         $instance->setDescription('Clear cache pools');
  13376.         return $instance;
  13377.     }
  13378.     /**
  13379.      * Gets the private 'console.command.cache_pool_delete' shared service.
  13380.      *
  13381.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  13382.      */
  13383.     protected function getConsole_Command_CachePoolDeleteService()
  13384.     {
  13385.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13386.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  13387.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'cache.security_expression_language'11 => 'cache.webpack_encore']);
  13388.         $instance->setName('cache:pool:delete');
  13389.         $instance->setDescription('Delete an item from a cache pool');
  13390.         return $instance;
  13391.     }
  13392.     /**
  13393.      * Gets the private 'console.command.cache_pool_list' shared service.
  13394.      *
  13395.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  13396.      */
  13397.     protected function getConsole_Command_CachePoolListService()
  13398.     {
  13399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13400.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  13401.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'cache.security_expression_language'11 => 'cache.webpack_encore']);
  13402.         $instance->setName('cache:pool:list');
  13403.         $instance->setDescription('List available cache pools');
  13404.         return $instance;
  13405.     }
  13406.     /**
  13407.      * Gets the private 'console.command.cache_pool_prune' shared service.
  13408.      *
  13409.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  13410.      */
  13411.     protected function getConsole_Command_CachePoolPruneService()
  13412.     {
  13413.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13414.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  13415.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  13416.             yield 'cache.validator.traceable' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService());
  13417.             yield 'cache.serializer.traceable' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService());
  13418.             yield 'cache.annotations.traceable' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService());
  13419.             yield 'cache.property_info.traceable' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService());
  13420.             yield 'cache.messenger.restart_workers_signal.traceable' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService());
  13421.             yield 'cache.doctrine.orm.default.result.traceable' => ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService());
  13422.             yield 'cache.doctrine.orm.default.query.traceable' => ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService());
  13423.             yield 'cache.security_expression_language.traceable' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService());
  13424.             yield 'cache.webpack_encore.traceable' => ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService());
  13425.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  13426.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  13427.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  13428.         }, 12));
  13429.         $instance->setName('cache:pool:prune');
  13430.         $instance->setDescription('Prune cache pools');
  13431.         return $instance;
  13432.     }
  13433.     /**
  13434.      * Gets the private 'console.command.cache_warmup' shared service.
  13435.      *
  13436.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  13437.      */
  13438.     protected function getConsole_Command_CacheWarmupService()
  13439.     {
  13440.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13441.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  13442.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  13443.         $instance->setName('cache:warmup');
  13444.         $instance->setDescription('Warm up an empty cache');
  13445.         return $instance;
  13446.     }
  13447.     /**
  13448.      * Gets the private 'console.command.config_debug' shared service.
  13449.      *
  13450.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  13451.      */
  13452.     protected function getConsole_Command_ConfigDebugService()
  13453.     {
  13454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13455.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  13456.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  13457.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  13458.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  13459.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  13460.         $instance->setName('debug:config');
  13461.         $instance->setDescription('Dump the current configuration for an extension');
  13462.         return $instance;
  13463.     }
  13464.     /**
  13465.      * Gets the private 'console.command.config_dump_reference' shared service.
  13466.      *
  13467.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  13468.      */
  13469.     protected function getConsole_Command_ConfigDumpReferenceService()
  13470.     {
  13471.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13472.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  13473.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  13474.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  13475.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  13476.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  13477.         $instance->setName('config:dump-reference');
  13478.         $instance->setDescription('Dump the default configuration for an extension');
  13479.         return $instance;
  13480.     }
  13481.     /**
  13482.      * Gets the private 'console.command.container_debug' shared service.
  13483.      *
  13484.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  13485.      */
  13486.     protected function getConsole_Command_ContainerDebugService()
  13487.     {
  13488.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13489.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  13490.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  13491.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  13492.         $instance->setName('debug:container');
  13493.         $instance->setDescription('Display current services for an application');
  13494.         return $instance;
  13495.     }
  13496.     /**
  13497.      * Gets the private 'console.command.container_lint' shared service.
  13498.      *
  13499.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  13500.      */
  13501.     protected function getConsole_Command_ContainerLintService()
  13502.     {
  13503.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13504.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  13505.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  13506.         $instance->setName('lint:container');
  13507.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  13508.         return $instance;
  13509.     }
  13510.     /**
  13511.      * Gets the private 'console.command.debug_autowiring' shared service.
  13512.      *
  13513.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  13514.      */
  13515.     protected function getConsole_Command_DebugAutowiringService()
  13516.     {
  13517.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13518.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  13519.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  13520.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  13521.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  13522.         $instance->setName('debug:autowiring');
  13523.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  13524.         return $instance;
  13525.     }
  13526.     /**
  13527.      * Gets the private 'console.command.dotenv_debug' shared service.
  13528.      *
  13529.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  13530.      */
  13531.     protected function getConsole_Command_DotenvDebugService()
  13532.     {
  13533.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13534.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  13535.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  13536.         $instance->setName('debug:dotenv');
  13537.         $instance->setDescription('Lists all dotenv files with variables and values');
  13538.         return $instance;
  13539.     }
  13540.     /**
  13541.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  13542.      *
  13543.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  13544.      */
  13545.     protected function getConsole_Command_EventDispatcherDebugService()
  13546.     {
  13547.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13548.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  13549.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.wBbyE11'] ?? $this->get_ServiceLocator_WBbyE11Service()));
  13550.         $instance->setName('debug:event-dispatcher');
  13551.         $instance->setDescription('Display configured listeners for an application');
  13552.         return $instance;
  13553.     }
  13554.     /**
  13555.      * Gets the private 'console.command.form_debug' shared service.
  13556.      *
  13557.      * @return \Symfony\Component\Form\Command\DebugCommand
  13558.      */
  13559.     protected function getConsole_Command_FormDebugService()
  13560.     {
  13561.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13562.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  13563.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Form'=> 'App\\Form\\Admin'=> 'App\\Form\\Admin\\Chat'=> 'App\\Form\\Filter'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type'=> 'Nellapp\\Bundle\\SDKBundle\\ActivityFeed\\Form\\Filter'=> 'Nellapp\\Bundle\\SDKBundle\\DataSync\\Form\\Filter'=> 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor'10 => 'Nellapp\\Bundle\\SDKBundle\\Filter'11 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Common'12 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView'13 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData'14 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat'15 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Common'16 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter'17 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression'18 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter'19 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session'20 => 'Nellapp\\Bundle\\SDKBundle\\Form'21 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type'22 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form'23 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter'24 => 'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form'25 => 'Drosalys\\Bundle\\ApiBundle\\Filter'26 => 'Liip\\ImagineBundle\\Form\\Type'27 => ''], [=> 'App\\Form\\AddUsersType'=> 'App\\Form\\Admin\\AddAdminsType'=> 'App\\Form\\Admin\\Chat\\CanalType'=> 'App\\Form\\Admin\\Chat\\EditCanalType'=> 'App\\Form\\ConversationSelektorType'=> 'App\\Form\\Filter\\CanalFilterType'=> 'App\\Form\\Filter\\ConversationFilterType'=> 'App\\Form\\Filter\\ResourceFilter'=> 'App\\Form\\Filter\\ServiceConversationFilterType'=> 'App\\Form\\Filter\\UserFilter'10 => 'App\\Form\\GlobalSearchType'11 => 'App\\Form\\ResourceSelektorType'12 => 'App\\Form\\UploadFileType'13 => 'App\\Form\\UserSelektorType'14 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'15 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'16 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'17 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'18 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'19 => 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType'20 => 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType'21 => 'Nellapp\\Bundle\\SDKBundle\\ActivityFeed\\Form\\Filter\\ActivityFeedFilter'22 => 'Nellapp\\Bundle\\SDKBundle\\DataSync\\Form\\Filter\\CollectionFilter'23 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType'24 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType'25 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType'26 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType'27 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType'28 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType'29 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType'30 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappDurationType'31 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter'32 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType'33 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType'34 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType'35 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType'36 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter'37 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Common\\TextListFilterType'38 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\DateRangeFilterType'39 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter'40 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType'41 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType'42 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType'43 => 'Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType'44 => 'Nellapp\\Bundle\\SDKBundle\\Form\\TabType'45 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType'46 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType'47 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType'48 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType'49 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType'50 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType'51 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType'52 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType'53 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter'54 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter'55 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType'56 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType'57 => 'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType'58 => 'Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter'59 => 'Liip\\ImagineBundle\\Form\\Type\\ImageType'60 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType'61 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType'62 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType'63 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType'64 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType'65 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType'66 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType'67 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType'68 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType'69 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType'70 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType'71 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType'72 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType'73 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType'], [=> 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionExtension'=> 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionInnerExtension'=> 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\TabsExtension'=> 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingExtension'=> 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingCollectionExtension'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'10 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'11 => 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'12 => 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension'13 => 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\FormTemplateExtension'14 => 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollapsableExtension'15 => 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\ChildrenErrorExtension'16 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'17 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\TelTypeExtension'18 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\FilterTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  13564.         $instance->setName('debug:form');
  13565.         $instance->setDescription('Display form type information');
  13566.         return $instance;
  13567.     }
  13568.     /**
  13569.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  13570.      *
  13571.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  13572.      */
  13573.     protected function getConsole_Command_MessengerConsumeMessagesService()
  13574.     {
  13575.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13576.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  13577.         $this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), [=> 'sync_full_user_transport'=> 'sync_transport'=> 'sync_ack'=> 'failed'], NULL, [=> 'messenger.bus.default']);
  13578.         $instance->setName('messenger:consume');
  13579.         $instance->setDescription('Consume messages');
  13580.         return $instance;
  13581.     }
  13582.     /**
  13583.      * Gets the private 'console.command.messenger_debug' shared service.
  13584.      *
  13585.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  13586.      */
  13587.     protected function getConsole_Command_MessengerDebugService()
  13588.     {
  13589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13590.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  13591.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]], 'Nellapp\\Bundle\\SDKBundle\\Auth\\Messenger\\Message\\RefreshUserMessage' => [=> [=> 'Nellapp\\Bundle\\SDKBundle\\Auth\\Messenger\\Handler\\RefreshUserMessageHandler'=> []]], 'Nellapp\\Bundle\\SDKBundle\\Sync\\Messenger\\Message\\EntitySyncMessage' => [=> [=> 'Nellapp\\Bundle\\SDKBundle\\Sync\\Messenger\\Handler\\EntitySyncHandler'=> []]]]]);
  13592.         $instance->setName('debug:messenger');
  13593.         $instance->setDescription('List messages you can dispatch using the message buses');
  13594.         return $instance;
  13595.     }
  13596.     /**
  13597.      * Gets the private 'console.command.messenger_failed_messages_remove' shared service.
  13598.      *
  13599.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
  13600.      */
  13601.     protected function getConsole_Command_MessengerFailedMessagesRemoveService()
  13602.     {
  13603.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13604.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  13605.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRemoveCommand.php';
  13606.         $this->privates['console.command.messenger_failed_messages_remove'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()));
  13607.         $instance->setName('messenger:failed:remove');
  13608.         $instance->setDescription('Remove given messages from the failure transport');
  13609.         return $instance;
  13610.     }
  13611.     /**
  13612.      * Gets the private 'console.command.messenger_failed_messages_retry' shared service.
  13613.      *
  13614.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand
  13615.      */
  13616.     protected function getConsole_Command_MessengerFailedMessagesRetryService()
  13617.     {
  13618.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13619.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  13620.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRetryCommand.php';
  13621.         $this->privates['console.command.messenger_failed_messages_retry'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()), ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  13622.         $instance->setName('messenger:failed:retry');
  13623.         $instance->setDescription('Retry one or more messages from the failure transport');
  13624.         return $instance;
  13625.     }
  13626.     /**
  13627.      * Gets the private 'console.command.messenger_failed_messages_show' shared service.
  13628.      *
  13629.      * @return \Symfony\Component\Messenger\Command\FailedMessagesShowCommand
  13630.      */
  13631.     protected function getConsole_Command_MessengerFailedMessagesShowService()
  13632.     {
  13633.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13634.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  13635.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesShowCommand.php';
  13636.         $this->privates['console.command.messenger_failed_messages_show'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesShowCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()));
  13637.         $instance->setName('messenger:failed:show');
  13638.         $instance->setDescription('Show one or more messages from the failure transport');
  13639.         return $instance;
  13640.     }
  13641.     /**
  13642.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  13643.      *
  13644.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  13645.      */
  13646.     protected function getConsole_Command_MessengerSetupTransportsService()
  13647.     {
  13648.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13649.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  13650.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [=> 'sync_full_user_transport'=> 'sync_transport'=> 'sync_ack'=> 'failed']);
  13651.         $instance->setName('messenger:setup-transports');
  13652.         $instance->setDescription('Prepare the required infrastructure for the transport');
  13653.         return $instance;
  13654.     }
  13655.     /**
  13656.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  13657.      *
  13658.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  13659.      */
  13660.     protected function getConsole_Command_MessengerStopWorkersService()
  13661.     {
  13662.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13663.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  13664.         $this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  13665.         $instance->setName('messenger:stop-workers');
  13666.         $instance->setDescription('Stop workers after their current message');
  13667.         return $instance;
  13668.     }
  13669.     /**
  13670.      * Gets the private 'console.command.router_debug' shared service.
  13671.      *
  13672.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  13673.      */
  13674.     protected function getConsole_Command_RouterDebugService()
  13675.     {
  13676.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13677.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  13678.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  13679.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  13680.         $instance->setName('debug:router');
  13681.         $instance->setDescription('Display current routes for an application');
  13682.         return $instance;
  13683.     }
  13684.     /**
  13685.      * Gets the private 'console.command.router_match' shared service.
  13686.      *
  13687.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  13688.      */
  13689.     protected function getConsole_Command_RouterMatchService()
  13690.     {
  13691.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13692.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  13693.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  13694.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  13695.         }, 1));
  13696.         $instance->setName('router:match');
  13697.         $instance->setDescription('Help debug routes by simulating a path info match');
  13698.         return $instance;
  13699.     }
  13700.     /**
  13701.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  13702.      *
  13703.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  13704.      */
  13705.     protected function getConsole_Command_SecretsDecryptToLocalService()
  13706.     {
  13707.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13708.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  13709.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  13710.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  13711.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  13712.         $instance->setName('secrets:decrypt-to-local');
  13713.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  13714.         return $instance;
  13715.     }
  13716.     /**
  13717.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  13718.      *
  13719.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  13720.      */
  13721.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  13722.     {
  13723.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13724.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  13725.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  13726.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  13727.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  13728.         $instance->setName('secrets:encrypt-from-local');
  13729.         $instance->setDescription('Encrypt all local secrets to the vault');
  13730.         return $instance;
  13731.     }
  13732.     /**
  13733.      * Gets the private 'console.command.secrets_generate_key' shared service.
  13734.      *
  13735.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  13736.      */
  13737.     protected function getConsole_Command_SecretsGenerateKeyService()
  13738.     {
  13739.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13740.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  13741.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  13742.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  13743.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  13744.         $instance->setName('secrets:generate-keys');
  13745.         $instance->setDescription('Generate new encryption keys');
  13746.         return $instance;
  13747.     }
  13748.     /**
  13749.      * Gets the private 'console.command.secrets_list' shared service.
  13750.      *
  13751.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  13752.      */
  13753.     protected function getConsole_Command_SecretsListService()
  13754.     {
  13755.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13756.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  13757.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  13758.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  13759.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  13760.         $instance->setName('secrets:list');
  13761.         $instance->setDescription('List all secrets');
  13762.         return $instance;
  13763.     }
  13764.     /**
  13765.      * Gets the private 'console.command.secrets_remove' shared service.
  13766.      *
  13767.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  13768.      */
  13769.     protected function getConsole_Command_SecretsRemoveService()
  13770.     {
  13771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13772.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  13773.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  13774.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  13775.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  13776.         $instance->setName('secrets:remove');
  13777.         $instance->setDescription('Remove a secret from the vault');
  13778.         return $instance;
  13779.     }
  13780.     /**
  13781.      * Gets the private 'console.command.secrets_set' shared service.
  13782.      *
  13783.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  13784.      */
  13785.     protected function getConsole_Command_SecretsSetService()
  13786.     {
  13787.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13788.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  13789.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  13790.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  13791.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  13792.         $instance->setName('secrets:set');
  13793.         $instance->setDescription('Set a secret in the vault');
  13794.         return $instance;
  13795.     }
  13796.     /**
  13797.      * Gets the private 'console.command.translation_debug' shared service.
  13798.      *
  13799.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  13800.      */
  13801.     protected function getConsole_Command_TranslationDebugService()
  13802.     {
  13803.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13804.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  13805.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\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/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Service/Chat/ChatNotificationService.php'), => (\dirname(__DIR__4).'/src/Form/GlobalSearchType.php'), => (\dirname(__DIR__4).'/src/Service/Chat/ConversationCreationService.php'), => (\dirname(__DIR__4).'/src/Service/Chat/ConversationService.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 15 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/ChannelUserDataPermissionRuntime.php'), 16 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/TranslateRuntime.php'), 17 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/DateDiffRuntime.php'), 18 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/FormRuntime.php'), 19 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/UserRunTime.php'), 20 => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php'), 21 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ActivityFeed/Service/ActivityFeedService.php'), 22 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 23 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 24 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 25 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 26 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  13806.         $instance->setName('debug:translation');
  13807.         $instance->setDescription('Display translation messages information');
  13808.         return $instance;
  13809.     }
  13810.     /**
  13811.      * Gets the private 'console.command.translation_extract' shared service.
  13812.      *
  13813.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  13814.      */
  13815.     protected function getConsole_Command_TranslationExtractService()
  13816.     {
  13817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13818.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  13819.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'fr', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\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/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Service/Chat/ChatNotificationService.php'), => (\dirname(__DIR__4).'/src/Form/GlobalSearchType.php'), => (\dirname(__DIR__4).'/src/Service/Chat/ConversationCreationService.php'), => (\dirname(__DIR__4).'/src/Service/Chat/ConversationService.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 15 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/ChannelUserDataPermissionRuntime.php'), 16 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/TranslateRuntime.php'), 17 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/DateDiffRuntime.php'), 18 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/FormRuntime.php'), 19 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/UserRunTime.php'), 20 => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php'), 21 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ActivityFeed/Service/ActivityFeedService.php'), 22 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 23 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 24 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 25 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 26 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  13820.         $instance->setName('translation:extract');
  13821.         $instance->setAliases([=> 'translation:update']);
  13822.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  13823.         return $instance;
  13824.     }
  13825.     /**
  13826.      * Gets the private 'console.command.translation_pull' shared service.
  13827.      *
  13828.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  13829.      */
  13830.     protected function getConsole_Command_TranslationPullService()
  13831.     {
  13832.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13833.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  13834.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  13835.         $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'fr', [], []);
  13836.         $instance->setName('translation:pull');
  13837.         $instance->setDescription('Pull translations from a given provider.');
  13838.         return $instance;
  13839.     }
  13840.     /**
  13841.      * Gets the private 'console.command.translation_push' shared service.
  13842.      *
  13843.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  13844.      */
  13845.     protected function getConsole_Command_TranslationPushService()
  13846.     {
  13847.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13848.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  13849.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  13850.         $this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
  13851.         $instance->setName('translation:push');
  13852.         $instance->setDescription('Push translations to a given provider.');
  13853.         return $instance;
  13854.     }
  13855.     /**
  13856.      * Gets the private 'console.command.validator_debug' shared service.
  13857.      *
  13858.      * @return \Symfony\Component\Validator\Command\DebugCommand
  13859.      */
  13860.     protected function getConsole_Command_ValidatorDebugService()
  13861.     {
  13862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13863.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  13864.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  13865.         $instance->setName('debug:validator');
  13866.         $instance->setDescription('Display validation constraints for classes');
  13867.         return $instance;
  13868.     }
  13869.     /**
  13870.      * Gets the private 'console.command.xliff_lint' shared service.
  13871.      *
  13872.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  13873.      */
  13874.     protected function getConsole_Command_XliffLintService()
  13875.     {
  13876.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13877.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  13878.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  13879.         $instance->setName('lint:xliff');
  13880.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  13881.         return $instance;
  13882.     }
  13883.     /**
  13884.      * Gets the private 'console.command.yaml_lint' shared service.
  13885.      *
  13886.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  13887.      */
  13888.     protected function getConsole_Command_YamlLintService()
  13889.     {
  13890.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13891.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  13892.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  13893.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  13894.         $instance->setName('lint:yaml');
  13895.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  13896.         return $instance;
  13897.     }
  13898.     /**
  13899.      * Gets the private 'console.error_listener' shared service.
  13900.      *
  13901.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  13902.      */
  13903.     protected function getConsole_ErrorListenerService()
  13904.     {
  13905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  13906.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  13907.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13908.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13909.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  13910.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  13911.     }
  13912.     /**
  13913.      * Gets the private 'container.env_var_processor' shared service.
  13914.      *
  13915.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  13916.      */
  13917.     protected function getContainer_EnvVarProcessorService()
  13918.     {
  13919.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  13920.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  13921.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  13922.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  13923.         }, 1));
  13924.     }
  13925.     /**
  13926.      * Gets the private 'container.getenv' shared service.
  13927.      *
  13928.      * @return \Closure
  13929.      */
  13930.     protected function getContainer_GetenvService()
  13931.     {
  13932.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  13933.     }
  13934.     /**
  13935.      * Gets the private 'data_collector.form' shared service.
  13936.      *
  13937.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  13938.      */
  13939.     protected function getDataCollector_FormService()
  13940.     {
  13941.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  13942.     }
  13943.     /**
  13944.      * Gets the private 'data_collector.request' shared service.
  13945.      *
  13946.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  13947.      */
  13948.     protected function getDataCollector_RequestService()
  13949.     {
  13950.         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())));
  13951.     }
  13952.     /**
  13953.      * Gets the private 'data_collector.request.session_collector' shared service.
  13954.      *
  13955.      * @return \Closure
  13956.      */
  13957.     protected function getDataCollector_Request_SessionCollectorService()
  13958.     {
  13959.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  13960.     }
  13961.     /**
  13962.      * Gets the private 'debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\ActionResolver' shared service.
  13963.      *
  13964.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13965.      */
  13966.     protected function getActionResolverService()
  13967.     {
  13968.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13969.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13970.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ArgumentResolver/ActionResolver.php';
  13971.         return $this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\ActionResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Drosalys\Bundle\ApiBundle\ArgumentResolver\ActionResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  13972.     }
  13973.     /**
  13974.      * Gets the private 'debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\ConstraintViolationListResolver' shared service.
  13975.      *
  13976.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13977.      */
  13978.     protected function getConstraintViolationListResolverService()
  13979.     {
  13980.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13981.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13982.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ArgumentResolver/ConstraintViolationListResolver.php';
  13983.         return $this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\ConstraintViolationListResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Drosalys\Bundle\ApiBundle\ArgumentResolver\ConstraintViolationListResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  13984.     }
  13985.     /**
  13986.      * Gets the private 'debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\DeserializeResolver' shared service.
  13987.      *
  13988.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13989.      */
  13990.     protected function getDeserializeResolverService()
  13991.     {
  13992.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13993.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13994.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ArgumentResolver/DeserializeResolver.php';
  13995.         return $this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\DeserializeResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Drosalys\Bundle\ApiBundle\ArgumentResolver\DeserializeResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  13996.     }
  13997.     /**
  13998.      * Gets the private 'debug.argument_resolver' shared service.
  13999.      *
  14000.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  14001.      */
  14002.     protected function getDebug_ArgumentResolverService()
  14003.     {
  14004.         return $this->privates['debug.argument_resolver'] = 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 () {
  14005.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  14006.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  14007.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  14008.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  14009.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\ActionResolver'] ?? $this->getActionResolverService());
  14010.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\ConstraintViolationListResolver'] ?? $this->getConstraintViolationListResolverService());
  14011.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\DeserializeResolver'] ?? $this->getDeserializeResolverService());
  14012.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  14013.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  14014.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  14015.             yield 10 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  14016.         }, 11)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  14017.     }
  14018.     /**
  14019.      * Gets the private 'debug.argument_resolver.default' shared service.
  14020.      *
  14021.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  14022.      */
  14023.     protected function getDebug_ArgumentResolver_DefaultService()
  14024.     {
  14025.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  14026.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  14027.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  14028.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  14029.     }
  14030.     /**
  14031.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  14032.      *
  14033.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  14034.      */
  14035.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  14036.     {
  14037.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  14038.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  14039.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  14040.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.CC.7FiD'] ?? $this->get_ServiceLocator_CC_7FiDService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  14041.     }
  14042.     /**
  14043.      * Gets the private 'debug.argument_resolver.request' shared service.
  14044.      *
  14045.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  14046.      */
  14047.     protected function getDebug_ArgumentResolver_RequestService()
  14048.     {
  14049.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  14050.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  14051.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  14052.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  14053.     }
  14054.     /**
  14055.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  14056.      *
  14057.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  14058.      */
  14059.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  14060.     {
  14061.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  14062.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  14063.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  14064.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  14065.     }
  14066.     /**
  14067.      * Gets the private 'debug.argument_resolver.service' shared service.
  14068.      *
  14069.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  14070.      */
  14071.     protected function getDebug_ArgumentResolver_ServiceService()
  14072.     {
  14073.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  14074.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  14075.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  14076.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.CC.7FiD'] ?? $this->get_ServiceLocator_CC_7FiDService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  14077.     }
  14078.     /**
  14079.      * Gets the private 'debug.argument_resolver.session' shared service.
  14080.      *
  14081.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  14082.      */
  14083.     protected function getDebug_ArgumentResolver_SessionService()
  14084.     {
  14085.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  14086.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  14087.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  14088.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  14089.     }
  14090.     /**
  14091.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  14092.      *
  14093.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  14094.      */
  14095.     protected function getDebug_ArgumentResolver_VariadicService()
  14096.     {
  14097.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  14098.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  14099.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  14100.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  14101.     }
  14102.     /**
  14103.      * Gets the private 'debug.debug_handlers_listener' shared service.
  14104.      *
  14105.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  14106.      */
  14107.     protected function getDebug_DebugHandlersListenerService()
  14108.     {
  14109.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  14110.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  14111.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  14112.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  14113.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  14114.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  14115.     }
  14116.     /**
  14117.      * Gets the private 'debug.dump_listener' shared service.
  14118.      *
  14119.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  14120.      */
  14121.     protected function getDebug_DumpListenerService()
  14122.     {
  14123.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  14124.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  14125.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  14126.     }
  14127.     /**
  14128.      * Gets the private 'debug.file_link_formatter' shared service.
  14129.      *
  14130.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  14131.      */
  14132.     protected function getDebug_FileLinkFormatterService()
  14133.     {
  14134.         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 () {
  14135.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  14136.         });
  14137.     }
  14138.     /**
  14139.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  14140.      *
  14141.      * @return \string
  14142.      */
  14143.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  14144.     {
  14145.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  14146.     }
  14147.     /**
  14148.      * Gets the private 'debug.log_processor' shared service.
  14149.      *
  14150.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  14151.      */
  14152.     protected function getDebug_LogProcessorService()
  14153.     {
  14154.         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())));
  14155.     }
  14156.     /**
  14157.      * Gets the private 'debug.security.access.decision_manager' shared service.
  14158.      *
  14159.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  14160.      */
  14161.     protected function getDebug_Security_Access_DecisionManagerService()
  14162.     {
  14163.         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 () {
  14164.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  14165.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  14166.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  14167.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\AdminVoter'] ?? $this->getAdminVoterService());
  14168.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Channel\\ShowVoter'] ?? $this->getShowVoterService());
  14169.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\ChatNotification\\ShowVoter'] ?? $this->getShowVoter2Service());
  14170.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Conversation\\CreateMessageVoter'] ?? $this->getCreateMessageVoterService());
  14171.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Conversation\\ShowVoter'] ?? $this->getShowVoter3Service());
  14172.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\CoordinatorVoter'] ?? $this->getCoordinatorVoterService());
  14173.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\File\\ShowVoter'] ?? $this->getShowVoter4Service());
  14174.             yield 10 => ($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\CreateMessageReactionVoter'] ?? $this->getCreateMessageReactionVoterService());
  14175.             yield 11 => ($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\DeleteVoter'] ?? $this->getDeleteVoterService());
  14176.             yield 12 => ($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\EditVoter'] ?? $this->getEditVoterService());
  14177.             yield 13 => ($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\PinVoter'] ?? $this->getPinVoterService());
  14178.             yield 14 => ($this->privates['debug.security.voter.App\\Security\\Voter\\MessageReaction\\DeleteVoter'] ?? $this->getDeleteVoter2Service());
  14179.             yield 15 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserDataVoter'] ?? $this->getChannelUserDataVoterService());
  14180.             yield 16 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserMenuVoter'] ?? $this->getChannelUserMenuVoterService());
  14181.             yield 17 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'] ?? $this->getChannelUserPermissionResourceVoterService());
  14182.             yield 18 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'] ?? $this->getChannelUserPermissionVoterService());
  14183.             yield 19 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'] ?? $this->getSharableChannelPermissionVoterService());
  14184.             yield 20 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'] ?? $this->getSharableChannelResourcePermissionVoterService());
  14185.             yield 21 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableUsersResourcePermissionVoter'] ?? $this->getSharableUsersResourcePermissionVoterService());
  14186.             yield 22 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SuperAdminVoter'] ?? $this->getSuperAdminVoterService());
  14187.             yield 23 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UserOwnerVoter'] ?? $this->getUserOwnerVoterService());
  14188.             yield 24 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UsersResourceVoter'] ?? $this->getUsersResourceVoterService());
  14189.         }, 25), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  14190.     }
  14191.     /**
  14192.      * Gets the private 'debug.security.firewall' shared service.
  14193.      *
  14194.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  14195.      */
  14196.     protected function getDebug_Security_FirewallService()
  14197.     {
  14198.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  14199.         if (isset($this->privates['debug.security.firewall'])) {
  14200.             return $this->privates['debug.security.firewall'];
  14201.         }
  14202.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14203.         if (isset($this->privates['debug.security.firewall'])) {
  14204.             return $this->privates['debug.security.firewall'];
  14205.         }
  14206.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  14207.     }
  14208.     /**
  14209.      * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  14210.      *
  14211.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  14212.      */
  14213.     protected function getDebug_Security_Firewall_Authenticator_MainService()
  14214.     {
  14215.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  14216.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  14217.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  14218.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  14219.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  14220.         $a = ($this->privates['security.authenticator.guard.main.0'] ?? $this->getSecurity_Authenticator_Guard_Main_0Service());
  14221.         if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  14222.             return $this->privates['debug.security.firewall.authenticator.main'];
  14223.         }
  14224.         $b = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  14225.         if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  14226.             return $this->privates['debug.security.firewall.authenticator.main'];
  14227.         }
  14228.         return $this->privates['debug.security.firewall.authenticator.main'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([=> $a], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $b'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue, [])));
  14229.     }
  14230.     /**
  14231.      * Gets the private 'debug.security.firewall.authenticator.reverse_sync' shared service.
  14232.      *
  14233.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  14234.      */
  14235.     protected function getDebug_Security_Firewall_Authenticator_ReverseSyncService()
  14236.     {
  14237.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  14238.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  14239.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  14240.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  14241.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  14242.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  14243.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  14244.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Security/CoreAuthenticator.php';
  14245.         $a = ($this->privates['security.event_dispatcher.reverse_sync'] ?? $this->getSecurity_EventDispatcher_ReverseSyncService());
  14246.         if (isset($this->privates['debug.security.firewall.authenticator.reverse_sync'])) {
  14247.             return $this->privates['debug.security.firewall.authenticator.reverse_sync'];
  14248.         }
  14249.         return $this->privates['debug.security.firewall.authenticator.reverse_sync'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([=> ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Security\\CoreAuthenticator'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Security\\CoreAuthenticator'] = new \Nellapp\Bundle\SDKBundle\Sync\Security\CoreAuthenticator($this->getEnv('resolve:SYNC_SECRET'))))], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a'reverse_sync', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue, [])));
  14250.     }
  14251.     /**
  14252.      * Gets the private 'debug.security.user_value_resolver' shared service.
  14253.      *
  14254.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  14255.      */
  14256.     protected function getDebug_Security_UserValueResolverService()
  14257.     {
  14258.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  14259.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  14260.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  14261.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  14262.     }
  14263.     /**
  14264.      * Gets the private 'debug.security.voter.App\Security\Voter\AdminVoter' shared service.
  14265.      *
  14266.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14267.      */
  14268.     protected function getAdminVoterService()
  14269.     {
  14270.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14271.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14272.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14273.         include_once \dirname(__DIR__4).'/src/Security/Voter/AdminVoter.php';
  14274.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14275.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\AdminVoter'])) {
  14276.             return $this->privates['debug.security.voter.App\\Security\\Voter\\AdminVoter'];
  14277.         }
  14278.         return $this->privates['debug.security.voter.App\\Security\\Voter\\AdminVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\AdminVoter(($this->privates['App\\Service\\Account\\UserService'] ?? $this->getUserServiceService())), $a);
  14279.     }
  14280.     /**
  14281.      * Gets the private 'debug.security.voter.App\Security\Voter\Channel\ShowVoter' shared service.
  14282.      *
  14283.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14284.      */
  14285.     protected function getShowVoterService()
  14286.     {
  14287.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14288.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14289.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14290.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  14291.         include_once \dirname(__DIR__4).'/src/Security/Voter/Channel/ShowVoter.php';
  14292.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14293.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Channel\\ShowVoter'])) {
  14294.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Channel\\ShowVoter'];
  14295.         }
  14296.         return $this->privates['debug.security.voter.App\\Security\\Voter\\Channel\\ShowVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\Channel\ShowVoter(($this->privates['App\\Service\\Account\\UserService'] ?? $this->getUserServiceService())), $a);
  14297.     }
  14298.     /**
  14299.      * Gets the private 'debug.security.voter.App\Security\Voter\ChatNotification\ShowVoter' shared service.
  14300.      *
  14301.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14302.      */
  14303.     protected function getShowVoter2Service()
  14304.     {
  14305.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14306.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14307.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14308.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  14309.         include_once \dirname(__DIR__4).'/src/Security/Voter/ChatNotification/ShowVoter.php';
  14310.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14311.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\ChatNotification\\ShowVoter'])) {
  14312.             return $this->privates['debug.security.voter.App\\Security\\Voter\\ChatNotification\\ShowVoter'];
  14313.         }
  14314.         return $this->privates['debug.security.voter.App\\Security\\Voter\\ChatNotification\\ShowVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\ChatNotification\ShowVoter(($this->privates['App\\Service\\Account\\UserService'] ?? $this->getUserServiceService())), $a);
  14315.     }
  14316.     /**
  14317.      * Gets the private 'debug.security.voter.App\Security\Voter\Conversation\CreateMessageVoter' shared service.
  14318.      *
  14319.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14320.      */
  14321.     protected function getCreateMessageVoterService()
  14322.     {
  14323.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14324.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14325.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14326.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  14327.         include_once \dirname(__DIR__4).'/src/Security/Voter/Conversation/AbstractConversationVoter.php';
  14328.         include_once \dirname(__DIR__4).'/src/Security/Voter/Conversation/CreateMessageVoter.php';
  14329.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14330.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Conversation\\CreateMessageVoter'])) {
  14331.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Conversation\\CreateMessageVoter'];
  14332.         }
  14333.         return $this->privates['debug.security.voter.App\\Security\\Voter\\Conversation\\CreateMessageVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\Conversation\CreateMessageVoter(($this->privates['App\\Service\\Account\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Service\\Chat\\ConversationService'] ?? $this->getConversationServiceService())), $a);
  14334.     }
  14335.     /**
  14336.      * Gets the private 'debug.security.voter.App\Security\Voter\Conversation\ShowVoter' shared service.
  14337.      *
  14338.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14339.      */
  14340.     protected function getShowVoter3Service()
  14341.     {
  14342.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14343.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14344.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14345.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  14346.         include_once \dirname(__DIR__4).'/src/Security/Voter/Conversation/AbstractConversationVoter.php';
  14347.         include_once \dirname(__DIR__4).'/src/Security/Voter/Conversation/ShowVoter.php';
  14348.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14349.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Conversation\\ShowVoter'])) {
  14350.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Conversation\\ShowVoter'];
  14351.         }
  14352.         return $this->privates['debug.security.voter.App\\Security\\Voter\\Conversation\\ShowVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\Conversation\ShowVoter(($this->privates['App\\Service\\Account\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Service\\Chat\\ConversationService'] ?? $this->getConversationServiceService())), $a);
  14353.     }
  14354.     /**
  14355.      * Gets the private 'debug.security.voter.App\Security\Voter\CoordinatorVoter' shared service.
  14356.      *
  14357.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14358.      */
  14359.     protected function getCoordinatorVoterService()
  14360.     {
  14361.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14362.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14363.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14364.         include_once \dirname(__DIR__4).'/src/Security/Voter/CoordinatorVoter.php';
  14365.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14366.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\CoordinatorVoter'])) {
  14367.             return $this->privates['debug.security.voter.App\\Security\\Voter\\CoordinatorVoter'];
  14368.         }
  14369.         return $this->privates['debug.security.voter.App\\Security\\Voter\\CoordinatorVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\CoordinatorVoter(($this->privates['App\\Service\\Account\\UserService'] ?? $this->getUserServiceService())), $a);
  14370.     }
  14371.     /**
  14372.      * Gets the private 'debug.security.voter.App\Security\Voter\File\ShowVoter' shared service.
  14373.      *
  14374.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14375.      */
  14376.     protected function getShowVoter4Service()
  14377.     {
  14378.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14379.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14380.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14381.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  14382.         include_once \dirname(__DIR__4).'/src/Security/Voter/File/ShowVoter.php';
  14383.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  14384.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\File\\ShowVoter'])) {
  14385.             return $this->privates['debug.security.voter.App\\Security\\Voter\\File\\ShowVoter'];
  14386.         }
  14387.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14388.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\File\\ShowVoter'])) {
  14389.             return $this->privates['debug.security.voter.App\\Security\\Voter\\File\\ShowVoter'];
  14390.         }
  14391.         return $this->privates['debug.security.voter.App\\Security\\Voter\\File\\ShowVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\File\ShowVoter($a, ($this->privates['App\\Service\\Account\\UserService'] ?? $this->getUserServiceService())), $b);
  14392.     }
  14393.     /**
  14394.      * Gets the private 'debug.security.voter.App\Security\Voter\MessageReaction\DeleteVoter' shared service.
  14395.      *
  14396.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14397.      */
  14398.     protected function getDeleteVoter2Service()
  14399.     {
  14400.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14401.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14402.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14403.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  14404.         include_once \dirname(__DIR__4).'/src/Security/Voter/MessageReaction/AbstractMessageReactionVoter.php';
  14405.         include_once \dirname(__DIR__4).'/src/Security/Voter/MessageReaction/DeleteVoter.php';
  14406.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14407.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\MessageReaction\\DeleteVoter'])) {
  14408.             return $this->privates['debug.security.voter.App\\Security\\Voter\\MessageReaction\\DeleteVoter'];
  14409.         }
  14410.         return $this->privates['debug.security.voter.App\\Security\\Voter\\MessageReaction\\DeleteVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\MessageReaction\DeleteVoter(($this->privates['App\\Service\\Account\\UserService'] ?? $this->getUserServiceService())), $a);
  14411.     }
  14412.     /**
  14413.      * Gets the private 'debug.security.voter.App\Security\Voter\Message\CreateMessageReactionVoter' shared service.
  14414.      *
  14415.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14416.      */
  14417.     protected function getCreateMessageReactionVoterService()
  14418.     {
  14419.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14420.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14421.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14422.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  14423.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/AbstractMessageVoter.php';
  14424.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/CreateMessageReactionVoter.php';
  14425.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14426.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\CreateMessageReactionVoter'])) {
  14427.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Message\\CreateMessageReactionVoter'];
  14428.         }
  14429.         return $this->privates['debug.security.voter.App\\Security\\Voter\\Message\\CreateMessageReactionVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\Message\CreateMessageReactionVoter(($this->privates['App\\Service\\Account\\UserService'] ?? $this->getUserServiceService())), $a);
  14430.     }
  14431.     /**
  14432.      * Gets the private 'debug.security.voter.App\Security\Voter\Message\DeleteVoter' shared service.
  14433.      *
  14434.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14435.      */
  14436.     protected function getDeleteVoterService()
  14437.     {
  14438.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14439.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14440.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14441.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  14442.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/AbstractMessageVoter.php';
  14443.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/DeleteVoter.php';
  14444.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14445.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\DeleteVoter'])) {
  14446.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Message\\DeleteVoter'];
  14447.         }
  14448.         return $this->privates['debug.security.voter.App\\Security\\Voter\\Message\\DeleteVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\Message\DeleteVoter(($this->privates['App\\Service\\Account\\UserService'] ?? $this->getUserServiceService())), $a);
  14449.     }
  14450.     /**
  14451.      * Gets the private 'debug.security.voter.App\Security\Voter\Message\EditVoter' shared service.
  14452.      *
  14453.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14454.      */
  14455.     protected function getEditVoterService()
  14456.     {
  14457.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14458.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14459.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14460.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  14461.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/AbstractMessageVoter.php';
  14462.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/EditVoter.php';
  14463.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14464.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\EditVoter'])) {
  14465.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Message\\EditVoter'];
  14466.         }
  14467.         return $this->privates['debug.security.voter.App\\Security\\Voter\\Message\\EditVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\Message\EditVoter(($this->privates['App\\Service\\Account\\UserService'] ?? $this->getUserServiceService())), $a);
  14468.     }
  14469.     /**
  14470.      * Gets the private 'debug.security.voter.App\Security\Voter\Message\PinVoter' shared service.
  14471.      *
  14472.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14473.      */
  14474.     protected function getPinVoterService()
  14475.     {
  14476.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14477.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14478.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14479.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  14480.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/AbstractMessageVoter.php';
  14481.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/PinVoter.php';
  14482.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14483.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\PinVoter'])) {
  14484.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Message\\PinVoter'];
  14485.         }
  14486.         return $this->privates['debug.security.voter.App\\Security\\Voter\\Message\\PinVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\Message\PinVoter(($this->privates['App\\Service\\Account\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Service\\Chat\\ConversationService'] ?? $this->getConversationServiceService())), $a);
  14487.     }
  14488.     /**
  14489.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserDataVoter' shared service.
  14490.      *
  14491.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14492.      */
  14493.     protected function getChannelUserDataVoterService()
  14494.     {
  14495.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14496.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14497.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14498.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  14499.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserDataVoter.php';
  14500.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14501.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserDataVoter'])) {
  14502.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserDataVoter'];
  14503.         }
  14504.         return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserDataVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserDataVoter(), $a);
  14505.     }
  14506.     /**
  14507.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserMenuVoter' shared service.
  14508.      *
  14509.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14510.      */
  14511.     protected function getChannelUserMenuVoterService()
  14512.     {
  14513.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14514.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14515.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14516.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  14517.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserMenuVoter.php';
  14518.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14519.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserMenuVoter'])) {
  14520.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserMenuVoter'];
  14521.         }
  14522.         return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserMenuVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserMenuVoter(), $a);
  14523.     }
  14524.     /**
  14525.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionResourceVoter' shared service.
  14526.      *
  14527.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14528.      */
  14529.     protected function getChannelUserPermissionResourceVoterService()
  14530.     {
  14531.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14532.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14533.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14534.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  14535.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserPermissionResourceVoter.php';
  14536.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService());
  14537.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'])) {
  14538.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'];
  14539.         }
  14540.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] ?? $this->getAuthorizationHelperService());
  14541.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'])) {
  14542.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'];
  14543.         }
  14544.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14545.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'])) {
  14546.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'];
  14547.         }
  14548.         return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionResourceVoter($a$b), $c);
  14549.     }
  14550.     /**
  14551.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionVoter' shared service.
  14552.      *
  14553.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14554.      */
  14555.     protected function getChannelUserPermissionVoterService()
  14556.     {
  14557.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14558.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14559.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14560.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  14561.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserPermissionVoter.php';
  14562.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService());
  14563.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'])) {
  14564.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'];
  14565.         }
  14566.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14567.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'])) {
  14568.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'];
  14569.         }
  14570.         return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionVoter($a), $b);
  14571.     }
  14572.     /**
  14573.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelPermissionVoter' shared service.
  14574.      *
  14575.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14576.      */
  14577.     protected function getSharableChannelPermissionVoterService()
  14578.     {
  14579.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14580.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14581.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14582.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  14583.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SharableChannelPermissionVoter.php';
  14584.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/SharableChannelPermissionService.php';
  14585.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/ChannelResourceToChannel/SharableChannelResourceToChannelPermissionManagerInterface.php';
  14586.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/ChannelResourceToChannel/SharableChannelResourceToChannelPermissionManager.php';
  14587.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'] ?? $this->getChannelResourceServiceService());
  14588.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'])) {
  14589.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'];
  14590.         }
  14591.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14592.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'])) {
  14593.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'];
  14594.         }
  14595.         return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelPermissionVoter(new \Nellapp\Bundle\SDKBundle\Permission\SharablePermission\SharableChannelPermissionService(new \Nellapp\Bundle\SDKBundle\Permission\SharablePermission\Managers\ChannelResourceToChannel\SharableChannelResourceToChannelPermissionManager(new RewindableGenerator(function () {
  14596.             return new \EmptyIterator();
  14597.         }, 0)), $a)), $b);
  14598.     }
  14599.     /**
  14600.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelResourcePermissionVoter' shared service.
  14601.      *
  14602.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14603.      */
  14604.     protected function getSharableChannelResourcePermissionVoterService()
  14605.     {
  14606.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14607.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14608.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14609.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  14610.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SharableChannelResourcePermissionVoter.php';
  14611.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/SharableChannelResourcePermissionService.php';
  14612.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/ChannelResources/SharableChannelResourcePermissionManagerInterface.php';
  14613.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/ChannelResources/SharableChannelResourcePermissionManager.php';
  14614.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] ?? $this->getAuthorizationHelperService());
  14615.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'])) {
  14616.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'];
  14617.         }
  14618.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14619.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'])) {
  14620.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'];
  14621.         }
  14622.         return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelResourcePermissionVoter(new \Nellapp\Bundle\SDKBundle\Permission\SharablePermission\SharableChannelResourcePermissionService(new \Nellapp\Bundle\SDKBundle\Permission\SharablePermission\Managers\ChannelResources\SharableChannelResourcePermissionManager(new RewindableGenerator(function () {
  14623.             return new \EmptyIterator();
  14624.         }, 0)), $a)), $b);
  14625.     }
  14626.     /**
  14627.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableUsersResourcePermissionVoter' shared service.
  14628.      *
  14629.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14630.      */
  14631.     protected function getSharableUsersResourcePermissionVoterService()
  14632.     {
  14633.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14634.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14635.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14636.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  14637.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SharableUsersResourcePermissionVoter.php';
  14638.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/SharableUsersResourcePermissionService.php';
  14639.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/UsersResourceToChannelResource/SharableUsersResourceToChannelResourcePermissionManagerInterface.php';
  14640.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/UsersResourceToChannelResource/SharableUsersResourceToChannelResourcePermissionManager.php';
  14641.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14642.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableUsersResourcePermissionVoter'])) {
  14643.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableUsersResourcePermissionVoter'];
  14644.         }
  14645.         return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableUsersResourcePermissionVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableUsersResourcePermissionVoter(new \Nellapp\Bundle\SDKBundle\Permission\SharablePermission\SharableUsersResourcePermissionService(new \Nellapp\Bundle\SDKBundle\Permission\SharablePermission\Managers\UsersResourceToChannelResource\SharableUsersResourceToChannelResourcePermissionManager(new RewindableGenerator(function () {
  14646.             return new \EmptyIterator();
  14647.         }, 0)))), $a);
  14648.     }
  14649.     /**
  14650.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter' shared service.
  14651.      *
  14652.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14653.      */
  14654.     protected function getSuperAdminVoterService()
  14655.     {
  14656.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14657.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14658.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14659.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SuperAdminVoter.php';
  14660.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14661.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SuperAdminVoter'])) {
  14662.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SuperAdminVoter'];
  14663.         }
  14664.         return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SuperAdminVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter(), $a);
  14665.     }
  14666.     /**
  14667.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UserOwnerVoter' shared service.
  14668.      *
  14669.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14670.      */
  14671.     protected function getUserOwnerVoterService()
  14672.     {
  14673.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14674.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14675.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14676.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  14677.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/UserOwnerVoter.php';
  14678.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14679.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UserOwnerVoter'])) {
  14680.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UserOwnerVoter'];
  14681.         }
  14682.         return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UserOwnerVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UserOwnerVoter(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] ?? $this->getUserOwnerGetterService())), $a);
  14683.     }
  14684.     /**
  14685.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UsersResourceVoter' shared service.
  14686.      *
  14687.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14688.      */
  14689.     protected function getUsersResourceVoterService()
  14690.     {
  14691.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14692.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14693.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14694.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  14695.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/UsersResourceVoter.php';
  14696.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14697.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UsersResourceVoter'])) {
  14698.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UsersResourceVoter'];
  14699.         }
  14700.         return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UsersResourceVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UsersResourceVoter(), $a);
  14701.     }
  14702.     /**
  14703.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  14704.      *
  14705.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14706.      */
  14707.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  14708.     {
  14709.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14710.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14711.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14712.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  14713.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14714.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  14715.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  14716.         }
  14717.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), $a);
  14718.     }
  14719.     /**
  14720.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  14721.      *
  14722.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14723.      */
  14724.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  14725.     {
  14726.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14727.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14728.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14729.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  14730.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  14731.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  14732.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  14733.         }
  14734.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14735.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  14736.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  14737.         }
  14738.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a, ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), $b);
  14739.     }
  14740.     /**
  14741.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  14742.      *
  14743.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14744.      */
  14745.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  14746.     {
  14747.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14748.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14749.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14750.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  14751.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14752.         if (isset($this->privates['debug.security.voter.security.access.simple_role_voter'])) {
  14753.             return $this->privates['debug.security.voter.security.access.simple_role_voter'];
  14754.         }
  14755.         return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), $a);
  14756.     }
  14757.     /**
  14758.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  14759.      *
  14760.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  14761.      */
  14762.     protected function getDebug_Security_Voter_VoteListenerService()
  14763.     {
  14764.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  14765.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  14766.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  14767.             return $this->privates['debug.security.voter.vote_listener'];
  14768.         }
  14769.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  14770.     }
  14771.     /**
  14772.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  14773.      *
  14774.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  14775.      */
  14776.     protected function getDoctrine_CacheClearMetadataCommandService()
  14777.     {
  14778.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14779.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14780.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  14781.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  14782.         $instance->setName('doctrine:cache:clear-metadata');
  14783.         return $instance;
  14784.     }
  14785.     /**
  14786.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  14787.      *
  14788.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  14789.      */
  14790.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  14791.     {
  14792.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14793.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14794.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  14795.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  14796.         $instance->setName('doctrine:cache:clear-query');
  14797.         return $instance;
  14798.     }
  14799.     /**
  14800.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  14801.      *
  14802.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  14803.      */
  14804.     protected function getDoctrine_CacheClearResultCommandService()
  14805.     {
  14806.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14807.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14808.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  14809.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  14810.         $instance->setName('doctrine:cache:clear-result');
  14811.         return $instance;
  14812.     }
  14813.     /**
  14814.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  14815.      *
  14816.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  14817.      */
  14818.     protected function getDoctrine_CacheCollectionRegionCommandService()
  14819.     {
  14820.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14821.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14822.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  14823.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  14824.         $instance->setName('doctrine:cache:clear-collection-region');
  14825.         return $instance;
  14826.     }
  14827.     /**
  14828.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  14829.      *
  14830.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  14831.      */
  14832.     protected function getDoctrine_ClearEntityRegionCommandService()
  14833.     {
  14834.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14835.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14836.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  14837.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  14838.         $instance->setName('doctrine:cache:clear-entity-region');
  14839.         return $instance;
  14840.     }
  14841.     /**
  14842.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  14843.      *
  14844.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  14845.      */
  14846.     protected function getDoctrine_ClearQueryRegionCommandService()
  14847.     {
  14848.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14849.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14850.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  14851.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  14852.         $instance->setName('doctrine:cache:clear-query-region');
  14853.         return $instance;
  14854.     }
  14855.     /**
  14856.      * Gets the private 'doctrine.database_create_command' shared service.
  14857.      *
  14858.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  14859.      */
  14860.     protected function getDoctrine_DatabaseCreateCommandService()
  14861.     {
  14862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14863.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  14864.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  14865.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14866.         $instance->setName('doctrine:database:create');
  14867.         return $instance;
  14868.     }
  14869.     /**
  14870.      * Gets the private 'doctrine.database_drop_command' shared service.
  14871.      *
  14872.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  14873.      */
  14874.     protected function getDoctrine_DatabaseDropCommandService()
  14875.     {
  14876.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14877.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  14878.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  14879.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14880.         $instance->setName('doctrine:database:drop');
  14881.         return $instance;
  14882.     }
  14883.     /**
  14884.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  14885.      *
  14886.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  14887.      */
  14888.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  14889.     {
  14890.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14891.             'App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber''getGroupUsersSubscriberService'false],
  14892.             'App\\Doctrine\\EventSubscriber\\ServiceUsersSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\ServiceUsersSubscriber''getServiceUsersSubscriberService'false],
  14893.             'App\\Doctrine\\EventSubscriber\\WebSocketFlushSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\WebSocketFlushSubscriber''getWebSocketFlushSubscriberService'false],
  14894.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber''getBlameSubscriberService'false],
  14895.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\BlameSubscriber.App\\Entity\\Account\\User' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\BlameSubscriber.App\\Entity\\Account\\User''getUser5Service'false],
  14896.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber''getHierarchySubscriberService'false],
  14897.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber''getTimestampSubscriberService'false],
  14898.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber''getTranslationSubscriberService'false],
  14899.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SerializeLogSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SerializeLogSubscriber''getSerializeLogSubscriberService'false],
  14900.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber''getTimestampSubscriber2Service'false],
  14901.             'Nellapp\\Bundle\\SDKBundle\\Archivable\\Doctrine\\EventSubscriber\\ArchivableRepositorySubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Archivable\\Doctrine\\EventSubscriber\\ArchivableRepositorySubscriber''getArchivableRepositorySubscriberService'false],
  14902.             'Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber''getTerminateExportableSubscriberService'false],
  14903.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber''getValidGlobalChannelAndUserSubscriberService'false],
  14904.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber''getChannelMenuDisplayedSubscriber2Service'false],
  14905.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber''getPermissionConstraintSubscriberService'false],
  14906.             'Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Doctrine\\EventSubscriber\\ReverseSyncSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Doctrine\\EventSubscriber\\ReverseSyncSubscriber''getReverseSyncSubscriberService'false],
  14907.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber''getNellappFileSubscriberService'false],
  14908.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  14909.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  14910.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  14911.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  14912.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  14913.             'nellapp_sdk.auth.user_resolve_target_entity' => ['privates''nellapp_sdk.auth.user_resolve_target_entity''getNellappSdk_Auth_UserResolveTargetEntityService'false],
  14914.             'nellapp_sdk.channel.abstract_cursus_resolve_target_entity' => ['privates''nellapp_sdk.channel.abstract_cursus_resolve_target_entity''getNellappSdk_Channel_AbstractCursusResolveTargetEntityService'false],
  14915.             'nellapp_sdk.channel.account_notification_resolve_target_entity' => ['privates''nellapp_sdk.channel.account_notification_resolve_target_entity''getNellappSdk_Channel_AccountNotificationResolveTargetEntityService'false],
  14916.             'nellapp_sdk.channel.channel_channel_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_channel_resolve_target_entity''getNellappSdk_Channel_ChannelChannelResolveTargetEntityService'false],
  14917.             'nellapp_sdk.channel.channel_configuration_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_configuration_resolve_target_entity''getNellappSdk_Channel_ChannelConfigurationResolveTargetEntityService'false],
  14918.             'nellapp_sdk.channel.channel_group_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_group_resolve_target_entity''getNellappSdk_Channel_ChannelGroupResolveTargetEntityService'false],
  14919.             'nellapp_sdk.channel.channel_place_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_place_resolve_target_entity''getNellappSdk_Channel_ChannelPlaceResolveTargetEntityService'false],
  14920.             'nellapp_sdk.channel.channel_service_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_service_resolve_target_entity''getNellappSdk_Channel_ChannelServiceResolveTargetEntityService'false],
  14921.             'nellapp_sdk.channel.channel_session_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_session_resolve_target_entity''getNellappSdk_Channel_ChannelSessionResolveTargetEntityService'false],
  14922.             'nellapp_sdk.channel.channel_training_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_training_resolve_target_entity''getNellappSdk_Channel_ChannelTrainingResolveTargetEntityService'false],
  14923.             'nellapp_sdk.channel.channel_user_data_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_user_data_resolve_target_entity''getNellappSdk_Channel_ChannelUserDataResolveTargetEntityService'false],
  14924.             'nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity''getNellappSdk_Channel_ChannelUserFromChannelsResolveTargetEntityService'false],
  14925.             'nellapp_sdk.channel.channel_user_perm_service_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_user_perm_service_resolve_target_entity''getNellappSdk_Channel_ChannelUserPermServiceResolveTargetEntityService'false],
  14926.             'nellapp_sdk.channel.channel_user_perm_session_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_user_perm_session_resolve_target_entity''getNellappSdk_Channel_ChannelUserPermSessionResolveTargetEntityService'false],
  14927.             'nellapp_sdk.channel.channel_user_role_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_user_role_resolve_target_entity''getNellappSdk_Channel_ChannelUserRoleResolveTargetEntityService'false],
  14928.             'nellapp_sdk.channel.channel_white_label_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_white_label_resolve_target_entity''getNellappSdk_Channel_ChannelWhiteLabelResolveTargetEntityService'false],
  14929.             'nellapp_sdk.global_getter.channel_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.channel_class_resolve_target_entity''getNellappSdk_GlobalGetter_ChannelClassResolveTargetEntityService'false],
  14930.             'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity''getNellappSdk_GlobalGetter_ChannelUserDataClassResolveTargetEntityService'false],
  14931.             'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity''getNellappSdk_GlobalGetter_ChannelUserRoleClassResolveTargetEntityService'false],
  14932.             'nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity''getNellappSdk_GlobalGetter_ChannelWhiteLabelClassResolveTargetEntityService'false],
  14933.             'nellapp_sdk.global_getter.user_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.user_class_resolve_target_entity''getNellappSdk_GlobalGetter_UserClassResolveTargetEntityService'false],
  14934.             'nellapp_sdk.global_getter.user_notification_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.user_notification_class_resolve_target_entity''getNellappSdk_GlobalGetter_UserNotificationClassResolveTargetEntityService'false],
  14935.         ], [
  14936.             'App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber' => '?',
  14937.             'App\\Doctrine\\EventSubscriber\\ServiceUsersSubscriber' => '?',
  14938.             'App\\Doctrine\\EventSubscriber\\WebSocketFlushSubscriber' => '?',
  14939.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber' => '?',
  14940.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\BlameSubscriber.App\\Entity\\Account\\User' => '?',
  14941.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber' => '?',
  14942.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber' => '?',
  14943.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber' => '?',
  14944.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SerializeLogSubscriber' => '?',
  14945.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber' => '?',
  14946.             'Nellapp\\Bundle\\SDKBundle\\Archivable\\Doctrine\\EventSubscriber\\ArchivableRepositorySubscriber' => '?',
  14947.             'Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber' => '?',
  14948.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber' => '?',
  14949.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber' => '?',
  14950.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber' => '?',
  14951.             'Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Doctrine\\EventSubscriber\\ReverseSyncSubscriber' => '?',
  14952.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber' => '?',
  14953.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  14954.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  14955.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  14956.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  14957.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  14958.             'nellapp_sdk.auth.user_resolve_target_entity' => '?',
  14959.             'nellapp_sdk.channel.abstract_cursus_resolve_target_entity' => '?',
  14960.             'nellapp_sdk.channel.account_notification_resolve_target_entity' => '?',
  14961.             'nellapp_sdk.channel.channel_channel_resolve_target_entity' => '?',
  14962.             'nellapp_sdk.channel.channel_configuration_resolve_target_entity' => '?',
  14963.             'nellapp_sdk.channel.channel_group_resolve_target_entity' => '?',
  14964.             'nellapp_sdk.channel.channel_place_resolve_target_entity' => '?',
  14965.             'nellapp_sdk.channel.channel_service_resolve_target_entity' => '?',
  14966.             'nellapp_sdk.channel.channel_session_resolve_target_entity' => '?',
  14967.             'nellapp_sdk.channel.channel_training_resolve_target_entity' => '?',
  14968.             'nellapp_sdk.channel.channel_user_data_resolve_target_entity' => '?',
  14969.             'nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity' => '?',
  14970.             'nellapp_sdk.channel.channel_user_perm_service_resolve_target_entity' => '?',
  14971.             'nellapp_sdk.channel.channel_user_perm_session_resolve_target_entity' => '?',
  14972.             'nellapp_sdk.channel.channel_user_role_resolve_target_entity' => '?',
  14973.             'nellapp_sdk.channel.channel_white_label_resolve_target_entity' => '?',
  14974.             'nellapp_sdk.global_getter.channel_class_resolve_target_entity' => '?',
  14975.             'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity' => '?',
  14976.             'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity' => '?',
  14977.             'nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity' => '?',
  14978.             'nellapp_sdk.global_getter.user_class_resolve_target_entity' => '?',
  14979.             'nellapp_sdk.global_getter.user_notification_class_resolve_target_entity' => '?',
  14980.         ]), [=> 'App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber'=> 'App\\Doctrine\\EventSubscriber\\ServiceUsersSubscriber'=> 'App\\Doctrine\\EventSubscriber\\WebSocketFlushSubscriber'=> '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'=> 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber'=> 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber'=> 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SerializeLogSubscriber'10 => 'Nellapp\\Bundle\\SDKBundle\\Archivable\\Doctrine\\EventSubscriber\\ArchivableRepositorySubscriber'11 => 'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber'12 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber'13 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber'14 => 'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber'15 => 'nellapp_sdk.global_getter.channel_class_resolve_target_entity'16 => 'nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity'17 => 'nellapp_sdk.global_getter.user_class_resolve_target_entity'18 => 'nellapp_sdk.global_getter.user_notification_class_resolve_target_entity'19 => 'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity'20 => 'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity'21 => 'nellapp_sdk.auth.user_resolve_target_entity'22 => 'Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Doctrine\\EventSubscriber\\ReverseSyncSubscriber'23 => 'nellapp_sdk.channel.account_notification_resolve_target_entity'24 => 'nellapp_sdk.channel.channel_channel_resolve_target_entity'25 => 'nellapp_sdk.channel.channel_configuration_resolve_target_entity'26 => 'nellapp_sdk.channel.channel_white_label_resolve_target_entity'27 => 'nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity'28 => 'nellapp_sdk.channel.channel_group_resolve_target_entity'29 => 'nellapp_sdk.channel.channel_user_role_resolve_target_entity'30 => 'nellapp_sdk.channel.channel_session_resolve_target_entity'31 => 'nellapp_sdk.channel.channel_place_resolve_target_entity'32 => 'nellapp_sdk.channel.channel_user_data_resolve_target_entity'33 => 'nellapp_sdk.channel.abstract_cursus_resolve_target_entity'34 => 'nellapp_sdk.channel.channel_training_resolve_target_entity'35 => 'nellapp_sdk.channel.channel_service_resolve_target_entity'36 => 'nellapp_sdk.channel.channel_user_perm_session_resolve_target_entity'37 => 'nellapp_sdk.channel.channel_user_perm_service_resolve_target_entity'38 => 'Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber'39 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 40 => [=> [=> 'prePersist'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber'], 41 => [=> [=> 'preUpdate'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber'], 42 => [=> [=> 'loadClassMetadata'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\BlameSubscriber.App\\Entity\\Account\\User'], 43 => [=> [=> 'loadClassMetadata'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber'], 44 => [=> [=> 'prePersist'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber'], 45 => [=> [=> 'preUpdate'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber']]);
  14981.     }
  14982.     /**
  14983.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  14984.      *
  14985.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  14986.      */
  14987.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  14988.     {
  14989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14990.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14991.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  14992.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  14993.         $instance->setName('doctrine:ensure-production-settings');
  14994.         return $instance;
  14995.     }
  14996.     /**
  14997.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  14998.      *
  14999.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  15000.      */
  15001.     protected function getDoctrine_MappingConvertCommandService()
  15002.     {
  15003.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15004.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15005.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  15006.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  15007.         $instance->setName('doctrine:mapping:convert');
  15008.         return $instance;
  15009.     }
  15010.     /**
  15011.      * Gets the private 'doctrine.mapping_import_command' shared service.
  15012.      *
  15013.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  15014.      */
  15015.     protected function getDoctrine_MappingImportCommandService()
  15016.     {
  15017.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15018.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  15019.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  15020.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  15021.         $instance->setName('doctrine:mapping:import');
  15022.         return $instance;
  15023.     }
  15024.     /**
  15025.      * Gets the private 'doctrine.mapping_info_command' shared service.
  15026.      *
  15027.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  15028.      */
  15029.     protected function getDoctrine_MappingInfoCommandService()
  15030.     {
  15031.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15032.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15033.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  15034.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\InfoCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  15035.         $instance->setName('doctrine:mapping:info');
  15036.         return $instance;
  15037.     }
  15038.     /**
  15039.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  15040.      *
  15041.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  15042.      */
  15043.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  15044.     {
  15045.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  15046.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  15047.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  15048.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  15049.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  15050.         }
  15051.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  15052.     }
  15053.     /**
  15054.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  15055.      *
  15056.      * @return \Doctrine\Migrations\DependencyFactory
  15057.      */
  15058.     protected function getDoctrine_Migrations_DependencyFactoryService()
  15059.     {
  15060.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  15061.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  15062.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  15063.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  15064.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  15065.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  15066.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  15067.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  15068.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  15069.         $b = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
  15070.         $b->setTableName('migration_versions');
  15071.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  15072.         $a->setAllOrNothing(false);
  15073.         $a->setCheckDatabasePlatform(true);
  15074.         $a->setTransactional(false);
  15075.         $a->setMetadataStorageConfiguration($b);
  15076.         $this->privates['doctrine.migrations.dependency_factory'] = $instance \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  15077.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  15078.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  15079.         });
  15080.         return $instance;
  15081.     }
  15082.     /**
  15083.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  15084.      *
  15085.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  15086.      */
  15087.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  15088.     {
  15089.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  15090.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  15091.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15092.     }
  15093.     /**
  15094.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  15095.      *
  15096.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  15097.      */
  15098.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  15099.     {
  15100.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  15101.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15102.         if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  15103.             return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  15104.         }
  15105.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  15106.     }
  15107.     /**
  15108.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  15109.      *
  15110.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  15111.      */
  15112.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  15113.     {
  15114.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  15115.         $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = $instance = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  15116.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\AbstractCursus''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''postPersist');
  15117.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\AbstractCursus''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''preUpdate');
  15118.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\AbstractCursus''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''postUpdate');
  15119.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\AbstractCursus''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''preRemove');
  15120.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\AbstractCursus''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''postRemove');
  15121.         $instance->addEntityListener('App\\Entity\\Chat\\Canal''App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber''postPersist');
  15122.         $instance->addEntityListener('App\\Entity\\Channel\\Channel''App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber''postPersist');
  15123.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\ChannelUserData''App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber''postPersist');
  15124.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\ChannelUserData''App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber''postUpdate');
  15125.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\ChannelUserData''App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber''preUpdate');
  15126.         $instance->addEntityListener('App\\Entity\\Chat\\ChatNotification''App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber''postPersist');
  15127.         $instance->addEntityListener('App\\Entity\\Chat\\Conversation''App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber''preRemove');
  15128.         $instance->addEntityListener('App\\Entity\\Chat\\Conversation''App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber''postRemove');
  15129.         $instance->addEntityListener('App\\Entity\\Chat\\ConversationUser''App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber''preUpdate');
  15130.         $instance->addEntityListener('App\\Entity\\Chat\\ConversationUser''App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber''postUpdate');
  15131.         $instance->addEntityListener('App\\Entity\\Chat\\ConversationUser''App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber''postPersist');
  15132.         $instance->addEntityListener('App\\Entity\\Chat\\File''App\\Doctrine\\EventEntitySubscriber\\FileSubscriber''postRemove');
  15133.         $instance->addEntityListener('App\\Entity\\Channel\\Group''App\\Doctrine\\EventEntitySubscriber\\GroupSubscriberAbstract''postPersist');
  15134.         $instance->addEntityListener('App\\Entity\\Chat\\Message''App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber''postPersist');
  15135.         $instance->addEntityListener('App\\Entity\\Channel\\Place''App\\Doctrine\\EventEntitySubscriber\\PlaceSubscriber''postPersist');
  15136.         $instance->addEntityListener('App\\Entity\\Chat\\ServiceConversation''App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber''postPersist');
  15137.         $instance->addEntityListener('App\\Entity\\Channel\\Service''App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber''postPersist');
  15138.         $instance->addEntityListener('App\\Entity\\Channel\\Service''App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber''preRemove');
  15139.         $instance->addEntityListener('App\\Entity\\Channel\\Service''App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber''postRemove');
  15140.         $instance->addEntityListener('App\\Entity\\Channel\\ChannelUserSessionPermission''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''preUpdate');
  15141.         $instance->addEntityListener('App\\Entity\\Channel\\ChannelUserSessionPermission''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''postUpdate');
  15142.         $instance->addEntityListener('App\\Entity\\Channel\\ChannelUserSessionPermission''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''postPersist');
  15143.         $instance->addEntityListener('App\\Entity\\Channel\\ChannelUserSessionPermission''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''postRemove');
  15144.         $instance->addEntityListener('App\\Entity\\Channel\\Session''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''postPersist');
  15145.         $instance->addEntityListener('App\\Entity\\Channel\\Session''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''preUpdate');
  15146.         $instance->addEntityListener('App\\Entity\\Channel\\Session''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''postUpdate');
  15147.         $instance->addEntityListener('App\\Entity\\Channel\\Session''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''preRemove');
  15148.         $instance->addEntityListener('App\\Entity\\Channel\\Session''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''postRemove');
  15149.         $instance->addEntityListener('App\\Entity\\Channel\\Training''App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract''postPersist');
  15150.         $instance->addEntityListener('App\\Entity\\Account\\User''App\\Doctrine\\EventEntitySubscriber\\UserSubscriber''prePersist');
  15151.         $instance->addEntityListener('App\\Entity\\Account\\User''App\\Doctrine\\EventEntitySubscriber\\UserSubscriber''preUpdate');
  15152.         return $instance;
  15153.     }
  15154.     /**
  15155.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  15156.      *
  15157.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  15158.      */
  15159.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  15160.     {
  15161.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15162.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  15163.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  15164.     }
  15165.     /**
  15166.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  15167.      *
  15168.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  15169.      */
  15170.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  15171.     {
  15172.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15173.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  15174.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  15175.             return new \EmptyIterator();
  15176.         }, 0));
  15177.     }
  15178.     /**
  15179.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  15180.      *
  15181.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  15182.      */
  15183.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  15184.     {
  15185.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15186.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  15187.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  15188.     }
  15189.     /**
  15190.      * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  15191.      *
  15192.      * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  15193.      */
  15194.     protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  15195.     {
  15196.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15197.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  15198.         return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  15199.             yield => ($this->privates['messenger.transport.sync_full_user_transport'] ?? $this->getMessenger_Transport_SyncFullUserTransportService());
  15200.             yield => ($this->privates['messenger.transport.sync_transport'] ?? $this->getMessenger_Transport_SyncTransportService());
  15201.             yield => ($this->privates['messenger.transport.sync_ack'] ?? $this->getMessenger_Transport_SyncAckService());
  15202.             yield => ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService());
  15203.         }, 4));
  15204.     }
  15205.     /**
  15206.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  15207.      *
  15208.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  15209.      */
  15210.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  15211.     {
  15212.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  15213.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15214.     }
  15215.     /**
  15216.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  15217.      *
  15218.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  15219.      */
  15220.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  15221.     {
  15222.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  15223.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  15224.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15225.     }
  15226.     /**
  15227.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  15228.      *
  15229.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  15230.      */
  15231.     protected function getDoctrine_Orm_Validator_UniqueService()
  15232.     {
  15233.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  15234.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  15235.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  15236.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15237.     }
  15238.     /**
  15239.      * Gets the private 'doctrine.query_dql_command' shared service.
  15240.      *
  15241.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  15242.      */
  15243.     protected function getDoctrine_QueryDqlCommandService()
  15244.     {
  15245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15246.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15247.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  15248.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\RunDqlCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  15249.         $instance->setName('doctrine:query:dql');
  15250.         return $instance;
  15251.     }
  15252.     /**
  15253.      * Gets the private 'doctrine.query_sql_command' shared service.
  15254.      *
  15255.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  15256.      */
  15257.     protected function getDoctrine_QuerySqlCommandService()
  15258.     {
  15259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15260.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  15261.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  15262.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  15263.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  15264.         $instance->setName('doctrine:query:sql');
  15265.         return $instance;
  15266.     }
  15267.     /**
  15268.      * Gets the private 'doctrine.schema_create_command' shared service.
  15269.      *
  15270.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  15271.      */
  15272.     protected function getDoctrine_SchemaCreateCommandService()
  15273.     {
  15274.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15275.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15276.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  15277.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  15278.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  15279.         $instance->setName('doctrine:schema:create');
  15280.         return $instance;
  15281.     }
  15282.     /**
  15283.      * Gets the private 'doctrine.schema_drop_command' shared service.
  15284.      *
  15285.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  15286.      */
  15287.     protected function getDoctrine_SchemaDropCommandService()
  15288.     {
  15289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15290.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15291.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  15292.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  15293.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  15294.         $instance->setName('doctrine:schema:drop');
  15295.         return $instance;
  15296.     }
  15297.     /**
  15298.      * Gets the private 'doctrine.schema_update_command' shared service.
  15299.      *
  15300.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  15301.      */
  15302.     protected function getDoctrine_SchemaUpdateCommandService()
  15303.     {
  15304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15305.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15306.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  15307.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  15308.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  15309.         $instance->setName('doctrine:schema:update');
  15310.         return $instance;
  15311.     }
  15312.     /**
  15313.      * Gets the private 'doctrine.schema_validate_command' shared service.
  15314.      *
  15315.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  15316.      */
  15317.     protected function getDoctrine_SchemaValidateCommandService()
  15318.     {
  15319.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15320.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15321.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  15322.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  15323.         $instance->setName('doctrine:schema:validate');
  15324.         return $instance;
  15325.     }
  15326.     /**
  15327.      * Gets the private 'doctrine.ulid_generator' shared service.
  15328.      *
  15329.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  15330.      */
  15331.     protected function getDoctrine_UlidGeneratorService()
  15332.     {
  15333.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  15334.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  15335.         include_once \dirname(__DIR__4).'/vendor/symfony/uid/Factory/UlidFactory.php';
  15336.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(new \Symfony\Component\Uid\Factory\UlidFactory());
  15337.     }
  15338.     /**
  15339.      * Gets the private 'doctrine.uuid_generator' shared service.
  15340.      *
  15341.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  15342.      */
  15343.     protected function getDoctrine_UuidGeneratorService()
  15344.     {
  15345.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  15346.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  15347.         include_once \dirname(__DIR__4).'/vendor/symfony/uid/Factory/UuidFactory.php';
  15348.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(new \Symfony\Component\Uid\Factory\UuidFactory(665'Symfony\\Component\\Uid\\UuidV4'NULLNULL));
  15349.     }
  15350.     /**
  15351.      * Gets the private 'doctrine_migrations.current_command' shared service.
  15352.      *
  15353.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  15354.      */
  15355.     protected function getDoctrineMigrations_CurrentCommandService()
  15356.     {
  15357.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15358.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  15359.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  15360.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  15361.         $instance->setName('doctrine:migrations:current');
  15362.         return $instance;
  15363.     }
  15364.     /**
  15365.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  15366.      *
  15367.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  15368.      */
  15369.     protected function getDoctrineMigrations_DiffCommandService()
  15370.     {
  15371.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15372.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  15373.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  15374.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  15375.         $instance->setName('doctrine:migrations:diff');
  15376.         return $instance;
  15377.     }
  15378.     /**
  15379.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  15380.      *
  15381.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  15382.      */
  15383.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  15384.     {
  15385.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15386.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  15387.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  15388.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  15389.         $instance->setName('doctrine:migrations:dump-schema');
  15390.         return $instance;
  15391.     }
  15392.     /**
  15393.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  15394.      *
  15395.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  15396.      */
  15397.     protected function getDoctrineMigrations_ExecuteCommandService()
  15398.     {
  15399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15400.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  15401.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  15402.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  15403.         $instance->setName('doctrine:migrations:execute');
  15404.         return $instance;
  15405.     }
  15406.     /**
  15407.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  15408.      *
  15409.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  15410.      */
  15411.     protected function getDoctrineMigrations_GenerateCommandService()
  15412.     {
  15413.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15414.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  15415.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  15416.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  15417.         $instance->setName('doctrine:migrations:generate');
  15418.         return $instance;
  15419.     }
  15420.     /**
  15421.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  15422.      *
  15423.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  15424.      */
  15425.     protected function getDoctrineMigrations_LatestCommandService()
  15426.     {
  15427.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15428.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  15429.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  15430.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  15431.         $instance->setName('doctrine:migrations:latest');
  15432.         return $instance;
  15433.     }
  15434.     /**
  15435.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  15436.      *
  15437.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  15438.      */
  15439.     protected function getDoctrineMigrations_MigrateCommandService()
  15440.     {
  15441.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15442.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  15443.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  15444.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  15445.         $instance->setName('doctrine:migrations:migrate');
  15446.         return $instance;
  15447.     }
  15448.     /**
  15449.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  15450.      *
  15451.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  15452.      */
  15453.     protected function getDoctrineMigrations_RollupCommandService()
  15454.     {
  15455.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15456.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  15457.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  15458.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  15459.         $instance->setName('doctrine:migrations:rollup');
  15460.         return $instance;
  15461.     }
  15462.     /**
  15463.      * Gets the private 'doctrine_migrations.status_command' shared service.
  15464.      *
  15465.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  15466.      */
  15467.     protected function getDoctrineMigrations_StatusCommandService()
  15468.     {
  15469.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15470.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  15471.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  15472.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  15473.         $instance->setName('doctrine:migrations:status');
  15474.         return $instance;
  15475.     }
  15476.     /**
  15477.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  15478.      *
  15479.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  15480.      */
  15481.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  15482.     {
  15483.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15484.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  15485.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  15486.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  15487.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  15488.         return $instance;
  15489.     }
  15490.     /**
  15491.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  15492.      *
  15493.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  15494.      */
  15495.     protected function getDoctrineMigrations_UpToDateCommandService()
  15496.     {
  15497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15498.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  15499.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  15500.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  15501.         $instance->setName('doctrine:migrations:up-to-date');
  15502.         return $instance;
  15503.     }
  15504.     /**
  15505.      * Gets the private 'doctrine_migrations.version_command' shared service.
  15506.      *
  15507.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  15508.      */
  15509.     protected function getDoctrineMigrations_VersionCommandService()
  15510.     {
  15511.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15512.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  15513.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  15514.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  15515.         $instance->setName('doctrine:migrations:version');
  15516.         return $instance;
  15517.     }
  15518.     /**
  15519.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  15520.      *
  15521.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  15522.      */
  15523.     protected function getDoctrineMigrations_VersionsCommandService()
  15524.     {
  15525.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15526.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  15527.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  15528.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  15529.         $instance->setName('doctrine:migrations:list');
  15530.         return $instance;
  15531.     }
  15532.     /**
  15533.      * Gets the private 'drosalys.web_socket.routing.sf_router' shared service.
  15534.      *
  15535.      * @return \Symfony\Component\Routing\Router
  15536.      */
  15537.     protected function getDrosalys_WebSocket_Routing_SfRouterService()
  15538.     {
  15539.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  15540.         $b = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  15541.         $c = new \DrosalysWeb\Bundle\WebSocketBundle\Routing\Loader\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  15542.         $a->addLoader(new \DrosalysWeb\Bundle\WebSocketBundle\Routing\Loader\YamlFileLoader($b));
  15543.         $a->addLoader(new \DrosalysWeb\Bundle\WebSocketBundle\Routing\Loader\XmlFileLoader($b));
  15544.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  15545.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  15546.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  15547.         $a->addLoader($c);
  15548.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  15549.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  15550.         return $this->privates['drosalys.web_socket.routing.sf_router'] = new \Symfony\Component\Routing\Router(new \Symfony\Component\Config\Loader\DelegatingLoader($a), (\dirname(__DIR__4).'/config/ws_routes.yaml'), ['cache_dir' => ($this->targetDir.''.'/drosalys_ws/router'), 'debug' => true], new \DrosalysWeb\Bundle\WebSocketBundle\Routing\RequestContext($this->getEnv('resolve:WS_BASE_URL'), $this->getEnv('resolve:WS_HOST'), $this->getEnv('bool:WS_SSL'), $this->getEnv('int:WS_PUBLIC_PORT'), $this->getEnv('int:WS_PUBLIC_SSL_PORT')), ($this->privates['monolog.logger.router'] ?? $this->getMonolog_Logger_RouterService()), 'fr');
  15551.     }
  15552.     /**
  15553.      * Gets the private 'drosalys.web_socket.routing.ws_url_generator' shared service.
  15554.      *
  15555.      * @return \DrosalysWeb\Bundle\WebSocketBundle\Routing\Generator\WebSocketWrapperUrlGenerator
  15556.      */
  15557.     protected function getDrosalys_WebSocket_Routing_WsUrlGeneratorService()
  15558.     {
  15559.         return $this->privates['drosalys.web_socket.routing.ws_url_generator'] = new \DrosalysWeb\Bundle\WebSocketBundle\Routing\Generator\WebSocketWrapperUrlGenerator(($this->privates['drosalys.web_socket.routing.sf_router'] ?? $this->getDrosalys_WebSocket_Routing_SfRouterService()));
  15560.     }
  15561.     /**
  15562.      * Gets the private 'error_handler.error_renderer.html' shared service.
  15563.      *
  15564.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  15565.      */
  15566.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  15567.     {
  15568.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  15569.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  15570.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  15571.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  15572.     }
  15573.     /**
  15574.      * Gets the private 'exception_listener' shared service.
  15575.      *
  15576.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  15577.      */
  15578.     protected function getExceptionListenerService()
  15579.     {
  15580.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  15581.     }
  15582.     /**
  15583.      * Gets the private 'fidry_alice_data_fixtures.doctrine.persister_loader' shared service.
  15584.      *
  15585.      * @return \Fidry\AliceDataFixtures\Loader\PersisterLoader
  15586.      */
  15587.     protected function getFidryAliceDataFixtures_Doctrine_PersisterLoaderService($lazyLoad true)
  15588.     {
  15589.         if ($lazyLoad) {
  15590.             return $this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] = $this->createProxy('PersisterLoader_c8a8e24', function () {
  15591.                 return \PersisterLoader_c8a8e24::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  15592.                     $wrappedInstance $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService(false);
  15593.                     $proxy->setProxyInitializer(null);
  15594.                     return true;
  15595.                 });
  15596.             });
  15597.         }
  15598.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/ProcessorInterface.php';
  15599.         include_once \dirname(__DIR__4).'/src/Fixture/Processor/ChannelProcessor.php';
  15600.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/ArrayAccessorTrait.php';
  15601.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/GuardedPropertyTrait.php';
  15602.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/QueryBuilderTrait.php';
  15603.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Provider/AbstractProvider.php';
  15604.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php';
  15605.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/Provider/CoreProvider.php';
  15606.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2ClientInterface.php';
  15607.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Fixture/Processor/EaseUuidProcessor.php';
  15608.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  15609.         return new \Fidry\AliceDataFixtures\Loader\PersisterLoader(($this->privates['fidry_alice_data_fixtures.loader.simple'] ?? $this->getFidryAliceDataFixtures_Loader_SimpleService()), ($this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] ?? $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), [=> new \App\Fixture\Processor\ChannelProcessor([($this->services['knpu.oauth2.registry'] ?? ($this->services['knpu.oauth2.registry'] = new \KnpU\OAuth2ClientBundle\Client\ClientRegistry($this, ['nellapp' => 'knpu.oauth2.client.nellapp'])))->getClient('nellapp'), 'getOAuth2Provider'](), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService())), => new \Nellapp\Bundle\SDKBundle\Fixture\Processor\EaseUuidProcessor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()))]);
  15610.     }
  15611.     /**
  15612.      * Gets the private 'fidry_alice_data_fixtures.loader.simple' shared service.
  15613.      *
  15614.      * @return \Fidry\AliceDataFixtures\Loader\SimpleLoader
  15615.      */
  15616.     protected function getFidryAliceDataFixtures_Loader_SimpleService($lazyLoad true)
  15617.     {
  15618.         if ($lazyLoad) {
  15619.             return $this->privates['fidry_alice_data_fixtures.loader.simple'] = $this->createProxy('SimpleLoader_4473cb1', function () {
  15620.                 return \SimpleLoader_4473cb1::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  15621.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_SimpleService(false);
  15622.                     $proxy->setProxyInitializer(null);
  15623.                     return true;
  15624.                 });
  15625.             });
  15626.         }
  15627.         return new \Fidry\AliceDataFixtures\Loader\SimpleLoader(($this->services['nelmio_alice.files_loader'] ?? $this->getNelmioAlice_FilesLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  15628.     }
  15629.     /**
  15630.      * Gets the private 'form.choice_list_factory.cached' shared service.
  15631.      *
  15632.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  15633.      */
  15634.     protected function getForm_ChoiceListFactory_CachedService()
  15635.     {
  15636.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  15637.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  15638.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  15639.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  15640.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  15641.     }
  15642.     /**
  15643.      * Gets the private 'form.registry' shared service.
  15644.      *
  15645.      * @return \Symfony\Component\Form\FormRegistry
  15646.      */
  15647.     protected function getForm_RegistryService()
  15648.     {
  15649.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  15650.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  15651.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  15652.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  15653.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  15654.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  15655.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  15656.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15657.             'App\\Form\\AddUsersType' => ['privates''App\\Form\\AddUsersType''getAddUsersTypeService'false],
  15658.             'App\\Form\\Admin\\AddAdminsType' => ['privates''App\\Form\\Admin\\AddAdminsType''getAddAdminsTypeService'false],
  15659.             'App\\Form\\Admin\\Chat\\CanalType' => ['privates''App\\Form\\Admin\\Chat\\CanalType''getCanalTypeService'false],
  15660.             'App\\Form\\Admin\\Chat\\EditCanalType' => ['privates''App\\Form\\Admin\\Chat\\EditCanalType''getEditCanalTypeService'false],
  15661.             'App\\Form\\ConversationSelektorType' => ['privates''App\\Form\\ConversationSelektorType''getConversationSelektorTypeService'false],
  15662.             'App\\Form\\Filter\\CanalFilterType' => ['privates''App\\Form\\Filter\\CanalFilterType''getCanalFilterTypeService'false],
  15663.             'App\\Form\\Filter\\ConversationFilterType' => ['privates''App\\Form\\Filter\\ConversationFilterType''getConversationFilterTypeService'false],
  15664.             'App\\Form\\Filter\\ResourceFilter' => ['privates''App\\Form\\Filter\\ResourceFilter''getResourceFilterService'false],
  15665.             'App\\Form\\Filter\\ServiceConversationFilterType' => ['privates''App\\Form\\Filter\\ServiceConversationFilterType''getServiceConversationFilterTypeService'false],
  15666.             'App\\Form\\Filter\\UserFilter' => ['privates''App\\Form\\Filter\\UserFilter''getUserFilterService'false],
  15667.             'App\\Form\\GlobalSearchType' => ['privates''App\\Form\\GlobalSearchType''getGlobalSearchTypeService'false],
  15668.             'App\\Form\\ResourceSelektorType' => ['privates''App\\Form\\ResourceSelektorType''getResourceSelektorTypeService'false],
  15669.             'App\\Form\\UploadFileType' => ['privates''App\\Form\\UploadFileType''getUploadFileTypeService'false],
  15670.             'App\\Form\\UserSelektorType' => ['privates''App\\Form\\UserSelektorType''getUserSelektorTypeService'false],
  15671.             'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType' => ['privates''DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType''getAsyncEntityTypeService'false],
  15672.             'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType' => ['privates''DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType''getSelectOrCreateTypeService'false],
  15673.             'Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter' => ['privates''Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter''getApiFilterService'false],
  15674.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'false],
  15675.             'Nellapp\\Bundle\\SDKBundle\\ActivityFeed\\Form\\Filter\\ActivityFeedFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\ActivityFeed\\Form\\Filter\\ActivityFeedFilter''getActivityFeedFilterService'false],
  15676.             'Nellapp\\Bundle\\SDKBundle\\DataSync\\Form\\Filter\\CollectionFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\DataSync\\Form\\Filter\\CollectionFilter''getCollectionFilterService'false],
  15677.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType''getGroupeFilterTypeService'false],
  15678.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType''getServiceFilterTypeService'false],
  15679.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType''getSessionFilterTypeService'false],
  15680.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType''getTrainingFilterTypeService'false],
  15681.             'Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType''getUserFilterTypeService'false],
  15682.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType''getNellappBooleanTypeService'false],
  15683.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType''getNellappChoiceTypeService'false],
  15684.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappDurationType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappDurationType''getNellappDurationTypeService'false],
  15685.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter''getCustomViewColumnsFilterService'false],
  15686.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType''getCustomViewManagerTypeService'false],
  15687.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType''getEditCustomViewTypeService'false],
  15688.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType''getNewCustomViewTypeService'false],
  15689.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType''getChannelUserRoleFilterTypeService'false],
  15690.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter''getCollectionFilter2Service'false],
  15691.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Common\\TextListFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Common\\TextListFilterType''getTextListFilterTypeService'false],
  15692.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\DateRangeFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\DateRangeFilterType''getDateRangeFilterTypeService'false],
  15693.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter''getCollectionFilter3Service'false],
  15694.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType''getChannelUserRoleSelektorFilterTypeService'false],
  15695.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType''getUserSelektorFilterTypeService'false],
  15696.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType''getSessionStatusFilterTypeService'false],
  15697.             'Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType''getTabContainerTypeService'false],
  15698.             'Nellapp\\Bundle\\SDKBundle\\Form\\TabType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\TabType''getTabTypeService'false],
  15699.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType''getAsyncEntityType2Service'false],
  15700.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType''getChannelUserRoleSelektorTypeService'false],
  15701.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType''getGroupSelektorTypeService'false],
  15702.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType''getPlaceSelektorTypeService'false],
  15703.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType''getServiceSelektorTypeService'false],
  15704.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType''getUserSelektorType2Service'false],
  15705.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType''getChannelUserPermissionEnumTypeService'false],
  15706.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType''getChannelUserPermissionResourceTypeService'false],
  15707.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter''getChannelUserDataFilterService'false],
  15708.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter''getChannelUserPermissionResourceFilterService'false],
  15709.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType''getMultipleResourcePermissionsTypeService'false],
  15710.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType''getSelectUserForChannelResourcePermissionTypeService'false],
  15711.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType''getMimeTypeChoiceFilterTypeService'false],
  15712.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType' => ['privates''spiriit_form_filter.type.filter_boolean''getSpiriitFormFilter_Type_FilterBooleanService'false],
  15713.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType' => ['privates''spiriit_form_filter.type.filter_checkbox''getSpiriitFormFilter_Type_FilterCheckboxService'false],
  15714.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType' => ['privates''spiriit_form_filter.type.filter_choice''getSpiriitFormFilter_Type_FilterChoiceService'false],
  15715.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType' => ['privates''spiriit_form_filter.type.filter_collection_adapter''getSpiriitFormFilter_Type_FilterCollectionAdapterService'false],
  15716.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType' => ['privates''spiriit_form_filter.type.filter_date''getSpiriitFormFilter_Type_FilterDateService'false],
  15717.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType' => ['privates''spiriit_form_filter.type.filter_date_range''getSpiriitFormFilter_Type_FilterDateRangeService'false],
  15718.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType' => ['privates''spiriit_form_filter.type.filter_datetime''getSpiriitFormFilter_Type_FilterDatetimeService'false],
  15719.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType' => ['privates''spiriit_form_filter.type.filter_datetime_range''getSpiriitFormFilter_Type_FilterDatetimeRangeService'false],
  15720.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType' => ['privates''spiriit_form_filter.type.filter_entity''getSpiriitFormFilter_Type_FilterEntityService'false],
  15721.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType' => ['privates''spiriit_form_filter.type.filter_enum''getSpiriitFormFilter_Type_FilterEnumService'false],
  15722.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType' => ['privates''spiriit_form_filter.type.filter_number''getSpiriitFormFilter_Type_FilterNumberService'false],
  15723.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType' => ['privates''spiriit_form_filter.type.filter_number_range''getSpiriitFormFilter_Type_FilterNumberRangeService'false],
  15724.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType' => ['privates''spiriit_form_filter.type.filter_sharedable''getSpiriitFormFilter_Type_FilterSharedableService'false],
  15725.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType' => ['privates''spiriit_form_filter.type.filter_text''getSpiriitFormFilter_Type_FilterTextService'false],
  15726.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  15727.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  15728.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  15729.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  15730.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  15731.         ], [
  15732.             'App\\Form\\AddUsersType' => '?',
  15733.             'App\\Form\\Admin\\AddAdminsType' => '?',
  15734.             'App\\Form\\Admin\\Chat\\CanalType' => '?',
  15735.             'App\\Form\\Admin\\Chat\\EditCanalType' => '?',
  15736.             'App\\Form\\ConversationSelektorType' => '?',
  15737.             'App\\Form\\Filter\\CanalFilterType' => '?',
  15738.             'App\\Form\\Filter\\ConversationFilterType' => '?',
  15739.             'App\\Form\\Filter\\ResourceFilter' => '?',
  15740.             'App\\Form\\Filter\\ServiceConversationFilterType' => '?',
  15741.             'App\\Form\\Filter\\UserFilter' => '?',
  15742.             'App\\Form\\GlobalSearchType' => '?',
  15743.             'App\\Form\\ResourceSelektorType' => '?',
  15744.             'App\\Form\\UploadFileType' => '?',
  15745.             'App\\Form\\UserSelektorType' => '?',
  15746.             'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType' => '?',
  15747.             'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType' => '?',
  15748.             'Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter' => '?',
  15749.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  15750.             'Nellapp\\Bundle\\SDKBundle\\ActivityFeed\\Form\\Filter\\ActivityFeedFilter' => '?',
  15751.             'Nellapp\\Bundle\\SDKBundle\\DataSync\\Form\\Filter\\CollectionFilter' => '?',
  15752.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType' => '?',
  15753.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType' => '?',
  15754.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType' => '?',
  15755.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType' => '?',
  15756.             'Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType' => '?',
  15757.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType' => '?',
  15758.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType' => '?',
  15759.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappDurationType' => '?',
  15760.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter' => '?',
  15761.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType' => '?',
  15762.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType' => '?',
  15763.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType' => '?',
  15764.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType' => '?',
  15765.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter' => '?',
  15766.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Common\\TextListFilterType' => '?',
  15767.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\DateRangeFilterType' => '?',
  15768.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter' => '?',
  15769.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType' => '?',
  15770.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType' => '?',
  15771.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType' => '?',
  15772.             'Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType' => '?',
  15773.             'Nellapp\\Bundle\\SDKBundle\\Form\\TabType' => '?',
  15774.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType' => '?',
  15775.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType' => '?',
  15776.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType' => '?',
  15777.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType' => '?',
  15778.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType' => '?',
  15779.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType' => '?',
  15780.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType' => '?',
  15781.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType' => '?',
  15782.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter' => '?',
  15783.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter' => '?',
  15784.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType' => '?',
  15785.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType' => '?',
  15786.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType' => '?',
  15787.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType' => '?',
  15788.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType' => '?',
  15789.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType' => '?',
  15790.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType' => '?',
  15791.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType' => '?',
  15792.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType' => '?',
  15793.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType' => '?',
  15794.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType' => '?',
  15795.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType' => '?',
  15796.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType' => '?',
  15797.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType' => '?',
  15798.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType' => '?',
  15799.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType' => '?',
  15800.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType' => '?',
  15801.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  15802.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  15803.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  15804.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  15805.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  15806.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\CollectionType' => new RewindableGenerator(function () {
  15807.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\CollectionExtension()));
  15808.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\TabsExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\TabsExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\TabsExtension()));
  15809.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingCollectionExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingCollectionExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\OrderingCollectionExtension()));
  15810.         }, 3), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  15811.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionInnerExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionInnerExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\CollectionInnerExtension()));
  15812.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\OrderingExtension()));
  15813.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  15814.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  15815.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  15816.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  15817.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  15818.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  15819.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\FormTemplateExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\FormTemplateExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\FormTemplateExtension('form_div_layout.html.twig')));
  15820.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollapsableExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollapsableExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\CollapsableExtension()));
  15821.             yield 10 => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\ChildrenErrorExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\ChildrenErrorExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\ChildrenErrorExtension()));
  15822.             yield 11 => ($this->privates['spiriit_form_filter.type_extension.filter_extension'] ?? ($this->privates['spiriit_form_filter.type_extension.filter_extension'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\FilterTypeExtension()));
  15823.         }, 12), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  15824.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  15825.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  15826.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  15827.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\DateType' => new RewindableGenerator(function () {
  15828.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension()));
  15829.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\DateTimeType' => new RewindableGenerator(function () {
  15830.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension()));
  15831.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TimeType' => new RewindableGenerator(function () {
  15832.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension()));
  15833.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TelType' => new RewindableGenerator(function () {
  15834.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\TelTypeExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\TelTypeExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\TelTypeExtension()));
  15835.         }, 1)], new RewindableGenerator(function () {
  15836.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  15837.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  15838.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  15839.     }
  15840.     /**
  15841.      * Gets the private 'form.type.choice' shared service.
  15842.      *
  15843.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  15844.      */
  15845.     protected function getForm_Type_ChoiceService()
  15846.     {
  15847.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15848.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15849.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  15850.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  15851.     }
  15852.     /**
  15853.      * Gets the private 'form.type.color' shared service.
  15854.      *
  15855.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  15856.      */
  15857.     protected function getForm_Type_ColorService()
  15858.     {
  15859.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15860.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15861.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  15862.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  15863.     }
  15864.     /**
  15865.      * Gets the private 'form.type.entity' shared service.
  15866.      *
  15867.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  15868.      */
  15869.     protected function getForm_Type_EntityService()
  15870.     {
  15871.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15872.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15873.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  15874.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  15875.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15876.     }
  15877.     /**
  15878.      * Gets the private 'form.type.form' shared service.
  15879.      *
  15880.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  15881.      */
  15882.     protected function getForm_Type_FormService()
  15883.     {
  15884.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15885.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15886.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  15887.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  15888.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  15889.     }
  15890.     /**
  15891.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  15892.      *
  15893.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  15894.      */
  15895.     protected function getForm_TypeExtension_Form_DataCollectorService()
  15896.     {
  15897.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  15898.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  15899.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  15900.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  15901.     }
  15902.     /**
  15903.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  15904.      *
  15905.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  15906.      */
  15907.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  15908.     {
  15909.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  15910.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  15911.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  15912.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  15913.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  15914.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  15915.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())))));
  15916.     }
  15917.     /**
  15918.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  15919.      *
  15920.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  15921.      */
  15922.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  15923.     {
  15924.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  15925.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  15926.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  15927.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  15928.     }
  15929.     /**
  15930.      * Gets the private 'form.type_extension.form.validator' shared service.
  15931.      *
  15932.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  15933.      */
  15934.     protected function getForm_TypeExtension_Form_ValidatorService()
  15935.     {
  15936.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  15937.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  15938.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  15939.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  15940.         $a = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  15941.         if (isset($this->privates['form.type_extension.form.validator'])) {
  15942.             return $this->privates['form.type_extension.form.validator'];
  15943.         }
  15944.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true$a, ($this->services['translator'] ?? $this->getTranslatorService()));
  15945.     }
  15946.     /**
  15947.      * Gets the private 'form.type_extension.upload.validator' shared service.
  15948.      *
  15949.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  15950.      */
  15951.     protected function getForm_TypeExtension_Upload_ValidatorService()
  15952.     {
  15953.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  15954.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  15955.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  15956.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  15957.     }
  15958.     /**
  15959.      * Gets the private 'form.type_guesser.doctrine' shared service.
  15960.      *
  15961.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  15962.      */
  15963.     protected function getForm_TypeGuesser_DoctrineService()
  15964.     {
  15965.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  15966.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  15967.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15968.     }
  15969.     /**
  15970.      * Gets the private 'form.type_guesser.validator' shared service.
  15971.      *
  15972.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  15973.      */
  15974.     protected function getForm_TypeGuesser_ValidatorService()
  15975.     {
  15976.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  15977.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  15978.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  15979.     }
  15980.     /**
  15981.      * Gets the private 'fragment.renderer.inline' shared service.
  15982.      *
  15983.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  15984.      */
  15985.     protected function getFragment_Renderer_InlineService()
  15986.     {
  15987.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  15988.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  15989.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  15990.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  15991.         if (isset($this->privates['fragment.renderer.inline'])) {
  15992.             return $this->privates['fragment.renderer.inline'];
  15993.         }
  15994.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15995.         if (isset($this->privates['fragment.renderer.inline'])) {
  15996.             return $this->privates['fragment.renderer.inline'];
  15997.         }
  15998.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  15999.         $instance->setFragmentPath('/_fragment');
  16000.         return $instance;
  16001.     }
  16002.     /**
  16003.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  16004.      *
  16005.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  16006.      */
  16007.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  16008.     {
  16009.         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())));
  16010.     }
  16011.     /**
  16012.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  16013.      *
  16014.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  16015.      */
  16016.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  16017.     {
  16018.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  16019.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  16020.             return $this->privates['framework_extra_bundle.event.is_granted'];
  16021.         }
  16022.         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);
  16023.     }
  16024.     /**
  16025.      * Gets the private 'knp_menu.menu_provider.builder_alias' shared service.
  16026.      *
  16027.      * @return \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider
  16028.      */
  16029.     protected function getKnpMenu_MenuProvider_BuilderAliasService()
  16030.     {
  16031.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Provider/BuilderAliasProvider.php';
  16032.         return $this->privates['knp_menu.menu_provider.builder_alias'] = new \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider(($this->services['kernel'] ?? $this->get('kernel'1)), $this, ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  16033.     }
  16034.     /**
  16035.      * Gets the private 'knp_menu.menu_provider.lazy' shared service.
  16036.      *
  16037.      * @return \Knp\Menu\Provider\LazyProvider
  16038.      */
  16039.     protected function getKnpMenu_MenuProvider_LazyService()
  16040.     {
  16041.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/LazyProvider.php';
  16042.         return $this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider(['channel_side_nav' => function () {
  16043.             return ($this->privates['nellapp_sdk.channel_side_nav'] ?? $this->getNellappSdk_ChannelSideNavService());
  16044.         }]);
  16045.     }
  16046.     /**
  16047.      * Gets the private 'knp_menu.renderer.list' shared service.
  16048.      *
  16049.      * @return \Knp\Menu\Renderer\ListRenderer
  16050.      */
  16051.     protected function getKnpMenu_Renderer_ListService()
  16052.     {
  16053.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
  16054.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  16055.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/ListRenderer.php';
  16056.         return $this->privates['knp_menu.renderer.list'] = new \Knp\Menu\Renderer\ListRenderer(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), [], 'UTF-8');
  16057.     }
  16058.     /**
  16059.      * Gets the private 'knp_menu.renderer.twig' shared service.
  16060.      *
  16061.      * @return \Knp\Menu\Renderer\TwigRenderer
  16062.      */
  16063.     protected function getKnpMenu_Renderer_TwigService()
  16064.     {
  16065.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  16066.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/TwigRenderer.php';
  16067.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16068.         if (isset($this->privates['knp_menu.renderer.twig'])) {
  16069.             return $this->privates['knp_menu.renderer.twig'];
  16070.         }
  16071.         return $this->privates['knp_menu.renderer.twig'] = new \Knp\Menu\Renderer\TwigRenderer($a'Partials/components/header/knp-menu.html.twig', ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), []);
  16072.     }
  16073.     /**
  16074.      * Gets the private 'knp_menu.voter.router' shared service.
  16075.      *
  16076.      * @return \Knp\Menu\Matcher\Voter\RouteVoter
  16077.      */
  16078.     protected function getKnpMenu_Voter_RouterService()
  16079.     {
  16080.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  16081.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/RouteVoter.php';
  16082.         return $this->privates['knp_menu.voter.router'] = new \Knp\Menu\Matcher\Voter\RouteVoter(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  16083.     }
  16084.     /**
  16085.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  16086.      *
  16087.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  16088.      */
  16089.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  16090.     {
  16091.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@NellappSDK/Partials/component/pagination/pagination.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  16092.     }
  16093.     /**
  16094.      * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  16095.      *
  16096.      * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  16097.      */
  16098.     protected function getLiipImagine_Binary_MimeTypeGuesserService()
  16099.     {
  16100.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  16101.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  16102.         return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
  16103.     }
  16104.     /**
  16105.      * Gets the private 'liip_imagine.command.cache_remove' shared service.
  16106.      *
  16107.      * @return \Liip\ImagineBundle\Command\RemoveCacheCommand
  16108.      */
  16109.     protected function getLiipImagine_Command_CacheRemoveService()
  16110.     {
  16111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16112.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  16113.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
  16114.         $this->privates['liip_imagine.command.cache_remove'] = $instance = new \Liip\ImagineBundle\Command\RemoveCacheCommand(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()));
  16115.         $instance->setName('liip:imagine:cache:remove');
  16116.         return $instance;
  16117.     }
  16118.     /**
  16119.      * Gets the private 'liip_imagine.command.cache_resolve' shared service.
  16120.      *
  16121.      * @return \Liip\ImagineBundle\Command\ResolveCacheCommand
  16122.      */
  16123.     protected function getLiipImagine_Command_CacheResolveService()
  16124.     {
  16125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16126.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  16127.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
  16128.         $this->privates['liip_imagine.command.cache_resolve'] = $instance = new \Liip\ImagineBundle\Command\ResolveCacheCommand(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()));
  16129.         $instance->setName('liip:imagine:cache:resolve');
  16130.         return $instance;
  16131.     }
  16132.     /**
  16133.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  16134.      *
  16135.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  16136.      */
  16137.     protected function getLiipImagine_Filter_ConfigurationService()
  16138.     {
  16139.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  16140.     }
  16141.     /**
  16142.      * Gets the private 'liip_imagine.form.type.image' shared service.
  16143.      *
  16144.      * @return \Liip\ImagineBundle\Form\Type\ImageType
  16145.      */
  16146.     protected function getLiipImagine_Form_Type_ImageService()
  16147.     {
  16148.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16149.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16150.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
  16151.         return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
  16152.     }
  16153.     /**
  16154.      * Gets the private 'liip_imagine.gd' shared service.
  16155.      *
  16156.      * @return \Imagine\Gd\Imagine
  16157.      */
  16158.     protected function getLiipImagine_GdService()
  16159.     {
  16160.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  16161.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  16162.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  16163.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  16164.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  16165.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
  16166.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
  16167.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
  16168.         $this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
  16169.         $instance->setMetadataReader(new \Imagine\Image\Metadata\ExifMetadataReader());
  16170.         return $instance;
  16171.     }
  16172.     /**
  16173.      * Gets the private 'liip_imagine.service.filter' shared service.
  16174.      *
  16175.      * @return \Liip\ImagineBundle\Service\FilterService
  16176.      */
  16177.     protected function getLiipImagine_Service_FilterService()
  16178.     {
  16179.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
  16180.         return $this->privates['liip_imagine.service.filter'] = new \Liip\ImagineBundle\Service\FilterService(($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), false$this->parameters['liip_imagine.webp.options'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  16181.     }
  16182.     /**
  16183.      * Gets the private 'locale_aware_listener' shared service.
  16184.      *
  16185.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  16186.      */
  16187.     protected function getLocaleAwareListenerService()
  16188.     {
  16189.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  16190.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  16191.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  16192.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  16193.     }
  16194.     /**
  16195.      * Gets the private 'locale_listener' shared service.
  16196.      *
  16197.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  16198.      */
  16199.     protected function getLocaleListenerService()
  16200.     {
  16201.         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, []);
  16202.     }
  16203.     /**
  16204.      * Gets the private 'mailer.transport_factory.native' shared service.
  16205.      *
  16206.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  16207.      */
  16208.     protected function getMailer_TransportFactory_NativeService()
  16209.     {
  16210.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  16211.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  16212.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  16213.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16214.         if (isset($this->privates['mailer.transport_factory.native'])) {
  16215.             return $this->privates['mailer.transport_factory.native'];
  16216.         }
  16217.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  16218.     }
  16219.     /**
  16220.      * Gets the private 'mailer.transport_factory.null' shared service.
  16221.      *
  16222.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  16223.      */
  16224.     protected function getMailer_TransportFactory_NullService()
  16225.     {
  16226.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  16227.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  16228.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  16229.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16230.         if (isset($this->privates['mailer.transport_factory.null'])) {
  16231.             return $this->privates['mailer.transport_factory.null'];
  16232.         }
  16233.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  16234.     }
  16235.     /**
  16236.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  16237.      *
  16238.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  16239.      */
  16240.     protected function getMailer_TransportFactory_SendmailService()
  16241.     {
  16242.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  16243.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  16244.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  16245.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16246.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  16247.             return $this->privates['mailer.transport_factory.sendmail'];
  16248.         }
  16249.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  16250.     }
  16251.     /**
  16252.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  16253.      *
  16254.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  16255.      */
  16256.     protected function getMailer_TransportFactory_SmtpService()
  16257.     {
  16258.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  16259.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  16260.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  16261.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16262.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  16263.             return $this->privates['mailer.transport_factory.smtp'];
  16264.         }
  16265.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  16266.     }
  16267.     /**
  16268.      * Gets the private 'maker.auto_command.make_auth' shared service.
  16269.      *
  16270.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16271.      */
  16272.     protected function getMaker_AutoCommand_MakeAuthService()
  16273.     {
  16274.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16275.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16276.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16277.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16278.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  16279.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  16280.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  16281.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  16282.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  16283.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a$b);
  16284.         $instance->setName('make:auth');
  16285.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  16286.         return $instance;
  16287.     }
  16288.     /**
  16289.      * Gets the private 'maker.auto_command.make_command' shared service.
  16290.      *
  16291.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16292.      */
  16293.     protected function getMaker_AutoCommand_MakeCommandService()
  16294.     {
  16295.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16296.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16297.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16298.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16299.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  16300.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16301.         $instance->setName('make:command');
  16302.         $instance->setDescription('Creates a new console command class');
  16303.         return $instance;
  16304.     }
  16305.     /**
  16306.      * Gets the private 'maker.auto_command.make_controller' shared service.
  16307.      *
  16308.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16309.      */
  16310.     protected function getMaker_AutoCommand_MakeControllerService()
  16311.     {
  16312.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16313.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16314.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16315.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16316.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  16317.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  16318.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16319.         $instance->setName('make:controller');
  16320.         $instance->setDescription('Creates a new controller class');
  16321.         return $instance;
  16322.     }
  16323.     /**
  16324.      * Gets the private 'maker.auto_command.make_crud' shared service.
  16325.      *
  16326.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16327.      */
  16328.     protected function getMaker_AutoCommand_MakeCrudService()
  16329.     {
  16330.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16331.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16332.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16333.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16334.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  16335.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16336.         $instance->setName('make:crud');
  16337.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  16338.         return $instance;
  16339.     }
  16340.     /**
  16341.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  16342.      *
  16343.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16344.      */
  16345.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  16346.     {
  16347.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16348.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16349.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16350.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16351.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  16352.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  16353.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16354.         $instance->setName('make:docker:database');
  16355.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  16356.         return $instance;
  16357.     }
  16358.     /**
  16359.      * Gets the private 'maker.auto_command.make_entity' shared service.
  16360.      *
  16361.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16362.      */
  16363.     protected function getMaker_AutoCommand_MakeEntityService()
  16364.     {
  16365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16366.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16367.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16368.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16369.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  16370.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  16371.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  16372.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  16373.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  16374.         $instance->setName('make:entity');
  16375.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  16376.         return $instance;
  16377.     }
  16378.     /**
  16379.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  16380.      *
  16381.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16382.      */
  16383.     protected function getMaker_AutoCommand_MakeFixturesService()
  16384.     {
  16385.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16386.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16387.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16388.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16389.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  16390.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16391.         $instance->setName('make:fixtures');
  16392.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  16393.         return $instance;
  16394.     }
  16395.     /**
  16396.      * Gets the private 'maker.auto_command.make_form' shared service.
  16397.      *
  16398.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16399.      */
  16400.     protected function getMaker_AutoCommand_MakeFormService()
  16401.     {
  16402.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16403.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16404.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16405.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16406.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  16407.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16408.         $instance->setName('make:form');
  16409.         $instance->setDescription('Creates a new form class');
  16410.         return $instance;
  16411.     }
  16412.     /**
  16413.      * Gets the private 'maker.auto_command.make_message' shared service.
  16414.      *
  16415.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16416.      */
  16417.     protected function getMaker_AutoCommand_MakeMessageService()
  16418.     {
  16419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16420.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16421.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16422.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16423.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  16424.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  16425.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16426.         $instance->setName('make:message');
  16427.         $instance->setDescription('Creates a new message and handler');
  16428.         return $instance;
  16429.     }
  16430.     /**
  16431.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  16432.      *
  16433.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16434.      */
  16435.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  16436.     {
  16437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16438.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16439.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16440.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16441.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  16442.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16443.         $instance->setName('make:messenger-middleware');
  16444.         $instance->setDescription('Creates a new messenger middleware');
  16445.         return $instance;
  16446.     }
  16447.     /**
  16448.      * Gets the private 'maker.auto_command.make_migration' shared service.
  16449.      *
  16450.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16451.      */
  16452.     protected function getMaker_AutoCommand_MakeMigrationService()
  16453.     {
  16454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16455.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16456.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16457.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16458.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  16459.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  16460.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16461.         $instance->setName('make:migration');
  16462.         $instance->setDescription('Creates a new migration based on database changes');
  16463.         return $instance;
  16464.     }
  16465.     /**
  16466.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  16467.      *
  16468.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16469.      */
  16470.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  16471.     {
  16472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16473.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16474.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16475.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16476.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  16477.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  16478.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16479.         $instance->setName('make:registration-form');
  16480.         $instance->setDescription('Creates a new registration form system');
  16481.         return $instance;
  16482.     }
  16483.     /**
  16484.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  16485.      *
  16486.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16487.      */
  16488.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  16489.     {
  16490.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16491.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16492.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16493.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16494.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  16495.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  16496.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16497.         $instance->setName('make:reset-password');
  16498.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  16499.         return $instance;
  16500.     }
  16501.     /**
  16502.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  16503.      *
  16504.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16505.      */
  16506.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  16507.     {
  16508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16509.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16510.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16511.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16512.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  16513.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16514.         $instance->setName('make:serializer:encoder');
  16515.         $instance->setDescription('Creates a new serializer encoder class');
  16516.         return $instance;
  16517.     }
  16518.     /**
  16519.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  16520.      *
  16521.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16522.      */
  16523.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  16524.     {
  16525.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16526.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16527.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16528.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16529.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  16530.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16531.         $instance->setName('make:serializer:normalizer');
  16532.         $instance->setDescription('Creates a new serializer normalizer class');
  16533.         return $instance;
  16534.     }
  16535.     /**
  16536.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  16537.      *
  16538.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16539.      */
  16540.     protected function getMaker_AutoCommand_MakeSubscriberService()
  16541.     {
  16542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16543.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16544.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16545.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16546.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  16547.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  16548.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16549.         $instance->setName('make:subscriber');
  16550.         $instance->setDescription('Creates a new event subscriber class');
  16551.         return $instance;
  16552.     }
  16553.     /**
  16554.      * Gets the private 'maker.auto_command.make_test' shared service.
  16555.      *
  16556.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16557.      */
  16558.     protected function getMaker_AutoCommand_MakeTestService()
  16559.     {
  16560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16561.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16562.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16563.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16564.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  16565.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  16566.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16567.         $instance->setName('make:test');
  16568.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  16569.         $instance->setDescription('Creates a new test class');
  16570.         return $instance;
  16571.     }
  16572.     /**
  16573.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  16574.      *
  16575.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16576.      */
  16577.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  16578.     {
  16579.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16580.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16581.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16582.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16583.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  16584.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16585.         $instance->setName('make:twig-extension');
  16586.         $instance->setDescription('Creates a new Twig extension class');
  16587.         return $instance;
  16588.     }
  16589.     /**
  16590.      * Gets the private 'maker.auto_command.make_user' shared service.
  16591.      *
  16592.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16593.      */
  16594.     protected function getMaker_AutoCommand_MakeUserService()
  16595.     {
  16596.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16597.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16598.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16599.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16600.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  16601.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  16602.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  16603.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  16604.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16605.         $instance->setName('make:user');
  16606.         $instance->setDescription('Creates a new security user class');
  16607.         return $instance;
  16608.     }
  16609.     /**
  16610.      * Gets the private 'maker.auto_command.make_validator' shared service.
  16611.      *
  16612.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16613.      */
  16614.     protected function getMaker_AutoCommand_MakeValidatorService()
  16615.     {
  16616.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16617.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16618.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16619.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16620.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  16621.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16622.         $instance->setName('make:validator');
  16623.         $instance->setDescription('Creates a new validator and constraint class');
  16624.         return $instance;
  16625.     }
  16626.     /**
  16627.      * Gets the private 'maker.auto_command.make_voter' shared service.
  16628.      *
  16629.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16630.      */
  16631.     protected function getMaker_AutoCommand_MakeVoterService()
  16632.     {
  16633.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16634.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16635.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16636.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16637.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  16638.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16639.         $instance->setName('make:voter');
  16640.         $instance->setDescription('Creates a new security voter class');
  16641.         return $instance;
  16642.     }
  16643.     /**
  16644.      * Gets the private 'maker.doctrine_helper' shared service.
  16645.      *
  16646.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  16647.      */
  16648.     protected function getMaker_DoctrineHelperService()
  16649.     {
  16650.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  16651.         $a = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Entity')], false)));
  16652.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [=> [=> 'App\\Entity'=> $a], => [=> 'Nellapp\\Bundle\\SDKBundle\\Entity'=> $a]]]);
  16653.     }
  16654.     /**
  16655.      * Gets the private 'maker.entity_class_generator' shared service.
  16656.      *
  16657.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  16658.      */
  16659.     protected function getMaker_EntityClassGeneratorService()
  16660.     {
  16661.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  16662.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  16663.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  16664.         return $instance;
  16665.     }
  16666.     /**
  16667.      * Gets the private 'maker.file_manager' shared service.
  16668.      *
  16669.      * @return \Symfony\Bundle\MakerBundle\FileManager
  16670.      */
  16671.     protected function getMaker_FileManagerService()
  16672.     {
  16673.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  16674.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  16675.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  16676.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  16677.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  16678.     }
  16679.     /**
  16680.      * Gets the private 'maker.generator' shared service.
  16681.      *
  16682.      * @return \Symfony\Bundle\MakerBundle\Generator
  16683.      */
  16684.     protected function getMaker_GeneratorService()
  16685.     {
  16686.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  16687.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  16688.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  16689.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  16690.     }
  16691.     /**
  16692.      * Gets the private 'maker.php_compat_util' shared service.
  16693.      *
  16694.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  16695.      */
  16696.     protected function getMaker_PhpCompatUtilService()
  16697.     {
  16698.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  16699.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  16700.     }
  16701.     /**
  16702.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  16703.      *
  16704.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  16705.      */
  16706.     protected function getMaker_Renderer_FormTypeRendererService()
  16707.     {
  16708.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  16709.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16710.     }
  16711.     /**
  16712.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  16713.      *
  16714.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  16715.      */
  16716.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  16717.     {
  16718.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  16719.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  16720.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  16721.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  16722.         $this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  16723.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  16724.         }, 1), 'Nellapp\\Bundle\\SDKBundle\\Auth\\Messenger\\Message\\RefreshUserMessage' => new RewindableGenerator(function () {
  16725.             yield => ($this->privates['.messenger.handler_descriptor.jADa3cd'] ?? $this->get_Messenger_HandlerDescriptor_JADa3cdService());
  16726.         }, 1), 'Nellapp\\Bundle\\SDKBundle\\Sync\\Messenger\\Message\\EntitySyncMessage' => new RewindableGenerator(function () {
  16727.             yield => ($this->privates['.messenger.handler_descriptor.rUCyI0M'] ?? $this->get_Messenger_HandlerDescriptor_RUCyI0MService());
  16728.         }, 1)]));
  16729.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  16730.         return $instance;
  16731.     }
  16732.     /**
  16733.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  16734.      *
  16735.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  16736.      */
  16737.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  16738.     {
  16739.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  16740.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  16741.         return $this->privates['messenger.bus.default.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'messenger.bus.default');
  16742.     }
  16743.     /**
  16744.      * Gets the private 'messenger.failure.send_failed_message_to_failure_transport_listener' shared service.
  16745.      *
  16746.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener
  16747.      */
  16748.     protected function getMessenger_Failure_SendFailedMessageToFailureTransportListenerService()
  16749.     {
  16750.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageToFailureTransportListener.php';
  16751.         return $this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16752.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  16753.             'sync_ack' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  16754.             'sync_full_user_transport' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  16755.             'sync_transport' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  16756.         ], [
  16757.             'failed' => '?',
  16758.             'sync_ack' => '?',
  16759.             'sync_full_user_transport' => '?',
  16760.             'sync_transport' => '?',
  16761.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  16762.     }
  16763.     /**
  16764.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  16765.      *
  16766.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  16767.      */
  16768.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  16769.     {
  16770.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  16771.         return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  16772.     }
  16773.     /**
  16774.      * Gets the private 'messenger.middleware.send_message' shared service.
  16775.      *
  16776.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  16777.      */
  16778.     protected function getMessenger_Middleware_SendMessageService()
  16779.     {
  16780.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  16781.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  16782.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  16783.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  16784.         $a = ($this->privates['.service_locator.Do0q5v.'] ?? $this->get_ServiceLocator_Do0q5v_Service());
  16785.         if (isset($this->privates['messenger.middleware.send_message'])) {
  16786.             return $this->privates['messenger.middleware.send_message'];
  16787.         }
  16788.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16789.         if (isset($this->privates['messenger.middleware.send_message'])) {
  16790.             return $this->privates['messenger.middleware.send_message'];
  16791.         }
  16792.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator(['Nellapp\\Bundle\\SDKBundle\\Sync\\Messenger\\Message\\EntitySyncMessage' => [=> 'sync_transport'], 'Nellapp\\Bundle\\SDKBundle\\Sync\\Messenger\\Message\\EntitySyncAckMessage' => [=> 'sync_ack'], 'Nellapp\\Bundle\\SDKBundle\\Auth\\Messenger\\Message\\RefreshUserMessage' => [=> 'sync_full_user_transport']], $a), $b);
  16793.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  16794.         return $instance;
  16795.     }
  16796.     /**
  16797.      * Gets the private 'messenger.receiver_locator' shared service.
  16798.      *
  16799.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16800.      */
  16801.     protected function getMessenger_ReceiverLocatorService()
  16802.     {
  16803.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16804.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  16805.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  16806.             'messenger.transport.sync_ack' => ['privates''messenger.transport.sync_ack''getMessenger_Transport_SyncAckService'false],
  16807.             'messenger.transport.sync_full_user_transport' => ['privates''messenger.transport.sync_full_user_transport''getMessenger_Transport_SyncFullUserTransportService'false],
  16808.             'messenger.transport.sync_transport' => ['privates''messenger.transport.sync_transport''getMessenger_Transport_SyncTransportService'false],
  16809.             'sync_ack' => ['privates''messenger.transport.sync_ack''getMessenger_Transport_SyncAckService'false],
  16810.             'sync_full_user_transport' => ['privates''messenger.transport.sync_full_user_transport''getMessenger_Transport_SyncFullUserTransportService'false],
  16811.             'sync_transport' => ['privates''messenger.transport.sync_transport''getMessenger_Transport_SyncTransportService'false],
  16812.         ], [
  16813.             'failed' => '?',
  16814.             'messenger.transport.failed' => '?',
  16815.             'messenger.transport.sync_ack' => '?',
  16816.             'messenger.transport.sync_full_user_transport' => '?',
  16817.             'messenger.transport.sync_transport' => '?',
  16818.             'sync_ack' => '?',
  16819.             'sync_full_user_transport' => '?',
  16820.             'sync_transport' => '?',
  16821.         ]);
  16822.     }
  16823.     /**
  16824.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
  16825.      *
  16826.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  16827.      */
  16828.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
  16829.     {
  16830.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  16831.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  16832.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  16833.     }
  16834.     /**
  16835.      * Gets the private 'messenger.retry.multiplier_retry_strategy.sync_ack' shared service.
  16836.      *
  16837.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  16838.      */
  16839.     protected function getMessenger_Retry_MultiplierRetryStrategy_SyncAckService()
  16840.     {
  16841.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  16842.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  16843.         return $this->privates['messenger.retry.multiplier_retry_strategy.sync_ack'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  16844.     }
  16845.     /**
  16846.      * Gets the private 'messenger.retry.multiplier_retry_strategy.sync_full_user_transport' shared service.
  16847.      *
  16848.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  16849.      */
  16850.     protected function getMessenger_Retry_MultiplierRetryStrategy_SyncFullUserTransportService()
  16851.     {
  16852.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  16853.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  16854.         return $this->privates['messenger.retry.multiplier_retry_strategy.sync_full_user_transport'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  16855.     }
  16856.     /**
  16857.      * Gets the private 'messenger.retry.multiplier_retry_strategy.sync_transport' shared service.
  16858.      *
  16859.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  16860.      */
  16861.     protected function getMessenger_Retry_MultiplierRetryStrategy_SyncTransportService()
  16862.     {
  16863.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  16864.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  16865.         return $this->privates['messenger.retry.multiplier_retry_strategy.sync_transport'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  16866.     }
  16867.     /**
  16868.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  16869.      *
  16870.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  16871.      */
  16872.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  16873.     {
  16874.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  16875.         $a = ($this->privates['.service_locator.Do0q5v.'] ?? $this->get_ServiceLocator_Do0q5v_Service());
  16876.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  16877.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  16878.         }
  16879.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16880.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  16881.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  16882.         }
  16883.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener($a, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16884.             'failed' => ['privates''messenger.retry.multiplier_retry_strategy.failed''getMessenger_Retry_MultiplierRetryStrategy_FailedService'false],
  16885.             'sync_ack' => ['privates''messenger.retry.multiplier_retry_strategy.sync_ack''getMessenger_Retry_MultiplierRetryStrategy_SyncAckService'false],
  16886.             'sync_full_user_transport' => ['privates''messenger.retry.multiplier_retry_strategy.sync_full_user_transport''getMessenger_Retry_MultiplierRetryStrategy_SyncFullUserTransportService'false],
  16887.             'sync_transport' => ['privates''messenger.retry.multiplier_retry_strategy.sync_transport''getMessenger_Retry_MultiplierRetryStrategy_SyncTransportService'false],
  16888.         ], [
  16889.             'failed' => '?',
  16890.             'sync_ack' => '?',
  16891.             'sync_full_user_transport' => '?',
  16892.             'sync_transport' => '?',
  16893.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $b);
  16894.     }
  16895.     /**
  16896.      * Gets the private 'messenger.routable_message_bus' shared service.
  16897.      *
  16898.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  16899.      */
  16900.     protected function getMessenger_RoutableMessageBusService()
  16901.     {
  16902.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  16903.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  16904.         if (isset($this->privates['messenger.routable_message_bus'])) {
  16905.             return $this->privates['messenger.routable_message_bus'];
  16906.         }
  16907.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16908.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  16909.         ], [
  16910.             'messenger.bus.default' => '?',
  16911.         ]), $a);
  16912.     }
  16913.     /**
  16914.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  16915.      *
  16916.      * @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
  16917.      */
  16918.     protected function getMessenger_Transport_Doctrine_FactoryService()
  16919.     {
  16920.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  16921.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
  16922.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16923.     }
  16924.     /**
  16925.      * Gets the private 'messenger.transport.failed' shared service.
  16926.      *
  16927.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  16928.      */
  16929.     protected function getMessenger_Transport_FailedService()
  16930.     {
  16931.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  16932.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  16933.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  16934.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  16935.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  16936.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  16937.         if (isset($this->privates['messenger.transport.failed'])) {
  16938.             return $this->privates['messenger.transport.failed'];
  16939.         }
  16940.         return $this->privates['messenger.transport.failed'] = $a->createTransport('doctrine://default?queue_name=failed', ['auto_setup' => true'transport_name' => 'failed'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  16941.     }
  16942.     /**
  16943.      * Gets the private 'messenger.transport.sync.factory' shared service.
  16944.      *
  16945.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  16946.      */
  16947.     protected function getMessenger_Transport_Sync_FactoryService()
  16948.     {
  16949.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  16950.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  16951.         $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  16952.         if (isset($this->privates['messenger.transport.sync.factory'])) {
  16953.             return $this->privates['messenger.transport.sync.factory'];
  16954.         }
  16955.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  16956.     }
  16957.     /**
  16958.      * Gets the private 'messenger.transport.sync_ack' shared service.
  16959.      *
  16960.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  16961.      */
  16962.     protected function getMessenger_Transport_SyncAckService()
  16963.     {
  16964.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  16965.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  16966.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  16967.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  16968.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  16969.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  16970.         if (isset($this->privates['messenger.transport.sync_ack'])) {
  16971.             return $this->privates['messenger.transport.sync_ack'];
  16972.         }
  16973.         return $this->privates['messenger.transport.sync_ack'] = $a->createTransport($this->getEnv('SYNC_ACK_AMQP_DSN'), ['exchange' => ['name' => 'global.sync_ack''type' => 'direct'], 'transport_name' => 'sync_ack'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  16974.     }
  16975.     /**
  16976.      * Gets the private 'messenger.transport.sync_full_user_transport' shared service.
  16977.      *
  16978.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  16979.      */
  16980.     protected function getMessenger_Transport_SyncFullUserTransportService()
  16981.     {
  16982.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  16983.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  16984.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  16985.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  16986.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  16987.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  16988.         if (isset($this->privates['messenger.transport.sync_full_user_transport'])) {
  16989.             return $this->privates['messenger.transport.sync_full_user_transport'];
  16990.         }
  16991.         return $this->privates['messenger.transport.sync_full_user_transport'] = $a->createTransport($this->getEnv('SYNC_AMQP_DSN'), ['exchange' => ['name' => 'global.sync_full_user''type' => 'fanout'], 'queues' => ['nim_sync_full_user' => NULL], 'transport_name' => 'sync_full_user_transport'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  16992.     }
  16993.     /**
  16994.      * Gets the private 'messenger.transport.sync_transport' shared service.
  16995.      *
  16996.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  16997.      */
  16998.     protected function getMessenger_Transport_SyncTransportService()
  16999.     {
  17000.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  17001.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  17002.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  17003.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  17004.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  17005.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  17006.         if (isset($this->privates['messenger.transport.sync_transport'])) {
  17007.             return $this->privates['messenger.transport.sync_transport'];
  17008.         }
  17009.         return $this->privates['messenger.transport.sync_transport'] = $a->createTransport($this->getEnv('SYNC_AMQP_DSN'), ['exchange' => ['name' => 'global.sync''type' => 'topic'], 'queues' => ['nim_sync' => ['binding_keys' => [=> 'sync.nim']]], 'transport_name' => 'sync_transport'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  17010.     }
  17011.     /**
  17012.      * Gets the private 'messenger.transport_factory' shared service.
  17013.      *
  17014.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  17015.      */
  17016.     protected function getMessenger_TransportFactoryService()
  17017.     {
  17018.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  17019.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  17020.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  17021.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
  17022.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory()));
  17023.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  17024.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  17025.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  17026.         }, 5));
  17027.     }
  17028.     /**
  17029.      * Gets the private 'mime_types' shared service.
  17030.      *
  17031.      * @return \Symfony\Component\Mime\MimeTypes
  17032.      */
  17033.     protected function getMimeTypesService()
  17034.     {
  17035.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  17036.         $instance->setDefault($instance);
  17037.         return $instance;
  17038.     }
  17039.     /**
  17040.      * Gets the private 'monolog.command.server_log' shared service.
  17041.      *
  17042.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  17043.      */
  17044.     protected function getMonolog_Command_ServerLogService()
  17045.     {
  17046.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17047.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  17048.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  17049.         $instance->setName('server:log');
  17050.         $instance->setDescription('Start a log server that displays logs in real time');
  17051.         return $instance;
  17052.     }
  17053.     /**
  17054.      * Gets the private 'monolog.handler.console' shared service.
  17055.      *
  17056.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  17057.      */
  17058.     protected function getMonolog_Handler_ConsoleService()
  17059.     {
  17060.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  17061.     }
  17062.     /**
  17063.      * Gets the private 'monolog.handler.main' shared service.
  17064.      *
  17065.      * @return \Monolog\Handler\StreamHandler
  17066.      */
  17067.     protected function getMonolog_Handler_MainService()
  17068.     {
  17069.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  17070.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  17071.         return $instance;
  17072.     }
  17073.     /**
  17074.      * Gets the private 'monolog.logger' shared service.
  17075.      *
  17076.      * @return \Symfony\Bridge\Monolog\Logger
  17077.      */
  17078.     protected function getMonolog_LoggerService()
  17079.     {
  17080.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  17081.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17082.         $instance->useMicrosecondTimestamps(true);
  17083.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17084.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17085.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17086.         return $instance;
  17087.     }
  17088.     /**
  17089.      * Gets the private 'monolog.logger.cache' shared service.
  17090.      *
  17091.      * @return \Symfony\Bridge\Monolog\Logger
  17092.      */
  17093.     protected function getMonolog_Logger_CacheService()
  17094.     {
  17095.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  17096.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17097.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17098.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17099.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17100.         return $instance;
  17101.     }
  17102.     /**
  17103.      * Gets the private 'monolog.logger.mailer' shared service.
  17104.      *
  17105.      * @return \Symfony\Bridge\Monolog\Logger
  17106.      */
  17107.     protected function getMonolog_Logger_MailerService()
  17108.     {
  17109.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  17110.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17111.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17112.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17113.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17114.         return $instance;
  17115.     }
  17116.     /**
  17117.      * Gets the private 'monolog.logger.messenger' shared service.
  17118.      *
  17119.      * @return \Symfony\Bridge\Monolog\Logger
  17120.      */
  17121.     protected function getMonolog_Logger_MessengerService()
  17122.     {
  17123.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  17124.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17125.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17126.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17127.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17128.         return $instance;
  17129.     }
  17130.     /**
  17131.      * Gets the private 'monolog.logger.request' shared service.
  17132.      *
  17133.      * @return \Symfony\Bridge\Monolog\Logger
  17134.      */
  17135.     protected function getMonolog_Logger_RequestService()
  17136.     {
  17137.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  17138.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17139.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17140.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17141.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17142.         return $instance;
  17143.     }
  17144.     /**
  17145.      * Gets the private 'monolog.logger.router' shared service.
  17146.      *
  17147.      * @return \Symfony\Bridge\Monolog\Logger
  17148.      */
  17149.     protected function getMonolog_Logger_RouterService()
  17150.     {
  17151.         $this->privates['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router');
  17152.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17153.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17154.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17155.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17156.         return $instance;
  17157.     }
  17158.     /**
  17159.      * Gets the private 'monolog.logger.security' shared service.
  17160.      *
  17161.      * @return \Symfony\Bridge\Monolog\Logger
  17162.      */
  17163.     protected function getMonolog_Logger_SecurityService()
  17164.     {
  17165.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  17166.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17167.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17168.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17169.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17170.         return $instance;
  17171.     }
  17172.     /**
  17173.      * Gets the private 'nellapp_sdk.assets._package_channel_image' shared service.
  17174.      *
  17175.      * @return \Symfony\Component\Asset\UrlPackage
  17176.      */
  17177.     protected function getNellappSdk_Assets_PackageChannelImageService()
  17178.     {
  17179.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  17180.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  17181.         return $this->privates['nellapp_sdk.assets._package_channel_image'] = new \Symfony\Component\Asset\UrlPackage([=> $this->getEnv('resolve:CORE_ASSETS_BASE_URL')], ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
  17182.     }
  17183.     /**
  17184.      * Gets the private 'nellapp_sdk.assets._package_core' shared service.
  17185.      *
  17186.      * @return \Symfony\Component\Asset\PathPackage
  17187.      */
  17188.     protected function getNellappSdk_Assets_PackageCoreService()
  17189.     {
  17190.         return $this->privates['nellapp_sdk.assets._package_core'] = new \Symfony\Component\Asset\PathPackage('/bundles/nellappsdk', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/bundles/nellappsdk/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
  17191.     }
  17192.     /**
  17193.      * Gets the private 'nellapp_sdk.assets._package_organization_file' shared service.
  17194.      *
  17195.      * @return \Symfony\Component\Asset\UrlPackage
  17196.      */
  17197.     protected function getNellappSdk_Assets_PackageOrganizationFileService()
  17198.     {
  17199.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  17200.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  17201.         return $this->privates['nellapp_sdk.assets._package_organization_file'] = new \Symfony\Component\Asset\UrlPackage([=> $this->getEnv('resolve:CORE_ASSETS_BASE_URL')], ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
  17202.     }
  17203.     /**
  17204.      * Gets the private 'nellapp_sdk.assets._package_user_avatar' shared service.
  17205.      *
  17206.      * @return \Symfony\Component\Asset\UrlPackage
  17207.      */
  17208.     protected function getNellappSdk_Assets_PackageUserAvatarService()
  17209.     {
  17210.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  17211.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  17212.         return $this->privates['nellapp_sdk.assets._package_user_avatar'] = new \Symfony\Component\Asset\UrlPackage([=> $this->getEnv('resolve:CORE_ASSETS_BASE_URL')], ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
  17213.     }
  17214.     /**
  17215.      * Gets the private 'nellapp_sdk.auth.user_resolve_target_entity' shared service.
  17216.      *
  17217.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17218.      */
  17219.     protected function getNellappSdk_Auth_UserResolveTargetEntityService()
  17220.     {
  17221.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  17222.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17223.         $this->privates['nellapp_sdk.auth.user_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17224.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Auth\\Entity\\UserInterface''App\\Entity\\Account\\User', []);
  17225.         return $instance;
  17226.     }
  17227.     /**
  17228.      * Gets the private 'nellapp_sdk.channel.abstract_cursus_resolve_target_entity' shared service.
  17229.      *
  17230.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17231.      */
  17232.     protected function getNellappSdk_Channel_AbstractCursusResolveTargetEntityService()
  17233.     {
  17234.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  17235.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17236.         $this->privates['nellapp_sdk.channel.abstract_cursus_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17237.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Cursus\\AbstractCursusInterface''App\\Entity\\ChannelUserData\\AbstractCursus', []);
  17238.         return $instance;
  17239.     }
  17240.     /**
  17241.      * Gets the private 'nellapp_sdk.channel.account_notification_resolve_target_entity' shared service.
  17242.      *
  17243.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17244.      */
  17245.     protected function getNellappSdk_Channel_AccountNotificationResolveTargetEntityService()
  17246.     {
  17247.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  17248.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17249.         $this->privates['nellapp_sdk.channel.account_notification_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17250.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Notification\\Entity\\NotificationInterface''App\\Entity\\Account\\Notification', []);
  17251.         return $instance;
  17252.     }
  17253.     /**
  17254.      * Gets the private 'nellapp_sdk.channel.channel_channel_resolve_target_entity' shared service.
  17255.      *
  17256.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17257.      */
  17258.     protected function getNellappSdk_Channel_ChannelChannelResolveTargetEntityService()
  17259.     {
  17260.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  17261.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17262.         $this->privates['nellapp_sdk.channel.channel_channel_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17263.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelInterface''App\\Entity\\Channel\\Channel', []);
  17264.         return $instance;
  17265.     }
  17266.     /**
  17267.      * Gets the private 'nellapp_sdk.channel.channel_configuration_resolve_target_entity' shared service.
  17268.      *
  17269.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17270.      */
  17271.     protected function getNellappSdk_Channel_ChannelConfigurationResolveTargetEntityService()
  17272.     {
  17273.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  17274.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17275.         $this->privates['nellapp_sdk.channel.channel_configuration_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17276.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Configuration\\BaseChannelConfigurationInterface''App\\Entity\\Channel\\ChannelConfiguration', []);
  17277.         return $instance;
  17278.     }
  17279.     /**
  17280.      * Gets the private 'nellapp_sdk.channel.channel_group_resolve_target_entity' shared service.
  17281.      *
  17282.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17283.      */
  17284.     protected function getNellappSdk_Channel_ChannelGroupResolveTargetEntityService()
  17285.     {
  17286.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  17287.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17288.         $this->privates['nellapp_sdk.channel.channel_group_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17289.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Group\\GroupInterface''App\\Entity\\Channel\\Group', []);
  17290.         return $instance;
  17291.     }
  17292.     /**
  17293.      * Gets the private 'nellapp_sdk.channel.channel_place_resolve_target_entity' shared service.
  17294.      *
  17295.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17296.      */
  17297.     protected function getNellappSdk_Channel_ChannelPlaceResolveTargetEntityService()
  17298.     {
  17299.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  17300.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17301.         $this->privates['nellapp_sdk.channel.channel_place_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17302.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Place\\PlaceInterface''App\\Entity\\Channel\\Place', []);
  17303.         return $instance;
  17304.     }
  17305.     /**
  17306.      * Gets the private 'nellapp_sdk.channel.channel_service_resolve_target_entity' shared service.
  17307.      *
  17308.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17309.      */
  17310.     protected function getNellappSdk_Channel_ChannelServiceResolveTargetEntityService()
  17311.     {
  17312.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  17313.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17314.         $this->privates['nellapp_sdk.channel.channel_service_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17315.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Service\\ServiceInterface''App\\Entity\\Channel\\Service', []);
  17316.         return $instance;
  17317.     }
  17318.     /**
  17319.      * Gets the private 'nellapp_sdk.channel.channel_session_resolve_target_entity' shared service.
  17320.      *
  17321.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17322.      */
  17323.     protected function getNellappSdk_Channel_ChannelSessionResolveTargetEntityService()
  17324.     {
  17325.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  17326.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17327.         $this->privates['nellapp_sdk.channel.channel_session_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17328.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Session\\SessionInterface''App\\Entity\\Channel\\Session', []);
  17329.         return $instance;
  17330.     }
  17331.     /**
  17332.      * Gets the private 'nellapp_sdk.channel.channel_training_resolve_target_entity' shared service.
  17333.      *
  17334.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17335.      */
  17336.     protected function getNellappSdk_Channel_ChannelTrainingResolveTargetEntityService()
  17337.     {
  17338.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  17339.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17340.         $this->privates['nellapp_sdk.channel.channel_training_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17341.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Training\\TrainingInterface''App\\Entity\\Channel\\Training', []);
  17342.         return $instance;
  17343.     }
  17344.     /**
  17345.      * Gets the private 'nellapp_sdk.channel.channel_user_data_resolve_target_entity' shared service.
  17346.      *
  17347.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17348.      */
  17349.     protected function getNellappSdk_Channel_ChannelUserDataResolveTargetEntityService()
  17350.     {
  17351.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  17352.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17353.         $this->privates['nellapp_sdk.channel.channel_user_data_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17354.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserData\\SyncedChannelUserDataInterface''App\\Entity\\ChannelUserData\\ChannelUserData', []);
  17355.         return $instance;
  17356.     }
  17357.     /**
  17358.      * Gets the private 'nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity' shared service.
  17359.      *
  17360.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17361.      */
  17362.     protected function getNellappSdk_Channel_ChannelUserFromChannelsResolveTargetEntityService()
  17363.     {
  17364.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  17365.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17366.         $this->privates['nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17367.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\UserFromChannel''Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\UserFromChannel', []);
  17368.         return $instance;
  17369.     }
  17370.     /**
  17371.      * Gets the private 'nellapp_sdk.channel.channel_user_perm_service_resolve_target_entity' shared service.
  17372.      *
  17373.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17374.      */
  17375.     protected function getNellappSdk_Channel_ChannelUserPermServiceResolveTargetEntityService()
  17376.     {
  17377.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  17378.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17379.         $this->privates['nellapp_sdk.channel.channel_user_perm_service_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17380.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserServicePermission\\ChannelUserServicePermissionInterface''App\\Entity\\Channel\\ChannelUserServicePermission', []);
  17381.         return $instance;
  17382.     }
  17383.     /**
  17384.      * Gets the private 'nellapp_sdk.channel.channel_user_perm_session_resolve_target_entity' shared service.
  17385.      *
  17386.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17387.      */
  17388.     protected function getNellappSdk_Channel_ChannelUserPermSessionResolveTargetEntityService()
  17389.     {
  17390.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  17391.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17392.         $this->privates['nellapp_sdk.channel.channel_user_perm_session_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17393.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserSessionPermission\\ChannelUserSessionPermissionInterface''App\\Entity\\Channel\\ChannelUserSessionPermission', []);
  17394.         return $instance;
  17395.     }
  17396.     /**
  17397.      * Gets the private 'nellapp_sdk.channel.channel_user_role_resolve_target_entity' shared service.
  17398.      *
  17399.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17400.      */
  17401.     protected function getNellappSdk_Channel_ChannelUserRoleResolveTargetEntityService()
  17402.     {
  17403.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  17404.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17405.         $this->privates['nellapp_sdk.channel.channel_user_role_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17406.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRoleInterface''Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRole', []);
  17407.         return $instance;
  17408.     }
  17409.     /**
  17410.      * Gets the private 'nellapp_sdk.channel.channel_white_label_resolve_target_entity' shared service.
  17411.      *
  17412.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17413.      */
  17414.     protected function getNellappSdk_Channel_ChannelWhiteLabelResolveTargetEntityService()
  17415.     {
  17416.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  17417.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17418.         $this->privates['nellapp_sdk.channel.channel_white_label_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17419.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelWhiteLabel\\ChannelWhiteLabelInterface''App\\Entity\\Channel\\ChannelWhiteLabel', []);
  17420.         return $instance;
  17421.     }
  17422.     /**
  17423.      * Gets the private 'nellapp_sdk.channel_side_nav' shared autowired service.
  17424.      *
  17425.      * @return \Knp\Menu\MenuItem
  17426.      */
  17427.     protected function getNellappSdk_ChannelSideNavService()
  17428.     {
  17429.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/ItemInterface.php';
  17430.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuItem.php';
  17431.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Menu/MenuBuilder.php';
  17432.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  17433.         if (isset($this->privates['nellapp_sdk.channel_side_nav'])) {
  17434.             return $this->privates['nellapp_sdk.channel_side_nav'];
  17435.         }
  17436.         return $this->privates['nellapp_sdk.channel_side_nav'] = (new \Nellapp\Bundle\SDKBundle\Menu\MenuBuilder(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()), $a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\ChannelGetterService'] ?? $this->getChannelGetterServiceService())))->channelAdminSideNav(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  17437.     }
  17438.     /**
  17439.      * Gets the private 'nellapp_sdk.global_getter.channel_class_resolve_target_entity' shared service.
  17440.      *
  17441.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17442.      */
  17443.     protected function getNellappSdk_GlobalGetter_ChannelClassResolveTargetEntityService()
  17444.     {
  17445.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  17446.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17447.         $this->privates['nellapp_sdk.global_getter.channel_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17448.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelInterface''App\\Entity\\Channel\\Channel', []);
  17449.         return $instance;
  17450.     }
  17451.     /**
  17452.      * Gets the private 'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity' shared service.
  17453.      *
  17454.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17455.      */
  17456.     protected function getNellappSdk_GlobalGetter_ChannelUserDataClassResolveTargetEntityService()
  17457.     {
  17458.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  17459.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17460.         $this->privates['nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17461.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserData\\ChannelUserDataInterface''App\\Entity\\ChannelUserData\\ChannelUserData', []);
  17462.         return $instance;
  17463.     }
  17464.     /**
  17465.      * Gets the private 'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity' shared service.
  17466.      *
  17467.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17468.      */
  17469.     protected function getNellappSdk_GlobalGetter_ChannelUserRoleClassResolveTargetEntityService()
  17470.     {
  17471.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  17472.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17473.         $this->privates['nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17474.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRoleInterface''Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRole', []);
  17475.         return $instance;
  17476.     }
  17477.     /**
  17478.      * Gets the private 'nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity' shared service.
  17479.      *
  17480.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17481.      */
  17482.     protected function getNellappSdk_GlobalGetter_ChannelWhiteLabelClassResolveTargetEntityService()
  17483.     {
  17484.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  17485.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17486.         $this->privates['nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17487.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelWhiteLabel\\ChannelWhiteLabelInterface''App\\Entity\\Channel\\ChannelWhiteLabel', []);
  17488.         return $instance;
  17489.     }
  17490.     /**
  17491.      * Gets the private 'nellapp_sdk.global_getter.user_class_resolve_target_entity' shared service.
  17492.      *
  17493.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17494.      */
  17495.     protected function getNellappSdk_GlobalGetter_UserClassResolveTargetEntityService()
  17496.     {
  17497.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  17498.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17499.         $this->privates['nellapp_sdk.global_getter.user_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17500.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Auth\\Entity\\UserInterface''App\\Entity\\Account\\User', []);
  17501.         return $instance;
  17502.     }
  17503.     /**
  17504.      * Gets the private 'nellapp_sdk.global_getter.user_notification_class_resolve_target_entity' shared service.
  17505.      *
  17506.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17507.      */
  17508.     protected function getNellappSdk_GlobalGetter_UserNotificationClassResolveTargetEntityService()
  17509.     {
  17510.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  17511.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17512.         $this->privates['nellapp_sdk.global_getter.user_notification_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17513.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Notification\\Entity\\NotificationInterface''App\\Entity\\Account\\Notification', []);
  17514.         return $instance;
  17515.     }
  17516.     /**
  17517.      * Gets the private 'nellapp_sdk.routing.internal_url_generator' shared autowired service.
  17518.      *
  17519.      * @return \Nellapp\Bundle\SDKBundle\Routing\InternalUrlGenerator
  17520.      */
  17521.     protected function getNellappSdk_Routing_InternalUrlGeneratorService()
  17522.     {
  17523.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/InternalUrlGenerator.php';
  17524.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'] ?? $this->getChannelMainDomainUtilsService());
  17525.         if (isset($this->privates['nellapp_sdk.routing.internal_url_generator'])) {
  17526.             return $this->privates['nellapp_sdk.routing.internal_url_generator'];
  17527.         }
  17528.         return $this->privates['nellapp_sdk.routing.internal_url_generator'] = new \Nellapp\Bundle\SDKBundle\Routing\InternalUrlGenerator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Loader\\RouteCollectionLoader'] ?? $this->getRouteCollectionLoaderService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] = new \Nellapp\Bundle\SDKBundle\Routing\Utils\DomainsRoutingUtils($this->getEnv('DEFAULT_DOMAIN'), 'nim'))), $a);
  17529.     }
  17530.     /**
  17531.      * Gets the private 'nellapp_sdk.routing.url_generator' shared autowired service.
  17532.      *
  17533.      * @return \Nellapp\Bundle\SDKBundle\Routing\UrlGenerator
  17534.      */
  17535.     protected function getNellappSdk_Routing_UrlGeneratorService()
  17536.     {
  17537.         return $this->privates['nellapp_sdk.routing.url_generator'] = new \Nellapp\Bundle\SDKBundle\Routing\UrlGenerator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Loader\\RouteCollectionLoader'] ?? $this->getRouteCollectionLoaderService()), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  17538.     }
  17539.     /**
  17540.      * Gets the private 'nelmio_alice.file_parser.runtime_cache' shared service.
  17541.      *
  17542.      * @return \Nelmio\Alice\Parser\RuntimeCacheParser
  17543.      */
  17544.     protected function getNelmioAlice_FileParser_RuntimeCacheService()
  17545.     {
  17546.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/ParserInterface.php';
  17547.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/RuntimeCacheParser.php';
  17548.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ParserRegistry.php';
  17549.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
  17550.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/YamlParser.php';
  17551.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Parser.php';
  17552.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/PhpParser.php';
  17553.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/JsonParser.php';
  17554.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocatorInterface.php';
  17555.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/FileLocator/KernelFileLocator.php';
  17556.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocator/DefaultFileLocator.php';
  17557.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessorInterface.php';
  17558.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessor/DefaultIncludeProcessor.php';
  17559.         $a = new \Hautelook\AliceBundle\Alice\FileLocator\KernelFileLocator(new \Nelmio\Alice\FileLocator\DefaultFileLocator(), ($this->services['kernel'] ?? $this->get('kernel'1)));
  17560.         return $this->privates['nelmio_alice.file_parser.runtime_cache'] = new \Nelmio\Alice\Parser\RuntimeCacheParser(new \Nelmio\Alice\Parser\ParserRegistry([=> new \Nelmio\Alice\Parser\Chainable\YamlParser(new \Symfony\Component\Yaml\Parser()), => new \Nelmio\Alice\Parser\Chainable\PhpParser(), => new \Nelmio\Alice\Parser\Chainable\JsonParser()]), $a, new \Nelmio\Alice\Parser\IncludeProcessor\DefaultIncludeProcessor($a));
  17561.     }
  17562.     /**
  17563.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  17564.      *
  17565.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  17566.      */
  17567.     protected function getNelmioApiDoc_Describers_ConfigService()
  17568.     {
  17569.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  17570.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  17571.         return $this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['info' => ['title' => 'Nellapp Manager Async Doc''description' => 'The Doc fo Async request on Nellapp Manager''version' => '0.1.0']]);
  17572.     }
  17573.     /**
  17574.      * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  17575.      *
  17576.      * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  17577.      */
  17578.     protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  17579.     {
  17580.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/SetsContextTrait.php';
  17581.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/OpenApiPhpDescriber.php';
  17582.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  17583.         return $this->privates['nelmio_api_doc.describers.openapi_php.default'] = new \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  17584.     }
  17585.     /**
  17586.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  17587.      *
  17588.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  17589.      */
  17590.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  17591.     {
  17592.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  17593.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  17594.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  17595.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  17596.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  17597.         return $this->privates['nelmio_api_doc.describers.route.default'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), new RewindableGenerator(function () {
  17598.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  17599.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  17600.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionRequestBodyDescriber'] ?? $this->getActionRequestBodyDescriberService());
  17601.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\OperationIdDescriber'] ?? $this->getOperationIdDescriberService());
  17602.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\PaginationDescriber'] ?? $this->getPaginationDescriberService());
  17603.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\SecurityDescriber'] ?? $this->getSecurityDescriberService());
  17604.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\TagDescriber'] ?? $this->getTagDescriberService());
  17605.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionResponseDescriber'] ?? $this->getActionResponseDescriberService());
  17606.         }, 8));
  17607.     }
  17608.     /**
  17609.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  17610.      *
  17611.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  17612.      */
  17613.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  17614.     {
  17615.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  17616.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  17617.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  17618.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
  17619.         return $this->privates['nelmio_api_doc.model_describers.form'] = new \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), [=> 'json']);
  17620.     }
  17621.     /**
  17622.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  17623.      *
  17624.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  17625.      */
  17626.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  17627.     {
  17628.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  17629.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  17630.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  17631.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  17632.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
  17633.         return $this->privates['nelmio_api_doc.model_describers.object'] = new \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber(($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), new RewindableGenerator(function () {
  17634.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  17635.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  17636.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  17637.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  17638.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  17639.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  17640.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService());
  17641.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  17642.         }, 8), [=> 'json'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  17643.     }
  17644.     /**
  17645.      * Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
  17646.      *
  17647.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
  17648.      */
  17649.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
  17650.     {
  17651.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  17652.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  17653.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  17654.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
  17655.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
  17656.         return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
  17657.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  17658.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  17659.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  17660.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  17661.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  17662.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  17663.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService());
  17664.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  17665.         }, 8));
  17666.     }
  17667.     /**
  17668.      * Gets the private 'nelmio_api_doc.object_model.property_describers.compound' shared service.
  17669.      *
  17670.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber
  17671.      */
  17672.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService()
  17673.     {
  17674.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  17675.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  17676.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  17677.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/CompoundPropertyDescriber.php';
  17678.         return $this->privates['nelmio_api_doc.object_model.property_describers.compound'] = new \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber(new RewindableGenerator(function () {
  17679.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  17680.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  17681.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  17682.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  17683.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  17684.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  17685.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService());
  17686.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  17687.         }, 8));
  17688.     }
  17689.     /**
  17690.      * Gets the private 'nelmio_api_doc.object_model.property_describers.object' shared service.
  17691.      *
  17692.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\PropertyDescriber\EntityIdPropertyDescriber
  17693.      */
  17694.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService()
  17695.     {
  17696.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  17697.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  17698.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  17699.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ObjectPropertyDescriber.php';
  17700.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/PropertyDescriber/EntityIdPropertyDescriber.php';
  17701.         $this->privates['nelmio_api_doc.object_model.property_describers.object'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\PropertyDescriber\EntityIdPropertyDescriber();
  17702.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17703.         return $instance;
  17704.     }
  17705.     /**
  17706.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  17707.      *
  17708.      * @return \Symfony\Component\Routing\RouteCollection
  17709.      */
  17710.     protected function getNelmioApiDoc_Routes_DefaultService()
  17711.     {
  17712.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  17713.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  17714.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  17715.         return $this->privates['nelmio_api_doc.routes.default'] = (new \Nelmio\ApiDocBundle\Routing\FilteredRouteCollectionBuilder(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), 'default', ['path_patterns' => [=> '^/async(?!/doc)'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false'disable_default_routes' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
  17716.     }
  17717.     /**
  17718.      * Gets the private 'oneup_uploader.command.clear_chunks' shared service.
  17719.      *
  17720.      * @return \Oneup\UploaderBundle\Command\ClearChunkCommand
  17721.      */
  17722.     protected function getOneupUploader_Command_ClearChunksService()
  17723.     {
  17724.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17725.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Command/ClearChunkCommand.php';
  17726.         $this->privates['oneup_uploader.command.clear_chunks'] = $instance = new \Oneup\UploaderBundle\Command\ClearChunkCommand(($this->services['oneup_uploader.chunk_manager'] ?? $this->getOneupUploader_ChunkManagerService()));
  17727.         $instance->setName('oneup:uploader:clear-chunks');
  17728.         return $instance;
  17729.     }
  17730.     /**
  17731.      * Gets the private 'oneup_uploader.command.clear_orphans' shared service.
  17732.      *
  17733.      * @return \Oneup\UploaderBundle\Command\ClearOrphansCommand
  17734.      */
  17735.     protected function getOneupUploader_Command_ClearOrphansService()
  17736.     {
  17737.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17738.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Command/ClearOrphansCommand.php';
  17739.         $this->privates['oneup_uploader.command.clear_orphans'] = $instance = new \Oneup\UploaderBundle\Command\ClearOrphansCommand(($this->services['oneup_uploader.orphanage_manager'] ?? $this->getOneupUploader_OrphanageManagerService()));
  17740.         $instance->setName('oneup:uploader:clear-orphans');
  17741.         return $instance;
  17742.     }
  17743.     /**
  17744.      * Gets the private 'parameter_bag' shared service.
  17745.      *
  17746.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  17747.      */
  17748.     protected function getParameterBagService()
  17749.     {
  17750.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  17751.     }
  17752.     /**
  17753.      * Gets the private 'profiler_listener' shared service.
  17754.      *
  17755.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  17756.      */
  17757.     protected function getProfilerListenerService()
  17758.     {
  17759.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  17760.         if (isset($this->privates['profiler_listener'])) {
  17761.             return $this->privates['profiler_listener'];
  17762.         }
  17763.         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);
  17764.     }
  17765.     /**
  17766.      * Gets the private 'property_accessor' shared service.
  17767.      *
  17768.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  17769.      */
  17770.     protected function getPropertyAccessorService()
  17771.     {
  17772.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  17773.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  17774.     }
  17775.     /**
  17776.      * Gets the private 'property_info' shared service.
  17777.      *
  17778.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  17779.      */
  17780.     protected function getPropertyInfoService()
  17781.     {
  17782.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  17783.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  17784.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  17785.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  17786.         }, 3), new RewindableGenerator(function () {
  17787.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  17788.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  17789.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  17790.         }, 3), new RewindableGenerator(function () {
  17791.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  17792.         }, 1), new RewindableGenerator(function () {
  17793.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  17794.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  17795.         }, 2), new RewindableGenerator(function () {
  17796.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  17797.         }, 1));
  17798.     }
  17799.     /**
  17800.      * Gets the private 'property_info.serializer_extractor' shared service.
  17801.      *
  17802.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  17803.      */
  17804.     protected function getPropertyInfo_SerializerExtractorService()
  17805.     {
  17806.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  17807.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  17808.     }
  17809.     /**
  17810.      * Gets the private 'router.cache_warmer' shared service.
  17811.      *
  17812.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  17813.      */
  17814.     protected function getRouter_CacheWarmerService()
  17815.     {
  17816.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  17817.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  17818.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17819.             'router' => ['services''router''getRouterService'false],
  17820.         ], [
  17821.             'router' => '?',
  17822.         ]))->withContext('router.cache_warmer'$this));
  17823.     }
  17824.     /**
  17825.      * Gets the private 'router.expression_language_provider' shared service.
  17826.      *
  17827.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  17828.      */
  17829.     protected function getRouter_ExpressionLanguageProviderService()
  17830.     {
  17831.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17832.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  17833.         ], [
  17834.             'env' => 'Closure',
  17835.         ]));
  17836.     }
  17837.     /**
  17838.      * Gets the private 'router.request_context' shared service.
  17839.      *
  17840.      * @return \Symfony\Component\Routing\RequestContext
  17841.      */
  17842.     protected function getRouter_RequestContextService()
  17843.     {
  17844.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  17845.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  17846.         return $instance;
  17847.     }
  17848.     /**
  17849.      * Gets the private 'router_listener' shared service.
  17850.      *
  17851.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  17852.      */
  17853.     protected function getRouterListenerService()
  17854.     {
  17855.         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);
  17856.     }
  17857.     /**
  17858.      * Gets the private 'secrets.vault' shared service.
  17859.      *
  17860.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  17861.      */
  17862.     protected function getSecrets_VaultService()
  17863.     {
  17864.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  17865.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  17866.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  17867.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  17868.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  17869.     }
  17870.     /**
  17871.      * Gets the private 'security.access_listener' shared service.
  17872.      *
  17873.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  17874.      */
  17875.     protected function getSecurity_AccessListenerService()
  17876.     {
  17877.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  17878.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  17879.         if (isset($this->privates['security.access_listener'])) {
  17880.             return $this->privates['security.access_listener'];
  17881.         }
  17882.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), false);
  17883.     }
  17884.     /**
  17885.      * Gets the private 'security.access_map' shared service.
  17886.      *
  17887.      * @return \Symfony\Component\Security\Http\AccessMap
  17888.      */
  17889.     protected function getSecurity_AccessMapService()
  17890.     {
  17891.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  17892.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  17893.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  17894.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  17895.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  17896.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(login)|(connect)'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  17897.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:CORE_REVERSE_SYNC')), [=> 'IS_AUTHENTICATED_REMEMBERED'], NULL);
  17898.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/logged-out'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  17899.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'IS_AUTHENTICATED_REMEMBERED'], NULL);
  17900.         return $instance;
  17901.     }
  17902.     /**
  17903.      * Gets the private 'security.authenticator.guard.main.0' shared service.
  17904.      *
  17905.      * @return \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator
  17906.      */
  17907.     protected function getSecurity_Authenticator_Guard_Main_0Service()
  17908.     {
  17909.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  17910.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  17911.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  17912.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php';
  17913.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  17914.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  17915.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Helper/FinishRegistrationBehavior.php';
  17916.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Helper/PreviousUrlHelper.php';
  17917.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Helper/SaveAuthFailureMessage.php';
  17918.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Authenticator/SocialAuthenticator.php';
  17919.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  17920.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/CoreAuthenticator.php';
  17921.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/UserRetriever/UserRetrieverInterface.php';
  17922.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/UserRetriever/DoctrineUserRetriever.php';
  17923.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  17924.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17925.         if (isset($this->privates['security.authenticator.guard.main.0'])) {
  17926.             return $this->privates['security.authenticator.guard.main.0'];
  17927.         }
  17928.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  17929.         if (isset($this->privates['security.authenticator.guard.main.0'])) {
  17930.             return $this->privates['security.authenticator.guard.main.0'];
  17931.         }
  17932.         return $this->privates['security.authenticator.guard.main.0'] = new \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator(new \Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\CoreAuthenticator(($this->services['knpu.oauth2.registry'] ?? ($this->services['knpu.oauth2.registry'] = new \KnpU\OAuth2ClientBundle\Client\ClientRegistry($this, ['nellapp' => 'knpu.oauth2.client.nellapp']))), new \Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\UserRetriever\DoctrineUserRetriever($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService())), ($this->services['router'] ?? $this->getRouterService()), $b), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
  17933.     }
  17934.     /**
  17935.      * Gets the private 'security.channel_listener' shared service.
  17936.      *
  17937.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  17938.      */
  17939.     protected function getSecurity_ChannelListenerService()
  17940.     {
  17941.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  17942.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  17943.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  17944.     }
  17945.     /**
  17946.      * Gets the private 'security.command.debug_firewall' shared service.
  17947.      *
  17948.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  17949.      */
  17950.     protected function getSecurity_Command_DebugFirewallService()
  17951.     {
  17952.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17953.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  17954.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  17955.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  17956.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Security/CoreAuthenticator.php';
  17957.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.lH2X8k5'] ?? $this->get_ServiceLocator_LH2X8k5Service()), ($this->privates['.service_locator.wBbyE11'] ?? $this->get_ServiceLocator_WBbyE11Service()), ['reverse_sync' => [=> ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Security\\CoreAuthenticator'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Security\\CoreAuthenticator'] = new \Nellapp\Bundle\SDKBundle\Sync\Security\CoreAuthenticator($this->getEnv('resolve:SYNC_SECRET'))))], 'main' => [=> ($this->privates['security.authenticator.guard.main.0'] ?? $this->getSecurity_Authenticator_Guard_Main_0Service())]], true);
  17958.         $instance->setName('debug:firewall');
  17959.         $instance->setDescription('Display information about your security firewall(s)');
  17960.         return $instance;
  17961.     }
  17962.     /**
  17963.      * Gets the private 'security.command.user_password_encoder' shared service.
  17964.      *
  17965.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  17966.      *
  17967.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  17968.      */
  17969.     protected function getSecurity_Command_UserPasswordEncoderService()
  17970.     {
  17971.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  17972.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), []);
  17973.         $instance->setName('security:encode-password');
  17974.         $instance->setDescription('Encode a password');
  17975.         return $instance;
  17976.     }
  17977.     /**
  17978.      * Gets the private 'security.command.user_password_hash' shared service.
  17979.      *
  17980.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  17981.      */
  17982.     protected function getSecurity_Command_UserPasswordHashService()
  17983.     {
  17984.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17985.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  17986.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  17987.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  17988.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? ($this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory([]))), []);
  17989.         $instance->setName('security:hash-password');
  17990.         $instance->setDescription('Hash a user password');
  17991.         return $instance;
  17992.     }
  17993.     /**
  17994.      * Gets the private 'security.context_listener.0' shared service.
  17995.      *
  17996.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  17997.      */
  17998.     protected function getSecurity_ContextListener_0Service()
  17999.     {
  18000.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  18001.         if (isset($this->privates['security.context_listener.0'])) {
  18002.             return $this->privates['security.context_listener.0'];
  18003.         }
  18004.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  18005.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  18006.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  18007.     }
  18008.     /**
  18009.      * Gets the private 'security.encoder_factory.generic' shared service.
  18010.      *
  18011.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  18012.      *
  18013.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  18014.      */
  18015.     protected function getSecurity_EncoderFactory_GenericService()
  18016.     {
  18017.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  18018.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory([]);
  18019.     }
  18020.     /**
  18021.      * Gets the private 'security.event_dispatcher.main' shared service.
  18022.      *
  18023.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  18024.      */
  18025.     protected function getSecurity_EventDispatcher_MainService()
  18026.     {
  18027.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  18028.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  18029.             return ($this->privates['security.listener.main.user_provider'] ?? $this->getSecurity_Listener_Main_UserProviderService());
  18030.         }, => 'checkPassport'], 2048);
  18031.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  18032.             return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  18033.         }, => 'onSuccessfulLogin'], 0);
  18034.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  18035.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  18036.         }, => 'onLogout'], 64);
  18037.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  18038.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  18039.         }, => 'onLogout'], 0);
  18040.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  18041.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  18042.         }, => 'preCheckCredentials'], 256);
  18043.         $instance->addListener('security.authentication.success', [=> function () {
  18044.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  18045.         }, => 'postCheckCredentials'], 256);
  18046.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  18047.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  18048.         }, => 'checkPassport'], 1024);
  18049.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  18050.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  18051.         }, => 'handleLoginSuccessEvent'], 0);
  18052.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  18053.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  18054.         }, => 'checkPassport'], 0);
  18055.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  18056.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  18057.         }, => 'onLoginSuccess'], 0);
  18058.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  18059.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LoginSubscriber'] ?? $this->getLoginSubscriberService());
  18060.         }, => 'onLoginSuccess'], 0);
  18061.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  18062.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  18063.         }, => 'logout'], 0);
  18064.         return $instance;
  18065.     }
  18066.     /**
  18067.      * Gets the private 'security.event_dispatcher.reverse_sync' shared service.
  18068.      *
  18069.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  18070.      */
  18071.     protected function getSecurity_EventDispatcher_ReverseSyncService()
  18072.     {
  18073.         $this->privates['security.event_dispatcher.reverse_sync'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  18074.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  18075.             return ($this->privates['security.listener.user_checker.reverse_sync'] ?? $this->getSecurity_Listener_UserChecker_ReverseSyncService());
  18076.         }, => 'preCheckCredentials'], 256);
  18077.         $instance->addListener('security.authentication.success', [=> function () {
  18078.             return ($this->privates['security.listener.user_checker.reverse_sync'] ?? $this->getSecurity_Listener_UserChecker_ReverseSyncService());
  18079.         }, => 'postCheckCredentials'], 256);
  18080.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  18081.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  18082.         }, => 'checkPassport'], 1024);
  18083.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  18084.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  18085.         }, => 'handleLoginSuccessEvent'], 0);
  18086.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  18087.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  18088.         }, => 'checkPassport'], 0);
  18089.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  18090.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  18091.         }, => 'onLoginSuccess'], 0);
  18092.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  18093.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LoginSubscriber'] ?? $this->getLoginSubscriberService());
  18094.         }, => 'onLoginSuccess'], 0);
  18095.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  18096.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  18097.         }, => 'logout'], 0);
  18098.         return $instance;
  18099.     }
  18100.     /**
  18101.      * Gets the private 'security.firewall.map' shared service.
  18102.      *
  18103.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  18104.      */
  18105.     protected function getSecurity_Firewall_MapService()
  18106.     {
  18107.         $a = ($this->privates['.service_locator.lH2X8k5'] ?? $this->get_ServiceLocator_LH2X8k5Service());
  18108.         if (isset($this->privates['security.firewall.map'])) {
  18109.             return $this->privates['security.firewall.map'];
  18110.         }
  18111.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  18112.             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)/')));
  18113.             yield 'security.firewall.map.context.reverse_sync_doc' => ($this->privates['.security.request_matcher.5Tb14k3'] ?? ($this->privates['.security.request_matcher.5Tb14k3'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:CORE_REVERSE_SYNC').'/doc')));
  18114.             yield 'security.firewall.map.context.reverse_sync' => ($this->privates['.security.request_matcher.d8MhElH'] ?? ($this->privates['.security.request_matcher.d8MhElH'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:CORE_REVERSE_SYNC').'/')));
  18115.             yield 'security.firewall.map.context.main' => NULL;
  18116.         }, 4));
  18117.     }
  18118.     /**
  18119.      * Gets the private 'security.firewall.map.context.dev' shared service.
  18120.      *
  18121.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  18122.      */
  18123.     protected function getSecurity_Firewall_Map_Context_DevService()
  18124.     {
  18125.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  18126.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  18127.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  18128.             return new \EmptyIterator();
  18129.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  18130.     }
  18131.     /**
  18132.      * Gets the private 'security.firewall.map.context.main' shared service.
  18133.      *
  18134.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  18135.      */
  18136.     protected function getSecurity_Firewall_Map_Context_MainService()
  18137.     {
  18138.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  18139.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  18140.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  18141.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  18142.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  18143.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  18144.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  18145.         if (isset($this->privates['security.firewall.map.context.main'])) {
  18146.             return $this->privates['security.firewall.map.context.main'];
  18147.         }
  18148.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  18149.         $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  18150.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  18151.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  18152.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  18153.             yield => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  18154.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  18155.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $c'main', ($this->privates['security.authenticator.guard.main.0'] ?? $this->getSecurity_Authenticator_Guard_Main_0Service()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($b$c$a, ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.app_user_provider''main''security.authenticator.guard.main.0'NULLNULL, [=> 'guard'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  18156.     }
  18157.     /**
  18158.      * Gets the private 'security.firewall.map.context.reverse_sync' shared service.
  18159.      *
  18160.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  18161.      */
  18162.     protected function getSecurity_Firewall_Map_Context_ReverseSyncService()
  18163.     {
  18164.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  18165.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  18166.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  18167.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  18168.         return $this->privates['security.firewall.map.context.reverse_sync'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  18169.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  18170.             yield => ($this->privates['debug.security.firewall.authenticator.reverse_sync'] ?? $this->getDebug_Security_Firewall_Authenticator_ReverseSyncService());
  18171.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  18172.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'reverse_sync'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('reverse_sync''security.user_checker''.security.request_matcher.d8MhElH'truetrue'security.user.provider.concrete.app_user_provider'NULLNULLNULLNULL, [=> 'Nellapp\\Bundle\\SDKBundle\\Sync\\Security\\CoreAuthenticator'], NULL));
  18173.     }
  18174.     /**
  18175.      * Gets the private 'security.firewall.map.context.reverse_sync_doc' shared service.
  18176.      *
  18177.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  18178.      */
  18179.     protected function getSecurity_Firewall_Map_Context_ReverseSyncDocService()
  18180.     {
  18181.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  18182.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  18183.         return $this->privates['security.firewall.map.context.reverse_sync_doc'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  18184.             return new \EmptyIterator();
  18185.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('reverse_sync_doc''security.user_checker''.security.request_matcher.5Tb14k3'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  18186.     }
  18187.     /**
  18188.      * Gets the private 'security.helper' shared service.
  18189.      *
  18190.      * @return \Symfony\Component\Security\Core\Security
  18191.      */
  18192.     protected function getSecurity_HelperService()
  18193.     {
  18194.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18195.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  18196.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  18197.         ], [
  18198.             'security.authorization_checker' => '?',
  18199.             'security.token_storage' => '?',
  18200.         ]));
  18201.     }
  18202.     /**
  18203.      * Gets the private 'security.http_utils' shared service.
  18204.      *
  18205.      * @return \Symfony\Component\Security\Http\HttpUtils
  18206.      */
  18207.     protected function getSecurity_HttpUtilsService()
  18208.     {
  18209.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  18210.         $a = ($this->services['router'] ?? $this->getRouterService());
  18211.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  18212.     }
  18213.     /**
  18214.      * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  18215.      *
  18216.      * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  18217.      */
  18218.     protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  18219.     {
  18220.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  18221.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  18222.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  18223.         return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? ($this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory([]))));
  18224.     }
  18225.     /**
  18226.      * Gets the private 'security.listener.main.user_provider' shared service.
  18227.      *
  18228.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  18229.      */
  18230.     protected function getSecurity_Listener_Main_UserProviderService()
  18231.     {
  18232.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  18233.         return $this->privates['security.listener.main.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
  18234.     }
  18235.     /**
  18236.      * Gets the private 'security.listener.password_migrating' shared service.
  18237.      *
  18238.      * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  18239.      */
  18240.     protected function getSecurity_Listener_PasswordMigratingService()
  18241.     {
  18242.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  18243.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  18244.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  18245.         return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? ($this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory([]))));
  18246.     }
  18247.     /**
  18248.      * Gets the private 'security.listener.session.main' shared service.
  18249.      *
  18250.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  18251.      */
  18252.     protected function getSecurity_Listener_Session_MainService()
  18253.     {
  18254.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  18255.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  18256.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  18257.         return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'));
  18258.     }
  18259.     /**
  18260.      * Gets the private 'security.listener.user_checker.main' shared service.
  18261.      *
  18262.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  18263.      */
  18264.     protected function getSecurity_Listener_UserChecker_MainService()
  18265.     {
  18266.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  18267.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  18268.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  18269.         return $this->privates['security.listener.user_checker.main'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
  18270.     }
  18271.     /**
  18272.      * Gets the private 'security.listener.user_checker.reverse_sync' shared service.
  18273.      *
  18274.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  18275.      */
  18276.     protected function getSecurity_Listener_UserChecker_ReverseSyncService()
  18277.     {
  18278.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  18279.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  18280.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  18281.         return $this->privates['security.listener.user_checker.reverse_sync'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
  18282.     }
  18283.     /**
  18284.      * Gets the private 'security.listener.user_provider' shared service.
  18285.      *
  18286.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  18287.      */
  18288.     protected function getSecurity_Listener_UserProviderService()
  18289.     {
  18290.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  18291.         return $this->privates['security.listener.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
  18292.     }
  18293.     /**
  18294.      * Gets the private 'security.logout.listener.default.main' shared service.
  18295.      *
  18296.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  18297.      */
  18298.     protected function getSecurity_Logout_Listener_Default_MainService()
  18299.     {
  18300.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  18301.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'nellapp_sdk_logged_out');
  18302.     }
  18303.     /**
  18304.      * Gets the private 'security.logout_url_generator' shared service.
  18305.      *
  18306.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  18307.      */
  18308.     protected function getSecurity_LogoutUrlGeneratorService()
  18309.     {
  18310.         $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()));
  18311.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  18312.         return $instance;
  18313.     }
  18314.     /**
  18315.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  18316.      *
  18317.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  18318.      */
  18319.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  18320.     {
  18321.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  18322.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  18323.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  18324.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\Account\\User''email'NULL);
  18325.     }
  18326.     /**
  18327.      * Gets the private 'security.validator.user_password' shared service.
  18328.      *
  18329.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  18330.      */
  18331.     protected function getSecurity_Validator_UserPasswordService()
  18332.     {
  18333.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  18334.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  18335.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  18336.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  18337.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  18338.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? ($this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory([]))));
  18339.     }
  18340.     /**
  18341.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  18342.      *
  18343.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  18344.      */
  18345.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  18346.     {
  18347.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  18348.     }
  18349.     /**
  18350.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  18351.      *
  18352.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  18353.      */
  18354.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  18355.     {
  18356.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  18357.         $a->add(new \Drosalys\Bundle\ApiBundle\Request\ParamConverter\AutoInstanceObjectParamConverter(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage())), 0'doctrine.orm');
  18358.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  18359.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  18360.     }
  18361.     /**
  18362.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  18363.      *
  18364.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  18365.      */
  18366.     protected function getSensioFrameworkExtra_Security_ListenerService()
  18367.     {
  18368.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  18369.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  18370.             return $this->privates['sensio_framework_extra.security.listener'];
  18371.         }
  18372.         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['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  18373.     }
  18374.     /**
  18375.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  18376.      *
  18377.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  18378.      */
  18379.     protected function getSensioFrameworkExtra_View_ListenerService()
  18380.     {
  18381.         $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))));
  18382.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18383.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  18384.         ], [
  18385.             'twig' => '?',
  18386.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  18387.         return $instance;
  18388.     }
  18389.     /**
  18390.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  18391.      *
  18392.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  18393.      */
  18394.     protected function getSerializer_Mapping_CacheWarmerService()
  18395.     {
  18396.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  18397.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  18398.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  18399.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Mapping\Loader\AttributeLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  18400.     }
  18401.     /**
  18402.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  18403.      *
  18404.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  18405.      */
  18406.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  18407.     {
  18408.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Mapping\Loader\AttributeLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  18409.     }
  18410.     /**
  18411.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  18412.      *
  18413.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  18414.      */
  18415.     protected function getSerializer_NameConverter_MetadataAwareService()
  18416.     {
  18417.         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()));
  18418.     }
  18419.     /**
  18420.      * Gets the private 'session.factory' shared service.
  18421.      *
  18422.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  18423.      */
  18424.     protected function getSession_FactoryService()
  18425.     {
  18426.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  18427.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  18428.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  18429.         if (isset($this->privates['session.factory'])) {
  18430.             return $this->privates['session.factory'];
  18431.         }
  18432.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [=> $a=> 'onSessionUsage']);
  18433.     }
  18434.     /**
  18435.      * Gets the private 'session.storage.factory.service' shared service.
  18436.      *
  18437.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  18438.      *
  18439.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  18440.      */
  18441.     protected function getSession_Storage_Factory_ServiceService()
  18442.     {
  18443.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  18444.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  18445.     }
  18446.     /**
  18447.      * Gets the private 'session.storage.metadata_bag' shared service.
  18448.      *
  18449.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  18450.      *
  18451.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  18452.      */
  18453.     protected function getSession_Storage_MetadataBagService()
  18454.     {
  18455.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  18456.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  18457.     }
  18458.     /**
  18459.      * Gets the private 'session.storage.native' shared service.
  18460.      *
  18461.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  18462.      *
  18463.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  18464.      */
  18465.     protected function getSession_Storage_NativeService()
  18466.     {
  18467.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  18468.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], ($this->privates['Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\RedisSessionHandler'] ?? $this->getRedisSessionHandlerService()), $this->getSession_Storage_MetadataBagService());
  18469.     }
  18470.     /**
  18471.      * Gets the private 'session_listener' shared service.
  18472.      *
  18473.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  18474.      */
  18475.     protected function getSessionListenerService()
  18476.     {
  18477.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18478.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  18479.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  18480.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  18481.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  18482.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  18483.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  18484.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  18485.         ], [
  18486.             'initialized_session' => '?',
  18487.             'logger' => '?',
  18488.             'request_stack' => '?',
  18489.             'session' => '?',
  18490.             'session_collector' => '?',
  18491.             'session_factory' => '?',
  18492.             'session_storage' => '?',
  18493.         ]), true$this->parameters['session.storage.options']);
  18494.     }
  18495.     /**
  18496.      * Gets the private 'spiriit_form_filter.type.filter_boolean' shared service.
  18497.      *
  18498.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\BooleanFilterType
  18499.      */
  18500.     protected function getSpiriitFormFilter_Type_FilterBooleanService()
  18501.     {
  18502.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18503.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18504.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/BooleanFilterType.php';
  18505.         return $this->privates['spiriit_form_filter.type.filter_boolean'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\BooleanFilterType();
  18506.     }
  18507.     /**
  18508.      * Gets the private 'spiriit_form_filter.type.filter_checkbox' shared service.
  18509.      *
  18510.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CheckboxFilterType
  18511.      */
  18512.     protected function getSpiriitFormFilter_Type_FilterCheckboxService()
  18513.     {
  18514.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18515.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18516.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/CheckboxFilterType.php';
  18517.         return $this->privates['spiriit_form_filter.type.filter_checkbox'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CheckboxFilterType();
  18518.     }
  18519.     /**
  18520.      * Gets the private 'spiriit_form_filter.type.filter_choice' shared service.
  18521.      *
  18522.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\ChoiceFilterType
  18523.      */
  18524.     protected function getSpiriitFormFilter_Type_FilterChoiceService()
  18525.     {
  18526.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18527.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18528.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/ChoiceFilterType.php';
  18529.         return $this->privates['spiriit_form_filter.type.filter_choice'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\ChoiceFilterType();
  18530.     }
  18531.     /**
  18532.      * Gets the private 'spiriit_form_filter.type.filter_collection_adapter' shared service.
  18533.      *
  18534.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CollectionAdapterFilterType
  18535.      */
  18536.     protected function getSpiriitFormFilter_Type_FilterCollectionAdapterService()
  18537.     {
  18538.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18539.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18540.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/CollectionAdapterFilterType.php';
  18541.         return $this->privates['spiriit_form_filter.type.filter_collection_adapter'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CollectionAdapterFilterType();
  18542.     }
  18543.     /**
  18544.      * Gets the private 'spiriit_form_filter.type.filter_date' shared service.
  18545.      *
  18546.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateFilterType
  18547.      */
  18548.     protected function getSpiriitFormFilter_Type_FilterDateService()
  18549.     {
  18550.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18551.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18552.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateFilterType.php';
  18553.         return $this->privates['spiriit_form_filter.type.filter_date'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateFilterType();
  18554.     }
  18555.     /**
  18556.      * Gets the private 'spiriit_form_filter.type.filter_date_range' shared service.
  18557.      *
  18558.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateRangeFilterType
  18559.      */
  18560.     protected function getSpiriitFormFilter_Type_FilterDateRangeService()
  18561.     {
  18562.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18563.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18564.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateRangeFilterType.php';
  18565.         return $this->privates['spiriit_form_filter.type.filter_date_range'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateRangeFilterType();
  18566.     }
  18567.     /**
  18568.      * Gets the private 'spiriit_form_filter.type.filter_datetime' shared service.
  18569.      *
  18570.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeFilterType
  18571.      */
  18572.     protected function getSpiriitFormFilter_Type_FilterDatetimeService()
  18573.     {
  18574.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18575.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18576.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateTimeFilterType.php';
  18577.         return $this->privates['spiriit_form_filter.type.filter_datetime'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeFilterType();
  18578.     }
  18579.     /**
  18580.      * Gets the private 'spiriit_form_filter.type.filter_datetime_range' shared service.
  18581.      *
  18582.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeRangeFilterType
  18583.      */
  18584.     protected function getSpiriitFormFilter_Type_FilterDatetimeRangeService()
  18585.     {
  18586.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18587.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18588.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateTimeRangeFilterType.php';
  18589.         return $this->privates['spiriit_form_filter.type.filter_datetime_range'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeRangeFilterType();
  18590.     }
  18591.     /**
  18592.      * Gets the private 'spiriit_form_filter.type.filter_entity' shared service.
  18593.      *
  18594.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EntityFilterType
  18595.      */
  18596.     protected function getSpiriitFormFilter_Type_FilterEntityService()
  18597.     {
  18598.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18599.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18600.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/EntityFilterType.php';
  18601.         return $this->privates['spiriit_form_filter.type.filter_entity'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EntityFilterType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18602.     }
  18603.     /**
  18604.      * Gets the private 'spiriit_form_filter.type.filter_enum' shared service.
  18605.      *
  18606.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EnumFilterType
  18607.      */
  18608.     protected function getSpiriitFormFilter_Type_FilterEnumService()
  18609.     {
  18610.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18611.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18612.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/EnumFilterType.php';
  18613.         return $this->privates['spiriit_form_filter.type.filter_enum'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EnumFilterType();
  18614.     }
  18615.     /**
  18616.      * Gets the private 'spiriit_form_filter.type.filter_number' shared service.
  18617.      *
  18618.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberFilterType
  18619.      */
  18620.     protected function getSpiriitFormFilter_Type_FilterNumberService()
  18621.     {
  18622.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18623.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18624.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/NumberFilterType.php';
  18625.         return $this->privates['spiriit_form_filter.type.filter_number'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberFilterType();
  18626.     }
  18627.     /**
  18628.      * Gets the private 'spiriit_form_filter.type.filter_number_range' shared service.
  18629.      *
  18630.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberRangeFilterType
  18631.      */
  18632.     protected function getSpiriitFormFilter_Type_FilterNumberRangeService()
  18633.     {
  18634.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18635.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18636.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/NumberRangeFilterType.php';
  18637.         return $this->privates['spiriit_form_filter.type.filter_number_range'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberRangeFilterType();
  18638.     }
  18639.     /**
  18640.      * Gets the private 'spiriit_form_filter.type.filter_sharedable' shared service.
  18641.      *
  18642.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\SharedableFilterType
  18643.      */
  18644.     protected function getSpiriitFormFilter_Type_FilterSharedableService()
  18645.     {
  18646.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18647.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18648.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/SharedableFilterType.php';
  18649.         return $this->privates['spiriit_form_filter.type.filter_sharedable'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\SharedableFilterType();
  18650.     }
  18651.     /**
  18652.      * Gets the private 'spiriit_form_filter.type.filter_text' shared service.
  18653.      *
  18654.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\TextFilterType
  18655.      */
  18656.     protected function getSpiriitFormFilter_Type_FilterTextService()
  18657.     {
  18658.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18659.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18660.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/TextFilterType.php';
  18661.         return $this->privates['spiriit_form_filter.type.filter_text'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\TextFilterType(1);
  18662.     }
  18663.     /**
  18664.      * Gets the private 'translation.extractor' shared service.
  18665.      *
  18666.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  18667.      */
  18668.     protected function getTranslation_ExtractorService()
  18669.     {
  18670.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  18671.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  18672.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  18673.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  18674.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  18675.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  18676.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  18677.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  18678.         return $instance;
  18679.     }
  18680.     /**
  18681.      * Gets the private 'translation.loader.csv' shared service.
  18682.      *
  18683.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  18684.      */
  18685.     protected function getTranslation_Loader_CsvService()
  18686.     {
  18687.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18688.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18689.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18690.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  18691.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  18692.     }
  18693.     /**
  18694.      * Gets the private 'translation.loader.dat' shared service.
  18695.      *
  18696.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  18697.      */
  18698.     protected function getTranslation_Loader_DatService()
  18699.     {
  18700.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18701.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  18702.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  18703.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  18704.     }
  18705.     /**
  18706.      * Gets the private 'translation.loader.ini' shared service.
  18707.      *
  18708.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  18709.      */
  18710.     protected function getTranslation_Loader_IniService()
  18711.     {
  18712.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18713.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18714.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18715.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  18716.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  18717.     }
  18718.     /**
  18719.      * Gets the private 'translation.loader.json' shared service.
  18720.      *
  18721.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  18722.      */
  18723.     protected function getTranslation_Loader_JsonService()
  18724.     {
  18725.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18726.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18727.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18728.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  18729.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  18730.     }
  18731.     /**
  18732.      * Gets the private 'translation.loader.mo' shared service.
  18733.      *
  18734.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  18735.      */
  18736.     protected function getTranslation_Loader_MoService()
  18737.     {
  18738.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18739.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18740.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18741.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  18742.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  18743.     }
  18744.     /**
  18745.      * Gets the private 'translation.loader.php' shared service.
  18746.      *
  18747.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  18748.      */
  18749.     protected function getTranslation_Loader_PhpService()
  18750.     {
  18751.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18752.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18753.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18754.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  18755.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  18756.     }
  18757.     /**
  18758.      * Gets the private 'translation.loader.po' shared service.
  18759.      *
  18760.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  18761.      */
  18762.     protected function getTranslation_Loader_PoService()
  18763.     {
  18764.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18765.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18766.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18767.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  18768.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  18769.     }
  18770.     /**
  18771.      * Gets the private 'translation.loader.qt' shared service.
  18772.      *
  18773.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  18774.      */
  18775.     protected function getTranslation_Loader_QtService()
  18776.     {
  18777.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18778.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  18779.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  18780.     }
  18781.     /**
  18782.      * Gets the private 'translation.loader.res' shared service.
  18783.      *
  18784.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  18785.      */
  18786.     protected function getTranslation_Loader_ResService()
  18787.     {
  18788.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18789.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  18790.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  18791.     }
  18792.     /**
  18793.      * Gets the private 'translation.loader.xliff' shared service.
  18794.      *
  18795.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  18796.      */
  18797.     protected function getTranslation_Loader_XliffService()
  18798.     {
  18799.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18800.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  18801.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  18802.     }
  18803.     /**
  18804.      * Gets the private 'translation.loader.yml' shared service.
  18805.      *
  18806.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  18807.      */
  18808.     protected function getTranslation_Loader_YmlService()
  18809.     {
  18810.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18811.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18812.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18813.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  18814.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  18815.     }
  18816.     /**
  18817.      * Gets the private 'translation.provider_collection' shared service.
  18818.      *
  18819.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  18820.      */
  18821.     protected function getTranslation_ProviderCollectionService()
  18822.     {
  18823.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  18824.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  18825.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  18826.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  18827.         }, 1), []))->fromConfig([]);
  18828.     }
  18829.     /**
  18830.      * Gets the private 'translation.reader' shared service.
  18831.      *
  18832.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  18833.      */
  18834.     protected function getTranslation_ReaderService()
  18835.     {
  18836.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  18837.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  18838.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18839.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18840.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18841.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  18842.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  18843.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  18844.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  18845.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  18846.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  18847.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  18848.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  18849.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  18850.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  18851.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  18852.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  18853.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  18854.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  18855.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  18856.         $instance->addLoader('yaml'$a);
  18857.         $instance->addLoader('yml'$a);
  18858.         $instance->addLoader('xlf'$b);
  18859.         $instance->addLoader('xliff'$b);
  18860.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  18861.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  18862.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  18863.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  18864.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  18865.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  18866.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  18867.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  18868.         return $instance;
  18869.     }
  18870.     /**
  18871.      * Gets the private 'translation.warmer' shared service.
  18872.      *
  18873.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  18874.      */
  18875.     protected function getTranslation_WarmerService()
  18876.     {
  18877.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  18878.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  18879.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18880.             'translator' => ['services''translator''getTranslatorService'false],
  18881.         ], [
  18882.             'translator' => '?',
  18883.         ]))->withContext('translation.warmer'$this));
  18884.     }
  18885.     /**
  18886.      * Gets the private 'translation.writer' shared service.
  18887.      *
  18888.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  18889.      */
  18890.     protected function getTranslation_WriterService()
  18891.     {
  18892.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  18893.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  18894.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  18895.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  18896.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  18897.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  18898.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  18899.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  18900.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  18901.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  18902.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  18903.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  18904.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  18905.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  18906.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  18907.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  18908.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  18909.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  18910.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  18911.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  18912.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  18913.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  18914.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  18915.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  18916.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  18917.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  18918.         return $instance;
  18919.     }
  18920.     /**
  18921.      * Gets the private 'translator.default' shared service.
  18922.      *
  18923.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  18924.      */
  18925.     protected function getTranslator_DefaultService()
  18926.     {
  18927.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18928.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  18929.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  18930.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  18931.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  18932.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  18933.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  18934.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  18935.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  18936.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  18937.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  18938.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  18939.         ], [
  18940.             'translation.loader.csv' => '?',
  18941.             'translation.loader.dat' => '?',
  18942.             'translation.loader.ini' => '?',
  18943.             'translation.loader.json' => '?',
  18944.             'translation.loader.mo' => '?',
  18945.             'translation.loader.php' => '?',
  18946.             'translation.loader.po' => '?',
  18947.             'translation.loader.qt' => '?',
  18948.             'translation.loader.res' => '?',
  18949.             'translation.loader.xliff' => '?',
  18950.             'translation.loader.yml' => '?',
  18951.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.cs.yml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.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')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Resources/translations/OneupUploaderBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.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')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/translations/NellappSDKBundle.fr.yaml'), => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/translations/datetime.fr.yaml'), => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/translations/email.fr.yaml'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.fr.yml'), => (\dirname(__DIR__4).'/translations/OneupUploaderBundle.fr.yaml'), 10 => (\dirname(__DIR__4).'/translations/messages.fr.yaml'), 11 => (\dirname(__DIR__4).'/translations/validators.fr.yaml')], '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')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.it.yml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.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')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.pt_BR.yml')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.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/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.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')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], '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')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'ua' => [=> (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.ua.yml')]], '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/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 13 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony/translations'), 21 => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'), 22 => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/translations'), 24 => (\dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Bridge/Symfony/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 26 => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/translations'), 27 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 28 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/translations'), 30 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/translations'), 32 => (\dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/translations'), 33 => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/translations'), 34 => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src/translations'), 35 => (\dirname(__DIR__4).'/vendor/symfony/ux-twig-component/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'vendor/drosalys-web/form-bundle/src/Resources/translations'=> 'vendor/nellapp/sdk-bundle/src/Resources/translations'=> 'vendor/oneup/uploader-bundle/src/Resources/translations'=> 'vendor/spiriitlabs/form-filter-bundle/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'10 => 'vendor/symfony/twig-bundle/translations'11 => 'vendor/twig/extra-bundle/translations'12 => 'vendor/sensio/framework-extra-bundle/src/translations'13 => 'vendor/doctrine/doctrine-bundle/translations'14 => 'vendor/doctrine/doctrine-migrations-bundle/translations'15 => 'vendor/symfony/security-bundle/translations'16 => 'vendor/symfony/web-profiler-bundle/translations'17 => 'vendor/symfony/monolog-bundle/translations'18 => 'vendor/symfony/debug-bundle/translations'19 => 'vendor/symfony/maker-bundle/src/translations'20 => 'vendor/nelmio/alice/src/Bridge/Symfony/translations'21 => 'vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'22 => 'vendor/hautelook/alice-bundle/src/translations'23 => 'vendor/drosalys-web/object-extensions/src/Bridge/Symfony/translations'24 => 'vendor/drosalys-web/doctrine-extensions/src/Bridge/Symfony/translations'25 => 'vendor/symfony/webpack-encore-bundle/src/translations'26 => 'vendor/knpuniversity/oauth2-client-bundle/src/translations'27 => 'vendor/knplabs/knp-menu-bundle/src/translations'28 => 'vendor/nelmio/api-doc-bundle/translations'29 => 'vendor/drosalys/api-bundle/src/translations'30 => 'vendor/liip/imagine-bundle/translations'31 => 'vendor/sentry/sentry-symfony/src/translations'32 => 'vendor/drosalys-web/web-socket-bundle/src/translations'33 => 'vendor/willdurand/js-translation-bundle/translations'34 => 'vendor/oneup/flysystem-bundle/src/translations'35 => 'vendor/symfony/ux-twig-component/translations']]], []);
  18952.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  18953.         $instance->setFallbackLocales([=> 'fr']);
  18954.         return $instance;
  18955.     }
  18956.     /**
  18957.      * Gets the private 'twig.command.debug' shared service.
  18958.      *
  18959.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  18960.      */
  18961.     protected function getTwig_Command_DebugService()
  18962.     {
  18963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18964.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  18965.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  18966.         $instance->setName('debug:twig');
  18967.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  18968.         return $instance;
  18969.     }
  18970.     /**
  18971.      * Gets the private 'twig.command.lint' shared service.
  18972.      *
  18973.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  18974.      */
  18975.     protected function getTwig_Command_LintService()
  18976.     {
  18977.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18978.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  18979.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  18980.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  18981.         $instance->setName('lint:twig');
  18982.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  18983.         return $instance;
  18984.     }
  18985.     /**
  18986.      * Gets the private 'twig.form.renderer' shared service.
  18987.      *
  18988.      * @return \Symfony\Component\Form\FormRenderer
  18989.      */
  18990.     protected function getTwig_Form_RendererService()
  18991.     {
  18992.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  18993.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  18994.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  18995.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  18996.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  18997.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  18998.         if (isset($this->privates['twig.form.renderer'])) {
  18999.             return $this->privates['twig.form.renderer'];
  19000.         }
  19001.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a), NULL);
  19002.     }
  19003.     /**
  19004.      * Gets the private 'twig.mailer.message_listener' shared service.
  19005.      *
  19006.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  19007.      */
  19008.     protected function getTwig_Mailer_MessageListenerService()
  19009.     {
  19010.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  19011.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  19012.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  19013.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  19014.         if (isset($this->privates['twig.mailer.message_listener'])) {
  19015.             return $this->privates['twig.mailer.message_listener'];
  19016.         }
  19017.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  19018.     }
  19019.     /**
  19020.      * Gets the private 'twig.runtime.httpkernel' shared service.
  19021.      *
  19022.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  19023.      */
  19024.     protected function getTwig_Runtime_HttpkernelService()
  19025.     {
  19026.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  19027.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  19028.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  19029.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  19030.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  19031.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  19032.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  19033.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19034.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  19035.         ], [
  19036.             'inline' => '?',
  19037.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  19038.     }
  19039.     /**
  19040.      * Gets the private 'twig.runtime.serializer' shared service.
  19041.      *
  19042.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  19043.      */
  19044.     protected function getTwig_Runtime_SerializerService()
  19045.     {
  19046.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  19047.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  19048.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  19049.         if (isset($this->privates['twig.runtime.serializer'])) {
  19050.             return $this->privates['twig.runtime.serializer'];
  19051.         }
  19052.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime($a);
  19053.     }
  19054.     /**
  19055.      * Gets the private 'twig.template_cache_warmer' shared service.
  19056.      *
  19057.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  19058.      */
  19059.     protected function getTwig_TemplateCacheWarmerService()
  19060.     {
  19061.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  19062.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  19063.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  19064.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19065.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  19066.         ], [
  19067.             'twig' => '?',
  19068.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views') => NULL, (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  19069.     }
  19070.     /**
  19071.      * Gets the private 'ux.twig_component.component_factory' shared service.
  19072.      *
  19073.      * @return \Symfony\UX\TwigComponent\ComponentFactory
  19074.      */
  19075.     protected function getUx_TwigComponent_ComponentFactoryService()
  19076.     {
  19077.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentFactory.php';
  19078.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19079.         if (isset($this->privates['ux.twig_component.component_factory'])) {
  19080.             return $this->privates['ux.twig_component.component_factory'];
  19081.         }
  19082.         return $this->privates['ux.twig_component.component_factory'] = new \Symfony\UX\TwigComponent\ComponentFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19083.             'ChannelContact:Widget:Header' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\ChannelContact\\ChannelContactHeaderWidget''getChannelContactHeaderWidgetService'false],
  19084.             'ChannelUserData:Badge:ChannelUserRole' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\ChannelUserData\\ChannelUserRoleBadgeComponent''getChannelUserRoleBadgeComponentService'false],
  19085.             'ChannelUserData:CursusLockout' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\CursusLockout''getCursusLockoutService'false],
  19086.             'ChannelUserPermissionFormComponent' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent''getChannelUserPermissionFormComponentService'false],
  19087.             'ChannelUserPermissionGroupFormComponent' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent''getChannelUserPermissionGroupFormComponentService'false],
  19088.             'ChannelUserProfileCard' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard''getChannelUserProfileCardService'false],
  19089.             'Company:Widget:Header' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\Company\\CompanyHeaderWidget''getCompanyHeaderWidgetService'false],
  19090.             'Contact:Identity:Card' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Card\\Identity\\ContactIdentityCard''getContactIdentityCardService'false],
  19091.             'Icon:Base' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\BaseIcon''getBaseIconService'false],
  19092.             'Icon:Company' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\CompanyIcon''getCompanyIconService'false],
  19093.             'Icon:Contact' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\ContactIcon''getContactIconService'false],
  19094.             'Module:Action:Base' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\BaseAction''getBaseActionService'false],
  19095.             'Module:Action:Delete' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\DeleteAction''getDeleteAction2Service'false],
  19096.             'Module:Action:Dropdown' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\ActionDropdownComponent''getActionDropdownComponentService'false],
  19097.             'Module:Action:Edit' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\EditAction''getEditAction2Service'false],
  19098.             'Module:Action:Show' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\ShowAction''getShowActionService'false],
  19099.             'Module:ClipableInformation' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\ClipableInformationComponent''getClipableInformationComponentService'false],
  19100.             'Notification:Item' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationItemComponent''getNotificationItemComponentService'false],
  19101.             'Notification:List' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationListComponent''getNotificationListComponentService'false],
  19102.             'Notification:Menu' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationMenuComponent''getNotificationMenuComponentService'false],
  19103.             'Planning:AgendaAction' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaAction''getAgendaActionService'false],
  19104.             'Planning:AgendaEventSignBadge' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaEventSignBadge''getAgendaEventSignBadgeService'false],
  19105.             'Planning:AgendaSlider' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaSlider''getAgendaSliderService'false],
  19106.             'Planning:AgendaSliderItem' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaSliderItem''getAgendaSliderItemService'false],
  19107.             'Planning:AgendaWidget' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaWidget''getAgendaWidgetService'false],
  19108.             'SdkBadgeComponent' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\SdkBadgeComponent''getSdkBadgeComponentService'false],
  19109.             'User:Identity:Card' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Card\\Identity\\UserIdentityCard''getUserIdentityCardService'false],
  19110.             'Widget:Base' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\BaseWidget''getBaseWidgetService'false],
  19111.         ], [
  19112.             'ChannelContact:Widget:Header' => '?',
  19113.             'ChannelUserData:Badge:ChannelUserRole' => '?',
  19114.             'ChannelUserData:CursusLockout' => '?',
  19115.             'ChannelUserPermissionFormComponent' => '?',
  19116.             'ChannelUserPermissionGroupFormComponent' => '?',
  19117.             'ChannelUserProfileCard' => '?',
  19118.             'Company:Widget:Header' => '?',
  19119.             'Contact:Identity:Card' => '?',
  19120.             'Icon:Base' => '?',
  19121.             'Icon:Company' => '?',
  19122.             'Icon:Contact' => '?',
  19123.             'Module:Action:Base' => '?',
  19124.             'Module:Action:Delete' => '?',
  19125.             'Module:Action:Dropdown' => '?',
  19126.             'Module:Action:Edit' => '?',
  19127.             'Module:Action:Show' => '?',
  19128.             'Module:ClipableInformation' => '?',
  19129.             'Notification:Item' => '?',
  19130.             'Notification:List' => '?',
  19131.             'Notification:Menu' => '?',
  19132.             'Planning:AgendaAction' => '?',
  19133.             'Planning:AgendaEventSignBadge' => '?',
  19134.             'Planning:AgendaSlider' => '?',
  19135.             'Planning:AgendaSliderItem' => '?',
  19136.             'Planning:AgendaWidget' => '?',
  19137.             'SdkBadgeComponent' => '?',
  19138.             'User:Identity:Card' => '?',
  19139.             'Widget:Base' => '?',
  19140.         ]), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), $a, ['ChannelUserData:Badge:ChannelUserRole' => ['key' => 'ChannelUserData:Badge:ChannelUserRole''template' => '@NellappSDK/Components/badge/channelUserData/channel_user_role.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\ChannelUserData\\ChannelUserRoleBadgeComponent''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\ChannelUserData\\ChannelUserRoleBadgeComponent'], 'SdkBadgeComponent' => ['template' => '@NellappSDK/Components/badge/sdk-badge-component.html.twig''expose_public_props' => true'attributes_var' => 'attributes''key' => 'SdkBadgeComponent''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\SdkBadgeComponent''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\SdkBadgeComponent'], 'Contact:Identity:Card' => ['key' => 'Contact:Identity:Card''template' => '@NellappSDK/Components/card/identity/contact.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Card\\Identity\\ContactIdentityCard''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Card\\Identity\\ContactIdentityCard'], 'User:Identity:Card' => ['key' => 'User:Identity:Card''template' => '@NellappSDK/Components/card/identity/user.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Card\\Identity\\UserIdentityCard''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Card\\Identity\\UserIdentityCard'], 'ChannelUserProfileCard' => ['template' => '@NellappSDK/Components/channelUserData/channel_user_profile_card.html.twig''expose_public_props' => true'attributes_var' => 'attributes''key' => 'ChannelUserProfileCard''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard'], 'ChannelUserData:CursusLockout' => ['key' => 'ChannelUserData:CursusLockout''template' => '@NellappSDK/Components/channelUserData/cursus_lockout.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\CursusLockout''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\CursusLockout'], 'Icon:Base' => ['key' => 'Icon:Base''template' => '@NellappSDK/Components/icon/base_icon.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\BaseIcon''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\BaseIcon'], 'Icon:Company' => ['key' => 'Icon:Company''template' => '@NellappSDK/Components/icon/company_icon.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\CompanyIcon''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\CompanyIcon'], 'Icon:Contact' => ['key' => 'Icon:Contact''template' => '@NellappSDK/Components/icon/contact_icon.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\ContactIcon''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\ContactIcon'], 'Module:Action:Base' => ['key' => 'Module:Action:Base''template' => '@NellappSDK/Components/module/action/base_action.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\BaseAction''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\BaseAction'], 'Module:Action:Delete' => ['key' => 'Module:Action:Delete''template' => '@NellappSDK/Components/module/action/delete.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\DeleteAction''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\DeleteAction'], 'Module:Action:Edit' => ['key' => 'Module:Action:Edit''template' => '@NellappSDK/Components/module/action/edit.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\EditAction''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\EditAction'], 'Module:Action:Show' => ['key' => 'Module:Action:Show''template' => '@NellappSDK/Components/module/action/show.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\ShowAction''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\ShowAction'], 'Module:Action:Dropdown' => ['key' => 'Module:Action:Dropdown''template' => '@NellappSDK/Components/module/action_dropdown.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\ActionDropdownComponent''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\ActionDropdownComponent'], 'Module:ClipableInformation' => ['key' => 'Module:ClipableInformation''template' => '@NellappSDK/Components/module/clipable_information.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\ClipableInformationComponent''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\ClipableInformationComponent'], 'Notification:Item' => ['key' => 'Notification:Item''template' => '@NellappSDK/Components/notification/notification_item-component.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationItemComponent''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationItemComponent'], 'Notification:List' => ['key' => 'Notification:List''template' => '@NellappSDK/Components/notification/notification_list-component.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationListComponent''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationListComponent'], 'Notification:Menu' => ['key' => 'Notification:Menu''template' => '@NellappSDK/Components/notification/notification_menu-component.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationMenuComponent''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationMenuComponent'], 'ChannelUserPermissionFormComponent' => ['template' => '@NellappSDK/Components/permission/channel_user_permission_form.html.twig''expose_public_props' => true'attributes_var' => 'attributes''key' => 'ChannelUserPermissionFormComponent''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent'], 'ChannelUserPermissionGroupFormComponent' => ['template' => '@NellappSDK/Components/permission/channel_user_permission_group_form.html.twig''expose_public_props' => true'attributes_var' => 'attributes''key' => 'ChannelUserPermissionGroupFormComponent''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent'], 'Planning:AgendaAction' => ['key' => 'Planning:AgendaAction''template' => '@NellappSDK/Components/planning/agenda-action.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaAction''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaAction'], 'Planning:AgendaEventSignBadge' => ['key' => 'Planning:AgendaEventSignBadge''template' => '@NellappSDK/Components/planning/agenda-event-sign-badge.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaEventSignBadge''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaEventSignBadge'], 'Planning:AgendaSlider' => ['key' => 'Planning:AgendaSlider''template' => '@NellappSDK/Components/planning/agenda-slider.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaSlider''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaSlider'], 'Planning:AgendaSliderItem' => ['key' => 'Planning:AgendaSliderItem''template' => '@NellappSDK/Components/planning/agenda-slider-item.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaSliderItem''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaSliderItem'], 'Planning:AgendaWidget' => ['key' => 'Planning:AgendaWidget''template' => '@NellappSDK/Components/planning/agenda.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaWidget''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaWidget'], 'Widget:Base' => ['key' => 'Widget:Base''template' => '@NellappSDK/Components/widget/base.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\BaseWidget''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\BaseWidget'], 'ChannelContact:Widget:Header' => ['key' => 'ChannelContact:Widget:Header''template' => '@NellappSDK/Components/widget/channelContact/header.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\ChannelContact\\ChannelContactHeaderWidget''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\ChannelContact\\ChannelContactHeaderWidget'], 'Company:Widget:Header' => ['key' => 'Company:Widget:Header''template' => '@NellappSDK/Components/widget/company/header.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\Company\\CompanyHeaderWidget''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\Company\\CompanyHeaderWidget']]);
  19141.     }
  19142.     /**
  19143.      * Gets the private 'ux.twig_component.component_renderer' shared service.
  19144.      *
  19145.      * @return \Symfony\UX\TwigComponent\ComponentRenderer
  19146.      */
  19147.     protected function getUx_TwigComponent_ComponentRendererService()
  19148.     {
  19149.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentRendererInterface.php';
  19150.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentRenderer.php';
  19151.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentStack.php';
  19152.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  19153.         if (isset($this->privates['ux.twig_component.component_renderer'])) {
  19154.             return $this->privates['ux.twig_component.component_renderer'];
  19155.         }
  19156.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19157.         if (isset($this->privates['ux.twig_component.component_renderer'])) {
  19158.             return $this->privates['ux.twig_component.component_renderer'];
  19159.         }
  19160.         $c = ($this->privates['ux.twig_component.component_factory'] ?? $this->getUx_TwigComponent_ComponentFactoryService());
  19161.         if (isset($this->privates['ux.twig_component.component_renderer'])) {
  19162.             return $this->privates['ux.twig_component.component_renderer'];
  19163.         }
  19164.         return $this->privates['ux.twig_component.component_renderer'] = new \Symfony\UX\TwigComponent\ComponentRenderer($a$b$c, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), new \Symfony\UX\TwigComponent\ComponentStack());
  19165.     }
  19166.     /**
  19167.      * Gets the private 'validator.builder' shared service.
  19168.      *
  19169.      * @return \Symfony\Component\Validator\ValidatorBuilder
  19170.      */
  19171.     protected function getValidator_BuilderService()
  19172.     {
  19173.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  19174.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  19175.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19176.             'Nellapp\\Bundle\\SDKBundle\\Validator\\AssertSameChannelValidator' => ['privates''Nellapp\\Bundle\\SDKBundle\\Validator\\AssertSameChannelValidator''getAssertSameChannelValidatorService'false],
  19177.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  19178.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  19179.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  19180.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  19181.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  19182.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  19183.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  19184.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  19185.         ], [
  19186.             'Nellapp\\Bundle\\SDKBundle\\Validator\\AssertSameChannelValidator' => '?',
  19187.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  19188.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  19189.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  19190.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  19191.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  19192.             'doctrine.orm.validator.unique' => '?',
  19193.             'security.validator.user_password' => '?',
  19194.             'validator.expression' => '?',
  19195.         ])));
  19196.         if ($this->has('translator')) {
  19197.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  19198.         }
  19199.         $instance->setTranslationDomain('validators');
  19200.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  19201.         $instance->enableAnnotationMapping(true);
  19202.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  19203.         $instance->addMethodMapping('loadValidatorMetadata');
  19204.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  19205.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  19206.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  19207.         return $instance;
  19208.     }
  19209.     /**
  19210.      * Gets the private 'validator.email' shared service.
  19211.      *
  19212.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  19213.      */
  19214.     protected function getValidator_EmailService()
  19215.     {
  19216.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19217.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  19218.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  19219.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  19220.     }
  19221.     /**
  19222.      * Gets the private 'validator.expression' shared service.
  19223.      *
  19224.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  19225.      */
  19226.     protected function getValidator_ExpressionService()
  19227.     {
  19228.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19229.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  19230.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  19231.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  19232.     }
  19233.     /**
  19234.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  19235.      *
  19236.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  19237.      */
  19238.     protected function getValidator_Mapping_CacheWarmerService()
  19239.     {
  19240.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  19241.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  19242.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  19243.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  19244.     }
  19245.     /**
  19246.      * Gets the private 'validator.not_compromised_password' shared service.
  19247.      *
  19248.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  19249.      */
  19250.     protected function getValidator_NotCompromisedPasswordService()
  19251.     {
  19252.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19253.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  19254.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  19255.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  19256.     }
  19257.     /**
  19258.      * Gets the private 'var_dumper.command.server_dump' shared service.
  19259.      *
  19260.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  19261.      */
  19262.     protected function getVarDumper_Command_ServerDumpService()
  19263.     {
  19264.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19265.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  19266.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  19267.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  19268.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  19269.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  19270.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  19271.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  19272.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  19273.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  19274.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  19275.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  19276.         $instance->setName('server:dump');
  19277.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  19278.         return $instance;
  19279.     }
  19280.     /**
  19281.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  19282.      *
  19283.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  19284.      */
  19285.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  19286.     {
  19287.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  19288.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  19289.         return $instance;
  19290.     }
  19291.     /**
  19292.      * Gets the private 'var_dumper.html_dumper' shared service.
  19293.      *
  19294.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  19295.      */
  19296.     protected function getVarDumper_HtmlDumperService()
  19297.     {
  19298.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  19299.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  19300.         return $instance;
  19301.     }
  19302.     /**
  19303.      * Gets the private 'var_dumper.server_connection' shared service.
  19304.      *
  19305.      * @return \Symfony\Component\VarDumper\Server\Connection
  19306.      */
  19307.     protected function getVarDumper_ServerConnectionService()
  19308.     {
  19309.         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()]);
  19310.     }
  19311.     /**
  19312.      * Gets the private 'web_profiler.csp.handler' shared service.
  19313.      *
  19314.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  19315.      */
  19316.     protected function getWebProfiler_Csp_HandlerService()
  19317.     {
  19318.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  19319.     }
  19320.     /**
  19321.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  19322.      *
  19323.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  19324.      */
  19325.     protected function getWebProfiler_DebugToolbarService()
  19326.     {
  19327.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  19328.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  19329.             return $this->privates['web_profiler.debug_toolbar'];
  19330.         }
  19331.         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()));
  19332.     }
  19333.     /**
  19334.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  19335.      *
  19336.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  19337.      */
  19338.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  19339.     {
  19340.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  19341.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  19342.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  19343.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  19344.     }
  19345.     /**
  19346.      * Gets the private 'webpack_encore.entrypoint_lookup[core]' shared service.
  19347.      *
  19348.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  19349.      */
  19350.     protected function getWebpackEncore_EntrypointLookupcoreService()
  19351.     {
  19352.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  19353.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  19354.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  19355.         return $this->privates['webpack_encore.entrypoint_lookup[core]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/bundles/nellappsdk/entrypoints.json'), NULL'core'true);
  19356.     }
  19357.     /**
  19358.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  19359.      *
  19360.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  19361.      */
  19362.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  19363.     {
  19364.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19365.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  19366.             'core' => ['privates''webpack_encore.entrypoint_lookup[core]''getWebpackEncore_EntrypointLookupcoreService'false],
  19367.         ], [
  19368.             '_default' => '?',
  19369.             'core' => '?',
  19370.         ]), '_default');
  19371.     }
  19372.     /**
  19373.      * Gets the private 'webpack_encore.exception_listener' shared service.
  19374.      *
  19375.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  19376.      */
  19377.     protected function getWebpackEncore_ExceptionListenerService()
  19378.     {
  19379.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  19380.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default'=> 'core']);
  19381.     }
  19382.     /**
  19383.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  19384.      *
  19385.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  19386.      */
  19387.     protected function getWebpackEncore_TagRendererService()
  19388.     {
  19389.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  19390.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19391.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  19392.             return $this->privates['webpack_encore.tag_renderer'];
  19393.         }
  19394.         return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], ['defer' => true], [], $a);
  19395.     }
  19396.     /**
  19397.      * Gets the public 'cache_clearer' alias.
  19398.      *
  19399.      * @return object The ".container.private.cache_clearer" service.
  19400.      */
  19401.     protected function getCacheClearerService()
  19402.     {
  19403.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  19404.         return $this->get('.container.private.cache_clearer');
  19405.     }
  19406.     /**
  19407.      * Gets the public 'filesystem' alias.
  19408.      *
  19409.      * @return object The ".container.private.filesystem" service.
  19410.      */
  19411.     protected function getFilesystemService()
  19412.     {
  19413.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  19414.         return $this->get('.container.private.filesystem');
  19415.     }
  19416.     /**
  19417.      * Gets the public 'serializer' alias.
  19418.      *
  19419.      * @return object The ".container.private.serializer" service.
  19420.      */
  19421.     protected function getSerializerService()
  19422.     {
  19423.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  19424.         return $this->get('.container.private.serializer');
  19425.     }
  19426.     /**
  19427.      * Gets the public 'form.factory' alias.
  19428.      *
  19429.      * @return object The ".container.private.form.factory" service.
  19430.      */
  19431.     protected function getForm_FactoryService()
  19432.     {
  19433.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  19434.         return $this->get('.container.private.form.factory');
  19435.     }
  19436.     /**
  19437.      * Gets the public 'form.type.file' alias.
  19438.      *
  19439.      * @return object The ".container.private.form.type.file" service.
  19440.      */
  19441.     protected function getForm_Type_FileService()
  19442.     {
  19443.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  19444.         return $this->get('.container.private.form.type.file');
  19445.     }
  19446.     /**
  19447.      * Gets the public 'profiler' alias.
  19448.      *
  19449.      * @return object The ".container.private.profiler" service.
  19450.      */
  19451.     protected function getProfilerService()
  19452.     {
  19453.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  19454.         return $this->get('.container.private.profiler');
  19455.     }
  19456.     /**
  19457.      * Gets the public 'twig' alias.
  19458.      *
  19459.      * @return object The ".container.private.twig" service.
  19460.      */
  19461.     protected function getTwigService()
  19462.     {
  19463.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  19464.         return $this->get('.container.private.twig');
  19465.     }
  19466.     /**
  19467.      * Gets the public 'security.authorization_checker' alias.
  19468.      *
  19469.      * @return object The ".container.private.security.authorization_checker" service.
  19470.      */
  19471.     protected function getSecurity_AuthorizationCheckerService()
  19472.     {
  19473.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  19474.         return $this->get('.container.private.security.authorization_checker');
  19475.     }
  19476.     /**
  19477.      * Gets the public 'security.token_storage' alias.
  19478.      *
  19479.      * @return object The ".container.private.security.token_storage" service.
  19480.      */
  19481.     protected function getSecurity_TokenStorageService()
  19482.     {
  19483.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  19484.         return $this->get('.container.private.security.token_storage');
  19485.     }
  19486.     /**
  19487.      * Gets the public 'security.password_encoder' alias.
  19488.      *
  19489.      * @return object The ".container.private.security.password_encoder" service.
  19490.      */
  19491.     protected function getSecurity_PasswordEncoderService()
  19492.     {
  19493.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  19494.         return $this->get('.container.private.security.password_encoder');
  19495.     }
  19496.     /**
  19497.      * Gets the public 'session' alias.
  19498.      *
  19499.      * @return object The ".container.private.session" service.
  19500.      */
  19501.     protected function getSessionService()
  19502.     {
  19503.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  19504.         return $this->get('.container.private.session');
  19505.     }
  19506.     /**
  19507.      * Gets the public 'validator' alias.
  19508.      *
  19509.      * @return object The ".container.private.validator" service.
  19510.      */
  19511.     protected function getValidatorService()
  19512.     {
  19513.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  19514.         return $this->get('.container.private.validator');
  19515.     }
  19516.     /**
  19517.      * @return array|bool|float|int|string|\UnitEnum|null
  19518.      */
  19519.     public function getParameter(string $name)
  19520.     {
  19521.         if (isset($this->buildParameters[$name])) {
  19522.             return $this->buildParameters[$name];
  19523.         }
  19524.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  19525.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  19526.         }
  19527.         if (isset($this->loadedDynamicParameters[$name])) {
  19528.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  19529.         }
  19530.         return $this->parameters[$name];
  19531.     }
  19532.     public function hasParameter(string $name): bool
  19533.     {
  19534.         if (isset($this->buildParameters[$name])) {
  19535.             return true;
  19536.         }
  19537.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  19538.     }
  19539.     public function setParameter(string $name$value): void
  19540.     {
  19541.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  19542.     }
  19543.     public function getParameterBag(): ParameterBagInterface
  19544.     {
  19545.         if (null === $this->parameterBag) {
  19546.             $parameters $this->parameters;
  19547.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  19548.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  19549.             }
  19550.             foreach ($this->buildParameters as $name => $value) {
  19551.                 $parameters[$name] = $value;
  19552.             }
  19553.             $this->parameterBag = new FrozenParameterBag($parameters);
  19554.         }
  19555.         return $this->parameterBag;
  19556.     }
  19557.     private $loadedDynamicParameters = [
  19558.         'kernel.runtime_environment' => false,
  19559.         'kernel.build_dir' => false,
  19560.         'kernel.cache_dir' => false,
  19561.         'core_sync_reverse' => false,
  19562.         'kernel.secret' => false,
  19563.         'kernel.trusted_proxies' => false,
  19564.         'debug.container.dump' => false,
  19565.         'serializer.mapping.cache.file' => false,
  19566.         'session.save_path' => false,
  19567.         'validator.mapping.cache.file' => false,
  19568.         'profiler.storage.dsn' => false,
  19569.         'doctrine.orm.proxy_dir' => false,
  19570.         'hautelook_alice.fixtures_path' => false,
  19571.         'ia_highlight_enable' => false,
  19572.         'nellapp_sdk.api_internal.secret' => false,
  19573.         'nellapp_sdk.sync.base_uri' => false,
  19574.         'nellapp_sdk.sync.secret' => false,
  19575.         'nellapp_sdk.routing.default_domain' => false,
  19576.         'drosalys.web_socket.server_uri' => false,
  19577.         'oneup_uploader.chunks' => false,
  19578.         'oneup_uploader.orphanage' => false,
  19579.         'oneup_uploader.config' => false,
  19580.     ];
  19581.     private $dynamicParameters = [];
  19582.     private function getDynamicParameter(string $name)
  19583.     {
  19584.         switch ($name) {
  19585.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  19586.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  19587.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  19588.             case 'core_sync_reverse'$value $this->getEnv('CORE_REVERSE_SYNC'); break;
  19589.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  19590.             case 'kernel.trusted_proxies'$value $this->getEnv('TRUSTED_PROXIES'); break;
  19591.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  19592.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  19593.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  19594.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  19595.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  19596.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  19597.             case 'hautelook_alice.fixtures_path'$value = [
  19598.                 => $this->getEnv('resolve:FIXTURES_DIRECTORY'),
  19599.             ]; break;
  19600.             case 'ia_highlight_enable'$value $this->getEnv('bool:IA_HIGHLIGHT_ENABLE'); break;
  19601.             case 'nellapp_sdk.api_internal.secret'$value $this->getEnv('APP_SECRET'); break;
  19602.             case 'nellapp_sdk.sync.base_uri'$value $this->getEnv('resolve:SYNC_DOMAIN'); break;
  19603.             case 'nellapp_sdk.sync.secret'$value $this->getEnv('resolve:SYNC_SECRET'); break;
  19604.             case 'nellapp_sdk.routing.default_domain'$value $this->getEnv('DEFAULT_DOMAIN'); break;
  19605.             case 'drosalys.web_socket.server_uri'$value $this->getEnv('resolve:WS_ADDRESS').':'.$this->getEnv('string:resolve:WS_PORT'); break;
  19606.             case 'oneup_uploader.chunks'$value = [
  19607.                 'maxage' => 604800,
  19608.                 'storage' => [
  19609.                     'type' => 'filesystem',
  19610.                     'filesystem' => NULL,
  19611.                     'directory' => ($this->targetDir.''.'/uploader/chunks'),
  19612.                     'stream_wrapper' => NULL,
  19613.                     'sync_buffer_size' => '100K',
  19614.                     'prefix' => 'chunks',
  19615.                 ],
  19616.                 'load_distribution' => true,
  19617.             ]; break;
  19618.             case 'oneup_uploader.orphanage'$value = [
  19619.                 'maxage' => 43200,
  19620.                 'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  19621.             ]; break;
  19622.             case 'oneup_uploader.config'$value = [
  19623.                 'orphanage' => [
  19624.                     'maxage' => 43200,
  19625.                     'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  19626.                 ],
  19627.                 'mappings' => [
  19628.                     'chat_upload' => [
  19629.                         'use_orphanage' => true,
  19630.                         'frontend' => 'dropzone',
  19631.                         'storage' => [
  19632.                             'type' => 'flysystem',
  19633.                             'filesystem' => 'oneup_flysystem.default_filesystem',
  19634.                             'service' => NULL,
  19635.                             'directory' => NULL,
  19636.                             'stream_wrapper' => NULL,
  19637.                             'sync_buffer_size' => '100K',
  19638.                         ],
  19639.                         'allowed_mimetypes' => [
  19640.                             'image/jpeg' => [
  19641.                                 => 'jpg',
  19642.                                 => 'jpeg',
  19643.                             ],
  19644.                             'image/png' => [
  19645.                                 => 'png',
  19646.                             ],
  19647.                             'application/pdf' => [
  19648.                                 => 'pdf',
  19649.                             ],
  19650.                             'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  19651.                                 => 'docx',
  19652.                             ],
  19653.                             'application/msword' => [
  19654.                                 => 'doc',
  19655.                             ],
  19656.                             'application/vnd.oasis.opendocument.text' => [
  19657.                                 => 'odt',
  19658.                             ],
  19659.                             'application/vnd.ms-excel' => [
  19660.                                 => 'xls',
  19661.                             ],
  19662.                             'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  19663.                                 => 'xlsx',
  19664.                             ],
  19665.                             'application/zip' => [
  19666.                                 => 'zip',
  19667.                             ],
  19668.                             'application/x-zip-compressed' => [
  19669.                                 => 'zip',
  19670.                             ],
  19671.                             'video/mp4' => [
  19672.                                 => 'mp4',
  19673.                             ],
  19674.                         ],
  19675.                         'max_size' => 10000000,
  19676.                         'namer' => 'app.chat_upload_namer',
  19677.                         'custom_frontend' => [
  19678.                             'name' => NULL,
  19679.                             'class' => NULL,
  19680.                         ],
  19681.                         'route_prefix' => '',
  19682.                         'endpoints' => [
  19683.                             'upload' => NULL,
  19684.                             'progress' => NULL,
  19685.                             'cancel' => NULL,
  19686.                         ],
  19687.                         'disallowed_mimetypes' => [
  19688.                         ],
  19689.                         'error_handler' => NULL,
  19690.                         'enable_progress' => false,
  19691.                         'enable_cancelation' => false,
  19692.                         'root_folder' => false,
  19693.                     ],
  19694.                 ],
  19695.                 'chunks' => [
  19696.                     'maxage' => 604800,
  19697.                     'storage' => [
  19698.                         'type' => 'filesystem',
  19699.                         'filesystem' => NULL,
  19700.                         'directory' => ($this->targetDir.''.'/uploader/chunks'),
  19701.                         'stream_wrapper' => NULL,
  19702.                         'sync_buffer_size' => '100K',
  19703.                         'prefix' => 'chunks',
  19704.                     ],
  19705.                     'load_distribution' => true,
  19706.                 ],
  19707.                 'twig' => true,
  19708.             ]; break;
  19709.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  19710.         }
  19711.         $this->loadedDynamicParameters[$name] = true;
  19712.         return $this->dynamicParameters[$name] = $value;
  19713.     }
  19714.     protected function getDefaultParameters(): array
  19715.     {
  19716.         return [
  19717.             'kernel.project_dir' => \dirname(__DIR__4),
  19718.             'kernel.environment' => 'dev',
  19719.             'kernel.debug' => true,
  19720.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  19721.             'kernel.bundles' => [
  19722.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  19723.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  19724.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  19725.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  19726.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  19727.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  19728.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  19729.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  19730.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  19731.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  19732.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  19733.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  19734.                 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  19735.                 'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
  19736.                 'DrosalysWebObjectExtensionsBundle' => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony\\DrosalysWebObjectExtensionsBundle',
  19737.                 'DrosalysWebDoctrineExtensionsBundle' => 'DrosalysWeb\\DoctrineExtensions\\Bridge\\Symfony\\DrosalysWebDoctrineExtensionsBundle',
  19738.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  19739.                 'KnpUOAuth2ClientBundle' => 'KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle',
  19740.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  19741.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  19742.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  19743.                 'DrosalysWebFormBundle' => 'DrosalysWeb\\Bundle\\FormBundle\\DrosalysWebFormBundle',
  19744.                 'NellappSDKBundle' => 'Nellapp\\Bundle\\SDKBundle\\NellappSDKBundle',
  19745.                 'DrosalysApiBundle' => 'Drosalys\\Bundle\\ApiBundle\\DrosalysApiBundle',
  19746.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  19747.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  19748.                 'DrosalysWebWebSocketBundle' => 'DrosalysWeb\\Bundle\\WebSocketBundle\\DrosalysWebWebSocketBundle',
  19749.                 'BazingaJsTranslationBundle' => 'Bazinga\\Bundle\\JsTranslationBundle\\BazingaJsTranslationBundle',
  19750.                 'OneupUploaderBundle' => 'Oneup\\UploaderBundle\\OneupUploaderBundle',
  19751.                 'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
  19752.                 'SpiriitFormFilterBundle' => 'Spiriit\\Bundle\\FormFilterBundle\\SpiriitFormFilterBundle',
  19753.                 'TwigComponentBundle' => 'Symfony\\UX\\TwigComponent\\TwigComponentBundle',
  19754.             ],
  19755.             'kernel.bundles_metadata' => [
  19756.                 'FrameworkBundle' => [
  19757.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  19758.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  19759.                 ],
  19760.                 'TwigBundle' => [
  19761.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  19762.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  19763.                 ],
  19764.                 'TwigExtraBundle' => [
  19765.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  19766.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  19767.                 ],
  19768.                 'SensioFrameworkExtraBundle' => [
  19769.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  19770.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  19771.                 ],
  19772.                 'DoctrineBundle' => [
  19773.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  19774.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  19775.                 ],
  19776.                 'DoctrineMigrationsBundle' => [
  19777.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  19778.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  19779.                 ],
  19780.                 'SecurityBundle' => [
  19781.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  19782.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  19783.                 ],
  19784.                 'WebProfilerBundle' => [
  19785.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  19786.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  19787.                 ],
  19788.                 'MonologBundle' => [
  19789.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  19790.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  19791.                 ],
  19792.                 'DebugBundle' => [
  19793.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  19794.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  19795.                 ],
  19796.                 'MakerBundle' => [
  19797.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  19798.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  19799.                 ],
  19800.                 'NelmioAliceBundle' => [
  19801.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  19802.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  19803.                 ],
  19804.                 'FidryAliceDataFixturesBundle' => [
  19805.                     'path' => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  19806.                     'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  19807.                 ],
  19808.                 'HautelookAliceBundle' => [
  19809.                     'path' => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src'),
  19810.                     'namespace' => 'Hautelook\\AliceBundle',
  19811.                 ],
  19812.                 'DrosalysWebObjectExtensionsBundle' => [
  19813.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony'),
  19814.                     'namespace' => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony',
  19815.                 ],
  19816.                 'DrosalysWebDoctrineExtensionsBundle' => [
  19817.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Bridge/Symfony'),
  19818.                     'namespace' => 'DrosalysWeb\\DoctrineExtensions\\Bridge\\Symfony',
  19819.                 ],
  19820.                 'WebpackEncoreBundle' => [
  19821.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  19822.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  19823.                 ],
  19824.                 'KnpUOAuth2ClientBundle' => [
  19825.                     'path' => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src'),
  19826.                     'namespace' => 'KnpU\\OAuth2ClientBundle',
  19827.                 ],
  19828.                 'KnpMenuBundle' => [
  19829.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  19830.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  19831.                 ],
  19832.                 'NelmioApiDocBundle' => [
  19833.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  19834.                     'namespace' => 'Nelmio\\ApiDocBundle',
  19835.                 ],
  19836.                 'KnpPaginatorBundle' => [
  19837.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  19838.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  19839.                 ],
  19840.                 'DrosalysWebFormBundle' => [
  19841.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src'),
  19842.                     'namespace' => 'DrosalysWeb\\Bundle\\FormBundle',
  19843.                 ],
  19844.                 'NellappSDKBundle' => [
  19845.                     'path' => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src'),
  19846.                     'namespace' => 'Nellapp\\Bundle\\SDKBundle',
  19847.                 ],
  19848.                 'DrosalysApiBundle' => [
  19849.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys/api-bundle/src'),
  19850.                     'namespace' => 'Drosalys\\Bundle\\ApiBundle',
  19851.                 ],
  19852.                 'LiipImagineBundle' => [
  19853.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  19854.                     'namespace' => 'Liip\\ImagineBundle',
  19855.                 ],
  19856.                 'SentryBundle' => [
  19857.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  19858.                     'namespace' => 'Sentry\\SentryBundle',
  19859.                 ],
  19860.                 'DrosalysWebWebSocketBundle' => [
  19861.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src'),
  19862.                     'namespace' => 'DrosalysWeb\\Bundle\\WebSocketBundle',
  19863.                 ],
  19864.                 'BazingaJsTranslationBundle' => [
  19865.                     'path' => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle'),
  19866.                     'namespace' => 'Bazinga\\Bundle\\JsTranslationBundle',
  19867.                 ],
  19868.                 'OneupUploaderBundle' => [
  19869.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src'),
  19870.                     'namespace' => 'Oneup\\UploaderBundle',
  19871.                 ],
  19872.                 'OneupFlysystemBundle' => [
  19873.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src'),
  19874.                     'namespace' => 'Oneup\\FlysystemBundle',
  19875.                 ],
  19876.                 'SpiriitFormFilterBundle' => [
  19877.                     'path' => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle'),
  19878.                     'namespace' => 'Spiriit\\Bundle\\FormFilterBundle',
  19879.                 ],
  19880.                 'TwigComponentBundle' => [
  19881.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-twig-component'),
  19882.                     'namespace' => 'Symfony\\UX\\TwigComponent',
  19883.                 ],
  19884.             ],
  19885.             'kernel.charset' => 'UTF-8',
  19886.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  19887.             'container.dumper.inline_class_loader' => true,
  19888.             'container.dumper.inline_factories' => true,
  19889.             'chat_upload_directory' => (\dirname(__DIR__3).'/uploads'),
  19890.             'chat_upload_maxsize' => 10000000,
  19891.             'chat_upload_mime_types' => [
  19892.                 'image/jpeg' => [
  19893.                     => 'jpg',
  19894.                     => 'jpeg',
  19895.                 ],
  19896.                 'image/png' => [
  19897.                     => 'png',
  19898.                 ],
  19899.                 'application/pdf' => [
  19900.                     => 'pdf',
  19901.                 ],
  19902.                 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  19903.                     => 'docx',
  19904.                 ],
  19905.                 'application/msword' => [
  19906.                     => 'doc',
  19907.                 ],
  19908.                 'application/vnd.oasis.opendocument.text' => [
  19909.                     => 'odt',
  19910.                 ],
  19911.                 'application/vnd.ms-excel' => [
  19912.                     => 'xls',
  19913.                 ],
  19914.                 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  19915.                     => 'xlsx',
  19916.                 ],
  19917.                 'application/zip' => [
  19918.                     => 'zip',
  19919.                 ],
  19920.                 'application/x-zip-compressed' => [
  19921.                     => 'zip',
  19922.                 ],
  19923.                 'video/mp4' => [
  19924.                     => 'mp4',
  19925.                 ],
  19926.             ],
  19927.             'event_dispatcher.event_aliases' => [
  19928.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  19929.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  19930.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  19931.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  19932.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  19933.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  19934.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  19935.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  19936.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  19937.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  19938.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  19939.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  19940.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  19941.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  19942.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  19943.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  19944.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  19945.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  19946.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  19947.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  19948.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  19949.             ],
  19950.             'fragment.renderer.hinclude.global_template' => NULL,
  19951.             'fragment.path' => '/_fragment',
  19952.             'kernel.http_method_override' => true,
  19953.             'kernel.trusted_hosts' => [
  19954.             ],
  19955.             'kernel.default_locale' => 'fr',
  19956.             'kernel.enabled_locales' => [
  19957.             ],
  19958.             'kernel.error_controller' => 'error_controller',
  19959.             'kernel.trusted_headers' => 14,
  19960.             'debug.file_link_format' => NULL,
  19961.             'asset.request_context.base_path' => NULL,
  19962.             'asset.request_context.secure' => NULL,
  19963.             'translator.logging' => false,
  19964.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  19965.             'debug.error_handler.throw_at' => -1,
  19966.             'router.request_context.host' => 'localhost',
  19967.             'router.request_context.scheme' => 'http',
  19968.             'router.request_context.base_url' => '',
  19969.             'router.resource' => 'kernel::loadRoutes',
  19970.             'request_listener.http_port' => 80,
  19971.             'request_listener.https_port' => 443,
  19972.             'session.metadata.storage_key' => '_sf2_meta',
  19973.             'session.storage.options' => [
  19974.                 'cache_limiter' => '0',
  19975.                 'cookie_lifetime' => 86400,
  19976.                 'cookie_secure' => 'auto',
  19977.                 'cookie_httponly' => false,
  19978.                 'cookie_samesite' => 'lax',
  19979.                 'gc_probability' => 1,
  19980.             ],
  19981.             'session.metadata.update_threshold' => 0,
  19982.             'form.type_extension.csrf.enabled' => false,
  19983.             'validator.translation_domain' => 'validators',
  19984.             'profiler_listener.only_exceptions' => false,
  19985.             'profiler_listener.only_main_requests' => false,
  19986.             'twig.form.resources' => [
  19987.                 => 'form_div_layout.html.twig',
  19988.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  19989.                 => '@NellappSDK/Form/form_theme_checkboxes.html.twig',
  19990.                 => '@NellappSDK/Form/form_theme.html.twig',
  19991.                 => 'bootstrap_5_layout.html.twig',
  19992.                 => 'form/form_collection_users.html.twig',
  19993.                 => '@DrosalysWebForm/Form/collection_layout.html.twig',
  19994.                 => '@DrosalysWebForm/Form/select_or_create_layout.html.twig',
  19995.             ],
  19996.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  19997.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  19998.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  19999.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  20000.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  20001.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  20002.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  20003.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  20004.             'doctrine.entity_managers' => [
  20005.                 'default' => 'doctrine.orm.default_entity_manager',
  20006.             ],
  20007.             'doctrine.default_entity_manager' => 'default',
  20008.             'doctrine.dbal.connection_factory.types' => [
  20009.                 'uuid' => [
  20010.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  20011.                 ],
  20012.                 'ulid' => [
  20013.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  20014.                 ],
  20015.             ],
  20016.             'doctrine.connections' => [
  20017.                 'default' => 'doctrine.dbal.default_connection',
  20018.             ],
  20019.             'doctrine.default_connection' => 'default',
  20020.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  20021.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  20022.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  20023.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  20024.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  20025.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  20026.             'doctrine.orm.cache.memcache_host' => 'localhost',
  20027.             'doctrine.orm.cache.memcache_port' => 11211,
  20028.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  20029.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  20030.             'doctrine.orm.cache.memcached_host' => 'localhost',
  20031.             'doctrine.orm.cache.memcached_port' => 11211,
  20032.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  20033.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  20034.             'doctrine.orm.cache.redis_host' => 'localhost',
  20035.             'doctrine.orm.cache.redis_port' => 6379,
  20036.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  20037.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  20038.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  20039.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  20040.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  20041.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  20042.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  20043.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  20044.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  20045.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  20046.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  20047.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  20048.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  20049.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  20050.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  20051.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  20052.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  20053.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  20054.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  20055.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  20056.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  20057.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  20058.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  20059.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  20060.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  20061.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  20062.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  20063.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  20064.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  20065.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  20066.             'doctrine.orm.auto_generate_proxy_classes' => true,
  20067.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  20068.             'doctrine.orm.proxy_namespace' => 'Proxies',
  20069.             'doctrine.migrations.preferred_em' => NULL,
  20070.             'doctrine.migrations.preferred_connection' => NULL,
  20071.             'security.role_hierarchy.roles' => [
  20072.             ],
  20073.             'security.access.denied_url' => NULL,
  20074.             'security.authentication.manager.erase_credentials' => true,
  20075.             'security.authentication.session_strategy.strategy' => 'migrate',
  20076.             'security.access.always_authenticate_before_granting' => false,
  20077.             'security.authentication.hide_user_not_found' => true,
  20078.             'security.firewalls' => [
  20079.                 => 'dev',
  20080.                 => 'reverse_sync_doc',
  20081.                 => 'reverse_sync',
  20082.                 => 'main',
  20083.             ],
  20084.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  20085.             'web_profiler.debug_toolbar.mode' => 2,
  20086.             'monolog.use_microseconds' => true,
  20087.             'monolog.swift_mailer.handlers' => [
  20088.             ],
  20089.             'monolog.handlers_to_channels' => [
  20090.                 'monolog.handler.console' => [
  20091.                     'type' => 'exclusive',
  20092.                     'elements' => [
  20093.                         => 'event',
  20094.                         => 'doctrine',
  20095.                         => 'console',
  20096.                     ],
  20097.                 ],
  20098.                 'monolog.handler.main' => [
  20099.                     'type' => 'exclusive',
  20100.                     'elements' => [
  20101.                         => 'event',
  20102.                     ],
  20103.                 ],
  20104.             ],
  20105.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  20106.             'nelmio_alice.functions_blacklist' => [
  20107.                 => 'current',
  20108.                 => 'shuffle',
  20109.                 => 'date',
  20110.                 => 'time',
  20111.                 => 'file',
  20112.                 => 'md5',
  20113.                 => 'sha1',
  20114.             ],
  20115.             'nelmio_alice.locale' => 'en_US',
  20116.             'nelmio_alice.seed' => 1,
  20117.             'nelmio_alice.loading_limit' => 5,
  20118.             'nelmio_alice.max_unique_values_retry' => 150,
  20119.             'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
  20120.             'hautelook_alice.root_dirs' => [
  20121.                 => \dirname(__DIR__4),
  20122.             ],
  20123.             'drosalys_object_extensions.serialize_log.model_manager_name' => 'default',
  20124.             'drosalys_object_extensions.serialize_log.use_internal_entity' => true,
  20125.             'knp_menu.renderer.list.options' => [
  20126.             ],
  20127.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  20128.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  20129.             'knp_menu.renderer.twig.options' => [
  20130.             ],
  20131.             'knp_menu.renderer.twig.template' => 'Partials/components/header/knp-menu.html.twig',
  20132.             'knp_menu.default_renderer' => 'twig',
  20133.             'nelmio_api_doc.areas' => [
  20134.                 => 'default',
  20135.             ],
  20136.             'knp_paginator.template.pagination' => '@NellappSDK/Partials/component/pagination/pagination.html.twig',
  20137.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  20138.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  20139.             'knp_paginator.page_range' => 5,
  20140.             'knp_paginator.page_limit' => NULL,
  20141.             'drosalys_form.collection.import_template' => true,
  20142.             'drosalys_form.collection.main_form_template' => 'form_div_layout.html.twig',
  20143.             'drosalys_form.select_or_create.import_template' => true,
  20144.             'drosalys_form.select_or_create.layout_template' => '@DrosalysWebForm/Form/select_or_create_layout.html.twig',
  20145.             'nellapp_sdk.activity_feed.enable' => true,
  20146.             'env(IA_HIGHLIGHT_ENABLE)' => 'false',
  20147.             'nellapp_sdk.global_getter.global_entities' => [
  20148.                 'channel_class' => 'App\\Entity\\Channel\\Channel',
  20149.                 'channel_white_label_class' => 'App\\Entity\\Channel\\ChannelWhiteLabel',
  20150.                 'user_class' => 'App\\Entity\\Account\\User',
  20151.                 'user_notification_class' => 'App\\Entity\\Account\\Notification',
  20152.                 'channel_user_data_class' => 'App\\Entity\\ChannelUserData\\ChannelUserData',
  20153.                 'channel_user_role_class' => 'Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRole',
  20154.             ],
  20155.             'nellapp_sdk.default.doctrine_connection' => 'default',
  20156.             'nellapp_sdk.auth.enable' => true,
  20157.             'nellapp_sdk.auth.doctrine_connection' => 'default',
  20158.             'nellapp_sdk.sync.enable' => true,
  20159.             'nellapp_sdk.channel.enable' => true,
  20160.             'entities_handled' => [
  20161.                 => 'account_notification',
  20162.                 => 'channel_channel',
  20163.                 => 'channel_configuration',
  20164.                 => 'channel_white_label',
  20165.                 => 'channel_user_from_channels',
  20166.                 => 'channel_group',
  20167.                 => 'channel_user_role',
  20168.                 => 'channel_session',
  20169.                 => 'channel_place',
  20170.                 => 'channel_user_data',
  20171.                 10 => 'abstract_cursus',
  20172.                 11 => 'channel_training',
  20173.                 12 => 'channel_service',
  20174.                 13 => 'channel_user_perm_session',
  20175.                 14 => 'channel_user_perm_service',
  20176.             ],
  20177.             'nellapp_sdk.template_header.search_deactivated_domain' => [
  20178.             ],
  20179.             'nellapp_sdk.drive.public_dir' => (\dirname(__DIR__4).'/public/'),
  20180.             'nellapp_sdk.drive.encryption_key' => 'CHANGE_ME_QIEBtY4eFleRlJtAkQjk1PjuZESe4BPUNdp9kY9AFiCxmLI0Giwpvs',
  20181.             'drosalys_api.serializer.symfony' => true,
  20182.             'liip_imagine.resolvers' => [
  20183.                 'default' => [
  20184.                     'web_path' => [
  20185.                         'web_root' => (\dirname(__DIR__4).'/public'),
  20186.                         'cache_prefix' => 'media/cache',
  20187.                     ],
  20188.                 ],
  20189.             ],
  20190.             'liip_imagine.loaders' => [
  20191.                 'default' => [
  20192.                     'filesystem' => [
  20193.                         'locator' => 'filesystem',
  20194.                         'data_root' => [
  20195.                             => (\dirname(__DIR__4).'/public'),
  20196.                         ],
  20197.                         'allow_unresolvable_data_roots' => false,
  20198.                         'bundle_resources' => [
  20199.                             'enabled' => false,
  20200.                             'access_control_type' => 'blacklist',
  20201.                             'access_control_list' => [
  20202.                             ],
  20203.                         ],
  20204.                     ],
  20205.                 ],
  20206.             ],
  20207.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  20208.             'liip_imagine.jpegoptim.stripAll' => true,
  20209.             'liip_imagine.jpegoptim.max' => NULL,
  20210.             'liip_imagine.jpegoptim.progressive' => true,
  20211.             'liip_imagine.jpegoptim.tempDir' => NULL,
  20212.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  20213.             'liip_imagine.optipng.level' => 7,
  20214.             'liip_imagine.optipng.stripAll' => true,
  20215.             'liip_imagine.optipng.tempDir' => NULL,
  20216.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  20217.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  20218.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  20219.             'liip_imagine.cwebp.tempDir' => NULL,
  20220.             'liip_imagine.cwebp.q' => 75,
  20221.             'liip_imagine.cwebp.alphaQ' => 100,
  20222.             'liip_imagine.cwebp.m' => 4,
  20223.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  20224.             'liip_imagine.cwebp.alphaMethod' => 1,
  20225.             'liip_imagine.cwebp.exact' => false,
  20226.             'liip_imagine.cwebp.metadata' => [
  20227.                 => 'none',
  20228.             ],
  20229.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  20230.             'liip_imagine.cache.resolver.default' => 'default',
  20231.             'liip_imagine.default_image' => NULL,
  20232.             'liip_imagine.filter_sets' => [
  20233.                 'channel_thumbnail' => [
  20234.                     'quality' => 100,
  20235.                     'jpeg_quality' => 80,
  20236.                     'png_compression_level' => 8,
  20237.                     'png_compression_filter' => NULL,
  20238.                     'format' => NULL,
  20239.                     'animated' => false,
  20240.                     'cache' => NULL,
  20241.                     'data_loader' => NULL,
  20242.                     'default_image' => NULL,
  20243.                     'filters' => [
  20244.                         'auto_rotate' => [
  20245.                         ],
  20246.                         'strip' => [
  20247.                         ],
  20248.                         'thumbnail' => [
  20249.                             'size' => [
  20250.                                 => 600,
  20251.                                 => 300,
  20252.                             ],
  20253.                             'mode' => 'inset',
  20254.                             'allow_upscale' => true,
  20255.                         ],
  20256.                     ],
  20257.                     'post_processors' => [
  20258.                     ],
  20259.                 ],
  20260.                 'avatar_thumbnail' => [
  20261.                     'quality' => 100,
  20262.                     'jpeg_quality' => 80,
  20263.                     'png_compression_level' => 8,
  20264.                     'png_compression_filter' => NULL,
  20265.                     'format' => NULL,
  20266.                     'animated' => false,
  20267.                     'cache' => NULL,
  20268.                     'data_loader' => NULL,
  20269.                     'default_image' => NULL,
  20270.                     'filters' => [
  20271.                         'auto_rotate' => [
  20272.                         ],
  20273.                         'strip' => [
  20274.                         ],
  20275.                         'thumbnail' => [
  20276.                             'size' => [
  20277.                                 => 100,
  20278.                                 => 100,
  20279.                             ],
  20280.                             'mode' => 'outbound',
  20281.                             'allow_upscale' => true,
  20282.                         ],
  20283.                     ],
  20284.                     'post_processors' => [
  20285.                     ],
  20286.                 ],
  20287.             ],
  20288.             'liip_imagine.binary.loader.default' => 'default',
  20289.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  20290.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  20291.             'liip_imagine.webp.generate' => false,
  20292.             'liip_imagine.webp.options' => [
  20293.                 'quality' => 100,
  20294.                 'cache' => NULL,
  20295.                 'data_loader' => NULL,
  20296.                 'post_processors' => [
  20297.                 ],
  20298.             ],
  20299.             'env(SENTRY_RELEASE)' => '1.0.0+no-version-set@{no ref',
  20300.             'sentry.tracing.enabled' => true,
  20301.             'sentry.tracing.dbal.enabled' => true,
  20302.             'sentry.tracing.dbal.connections' => [
  20303.             ],
  20304.             'sentry.tracing.cache.enabled' => true,
  20305.             'sentry.tracing.http_client.enabled' => true,
  20306.             'drosalys.web_socket.server_context' => [
  20307.                 'tls' => [
  20308.                     'verify_peer' => false,
  20309.                     'allow_self_signed' => true,
  20310.                     'local_cert' => (\dirname(__DIR__4).'\\config\\certificate.crt'),
  20311.                     'local_pk' => (\dirname(__DIR__4).'\\config\\privateKey.key'),
  20312.                 ],
  20313.             ],
  20314.             'drosalys.web_socket.router_resource' => (\dirname(__DIR__4).'/config/ws_routes.yaml'),
  20315.             'bazinga.jstranslation.translation_finder.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Finder\\TranslationFinder',
  20316.             'bazinga.jstranslation.translation_dumper.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Dumper\\TranslationDumper',
  20317.             'bazinga.jstranslation.controller.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Controller\\Controller',
  20318.             'oneup_uploader.chunks.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\ChunkManager',
  20319.             'oneup_uploader.chunks_storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\GaufretteStorage',
  20320.             'oneup_uploader.chunks_storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FlysystemStorage',
  20321.             'oneup_uploader.chunks_storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FilesystemStorage',
  20322.             'oneup_uploader.namer.urlsafename.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UrlSafeNamer',
  20323.             'oneup_uploader.namer.uniqid.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UniqidNamer',
  20324.             'oneup_uploader.routing.loader.class' => 'Oneup\\UploaderBundle\\Routing\\RouteLoader',
  20325.             'oneup_uploader.storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\GaufretteStorage',
  20326.             'oneup_uploader.storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FlysystemStorage',
  20327.             'oneup_uploader.storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemStorage',
  20328.             'oneup_uploader.orphanage.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemOrphanageStorage',
  20329.             'oneup_uploader.orphanage.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Orphanage\\OrphanageManager',
  20330.             'oneup_uploader.controller.fineuploader.class' => 'Oneup\\UploaderBundle\\Controller\\FineUploaderController',
  20331.             'oneup_uploader.controller.blueimp.class' => 'Oneup\\UploaderBundle\\Controller\\BlueimpController',
  20332.             'oneup_uploader.controller.uploadify.class' => 'Oneup\\UploaderBundle\\Controller\\UploadifyController',
  20333.             'oneup_uploader.controller.yui3.class' => 'Oneup\\UploaderBundle\\Controller\\YUI3Controller',
  20334.             'oneup_uploader.controller.fancyupload.class' => 'Oneup\\UploaderBundle\\Controller\\FancyUploadController',
  20335.             'oneup_uploader.controller.mooupload.class' => 'Oneup\\UploaderBundle\\Controller\\MooUploadController',
  20336.             'oneup_uploader.controller.plupload.class' => 'Oneup\\UploaderBundle\\Controller\\PluploadController',
  20337.             'oneup_uploader.controller.dropzone.class' => 'Oneup\\UploaderBundle\\Controller\\DropzoneController',
  20338.             'oneup_uploader.command.clear_chunks.class' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  20339.             'oneup_uploader.command.clear_orphans.class' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  20340.             'oneup_uploader.error_handler.noop.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\NoopErrorHandler',
  20341.             'oneup_uploader.error_handler.blueimp.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\BlueimpErrorHandler',
  20342.             'oneup_uploader.error_handler.plupload.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\PluploadErrorHandler',
  20343.             'oneup_uploader.error_handler.dropzone.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\DropzoneErrorHandler',
  20344.             'oneup_uploader.config.chat_upload' => [
  20345.                 'use_orphanage' => true,
  20346.                 'frontend' => 'dropzone',
  20347.                 'storage' => [
  20348.                     'type' => 'flysystem',
  20349.                     'filesystem' => 'oneup_flysystem.default_filesystem',
  20350.                     'service' => NULL,
  20351.                     'directory' => NULL,
  20352.                     'stream_wrapper' => NULL,
  20353.                     'sync_buffer_size' => '100K',
  20354.                 ],
  20355.                 'allowed_mimetypes' => [
  20356.                     'image/jpeg' => [
  20357.                         => 'jpg',
  20358.                         => 'jpeg',
  20359.                     ],
  20360.                     'image/png' => [
  20361.                         => 'png',
  20362.                     ],
  20363.                     'application/pdf' => [
  20364.                         => 'pdf',
  20365.                     ],
  20366.                     'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  20367.                         => 'docx',
  20368.                     ],
  20369.                     'application/msword' => [
  20370.                         => 'doc',
  20371.                     ],
  20372.                     'application/vnd.oasis.opendocument.text' => [
  20373.                         => 'odt',
  20374.                     ],
  20375.                     'application/vnd.ms-excel' => [
  20376.                         => 'xls',
  20377.                     ],
  20378.                     'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  20379.                         => 'xlsx',
  20380.                     ],
  20381.                     'application/zip' => [
  20382.                         => 'zip',
  20383.                     ],
  20384.                     'application/x-zip-compressed' => [
  20385.                         => 'zip',
  20386.                     ],
  20387.                     'video/mp4' => [
  20388.                         => 'mp4',
  20389.                     ],
  20390.                 ],
  20391.                 'max_size' => 10000000,
  20392.                 'namer' => 'app.chat_upload_namer',
  20393.                 'custom_frontend' => [
  20394.                     'name' => NULL,
  20395.                     'class' => NULL,
  20396.                 ],
  20397.                 'route_prefix' => '',
  20398.                 'endpoints' => [
  20399.                     'upload' => NULL,
  20400.                     'progress' => NULL,
  20401.                     'cancel' => NULL,
  20402.                 ],
  20403.                 'disallowed_mimetypes' => [
  20404.                 ],
  20405.                 'error_handler' => NULL,
  20406.                 'enable_progress' => false,
  20407.                 'enable_cancelation' => false,
  20408.                 'root_folder' => false,
  20409.             ],
  20410.             'oneup_uploader.controllers' => [
  20411.                 'chat_upload' => [
  20412.                     => 'oneup_uploader.controller.chat_upload',
  20413.                     => [
  20414.                         'enable_progress' => false,
  20415.                         'enable_cancelation' => false,
  20416.                         'route_prefix' => '',
  20417.                         'endpoints' => [
  20418.                             'upload' => NULL,
  20419.                             'progress' => NULL,
  20420.                             'cancel' => NULL,
  20421.                         ],
  20422.                     ],
  20423.                 ],
  20424.             ],
  20425.             'oneup_uploader.maxsize' => [
  20426.                 'chat_upload' => 10000000,
  20427.             ],
  20428.             'spiriit_form_filter.query_builder_updater.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\FilterBuilderUpdater',
  20429.             'spiriit_form_filter.form_data_extractor.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\FormDataExtractor',
  20430.             'spiriit_form_filter.data_extraction_method.default.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\DefaultExtractionMethod',
  20431.             'spiriit_form_filter.data_extraction_method.text.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\TextExtractionMethod',
  20432.             'spiriit_form_filter.data_extraction_method.key_values.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\ValueKeysExtractionMethod',
  20433.             'spiriit_form_filter.filter_prepare.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Listener\\PrepareListener',
  20434.             'spiriit_form_filter.type.filter_text.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType',
  20435.             'spiriit_form_filter.type.filter_number.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType',
  20436.             'spiriit_form_filter.type.filter_number_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType',
  20437.             'spiriit_form_filter.type.filter_checkbox.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType',
  20438.             'spiriit_form_filter.type.filter_boolean.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType',
  20439.             'spiriit_form_filter.type.filter_choice.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType',
  20440.             'spiriit_form_filter.type.filter_date.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType',
  20441.             'spiriit_form_filter.type.filter_date_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType',
  20442.             'spiriit_form_filter.type.filter_datetime.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType',
  20443.             'spiriit_form_filter.type.filter_datetime_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType',
  20444.             'spiriit_form_filter.type.filter_collection_adapter.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType',
  20445.             'spiriit_form_filter.type.filter_sharedable.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType',
  20446.             'spiriit_form_filter.type.filter_enum.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType',
  20447.             'spiriit_form_filter.type_extension.filter_extension.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\FilterTypeExtension',
  20448.             'spiriit_form_filter.get_filter.doctrine_orm.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Subscriber\\DoctrineORMSubscriber',
  20449.             'spiriit_form_filter.apply_filter.doctrine_orm.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Listener\\DoctrineApplyFilterListener',
  20450.             'spiriit_form_filter.type.filter_entity.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType',
  20451.             'spiriit_form_filter.where_method' => 'and',
  20452.             'spiriit_form_filter.text.condition_pattern' => 1,
  20453.             'maker.compatible_check.doctrine.supports_attributes' => true,
  20454.             'data_collector.templates' => [
  20455.                 'data_collector.request' => [
  20456.                     => 'request',
  20457.                     => '@WebProfiler/Collector/request.html.twig',
  20458.                 ],
  20459.                 'data_collector.time' => [
  20460.                     => 'time',
  20461.                     => '@WebProfiler/Collector/time.html.twig',
  20462.                 ],
  20463.                 'data_collector.memory' => [
  20464.                     => 'memory',
  20465.                     => '@WebProfiler/Collector/memory.html.twig',
  20466.                 ],
  20467.                 'data_collector.validator' => [
  20468.                     => 'validator',
  20469.                     => '@WebProfiler/Collector/validator.html.twig',
  20470.                 ],
  20471.                 'data_collector.ajax' => [
  20472.                     => 'ajax',
  20473.                     => '@WebProfiler/Collector/ajax.html.twig',
  20474.                 ],
  20475.                 'data_collector.form' => [
  20476.                     => 'form',
  20477.                     => '@WebProfiler/Collector/form.html.twig',
  20478.                 ],
  20479.                 'data_collector.exception' => [
  20480.                     => 'exception',
  20481.                     => '@WebProfiler/Collector/exception.html.twig',
  20482.                 ],
  20483.                 'data_collector.logger' => [
  20484.                     => 'logger',
  20485.                     => '@WebProfiler/Collector/logger.html.twig',
  20486.                 ],
  20487.                 'data_collector.events' => [
  20488.                     => 'events',
  20489.                     => '@WebProfiler/Collector/events.html.twig',
  20490.                 ],
  20491.                 'data_collector.router' => [
  20492.                     => 'router',
  20493.                     => '@WebProfiler/Collector/router.html.twig',
  20494.                 ],
  20495.                 'data_collector.cache' => [
  20496.                     => 'cache',
  20497.                     => '@WebProfiler/Collector/cache.html.twig',
  20498.                 ],
  20499.                 'data_collector.translation' => [
  20500.                     => 'translation',
  20501.                     => '@WebProfiler/Collector/translation.html.twig',
  20502.                 ],
  20503.                 'data_collector.security' => [
  20504.                     => 'security',
  20505.                     => '@Security/Collector/security.html.twig',
  20506.                 ],
  20507.                 'data_collector.twig' => [
  20508.                     => 'twig',
  20509.                     => '@WebProfiler/Collector/twig.html.twig',
  20510.                 ],
  20511.                 'data_collector.http_client' => [
  20512.                     => 'http_client',
  20513.                     => '@WebProfiler/Collector/http_client.html.twig',
  20514.                 ],
  20515.                 'data_collector.doctrine' => [
  20516.                     => 'db',
  20517.                     => '@Doctrine/Collector/db.html.twig',
  20518.                 ],
  20519.                 'data_collector.dump' => [
  20520.                     => 'dump',
  20521.                     => '@Debug/Profiler/dump.html.twig',
  20522.                 ],
  20523.                 'data_collector.messenger' => [
  20524.                     => 'messenger',
  20525.                     => '@WebProfiler/Collector/messenger.html.twig',
  20526.                 ],
  20527.                 'mailer.data_collector' => [
  20528.                     => 'mailer',
  20529.                     => '@WebProfiler/Collector/mailer.html.twig',
  20530.                 ],
  20531.                 'data_collector.config' => [
  20532.                     => 'config',
  20533.                     => '@WebProfiler/Collector/config.html.twig',
  20534.                 ],
  20535.             ],
  20536.             'console.command.ids' => [
  20537.             ],
  20538.         ];
  20539.     }
  20540.     protected function throw($message)
  20541.     {
  20542.         throw new RuntimeException($message);
  20543.     }
  20544. }