var/cache/dev/ContainerTal4gFD/App_KernelDevDebugContainer.php line 20809

Open in your IDE?
  1. <?php
  2. namespace ContainerTal4gFD;
  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/Serializer/SerialRelation/AbstractSerialRelationHandler.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  690.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Serializer/SerialRelation/Denormalizer/SerialRelationDenormalizer.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  693.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Serializer/SerialRelation/Normalizer/SerialRelationNormalizer.php';
  694.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Serializer/Normalizer/RouteCollectionNormalizer.php';
  695.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Serializer/Normalizer/RouteNormalizer.php';
  696.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Normalizer/EntityNormalizer.php';
  697.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Normalizer/PaginationNormalizer.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  733.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  737.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  738.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  739.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  740.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  741.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  742.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  743.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  744.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  745.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  746.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  747.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  748.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  749.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  750.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  767.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  769.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ServiceExtension.php';
  770.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Chat/CanalExtension.php';
  771.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Chat/FileExtension.php';
  772.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Chat/UserExtension.php';
  773.             include_once \dirname(__DIR__4).'/src/Twig/Extension/EnvExtension.php';
  774.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Header/HeaderExtension.php';
  775.             include_once \dirname(__DIR__4).'/src/Twig/Extension/User/UserExtension.php';
  776.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  780.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  781.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  782.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  783.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  784.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  785.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  786.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  787.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/GetNelmioAsset.php';
  788.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  789.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  790.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Extension/PermissionExtension.php';
  791.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Extension/DomainsRoutingExtension.php';
  792.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Extension/UrlGeneratorExtension.php';
  793.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/AppExtension.php';
  794.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/BooleanExtension.php';
  795.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelExtension.php';
  796.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelGetterExtension.php';
  797.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelUserDataExtension.php';
  798.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChatNotificationExtension.php';
  799.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/CustomizableViewExtension.php';
  800.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/EnvExtension.php';
  801.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/FileExtension.php';
  802.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/FormExtension.php';
  803.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/HeaderExtension.php';
  804.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ImageExtension.php';
  805.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/NellappFileExtension.php';
  806.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/NellappFormatExtension.php';
  807.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/PaginationExtension.php';
  808.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SerializerExtension.php';
  809.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SideNavExtension.php';
  810.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SideNavItemExtension.php';
  811.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/UserExtension.php';
  812.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/VersionExtension.php';
  813.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/WebSocketExtension.php';
  814.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Twig/Extension/UserFromChannelExtension.php';
  815.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  816.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  817.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  818.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  819.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Twig/Extension/RoutingExtension.php';
  820.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/Twig/ComponentExtension.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  822.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  823.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  824.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  825.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/Twig/TwigEnvironmentConfigurator.php';
  826.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  827.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  828.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  829.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  830.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  831.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  832.             include_once __DIR__.'/proxy-classes.php';
  833.         };
  834.     }
  835.     public function compile(): void
  836.     {
  837.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  838.     }
  839.     public function isCompiled(): bool
  840.     {
  841.         return true;
  842.     }
  843.     public function getRemovedIds(): array
  844.     {
  845.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  846.     }
  847.     protected function createProxy($class\Closure $factory)
  848.     {
  849.         return $factory();
  850.     }
  851.     /**
  852.      * Gets the public '.container.private.cache_clearer' shared service.
  853.      *
  854.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  855.      */
  856.     protected function get_Container_Private_CacheClearerService()
  857.     {
  858.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  859.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  860.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  861.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  862.         }, 1));
  863.     }
  864.     /**
  865.      * Gets the public '.container.private.filesystem' shared service.
  866.      *
  867.      * @return \Symfony\Component\Filesystem\Filesystem
  868.      */
  869.     protected function get_Container_Private_FilesystemService()
  870.     {
  871.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  872.     }
  873.     /**
  874.      * Gets the public '.container.private.form.factory' shared service.
  875.      *
  876.      * @return \Symfony\Component\Form\FormFactory
  877.      */
  878.     protected function get_Container_Private_Form_FactoryService()
  879.     {
  880.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  881.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  882.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  883.         if (isset($this->services['.container.private.form.factory'])) {
  884.             return $this->services['.container.private.form.factory'];
  885.         }
  886.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  887.     }
  888.     /**
  889.      * Gets the public '.container.private.form.type.file' shared service.
  890.      *
  891.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  892.      */
  893.     protected function get_Container_Private_Form_Type_FileService()
  894.     {
  895.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  896.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  897.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  898.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  899.     }
  900.     /**
  901.      * Gets the public '.container.private.profiler' shared service.
  902.      *
  903.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  904.      */
  905.     protected function get_Container_Private_ProfilerService()
  906.     {
  907.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  908.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  909.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  910.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  911.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  912.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  913.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  914.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  915.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  916.         $d->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  917.         $d->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  918.         $d->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  919.         $d->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  920.         $d->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  921.         $d->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  922.         $d->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  923.         $d->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  924.         $d->addInstance('cache.doctrine.orm.default.result.traceable', ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  925.         $d->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  926.         $d->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  927.         $d->addInstance('cache.webpack_encore.traceable', ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService()));
  928.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  929.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  930.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  931.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  932.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  933.         if ($this->has('kernel')) {
  934.             $g->setKernel($b);
  935.         }
  936.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  937.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  938.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  939.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  940.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  941.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  942.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  943.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  944.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  945.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  946.         $instance->add($d);
  947.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  948.         $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));
  949.         $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())));
  950.         $instance->add($e);
  951.         $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([])))));
  952.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  953.         $instance->add($f);
  954.         $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()))));
  955.         $instance->add($g);
  956.         return $instance;
  957.     }
  958.     /**
  959.      * Gets the public '.container.private.security.authorization_checker' shared service.
  960.      *
  961.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  962.      */
  963.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  964.     {
  965.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  966.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  967.             return $this->services['.container.private.security.authorization_checker'];
  968.         }
  969.         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);
  970.     }
  971.     /**
  972.      * Gets the public '.container.private.security.password_encoder' shared service.
  973.      *
  974.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  975.      *
  976.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  977.      */
  978.     protected function get_Container_Private_Security_PasswordEncoderService()
  979.     {
  980.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  981.         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()));
  982.     }
  983.     /**
  984.      * Gets the public '.container.private.security.token_storage' shared service.
  985.      *
  986.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  987.      */
  988.     protected function get_Container_Private_Security_TokenStorageService()
  989.     {
  990.         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, [
  991.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  992.         ], [
  993.             'request_stack' => '?',
  994.         ]));
  995.     }
  996.     /**
  997.      * Gets the public '.container.private.serializer' shared service.
  998.      *
  999.      * @return \Symfony\Component\Serializer\Serializer
  1000.      */
  1001.     protected function get_Container_Private_SerializerService()
  1002.     {
  1003.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1004.         if (isset($this->services['.container.private.serializer'])) {
  1005.             return $this->services['.container.private.serializer'];
  1006.         }
  1007.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1008.         if (isset($this->services['.container.private.serializer'])) {
  1009.             return $this->services['.container.private.serializer'];
  1010.         }
  1011.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1012.         if (isset($this->services['.container.private.serializer'])) {
  1013.             return $this->services['.container.private.serializer'];
  1014.         }
  1015.         $d = ($this->privates['App\\Service\\Chat\\ChatResourceService'] ?? $this->getChatResourceServiceService());
  1016.         if (isset($this->services['.container.private.serializer'])) {
  1017.             return $this->services['.container.private.serializer'];
  1018.         }
  1019.         $e = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1020.         $f = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1021.         $g = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1022.         $h = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($f);
  1023.         $i = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($f$g$e$a$hNULL, [], $a);
  1024.         $j = ($this->privates['App\\Repository\\Chat\\MessageRepository'] ?? $this->getMessageRepositoryService());
  1025.         $k = ($this->privates['App\\Service\\Chat\\ConversationService'] ?? $this->getConversationServiceService());
  1026.         $l = new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\EntityNormalizer($f$g$e$a$hNULL, [], $a);
  1027.         $l->setEm($c);
  1028.         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\Serializer\SerialRelation\Denormalizer\SerialRelationDenormalizer($c), => new \Nellapp\Bundle\SDKBundle\Serializer\SerialRelation\Normalizer\SerialRelationNormalizer(), => new \Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Normalizer\RouteCollectionNormalizer(), 10 => new \Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Normalizer\RouteNormalizer(), 11 => $l12 => new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\PaginationNormalizer(new \Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter()), 13 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 14 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 15 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $g), 18 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($f$g$a$hNULL, [])), 19 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 23 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 24 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 25 => $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()]);
  1029.     }
  1030.     /**
  1031.      * Gets the public '.container.private.session' shared service.
  1032.      *
  1033.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1034.      */
  1035.     protected function get_Container_Private_SessionService()
  1036.     {
  1037.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1038.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1039.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1040.         if (isset($this->services['.container.private.session'])) {
  1041.             return $this->services['.container.private.session'];
  1042.         }
  1043.         return $this->services['.container.private.session'] = $a->createSession();
  1044.     }
  1045.     /**
  1046.      * Gets the public '.container.private.twig' shared service.
  1047.      *
  1048.      * @return \Twig\Environment
  1049.      */
  1050.     protected function get_Container_Private_TwigService()
  1051.     {
  1052.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1053.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1054.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1055.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1056.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1057.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1058.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1059.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1060.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1061.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1062.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1063.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1064.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1065.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1066.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  1067.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  1068.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1069.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1070.         $a->addPath((\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/views'), 'DrosalysWebForm');
  1071.         $a->addPath((\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/views'), '!DrosalysWebForm');
  1072.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/NellappSDKBundle'), 'NellappSDK');
  1073.         $a->addPath((\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/views'), 'NellappSDK');
  1074.         $a->addPath((\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/views'), '!NellappSDK');
  1075.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1076.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1077.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), 'BazingaJsTranslation');
  1078.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), '!BazingaJsTranslation');
  1079.         $a->addPath((\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/views'), 'SpiriitFormFilter');
  1080.         $a->addPath((\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/views'), '!SpiriitFormFilter');
  1081.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1082.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1083.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1084.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1085.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1086.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1087.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1088.         $d = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  1089.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1090.         $f = ($this->services['router'] ?? $this->getRouterService());
  1091.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1092.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1093.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1094.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  1095.         $j = new \Knp\Menu\Util\MenuManipulator();
  1096.         $k = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1097.         $l = new \Symfony\Bridge\Twig\AppVariable();
  1098.         $l->setEnvironment('dev');
  1099.         $l->setDebug(true);
  1100.         if ($this->has('.container.private.security.token_storage')) {
  1101.             $l->setTokenStorage($h);
  1102.         }
  1103.         if ($this->has('request_stack')) {
  1104.             $l->setRequestStack($g);
  1105.         }
  1106.         $m = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1107.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1108.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1109.         $instance->addExtension($d);
  1110.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e\dirname(__DIR__4), 'UTF-8'));
  1111.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  1112.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1113.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1114.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1115.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1116.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g$f)));
  1117.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
  1118.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1119.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1120.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1121.         $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)));
  1122.         $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())));
  1123.         $instance->addExtension(new \App\Twig\Extension\Channel\ServiceExtension());
  1124.         $instance->addExtension(new \App\Twig\Extension\Chat\CanalExtension());
  1125.         $instance->addExtension(new \App\Twig\Extension\Chat\FileExtension());
  1126.         $instance->addExtension(new \App\Twig\Extension\Chat\UserExtension());
  1127.         $instance->addExtension(new \App\Twig\Extension\EnvExtension());
  1128.         $instance->addExtension(new \App\Twig\Extension\Header\HeaderExtension());
  1129.         $instance->addExtension(new \App\Twig\Extension\User\UserExtension());
  1130.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1131.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  1132.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1133.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1134.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  1135.         ], [
  1136.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1137.             'webpack_encore.tag_renderer' => '?',
  1138.         ])));
  1139.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1140.         $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, [
  1141.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'false],
  1142.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'false],
  1143.         ], [
  1144.             'list' => '?',
  1145.             'twig' => '?',
  1146.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1147.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->getKnpMenu_MenuProvider_LazyService());
  1148.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->getKnpMenu_MenuProvider_BuilderAliasService());
  1149.         }, 2)), $j$k), $k$j));
  1150.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($d));
  1151.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($f$c)));
  1152.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Permission\Twig\Extension\PermissionExtension());
  1153.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Routing\Twig\Extension\DomainsRoutingExtension());
  1154.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Routing\Twig\Extension\UrlGeneratorExtension());
  1155.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\AppExtension());
  1156.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\BooleanExtension());
  1157.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelExtension());
  1158.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelGetterExtension());
  1159.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelUserDataExtension());
  1160.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChatNotificationExtension());
  1161.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\CustomizableViewExtension());
  1162.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\EnvExtension());
  1163.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\FileExtension());
  1164.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\FormExtension());
  1165.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\HeaderExtension());
  1166.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ImageExtension());
  1167.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\NellappFileExtension());
  1168.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\NellappFormatExtension());
  1169.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\PaginationExtension());
  1170.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SerializerExtension());
  1171.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavExtension());
  1172.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavItemExtension());
  1173.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\UserExtension());
  1174.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\VersionExtension());
  1175.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\WebSocketExtension());
  1176.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Channel\Twig\Extension\UserFromChannelExtension());
  1177.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  1178.         $instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
  1179.         $instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
  1180.         $instance->addExtension(new \DrosalysWeb\Bundle\WebSocketBundle\Twig\Extension\RoutingExtension(($this->privates['drosalys.web_socket.routing.ws_url_generator'] ?? $this->getDrosalys_WebSocket_Routing_WsUrlGeneratorService())));
  1181.         $instance->addExtension(($this->services['oneup_uploader.twig.extension.uploader'] ?? $this->getOneupUploader_Twig_Extension_UploaderService()));
  1182.         $instance->addExtension(new \Symfony\UX\TwigComponent\Twig\ComponentExtension((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1183.             'Symfony\\UX\\TwigComponent\\ComponentFactory' => ['privates''ux.twig_component.component_factory''getUx_TwigComponent_ComponentFactoryService'false],
  1184.             'Symfony\\UX\\TwigComponent\\ComponentRenderer' => ['privates''ux.twig_component.component_renderer''getUx_TwigComponent_ComponentRendererService'false],
  1185.         ], [
  1186.             'Symfony\\UX\\TwigComponent\\ComponentFactory' => 'Symfony\\UX\\TwigComponent\\ComponentFactory',
  1187.             'Symfony\\UX\\TwigComponent\\ComponentRenderer' => 'Symfony\\UX\\TwigComponent\\ComponentRenderer',
  1188.         ]))->withContext('ux.twig_component.twig.component_extension'$this)));
  1189.         $instance->addGlobal('app'$l);
  1190.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1191.             'App\\Twig\\RunTime\\Channel\\ServiceRuntime' => ['privates''App\\Twig\\RunTime\\Channel\\ServiceRuntime''getServiceRuntimeService'false],
  1192.             'App\\Twig\\RunTime\\Chat\\CanalRuntime' => ['privates''App\\Twig\\RunTime\\Chat\\CanalRuntime''getCanalRuntimeService'false],
  1193.             'App\\Twig\\RunTime\\Chat\\FileRuntime' => ['privates''App\\Twig\\RunTime\\Chat\\FileRuntime''getFileRuntimeService'false],
  1194.             'App\\Twig\\RunTime\\Chat\\UserRuntime' => ['privates''App\\Twig\\RunTime\\Chat\\UserRuntime''getUserRuntimeService'false],
  1195.             'App\\Twig\\RunTime\\EnvRuntime' => ['privates''App\\Twig\\RunTime\\EnvRuntime''getEnvRuntimeService'false],
  1196.             'App\\Twig\\RunTime\\Header\\HeaderRuntime' => ['privates''App\\Twig\\RunTime\\Header\\HeaderRuntime''getHeaderRuntimeService'false],
  1197.             'App\\Twig\\RunTime\\User\\UserRuntime' => ['privates''App\\Twig\\RunTime\\User\\UserRuntime''getUserRuntime2Service'false],
  1198.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1199.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  1200.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1201.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime''getChannelUserDataPermissionRuntimeService'false],
  1202.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime''getTranslateRuntimeService'false],
  1203.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime''getUserOwnerRuntimeService'false],
  1204.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\DomainsRoutingRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\DomainsRoutingRuntime''getDomainsRoutingRuntimeService'false],
  1205.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime''getUrlGeneratorRuntimeService'false],
  1206.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime''getAppRuntimeService'false],
  1207.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime''getBooleanRuntimeService'false],
  1208.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime''getChannelGetterRuntimeService'false],
  1209.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime''getChannelRuntimeService'false],
  1210.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime''getChannelUserDataRuntimeService'false],
  1211.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime''getChatNotificationRuntimeService'false],
  1212.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime''getCustomizableViewRuntimeService'false],
  1213.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime''getEnvRuntime2Service'false],
  1214.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime''getFileRuntime2Service'false],
  1215.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime''getFormRuntimeService'false],
  1216.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime''getHeaderRuntime2Service'false],
  1217.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime''getImageRunTimeService'false],
  1218.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime''getNellappFileRuntimeService'false],
  1219.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime''getNellappFormatRuntimeService'false],
  1220.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime''getPaginationRuntimeService'false],
  1221.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime''getSerializerRuntimeService'false],
  1222.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime''getSideNavItemRuntimeService'false],
  1223.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime''getSideNavRuntimeService'false],
  1224.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime''getUserRunTime3Service'false],
  1225.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime''getVersionRuntimeService'false],
  1226.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime''getWebSocketRuntimeService'false],
  1227.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime''getUserFromChannelRuntimeService'false],
  1228.         ], [
  1229.             'App\\Twig\\RunTime\\Channel\\ServiceRuntime' => '?',
  1230.             'App\\Twig\\RunTime\\Chat\\CanalRuntime' => '?',
  1231.             'App\\Twig\\RunTime\\Chat\\FileRuntime' => '?',
  1232.             'App\\Twig\\RunTime\\Chat\\UserRuntime' => '?',
  1233.             'App\\Twig\\RunTime\\EnvRuntime' => '?',
  1234.             'App\\Twig\\RunTime\\Header\\HeaderRuntime' => '?',
  1235.             'App\\Twig\\RunTime\\User\\UserRuntime' => '?',
  1236.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1237.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1238.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1239.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime' => '?',
  1240.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime' => '?',
  1241.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime' => '?',
  1242.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\DomainsRoutingRuntime' => '?',
  1243.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime' => '?',
  1244.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime' => '?',
  1245.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime' => '?',
  1246.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime' => '?',
  1247.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime' => '?',
  1248.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime' => '?',
  1249.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime' => '?',
  1250.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime' => '?',
  1251.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime' => '?',
  1252.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime' => '?',
  1253.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime' => '?',
  1254.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime' => '?',
  1255.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime' => '?',
  1256.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime' => '?',
  1257.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime' => '?',
  1258.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime' => '?',
  1259.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime' => '?',
  1260.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime' => '?',
  1261.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime' => '?',
  1262.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime' => '?',
  1263.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime' => '?',
  1264.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime' => '?',
  1265.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime' => '?',
  1266.         ])));
  1267.         $instance->registerUndefinedFilterCallback([=> $m=> 'suggestFilter']);
  1268.         $instance->registerUndefinedFunctionCallback([=> $m=> 'suggestFunction']);
  1269.         $instance->registerUndefinedTokenParserCallback([=> $m=> 'suggestTag']);
  1270.         (new \Symfony\UX\TwigComponent\Twig\TwigEnvironmentConfigurator(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'',')))->configure($instance);
  1271.         return $instance;
  1272.     }
  1273.     /**
  1274.      * Gets the public '.container.private.validator' shared service.
  1275.      *
  1276.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1277.      */
  1278.     protected function get_Container_Private_ValidatorService()
  1279.     {
  1280.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1281.         if (isset($this->services['.container.private.validator'])) {
  1282.             return $this->services['.container.private.validator'];
  1283.         }
  1284.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1285.     }
  1286.     /**
  1287.      * Gets the public 'App\Controller\Admin\Service\ShowServiceAction' shared autowired service.
  1288.      *
  1289.      * @return \App\Controller\Admin\Service\ShowServiceAction
  1290.      */
  1291.     protected function getShowServiceActionService()
  1292.     {
  1293.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1294.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Service/ShowServiceAction.php';
  1295.         $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()));
  1296.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Admin\\Service\\ShowServiceAction'$this));
  1297.         return $instance;
  1298.     }
  1299.     /**
  1300.      * Gets the public 'App\Controller\AppController' shared autowired service.
  1301.      *
  1302.      * @return \App\Controller\AppController
  1303.      */
  1304.     protected function getAppControllerService()
  1305.     {
  1306.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1307.         include_once \dirname(__DIR__4).'/src/Controller/AppController.php';
  1308.         $this->services['App\\Controller\\AppController'] = $instance = new \App\Controller\AppController();
  1309.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\AppController'$this));
  1310.         return $instance;
  1311.     }
  1312.     /**
  1313.      * Gets the public 'App\Controller\Async\Admin\Conversation\DeleteUsersAction' shared autowired service.
  1314.      *
  1315.      * @return \App\Controller\Async\Admin\Conversation\DeleteUsersAction
  1316.      */
  1317.     protected function getDeleteUsersActionService()
  1318.     {
  1319.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1320.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/Conversation/DeleteUsersAction.php';
  1321.         $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()));
  1322.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction'$this));
  1323.         return $instance;
  1324.     }
  1325.     /**
  1326.      * Gets the public 'App\Controller\Async\Admin\Conversation\GetUserCollectionAvailableForConversationAction' shared autowired service.
  1327.      *
  1328.      * @return \App\Controller\Async\Admin\Conversation\GetUserCollectionAvailableForConversationAction
  1329.      */
  1330.     protected function getGetUserCollectionAvailableForConversationActionService()
  1331.     {
  1332.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1333.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/Conversation/GetUserCollectionAvailableForConversationAction.php';
  1334.         $this->services['App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction'] = $instance = new \App\Controller\Async\Admin\Conversation\GetUserCollectionAvailableForConversationAction(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1335.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction'$this));
  1336.         return $instance;
  1337.     }
  1338.     /**
  1339.      * Gets the public 'App\Controller\Async\Admin\Conversation\PostConversationFromUsersAction' shared autowired service.
  1340.      *
  1341.      * @return \App\Controller\Async\Admin\Conversation\PostConversationFromUsersAction
  1342.      */
  1343.     protected function getPostConversationFromUsersActionService()
  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/PostConversationFromUsersAction.php';
  1347.         $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()));
  1348.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction'$this));
  1349.         return $instance;
  1350.     }
  1351.     /**
  1352.      * Gets the public 'App\Controller\Async\Admin\Conversation\PostUsersAction' shared autowired service.
  1353.      *
  1354.      * @return \App\Controller\Async\Admin\Conversation\PostUsersAction
  1355.      */
  1356.     protected function getPostUsersActionService()
  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/PostUsersAction.php';
  1360.         $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()));
  1361.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction'$this));
  1362.         return $instance;
  1363.     }
  1364.     /**
  1365.      * Gets the public 'App\Controller\Async\Admin\TemporaryCanal\GetNpmEventDataAction' shared autowired service.
  1366.      *
  1367.      * @return \App\Controller\Async\Admin\TemporaryCanal\GetNpmEventDataAction
  1368.      */
  1369.     protected function getGetNpmEventDataActionService()
  1370.     {
  1371.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1372.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/TemporaryCanal/GetNpmEventDataAction.php';
  1373.         include_once \dirname(__DIR__4).'/src/Service/Proxy/ProxyNpmService.php';
  1374.         $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())));
  1375.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction'$this));
  1376.         return $instance;
  1377.     }
  1378.     /**
  1379.      * Gets the public 'App\Controller\Async\Admin\TemporaryCanal\GetTemporaryCanalAction' shared autowired service.
  1380.      *
  1381.      * @return \App\Controller\Async\Admin\TemporaryCanal\GetTemporaryCanalAction
  1382.      */
  1383.     protected function getGetTemporaryCanalActionService()
  1384.     {
  1385.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1386.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/TemporaryCanal/GetTemporaryCanalAction.php';
  1387.         $this->services['App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction'] = $instance = new \App\Controller\Async\Admin\TemporaryCanal\GetTemporaryCanalAction(($this->privates['App\\Repository\\Chat\\TemporaryCanalRepository'] ?? $this->getTemporaryCanalRepositoryService()));
  1388.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction'$this));
  1389.         return $instance;
  1390.     }
  1391.     /**
  1392.      * Gets the public 'App\Controller\Async\Admin\TemporaryCanal\PostTemporaryCanalAction' shared autowired service.
  1393.      *
  1394.      * @return \App\Controller\Async\Admin\TemporaryCanal\PostTemporaryCanalAction
  1395.      */
  1396.     protected function getPostTemporaryCanalActionService()
  1397.     {
  1398.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1399.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/TemporaryCanal/PostTemporaryCanalAction.php';
  1400.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  1401.         include_once \dirname(__DIR__4).'/src/Service/Chat/TemporaryCanalService.php';
  1402.         $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())));
  1403.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction'$this));
  1404.         return $instance;
  1405.     }
  1406.     /**
  1407.      * Gets the public 'App\Controller\Async\Admin\User\GetAdminsCollectionAction' shared autowired service.
  1408.      *
  1409.      * @return \App\Controller\Async\Admin\User\GetAdminsCollectionAction
  1410.      */
  1411.     protected function getGetAdminsCollectionActionService()
  1412.     {
  1413.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1414.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/User/GetAdminsCollectionAction.php';
  1415.         $this->services['App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction'] = $instance = new \App\Controller\Async\Admin\User\GetAdminsCollectionAction(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1416.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction'$this));
  1417.         return $instance;
  1418.     }
  1419.     /**
  1420.      * Gets the public 'App\Controller\Async\Admin\User\GetUserCollectionByChannel' shared autowired service.
  1421.      *
  1422.      * @return \App\Controller\Async\Admin\User\GetUserCollectionByChannel
  1423.      */
  1424.     protected function getGetUserCollectionByChannelService()
  1425.     {
  1426.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1427.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/User/GetUserCollectionByChannel.php';
  1428.         $this->services['App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel'] = $instance = new \App\Controller\Async\Admin\User\GetUserCollectionByChannel(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1429.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel'$this));
  1430.         return $instance;
  1431.     }
  1432.     /**
  1433.      * Gets the public 'App\Controller\Async\Common\Canal\GetCanalItemAction' shared autowired service.
  1434.      *
  1435.      * @return \App\Controller\Async\Common\Canal\GetCanalItemAction
  1436.      */
  1437.     protected function getGetCanalItemActionService()
  1438.     {
  1439.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1440.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Canal/GetCanalItemAction.php';
  1441.         $this->services['App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction'] = $instance = new \App\Controller\Async\Common\Canal\GetCanalItemAction(($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()));
  1442.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction'$this));
  1443.         return $instance;
  1444.     }
  1445.     /**
  1446.      * Gets the public 'App\Controller\Async\Common\Canal\GetPrivateCanalCollectionAction' shared autowired service.
  1447.      *
  1448.      * @return \App\Controller\Async\Common\Canal\GetPrivateCanalCollectionAction
  1449.      */
  1450.     protected function getGetPrivateCanalCollectionActionService()
  1451.     {
  1452.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1453.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Canal/GetPrivateCanalCollectionAction.php';
  1454.         $this->services['App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction'] = $instance = new \App\Controller\Async\Common\Canal\GetPrivateCanalCollectionAction(($this->privates['App\\Service\\Chat\\CanalService'] ?? $this->getCanalServiceService()));
  1455.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction'$this));
  1456.         return $instance;
  1457.     }
  1458.     /**
  1459.      * Gets the public 'App\Controller\Async\Common\Canal\GetPublicCanalCollectionAction' shared autowired service.
  1460.      *
  1461.      * @return \App\Controller\Async\Common\Canal\GetPublicCanalCollectionAction
  1462.      */
  1463.     protected function getGetPublicCanalCollectionActionService()
  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/GetPublicCanalCollectionAction.php';
  1467.         $this->services['App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction'] = $instance = new \App\Controller\Async\Common\Canal\GetPublicCanalCollectionAction(($this->privates['App\\Service\\Chat\\CanalService'] ?? $this->getCanalServiceService()));
  1468.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction'$this));
  1469.         return $instance;
  1470.     }
  1471.     /**
  1472.      * Gets the public 'App\Controller\Async\Common\Canal\GetTemporaryCanalCollectionAction' shared autowired service.
  1473.      *
  1474.      * @return \App\Controller\Async\Common\Canal\GetTemporaryCanalCollectionAction
  1475.      */
  1476.     protected function getGetTemporaryCanalCollectionActionService()
  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/GetTemporaryCanalCollectionAction.php';
  1480.         $this->services['App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction'] = $instance = new \App\Controller\Async\Common\Canal\GetTemporaryCanalCollectionAction(($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\\GetTemporaryCanalCollectionAction'$this));
  1482.         return $instance;
  1483.     }
  1484.     /**
  1485.      * Gets the public 'App\Controller\Async\Common\Channel\GetChannelCollectionForUser' shared autowired service.
  1486.      *
  1487.      * @return \App\Controller\Async\Common\Channel\GetChannelCollectionForUser
  1488.      */
  1489.     protected function getGetChannelCollectionForUserService()
  1490.     {
  1491.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1492.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Channel/GetChannelCollectionForUser.php';
  1493.         $this->services['App\\Controller\\Async\\Common\\Channel\\GetChannelCollectionForUser'] = $instance = new \App\Controller\Async\Common\Channel\GetChannelCollectionForUser();
  1494.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Channel\\GetChannelCollectionForUser'$this));
  1495.         return $instance;
  1496.     }
  1497.     /**
  1498.      * Gets the public 'App\Controller\Async\Common\ChatNotification\ChatNotificationCollectionAction' shared autowired service.
  1499.      *
  1500.      * @return \App\Controller\Async\Common\ChatNotification\ChatNotificationCollectionAction
  1501.      */
  1502.     protected function getChatNotificationCollectionActionService()
  1503.     {
  1504.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1505.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/ChatNotification/ChatNotificationCollectionAction.php';
  1506.         $this->services['App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction'] = $instance = new \App\Controller\Async\Common\ChatNotification\ChatNotificationCollectionAction(($this->privates['App\\Repository\\Chat\\ChatNotificationRepository'] ?? $this->getChatNotificationRepositoryService()));
  1507.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction'$this));
  1508.         return $instance;
  1509.     }
  1510.     /**
  1511.      * Gets the public 'App\Controller\Async\Common\ChatNotification\ChatNotificationReadAll' shared autowired service.
  1512.      *
  1513.      * @return \App\Controller\Async\Common\ChatNotification\ChatNotificationReadAll
  1514.      */
  1515.     protected function getChatNotificationReadAllService()
  1516.     {
  1517.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1518.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/ChatNotification/ChatNotificationReadAll.php';
  1519.         $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()));
  1520.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll'$this));
  1521.         return $instance;
  1522.     }
  1523.     /**
  1524.      * Gets the public 'App\Controller\Async\Common\ChatNotification\ChatNotificationReadItem' shared autowired service.
  1525.      *
  1526.      * @return \App\Controller\Async\Common\ChatNotification\ChatNotificationReadItem
  1527.      */
  1528.     protected function getChatNotificationReadItemService()
  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/ChatNotificationReadItem.php';
  1532.         $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()));
  1533.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem'$this));
  1534.         return $instance;
  1535.     }
  1536.     /**
  1537.      * Gets the public 'App\Controller\Async\Common\Conversation\GetAllConversationsByUserAndChannelAction' shared autowired service.
  1538.      *
  1539.      * @return \App\Controller\Async\Common\Conversation\GetAllConversationsByUserAndChannelAction
  1540.      */
  1541.     protected function getGetAllConversationsByUserAndChannelActionService()
  1542.     {
  1543.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1544.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Conversation/GetAllConversationsByUserAndChannelAction.php';
  1545.         $this->services['App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction'] = $instance = new \App\Controller\Async\Common\Conversation\GetAllConversationsByUserAndChannelAction(($this->privates['App\\Service\\Chat\\ConversationService'] ?? $this->getConversationServiceService()));
  1546.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction'$this));
  1547.         return $instance;
  1548.     }
  1549.     /**
  1550.      * Gets the public 'App\Controller\Async\Common\Conversation\GetConversationItemAction' shared autowired service.
  1551.      *
  1552.      * @return \App\Controller\Async\Common\Conversation\GetConversationItemAction
  1553.      */
  1554.     protected function getGetConversationItemActionService()
  1555.     {
  1556.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1557.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Conversation/GetConversationItemAction.php';
  1558.         $this->services['App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction'] = $instance = new \App\Controller\Async\Common\Conversation\GetConversationItemAction(($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()));
  1559.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction'$this));
  1560.         return $instance;
  1561.     }
  1562.     /**
  1563.      * Gets the public 'App\Controller\Async\Common\Conversation\GetReferentConversationsForLearnerAction' shared autowired service.
  1564.      *
  1565.      * @return \App\Controller\Async\Common\Conversation\GetReferentConversationsForLearnerAction
  1566.      */
  1567.     protected function getGetReferentConversationsForLearnerActionService()
  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/GetReferentConversationsForLearnerAction.php';
  1571.         $this->services['App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction'] = $instance = new \App\Controller\Async\Common\Conversation\GetReferentConversationsForLearnerAction(($this->privates['App\\Service\\Chat\\ReferentConversationService'] ?? $this->getReferentConversationServiceService()));
  1572.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction'$this));
  1573.         return $instance;
  1574.     }
  1575.     /**
  1576.      * Gets the public 'App\Controller\Async\Common\Conversation\GetServiceConversationForLearnerAction' shared autowired service.
  1577.      *
  1578.      * @return \App\Controller\Async\Common\Conversation\GetServiceConversationForLearnerAction
  1579.      */
  1580.     protected function getGetServiceConversationForLearnerActionService()
  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/GetServiceConversationForLearnerAction.php';
  1584.         $this->services['App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction'] = $instance = new \App\Controller\Async\Common\Conversation\GetServiceConversationForLearnerAction(($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\\GetServiceConversationForLearnerAction'$this));
  1586.         return $instance;
  1587.     }
  1588.     /**
  1589.      * Gets the public 'App\Controller\Async\Common\Conversation\GetSimpleConversationCollectionAction' shared autowired service.
  1590.      *
  1591.      * @return \App\Controller\Async\Common\Conversation\GetSimpleConversationCollectionAction
  1592.      */
  1593.     protected function getGetSimpleConversationCollectionActionService()
  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/GetSimpleConversationCollectionAction.php';
  1597.         $this->services['App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction'] = $instance = new \App\Controller\Async\Common\Conversation\GetSimpleConversationCollectionAction(($this->privates['App\\Service\\Chat\\ConversationService'] ?? $this->getConversationServiceService()));
  1598.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction'$this));
  1599.         return $instance;
  1600.     }
  1601.     /**
  1602.      * Gets the public 'App\Controller\Async\Common\Conversation\PostConversationAllReadAction' shared autowired service.
  1603.      *
  1604.      * @return \App\Controller\Async\Common\Conversation\PostConversationAllReadAction
  1605.      */
  1606.     protected function getPostConversationAllReadActionService()
  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/PostConversationAllReadAction.php';
  1610.         $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()));
  1611.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction'$this));
  1612.         return $instance;
  1613.     }
  1614.     /**
  1615.      * Gets the public 'App\Controller\Async\Common\Conversation\PostConversationUserLastSeenMessageAction' shared autowired service.
  1616.      *
  1617.      * @return \App\Controller\Async\Common\Conversation\PostConversationUserLastSeenMessageAction
  1618.      */
  1619.     protected function getPostConversationUserLastSeenMessageActionService()
  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/PostConversationUserLastSeenMessageAction.php';
  1623.         $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()));
  1624.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction'$this));
  1625.         return $instance;
  1626.     }
  1627.     /**
  1628.      * Gets the public 'App\Controller\Async\Common\File\GetFileAction' shared autowired service.
  1629.      *
  1630.      * @return \App\Controller\Async\Common\File\GetFileAction
  1631.      */
  1632.     protected function getGetFileActionService()
  1633.     {
  1634.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1635.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/File/GetFileAction.php';
  1636.         $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()));
  1637.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\File\\GetFileAction'$this));
  1638.         return $instance;
  1639.     }
  1640.     /**
  1641.      * Gets the public 'App\Controller\Async\Common\MessageUser\PostMessageUserAction' shared autowired service.
  1642.      *
  1643.      * @return \App\Controller\Async\Common\MessageUser\PostMessageUserAction
  1644.      */
  1645.     protected function getPostMessageUserActionService()
  1646.     {
  1647.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1648.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/MessageUser/PostMessageUserAction.php';
  1649.         $this->services['App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction'] = $instance = new \App\Controller\Async\Common\MessageUser\PostMessageUserAction(($this->privates['App\\Repository\\Chat\\MessageUserRepository'] ?? $this->getMessageUserRepositoryService()));
  1650.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction'$this));
  1651.         return $instance;
  1652.     }
  1653.     /**
  1654.      * Gets the public 'App\Controller\Async\Common\Message\DeleteMessageAction' shared autowired service.
  1655.      *
  1656.      * @return \App\Controller\Async\Common\Message\DeleteMessageAction
  1657.      */
  1658.     protected function getDeleteMessageActionService()
  1659.     {
  1660.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1661.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/DeleteMessageAction.php';
  1662.         $this->services['App\\Controller\\Async\\Common\\Message\\DeleteMessageAction'] = $instance = new \App\Controller\Async\Common\Message\DeleteMessageAction();
  1663.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\DeleteMessageAction'$this));
  1664.         return $instance;
  1665.     }
  1666.     /**
  1667.      * Gets the public 'App\Controller\Async\Common\Message\GetAfterMessageCollectionAction' shared autowired service.
  1668.      *
  1669.      * @return \App\Controller\Async\Common\Message\GetAfterMessageCollectionAction
  1670.      */
  1671.     protected function getGetAfterMessageCollectionActionService()
  1672.     {
  1673.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1674.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/GetAfterMessageCollectionAction.php';
  1675.         $this->services['App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction'] = $instance = new \App\Controller\Async\Common\Message\GetAfterMessageCollectionAction(($this->privates['App\\Repository\\Chat\\MessageRepository'] ?? $this->getMessageRepositoryService()));
  1676.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction'$this));
  1677.         return $instance;
  1678.     }
  1679.     /**
  1680.      * Gets the public 'App\Controller\Async\Common\Message\GetBeforeMessageCollectionAction' shared autowired service.
  1681.      *
  1682.      * @return \App\Controller\Async\Common\Message\GetBeforeMessageCollectionAction
  1683.      */
  1684.     protected function getGetBeforeMessageCollectionActionService()
  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/GetBeforeMessageCollectionAction.php';
  1688.         $this->services['App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction'] = $instance = new \App\Controller\Async\Common\Message\GetBeforeMessageCollectionAction(($this->privates['App\\Repository\\Chat\\MessageRepository'] ?? $this->getMessageRepositoryService()));
  1689.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction'$this));
  1690.         return $instance;
  1691.     }
  1692.     /**
  1693.      * Gets the public 'App\Controller\Async\Common\Message\GetMessageCollectionSearchAction' shared autowired service.
  1694.      *
  1695.      * @return \App\Controller\Async\Common\Message\GetMessageCollectionSearchAction
  1696.      */
  1697.     protected function getGetMessageCollectionSearchActionService()
  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/GetMessageCollectionSearchAction.php';
  1701.         include_once \dirname(__DIR__4).'/src/Service/Chat/GlobalSearchService.php';
  1702.         $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()));
  1703.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction'$this));
  1704.         return $instance;
  1705.     }
  1706.     /**
  1707.      * Gets the public 'App\Controller\Async\Common\Message\GetUnreadMessageCollectionAction' shared autowired service.
  1708.      *
  1709.      * @return \App\Controller\Async\Common\Message\GetUnreadMessageCollectionAction
  1710.      */
  1711.     protected function getGetUnreadMessageCollectionActionService()
  1712.     {
  1713.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1714.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/GetUnreadMessageCollectionAction.php';
  1715.         $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()));
  1716.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction'$this));
  1717.         return $instance;
  1718.     }
  1719.     /**
  1720.      * Gets the public 'App\Controller\Async\Common\Message\PostFileMessageAction' shared autowired service.
  1721.      *
  1722.      * @return \App\Controller\Async\Common\Message\PostFileMessageAction
  1723.      */
  1724.     protected function getPostFileMessageActionService()
  1725.     {
  1726.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1727.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/PostFileMessageAction.php';
  1728.         $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()));
  1729.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\PostFileMessageAction'$this));
  1730.         return $instance;
  1731.     }
  1732.     /**
  1733.      * Gets the public 'App\Controller\Async\Common\Message\PostMessageAction' shared autowired service.
  1734.      *
  1735.      * @return \App\Controller\Async\Common\Message\PostMessageAction
  1736.      */
  1737.     protected function getPostMessageActionService()
  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/PostMessageAction.php';
  1741.         $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()));
  1742.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\PostMessageAction'$this));
  1743.         return $instance;
  1744.     }
  1745.     /**
  1746.      * Gets the public 'App\Controller\Async\Common\Message\PutMessageAction' shared autowired service.
  1747.      *
  1748.      * @return \App\Controller\Async\Common\Message\PutMessageAction
  1749.      */
  1750.     protected function getPutMessageActionService()
  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/PutMessageAction.php';
  1754.         $this->services['App\\Controller\\Async\\Common\\Message\\PutMessageAction'] = $instance = new \App\Controller\Async\Common\Message\PutMessageAction();
  1755.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\PutMessageAction'$this));
  1756.         return $instance;
  1757.     }
  1758.     /**
  1759.      * Gets the public 'App\Controller\Async\Common\Message\TogglePinMessageAction' shared autowired service.
  1760.      *
  1761.      * @return \App\Controller\Async\Common\Message\TogglePinMessageAction
  1762.      */
  1763.     protected function getTogglePinMessageActionService()
  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/TogglePinMessageAction.php';
  1767.         $this->services['App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction'] = $instance = new \App\Controller\Async\Common\Message\TogglePinMessageAction();
  1768.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction'$this));
  1769.         return $instance;
  1770.     }
  1771.     /**
  1772.      * Gets the public 'App\Controller\Async\Common\RedirectToChannelUserDataShowAction' shared autowired service.
  1773.      *
  1774.      * @return \App\Controller\Async\Common\RedirectToChannelUserDataShowAction
  1775.      */
  1776.     protected function getRedirectToChannelUserDataShowActionService()
  1777.     {
  1778.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1779.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/RedirectToChannelUserDataShowAction.php';
  1780.         $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()));
  1781.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction'$this));
  1782.         return $instance;
  1783.     }
  1784.     /**
  1785.      * Gets the public 'App\Controller\Async\Common\User\GetUserCollectionByConversation' shared autowired service.
  1786.      *
  1787.      * @return \App\Controller\Async\Common\User\GetUserCollectionByConversation
  1788.      */
  1789.     protected function getGetUserCollectionByConversationService()
  1790.     {
  1791.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1792.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/User/GetUserCollectionByConversation.php';
  1793.         $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()));
  1794.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation'$this));
  1795.         return $instance;
  1796.     }
  1797.     /**
  1798.      * Gets the public 'App\Controller\Async\Common\User\GetUserCollectionWithCommonConversations' shared autowired service.
  1799.      *
  1800.      * @return \App\Controller\Async\Common\User\GetUserCollectionWithCommonConversations
  1801.      */
  1802.     protected function getGetUserCollectionWithCommonConversationsService()
  1803.     {
  1804.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1805.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/User/GetUserCollectionWithCommonConversations.php';
  1806.         $this->services['App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations'] = $instance = new \App\Controller\Async\Common\User\GetUserCollectionWithCommonConversations(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1807.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations'$this));
  1808.         return $instance;
  1809.     }
  1810.     /**
  1811.      * Gets the public 'App\Controller\Async\Coordinator\Admins\DeleteAdminAction' shared autowired service.
  1812.      *
  1813.      * @return \App\Controller\Async\Coordinator\Admins\DeleteAdminAction
  1814.      */
  1815.     protected function getDeleteAdminActionService()
  1816.     {
  1817.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1818.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Admins/DeleteAdminAction.php';
  1819.         $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()));
  1820.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction'$this));
  1821.         return $instance;
  1822.     }
  1823.     /**
  1824.      * Gets the public 'App\Controller\Async\Coordinator\Admins\GetAdminsCollection' shared autowired service.
  1825.      *
  1826.      * @return \App\Controller\Async\Coordinator\Admins\GetAdminsCollection
  1827.      */
  1828.     protected function getGetAdminsCollectionService()
  1829.     {
  1830.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1831.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Admins/GetAdminsCollection.php';
  1832.         $this->services['App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection'] = $instance = new \App\Controller\Async\Coordinator\Admins\GetAdminsCollection(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1833.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection'$this));
  1834.         return $instance;
  1835.     }
  1836.     /**
  1837.      * Gets the public 'App\Controller\Async\Coordinator\Admins\PostAdminsAction' shared autowired service.
  1838.      *
  1839.      * @return \App\Controller\Async\Coordinator\Admins\PostAdminsAction
  1840.      */
  1841.     protected function getPostAdminsActionService()
  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/PostAdminsAction.php';
  1845.         $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()));
  1846.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction'$this));
  1847.         return $instance;
  1848.     }
  1849.     /**
  1850.      * Gets the public 'App\Controller\Async\Coordinator\Canal\DeleteCanalsAction' shared autowired service.
  1851.      *
  1852.      * @return \App\Controller\Async\Coordinator\Canal\DeleteCanalsAction
  1853.      */
  1854.     protected function getDeleteCanalsActionService()
  1855.     {
  1856.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1857.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Canal/DeleteCanalsAction.php';
  1858.         $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()));
  1859.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction'$this));
  1860.         return $instance;
  1861.     }
  1862.     /**
  1863.      * Gets the public 'App\Controller\Async\Coordinator\Canal\GetCanalCollectionAction' shared autowired service.
  1864.      *
  1865.      * @return \App\Controller\Async\Coordinator\Canal\GetCanalCollectionAction
  1866.      */
  1867.     protected function getGetCanalCollectionActionService()
  1868.     {
  1869.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1870.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Canal/GetCanalCollectionAction.php';
  1871.         $this->services['App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction'] = $instance = new \App\Controller\Async\Coordinator\Canal\GetCanalCollectionAction(($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()));
  1872.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction'$this));
  1873.         return $instance;
  1874.     }
  1875.     /**
  1876.      * Gets the public 'App\Controller\Async\Coordinator\Canal\PostCanalAction' shared autowired service.
  1877.      *
  1878.      * @return \App\Controller\Async\Coordinator\Canal\PostCanalAction
  1879.      */
  1880.     protected function getPostCanalActionService()
  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/PostCanalAction.php';
  1884.         $this->services['App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction'] = $instance = new \App\Controller\Async\Coordinator\Canal\PostCanalAction();
  1885.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction'$this));
  1886.         return $instance;
  1887.     }
  1888.     /**
  1889.      * Gets the public 'App\Controller\Async\Coordinator\Canal\PutCanalAction' shared autowired service.
  1890.      *
  1891.      * @return \App\Controller\Async\Coordinator\Canal\PutCanalAction
  1892.      */
  1893.     protected function getPutCanalActionService()
  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/PutCanalAction.php';
  1897.         $this->services['App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction'] = $instance = new \App\Controller\Async\Coordinator\Canal\PutCanalAction();
  1898.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction'$this));
  1899.         return $instance;
  1900.     }
  1901.     /**
  1902.      * Gets the public 'App\Controller\Async\Coordinator\Coordinators\DeleteCoordinatorAction' shared autowired service.
  1903.      *
  1904.      * @return \App\Controller\Async\Coordinator\Coordinators\DeleteCoordinatorAction
  1905.      */
  1906.     protected function getDeleteCoordinatorActionService()
  1907.     {
  1908.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1909.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Coordinators/DeleteCoordinatorAction.php';
  1910.         $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()));
  1911.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction'$this));
  1912.         return $instance;
  1913.     }
  1914.     /**
  1915.      * Gets the public 'App\Controller\Async\Coordinator\Coordinators\GetCoordinatorsCollection' shared autowired service.
  1916.      *
  1917.      * @return \App\Controller\Async\Coordinator\Coordinators\GetCoordinatorsCollection
  1918.      */
  1919.     protected function getGetCoordinatorsCollectionService()
  1920.     {
  1921.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1922.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Coordinators/GetCoordinatorsCollection.php';
  1923.         $this->services['App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection'] = $instance = new \App\Controller\Async\Coordinator\Coordinators\GetCoordinatorsCollection(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1924.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection'$this));
  1925.         return $instance;
  1926.     }
  1927.     /**
  1928.      * Gets the public 'App\Controller\Async\Coordinator\Coordinators\PostCoordinatorsAction' shared autowired service.
  1929.      *
  1930.      * @return \App\Controller\Async\Coordinator\Coordinators\PostCoordinatorsAction
  1931.      */
  1932.     protected function getPostCoordinatorsActionService()
  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/PostCoordinatorsAction.php';
  1936.         $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()));
  1937.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction'$this));
  1938.         return $instance;
  1939.     }
  1940.     /**
  1941.      * Gets the public 'App\Controller\Async\Coordinator\GetResourceCollection' shared autowired service.
  1942.      *
  1943.      * @return \App\Controller\Async\Coordinator\GetResourceCollection
  1944.      */
  1945.     protected function getGetResourceCollectionService()
  1946.     {
  1947.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1948.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/GetResourceCollection.php';
  1949.         $this->services['App\\Controller\\Async\\Coordinator\\GetResourceCollection'] = $instance = new \App\Controller\Async\Coordinator\GetResourceCollection(($this->privates['App\\Service\\Chat\\ChatResourceService'] ?? $this->getChatResourceServiceService()));
  1950.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\GetResourceCollection'$this));
  1951.         return $instance;
  1952.     }
  1953.     /**
  1954.      * Gets the public 'App\Controller\Async\Coordinator\Users\GetAdminChannelUserDataCollection' shared autowired service.
  1955.      *
  1956.      * @return \App\Controller\Async\Coordinator\Users\GetAdminChannelUserDataCollection
  1957.      */
  1958.     protected function getGetAdminChannelUserDataCollectionService()
  1959.     {
  1960.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1961.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Users/GetAdminChannelUserDataCollection.php';
  1962.         $this->services['App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection'] = $instance = new \App\Controller\Async\Coordinator\Users\GetAdminChannelUserDataCollection(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1963.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection'$this));
  1964.         return $instance;
  1965.     }
  1966.     /**
  1967.      * Gets the public 'App\Controller\HomeController' shared autowired service.
  1968.      *
  1969.      * @return \App\Controller\HomeController
  1970.      */
  1971.     protected function getHomeControllerService()
  1972.     {
  1973.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1974.         include_once \dirname(__DIR__4).'/src/Controller/HomeController.php';
  1975.         $this->services['App\\Controller\\HomeController'] = $instance = new \App\Controller\HomeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1976.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\HomeController'$this));
  1977.         return $instance;
  1978.     }
  1979.     /**
  1980.      * Gets the public 'App\Controller\IntroductionController' shared autowired service.
  1981.      *
  1982.      * @return \App\Controller\IntroductionController
  1983.      */
  1984.     protected function getIntroductionControllerService()
  1985.     {
  1986.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1987.         include_once \dirname(__DIR__4).'/src/Controller/IntroductionController.php';
  1988.         $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()));
  1989.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\IntroductionController'$this));
  1990.         return $instance;
  1991.     }
  1992.     /**
  1993.      * Gets the public 'App\Controller\ReverseSync\Proxy\ChatNotification\ChatNotificationCollectionAction' shared autowired service.
  1994.      *
  1995.      * @return \App\Controller\ReverseSync\Proxy\ChatNotification\ChatNotificationCollectionAction
  1996.      */
  1997.     protected function getChatNotificationCollectionAction2Service()
  1998.     {
  1999.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2000.         include_once \dirname(__DIR__4).'/src/Controller/ReverseSync/Proxy/ChatNotification/ChatNotificationCollectionAction.php';
  2001.         $this->services['App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationCollectionAction'] = $instance = new \App\Controller\ReverseSync\Proxy\ChatNotification\ChatNotificationCollectionAction(($this->privates['App\\Repository\\Chat\\ChatNotificationRepository'] ?? $this->getChatNotificationRepositoryService()));
  2002.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationCollectionAction'$this));
  2003.         return $instance;
  2004.     }
  2005.     /**
  2006.      * Gets the public 'App\Controller\ReverseSync\Proxy\ChatNotification\ChatNotificationNewCollectionAction' shared autowired service.
  2007.      *
  2008.      * @return \App\Controller\ReverseSync\Proxy\ChatNotification\ChatNotificationNewCollectionAction
  2009.      */
  2010.     protected function getChatNotificationNewCollectionActionService()
  2011.     {
  2012.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2013.         include_once \dirname(__DIR__4).'/src/Controller/ReverseSync/Proxy/ChatNotification/ChatNotificationNewCollectionAction.php';
  2014.         $this->services['App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction'] = $instance = new \App\Controller\ReverseSync\Proxy\ChatNotification\ChatNotificationNewCollectionAction(($this->privates['App\\Repository\\Chat\\ChatNotificationRepository'] ?? $this->getChatNotificationRepositoryService()));
  2015.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction'$this));
  2016.         return $instance;
  2017.     }
  2018.     /**
  2019.      * Gets the public 'App\Controller\ReverseSync\Proxy\LearnerMessages\ReferentConversationMessageCollectionAction' shared autowired service.
  2020.      *
  2021.      * @return \App\Controller\ReverseSync\Proxy\LearnerMessages\ReferentConversationMessageCollectionAction
  2022.      */
  2023.     protected function getReferentConversationMessageCollectionActionService()
  2024.     {
  2025.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2026.         include_once \dirname(__DIR__4).'/src/Controller/ReverseSync/Proxy/LearnerMessages/ReferentConversationMessageCollectionAction.php';
  2027.         $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()));
  2028.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction'$this));
  2029.         return $instance;
  2030.     }
  2031.     /**
  2032.      * Gets the public 'App\Controller\ReverseSync\Proxy\LearnerMessages\ServiceConversationMessageCollectionAction' shared autowired service.
  2033.      *
  2034.      * @return \App\Controller\ReverseSync\Proxy\LearnerMessages\ServiceConversationMessageCollectionAction
  2035.      */
  2036.     protected function getServiceConversationMessageCollectionActionService()
  2037.     {
  2038.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2039.         include_once \dirname(__DIR__4).'/src/Controller/ReverseSync/Proxy/LearnerMessages/ServiceConversationMessageCollectionAction.php';
  2040.         $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()));
  2041.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction'$this));
  2042.         return $instance;
  2043.     }
  2044.     /**
  2045.      * Gets the public 'App\Service\WebSocketHandler\ClientSideWebSocketHandler' shared autowired service.
  2046.      *
  2047.      * @return \App\Service\WebSocketHandler\ClientSideWebSocketHandler
  2048.      */
  2049.     protected function getClientSideWebSocketHandlerService()
  2050.     {
  2051.         include_once \dirname(__DIR__4).'/src/Service/WebSocketHandler/WebSocketHandlerInterface.php';
  2052.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  2053.         include_once \dirname(__DIR__4).'/src/Service/WebSocketHandler/AbstractWebSocketHandler.php';
  2054.         include_once \dirname(__DIR__4).'/src/Service/WebSocketHandler/ClientSideWebSocketHandler.php';
  2055.         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()));
  2056.     }
  2057.     /**
  2058.      * Gets the public 'App\Service\WebSocketHandler\ServerSideWebSocketHandler' shared autowired service.
  2059.      *
  2060.      * @return \App\Service\WebSocketHandler\ServerSideWebSocketHandler
  2061.      */
  2062.     protected function getServerSideWebSocketHandlerService()
  2063.     {
  2064.         include_once \dirname(__DIR__4).'/src/Service/WebSocketHandler/WebSocketHandlerInterface.php';
  2065.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  2066.         include_once \dirname(__DIR__4).'/src/Service/WebSocketHandler/AbstractWebSocketHandler.php';
  2067.         include_once \dirname(__DIR__4).'/src/Service/WebSocketHandler/ServerSideWebSocketHandler.php';
  2068.         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()));
  2069.     }
  2070.     /**
  2071.      * Gets the public 'App\WebSocket\Component\ClientSideComponent' shared autowired service.
  2072.      *
  2073.      * @return \App\WebSocket\Component\ClientSideComponent
  2074.      */
  2075.     protected function getClientSideComponentService()
  2076.     {
  2077.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2078.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/ComponentInterface.php';
  2079.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/ComponentTrait.php';
  2080.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2081.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/AbstractComponent.php';
  2082.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageInterface.php';
  2083.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageComponentInterface.php';
  2084.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/AbstractMessageComponent.php';
  2085.         include_once \dirname(__DIR__4).'/src/WebSocket/Component/AbstractComponent.php';
  2086.         include_once \dirname(__DIR__4).'/src/WebSocket/Component/ClientSideComponent.php';
  2087.         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()));
  2088.     }
  2089.     /**
  2090.      * Gets the public 'App\WebSocket\Component\ServerSideComponent' shared autowired service.
  2091.      *
  2092.      * @return \App\WebSocket\Component\ServerSideComponent
  2093.      */
  2094.     protected function getServerSideComponentService()
  2095.     {
  2096.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2097.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/ComponentInterface.php';
  2098.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/ComponentTrait.php';
  2099.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2100.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/AbstractComponent.php';
  2101.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageInterface.php';
  2102.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageComponentInterface.php';
  2103.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/AbstractMessageComponent.php';
  2104.         include_once \dirname(__DIR__4).'/src/WebSocket/Component/AbstractComponent.php';
  2105.         include_once \dirname(__DIR__4).'/src/WebSocket/Component/ServerSideComponent.php';
  2106.         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()));
  2107.     }
  2108.     /**
  2109.      * Gets the public 'App\WebSocket\Stockage\ActiveDataWebSocket' shared autowired service.
  2110.      *
  2111.      * @return \App\WebSocket\Stockage\ActiveDataWebSocket
  2112.      */
  2113.     protected function getActiveDataWebSocketService()
  2114.     {
  2115.         include_once \dirname(__DIR__4).'/src/WebSocket/Stockage/ActiveDataWebSocket.php';
  2116.         return $this->services['App\\WebSocket\\Stockage\\ActiveDataWebSocket'] = new \App\WebSocket\Stockage\ActiveDataWebSocket(($this->privates['App\\Service\\Chat\\ConversationService'] ?? $this->getConversationServiceService()));
  2117.     }
  2118.     /**
  2119.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  2120.      *
  2121.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  2122.      */
  2123.     protected function getProfilerControllerService()
  2124.     {
  2125.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  2126.         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()));
  2127.     }
  2128.     /**
  2129.      * Gets the public 'DrosalysWeb\ObjectExtensions\Bridge\Symfony\DoctrineBlamer.App\Entity\Account\User' shared service.
  2130.      *
  2131.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Symfony\DoctrineBlamer
  2132.      */
  2133.     protected function getUserService()
  2134.     {
  2135.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Blame/BlamerInterface.php';
  2136.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/Blamer.php';
  2137.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/DoctrineBlamer.php';
  2138.         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']);
  2139.     }
  2140.     /**
  2141.      * Gets the public 'Faker\Generator' shared service.
  2142.      *
  2143.      * @return \Faker\Generator
  2144.      */
  2145.     protected function getGeneratorService()
  2146.     {
  2147.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Generator.php';
  2148.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Factory.php';
  2149.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Faker/Provider/AliceProvider.php';
  2150.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Provider/Base.php';
  2151.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Fixture/Provider/HtmlLorem.php';
  2152.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Provider/Image.php';
  2153.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Fixture/Provider/Image.php';
  2154.         $this->services['Faker\\Generator'] = $instance \Faker\Factory::create('en_US');
  2155.         $instance->seed(1);
  2156.         $instance->addProvider(new \Nelmio\Alice\Faker\Provider\AliceProvider());
  2157.         $instance->addProvider(new \Nellapp\Bundle\SDKBundle\Fixture\Provider\HtmlLorem($instance));
  2158.         $instance->addProvider(new \Nellapp\Bundle\SDKBundle\Fixture\Provider\Image($instance));
  2159.         return $instance;
  2160.     }
  2161.     /**
  2162.      * Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
  2163.      *
  2164.      * @return \Liip\ImagineBundle\Controller\ImagineController
  2165.      */
  2166.     protected function getImagineControllerService()
  2167.     {
  2168.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
  2169.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
  2170.         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));
  2171.     }
  2172.     /**
  2173.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectAction' shared autowired service.
  2174.      *
  2175.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectAction
  2176.      */
  2177.     protected function getConnectActionService()
  2178.     {
  2179.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/ConnectAction.php';
  2180.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  2181.         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']))));
  2182.     }
  2183.     /**
  2184.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectCheckAction' shared autowired service.
  2185.      *
  2186.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectCheckAction
  2187.      */
  2188.     protected function getConnectCheckActionService()
  2189.     {
  2190.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/ConnectCheckAction.php';
  2191.         return $this->services['Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\ConnectCheckAction'] = new \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectCheckAction();
  2192.     }
  2193.     /**
  2194.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\GlobalLogoutController' shared autowired service.
  2195.      *
  2196.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\GlobalLogoutController
  2197.      */
  2198.     protected function getGlobalLogoutControllerService()
  2199.     {
  2200.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2201.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/GlobalLogoutController.php';
  2202.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Session/SessionDeleter.php';
  2203.         $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'));
  2204.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\GlobalLogoutController'$this));
  2205.         return $instance;
  2206.     }
  2207.     /**
  2208.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction' shared autowired service.
  2209.      *
  2210.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction
  2211.      */
  2212.     protected function getLoggedOutActionService()
  2213.     {
  2214.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2215.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/LoggedOutAction.php';
  2216.         $this->services['Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LoggedOutAction'] = $instance = new \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction();
  2217.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LoggedOutAction'$this));
  2218.         return $instance;
  2219.     }
  2220.     /**
  2221.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction' shared autowired service.
  2222.      *
  2223.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction
  2224.      */
  2225.     protected function getLogoutActionService()
  2226.     {
  2227.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2228.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/LogoutAction.php';
  2229.         $this->services['Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LogoutAction'] = $instance = new \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction();
  2230.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LogoutAction'$this));
  2231.         return $instance;
  2232.     }
  2233.     /**
  2234.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction' shared autowired service.
  2235.      *
  2236.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction
  2237.      */
  2238.     protected function getCollectionActionService()
  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/DataSync/HttpClient/SerializerAwareTrait.php';
  2242.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/ChannelUserRole/CollectionAction.php';
  2243.         $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()));
  2244.         $instance->setContainer(($this->privates['.service_locator.VOk2nDh'] ?? $this->get_ServiceLocator_VOk2nDhService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChannelUserRole\\CollectionAction'$this));
  2245.         return $instance;
  2246.     }
  2247.     /**
  2248.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController' shared autowired service.
  2249.      *
  2250.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController
  2251.      */
  2252.     protected function getChatNotificationControllerService()
  2253.     {
  2254.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2255.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/ChatNotification/ChatNotificationController.php';
  2256.         $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()));
  2257.         $instance->setContainer(($this->privates['.service_locator.VOk2nDh'] ?? $this->get_ServiceLocator_VOk2nDhService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChatNotification\\ChatNotificationController'$this));
  2258.         return $instance;
  2259.     }
  2260.     /**
  2261.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction' shared autowired service.
  2262.      *
  2263.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction
  2264.      */
  2265.     protected function getChannelAdminCollectionActionService()
  2266.     {
  2267.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2268.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  2269.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/User/ChannelAdminCollectionAction.php';
  2270.         $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()));
  2271.         $instance->setContainer(($this->privates['.service_locator.VOk2nDh'] ?? $this->get_ServiceLocator_VOk2nDhService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelAdminCollectionAction'$this));
  2272.         return $instance;
  2273.     }
  2274.     /**
  2275.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction' shared autowired service.
  2276.      *
  2277.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction
  2278.      */
  2279.     protected function getChannelLearnerCollectionActionService()
  2280.     {
  2281.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2282.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  2283.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/User/ChannelLearnerCollectionAction.php';
  2284.         $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()));
  2285.         $instance->setContainer(($this->privates['.service_locator.VOk2nDh'] ?? $this->get_ServiceLocator_VOk2nDhService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelLearnerCollectionAction'$this));
  2286.         return $instance;
  2287.     }
  2288.     /**
  2289.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction' shared autowired service.
  2290.      *
  2291.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction
  2292.      */
  2293.     protected function getChannelUserCollectionActionService()
  2294.     {
  2295.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2296.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  2297.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/User/ChannelUserCollectionAction.php';
  2298.         $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()));
  2299.         $instance->setContainer(($this->privates['.service_locator.VOk2nDh'] ?? $this->get_ServiceLocator_VOk2nDhService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelUserCollectionAction'$this));
  2300.         return $instance;
  2301.     }
  2302.     /**
  2303.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController' shared autowired service.
  2304.      *
  2305.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController
  2306.      */
  2307.     protected function getChannelResourceAccessCacheControllerService()
  2308.     {
  2309.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2310.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Async/ChannelResourceAccessCacheController.php';
  2311.         $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()));
  2312.         $instance->setContainer(($this->privates['.service_locator.tvghQKF'] ?? $this->get_ServiceLocator_TvghQKFService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Async\\ChannelResourceAccessCacheController'$this));
  2313.         return $instance;
  2314.     }
  2315.     /**
  2316.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction' shared autowired service.
  2317.      *
  2318.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction
  2319.      */
  2320.     protected function getDeleteActionService()
  2321.     {
  2322.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2323.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  2324.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/DeleteAction.php';
  2325.         $instance = new \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2326.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  2327.         $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  2328.         $instance $instance->setChannelUserPermissionGroupManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] ?? $this->getChannelUserPermissionGroupManagerService()));
  2329.         $this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction'] = $instance $instance->setNellappUrlGenerator(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  2330.         $instance->setContainer(($this->privates['.service_locator.tvghQKF'] ?? $this->get_ServiceLocator_TvghQKFService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\DeleteAction'$this));
  2331.         return $instance;
  2332.     }
  2333.     /**
  2334.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction' shared autowired service.
  2335.      *
  2336.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction
  2337.      */
  2338.     protected function getEditActionService()
  2339.     {
  2340.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2341.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  2342.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/EditAction.php';
  2343.         $instance = new \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2344.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  2345.         $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  2346.         $instance $instance->setChannelUserPermissionGroupManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] ?? $this->getChannelUserPermissionGroupManagerService()));
  2347.         $this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction'] = $instance $instance->setNellappUrlGenerator(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  2348.         $instance->setContainer(($this->privates['.service_locator.tvghQKF'] ?? $this->get_ServiceLocator_TvghQKFService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\EditAction'$this));
  2349.         return $instance;
  2350.     }
  2351.     /**
  2352.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction' shared autowired service.
  2353.      *
  2354.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction
  2355.      */
  2356.     protected function getIndexActionService()
  2357.     {
  2358.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2359.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  2360.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/IndexAction.php';
  2361.         $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()));
  2362.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  2363.         $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  2364.         $instance $instance->setChannelUserPermissionGroupManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] ?? $this->getChannelUserPermissionGroupManagerService()));
  2365.         $this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction'] = $instance $instance->setNellappUrlGenerator(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  2366.         $instance->setContainer(($this->privates['.service_locator.tvghQKF'] ?? $this->get_ServiceLocator_TvghQKFService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\IndexAction'$this));
  2367.         return $instance;
  2368.     }
  2369.     /**
  2370.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction' shared autowired service.
  2371.      *
  2372.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction
  2373.      */
  2374.     protected function getNewActionService()
  2375.     {
  2376.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2377.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  2378.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/NewAction.php';
  2379.         $instance = new \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2380.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  2381.         $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  2382.         $instance $instance->setChannelUserPermissionGroupManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] ?? $this->getChannelUserPermissionGroupManagerService()));
  2383.         $this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction'] = $instance $instance->setNellappUrlGenerator(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  2384.         $instance->setContainer(($this->privates['.service_locator.tvghQKF'] ?? $this->get_ServiceLocator_TvghQKFService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\NewAction'$this));
  2385.         return $instance;
  2386.     }
  2387.     /**
  2388.      * Gets the public 'Nellapp\Bundle\SDKBundle\Sync\Routing\Controller\Sync\CollectionAction' shared autowired service.
  2389.      *
  2390.      * @return \Nellapp\Bundle\SDKBundle\Sync\Routing\Controller\Sync\CollectionAction
  2391.      */
  2392.     protected function getCollectionAction2Service()
  2393.     {
  2394.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Controller/Sync/CollectionAction.php';
  2395.         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()));
  2396.     }
  2397.     /**
  2398.      * Gets the public 'Nellapp\Bundle\SDKBundle\Twig\Controller\ErrorController' shared autowired service.
  2399.      *
  2400.      * @return \Nellapp\Bundle\SDKBundle\Twig\Controller\ErrorController
  2401.      */
  2402.     protected function getErrorControllerService()
  2403.     {
  2404.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Controller/ErrorController.php';
  2405.         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()));
  2406.     }
  2407.     /**
  2408.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  2409.      *
  2410.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  2411.      */
  2412.     protected function getRedirectControllerService()
  2413.     {
  2414.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  2415.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2416.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  2417.     }
  2418.     /**
  2419.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  2420.      *
  2421.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  2422.      */
  2423.     protected function getTemplateControllerService()
  2424.     {
  2425.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  2426.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2427.     }
  2428.     /**
  2429.      * Gets the public 'app.chat_upload_namer' shared autowired service.
  2430.      *
  2431.      * @return \App\Uploader\ChatUploadNamer
  2432.      */
  2433.     protected function getApp_ChatUploadNamerService()
  2434.     {
  2435.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
  2436.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/UniqidNamer.php';
  2437.         include_once \dirname(__DIR__4).'/src/Uploader/ChatUploadNamer.php';
  2438.         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()));
  2439.     }
  2440.     /**
  2441.      * Gets the public 'bazinga.jstranslation.controller' shared service.
  2442.      *
  2443.      * @return \Bazinga\Bundle\JsTranslationBundle\Controller\Controller
  2444.      */
  2445.     protected function getBazinga_Jstranslation_ControllerService()
  2446.     {
  2447.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php';
  2448.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  2449.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  2450.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  2451.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  2452.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  2453.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  2454.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  2455.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  2456.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  2457.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  2458.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  2459.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  2460.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  2461.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  2462.         $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');
  2463.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  2464.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  2465.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  2466.         $instance->addLoader('yaml'$a);
  2467.         $instance->addLoader('yml'$a);
  2468.         $instance->addLoader('xlf'$b);
  2469.         $instance->addLoader('xliff'$b);
  2470.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  2471.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  2472.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  2473.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  2474.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  2475.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  2476.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  2477.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  2478.         return $instance;
  2479.     }
  2480.     /**
  2481.      * Gets the public 'bazinga.jstranslation.dump_command' shared service.
  2482.      *
  2483.      * @return \Bazinga\Bundle\JsTranslationBundle\Command\DumpCommand
  2484.      */
  2485.     protected function getBazinga_Jstranslation_DumpCommandService()
  2486.     {
  2487.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2488.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Command/DumpCommand.php';
  2489.         $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));
  2490.         $instance->setName('bazinga:js-translation:dump');
  2491.         return $instance;
  2492.     }
  2493.     /**
  2494.      * Gets the public 'bazinga.jstranslation.translation_dumper' shared service.
  2495.      *
  2496.      * @return \Bazinga\Bundle\JsTranslationBundle\Dumper\TranslationDumper
  2497.      */
  2498.     protected function getBazinga_Jstranslation_TranslationDumperService()
  2499.     {
  2500.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Dumper/TranslationDumper.php';
  2501.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  2502.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  2503.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  2504.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  2505.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  2506.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  2507.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  2508.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  2509.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  2510.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  2511.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  2512.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  2513.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  2514.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  2515.         $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', [], []);
  2516.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  2517.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  2518.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  2519.         $instance->addLoader('yaml'$a);
  2520.         $instance->addLoader('yml'$a);
  2521.         $instance->addLoader('xlf'$b);
  2522.         $instance->addLoader('xliff'$b);
  2523.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  2524.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  2525.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  2526.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  2527.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  2528.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  2529.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  2530.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  2531.         return $instance;
  2532.     }
  2533.     /**
  2534.      * Gets the public 'bazinga.jstranslation.translation_finder' shared service.
  2535.      *
  2536.      * @return \Bazinga\Bundle\JsTranslationBundle\Finder\TranslationFinder
  2537.      */
  2538.     protected function getBazinga_Jstranslation_TranslationFinderService()
  2539.     {
  2540.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Finder/TranslationFinder.php';
  2541.         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/email.fr.yaml'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.fr.yml'), => (\dirname(__DIR__4).'/translations/OneupUploaderBundle.fr.yaml'), => (\dirname(__DIR__4).'/translations/messages.fr.yaml'), 10 => (\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')]]);
  2542.     }
  2543.     /**
  2544.      * Gets the public 'cache.app' shared service.
  2545.      *
  2546.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2547.      */
  2548.     protected function getCache_AppService()
  2549.     {
  2550.         $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))));
  2551.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2552.         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));
  2553.     }
  2554.     /**
  2555.      * Gets the public 'cache.app_clearer' shared service.
  2556.      *
  2557.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2558.      */
  2559.     protected function getCache_AppClearerService()
  2560.     {
  2561.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2562.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2563.         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())]);
  2564.     }
  2565.     /**
  2566.      * Gets the public 'cache.global_clearer' shared service.
  2567.      *
  2568.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2569.      */
  2570.     protected function getCache_GlobalClearerService()
  2571.     {
  2572.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2573.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2574.         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())]);
  2575.     }
  2576.     /**
  2577.      * Gets the public 'cache.system' shared service.
  2578.      *
  2579.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2580.      */
  2581.     protected function getCache_SystemService()
  2582.     {
  2583.         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()))));
  2584.     }
  2585.     /**
  2586.      * Gets the public 'cache.system_clearer' shared service.
  2587.      *
  2588.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2589.      */
  2590.     protected function getCache_SystemClearerService()
  2591.     {
  2592.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2593.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2594.         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())]);
  2595.     }
  2596.     /**
  2597.      * Gets the public 'cache.validator_expression_language' shared service.
  2598.      *
  2599.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2600.      */
  2601.     protected function getCache_ValidatorExpressionLanguageService()
  2602.     {
  2603.         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()))));
  2604.     }
  2605.     /**
  2606.      * Gets the public 'cache_warmer' shared service.
  2607.      *
  2608.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  2609.      */
  2610.     protected function getCacheWarmerService()
  2611.     {
  2612.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2613.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  2614.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  2615.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  2616.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  2617.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  2618.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  2619.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  2620.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  2621.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  2622.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  2623.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  2624.             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'))));
  2625.         }, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  2626.     }
  2627.     /**
  2628.      * Gets the public 'console.command_loader' shared service.
  2629.      *
  2630.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  2631.      */
  2632.     protected function getConsole_CommandLoaderService()
  2633.     {
  2634.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  2635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  2636.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2637.             'App\\Command\\Cron\\CreateOrDeleteCanalFromSessions' => ['privates''.App\\Command\\Cron\\CreateOrDeleteCanalFromSessions.lazy''getCreateOrDeleteCanalFromSessions_LazyService'false],
  2638.             'App\\Command\\Cron\\DeleteOldChatMessageCommand' => ['privates''.App\\Command\\Cron\\DeleteOldChatMessageCommand.lazy''getDeleteOldChatMessageCommand_LazyService'false],
  2639.             'App\\Command\\Cron\\DeleteOldConversationCommand' => ['privates''.App\\Command\\Cron\\DeleteOldConversationCommand.lazy''getDeleteOldConversationCommand_LazyService'false],
  2640.             'App\\Command\\Cron\\ManageConversationUsersForCursusCommand' => ['privates''.App\\Command\\Cron\\ManageConversationUsersForCursusCommand.lazy''getManageConversationUsersForCursusCommand_LazyService'false],
  2641.             'App\\Command\\GenerateHashtagUserCommand' => ['privates''.App\\Command\\GenerateHashtagUserCommand.lazy''getGenerateHashtagUserCommand_LazyService'false],
  2642.             'App\\Command\\GenerateReferentAndServiceConversationsForActiveCursusCommand' => ['privates''.App\\Command\\GenerateReferentAndServiceConversationsForActiveCursusCommand.lazy''getGenerateReferentAndServiceConversationsForActiveCursusCommand_LazyService'false],
  2643.             'App\\Command\\InitChannelCanalCommand' => ['privates''.App\\Command\\InitChannelCanalCommand.lazy''getInitChannelCanalCommand_LazyService'false],
  2644.             'App\\Command\\InitResourcesCommand' => ['privates''.App\\Command\\InitResourcesCommand.lazy''getInitResourcesCommand_LazyService'false],
  2645.             'App\\Command\\InitSimpleConversationsCommand' => ['privates''.App\\Command\\InitSimpleConversationsCommand.lazy''getInitSimpleConversationsCommand_LazyService'false],
  2646.             'App\\Command\\TestStringCommand' => ['privates''.App\\Command\\TestStringCommand.lazy''getTestStringCommand_LazyService'false],
  2647.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  2648.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  2649.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  2650.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  2651.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  2652.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  2653.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  2654.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  2655.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  2656.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  2657.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  2658.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  2659.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  2660.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  2661.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  2662.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  2663.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  2664.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  2665.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  2666.             'console.command.messenger_failed_messages_retry' => ['privates''.console.command.messenger_failed_messages_retry.lazy''get_Console_Command_MessengerFailedMessagesRetry_LazyService'false],
  2667.             'console.command.messenger_failed_messages_show' => ['privates''.console.command.messenger_failed_messages_show.lazy''get_Console_Command_MessengerFailedMessagesShow_LazyService'false],
  2668.             'console.command.messenger_failed_messages_remove' => ['privates''.console.command.messenger_failed_messages_remove.lazy''get_Console_Command_MessengerFailedMessagesRemove_LazyService'false],
  2669.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  2670.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  2671.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  2672.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  2673.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  2674.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  2675.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  2676.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  2677.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  2678.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  2679.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  2680.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  2681.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  2682.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  2683.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  2684.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  2685.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  2686.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  2687.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  2688.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  2689.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  2690.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  2691.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  2692.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  2693.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  2694.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  2695.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  2696.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  2697.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  2698.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  2699.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  2700.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  2701.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  2702.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  2703.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  2704.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  2705.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  2706.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  2707.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  2708.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  2709.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  2710.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  2711.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  2712.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  2713.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  2714.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  2715.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  2716.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  2717.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  2718.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  2719.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  2720.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  2721.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  2722.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  2723.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  2724.             '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],
  2725.             'nelmio_api_doc.command.dump' => ['services''nelmio_api_doc.command.dump''getNelmioApiDoc_Command_DumpService'false],
  2726.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand.lazy''getCheckChannelMenuDisplayedCommand_LazyService'false],
  2727.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand.lazy''getCleanExpiredChannelResourcePermissionCommand_LazyService'false],
  2728.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand' => ['privates''Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand''getFailedMessageCommandService'false],
  2729.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand.lazy''getFullRefreshClassCommand_LazyService'false],
  2730.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand.lazy''getRefreshClassCommand_LazyService'false],
  2731.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand.lazy''getRefreshOneCommand_LazyService'false],
  2732.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand.lazy''getUserFromChannelCommand_LazyService'false],
  2733.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand.lazy''getSyncOneCommand_LazyService'false],
  2734.             'liip_imagine.command.cache_remove' => ['privates''liip_imagine.command.cache_remove''getLiipImagine_Command_CacheRemoveService'false],
  2735.             'liip_imagine.command.cache_resolve' => ['privates''liip_imagine.command.cache_resolve''getLiipImagine_Command_CacheResolveService'false],
  2736.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => ['privates''Sentry\\SentryBundle\\Command\\SentryTestCommand''getSentryTestCommandService'false],
  2737.             'DrosalysWeb\\Bundle\\WebSocketBundle\\Command\\ServerRunCommand' => ['privates''DrosalysWeb\\Bundle\\WebSocketBundle\\Command\\ServerRunCommand''getServerRunCommandService'false],
  2738.             'bazinga.jstranslation.dump_command' => ['services''bazinga.jstranslation.dump_command''getBazinga_Jstranslation_DumpCommandService'false],
  2739.             'oneup_uploader.command.clear_chunks' => ['privates''oneup_uploader.command.clear_chunks''getOneupUploader_Command_ClearChunksService'false],
  2740.             'oneup_uploader.command.clear_orphans' => ['privates''oneup_uploader.command.clear_orphans''getOneupUploader_Command_ClearOrphansService'false],
  2741.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  2742.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  2743.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  2744.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  2745.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  2746.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  2747.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  2748.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  2749.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  2750.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  2751.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  2752.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  2753.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  2754.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  2755.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  2756.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  2757.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  2758.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  2759.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  2760.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  2761.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  2762.         ], [
  2763.             'App\\Command\\Cron\\CreateOrDeleteCanalFromSessions' => '?',
  2764.             'App\\Command\\Cron\\DeleteOldChatMessageCommand' => '?',
  2765.             'App\\Command\\Cron\\DeleteOldConversationCommand' => '?',
  2766.             'App\\Command\\Cron\\ManageConversationUsersForCursusCommand' => '?',
  2767.             'App\\Command\\GenerateHashtagUserCommand' => '?',
  2768.             'App\\Command\\GenerateReferentAndServiceConversationsForActiveCursusCommand' => '?',
  2769.             'App\\Command\\InitChannelCanalCommand' => '?',
  2770.             'App\\Command\\InitResourcesCommand' => '?',
  2771.             'App\\Command\\InitSimpleConversationsCommand' => '?',
  2772.             'App\\Command\\TestStringCommand' => '?',
  2773.             'console.command.about' => '?',
  2774.             'console.command.assets_install' => '?',
  2775.             'console.command.cache_clear' => '?',
  2776.             'console.command.cache_pool_clear' => '?',
  2777.             'console.command.cache_pool_prune' => '?',
  2778.             'console.command.cache_pool_delete' => '?',
  2779.             'console.command.cache_pool_list' => '?',
  2780.             'console.command.cache_warmup' => '?',
  2781.             'console.command.config_debug' => '?',
  2782.             'console.command.config_dump_reference' => '?',
  2783.             'console.command.container_debug' => '?',
  2784.             'console.command.container_lint' => '?',
  2785.             'console.command.debug_autowiring' => '?',
  2786.             'console.command.dotenv_debug' => '?',
  2787.             'console.command.event_dispatcher_debug' => '?',
  2788.             'console.command.messenger_consume_messages' => '?',
  2789.             'console.command.messenger_setup_transports' => '?',
  2790.             'console.command.messenger_debug' => '?',
  2791.             'console.command.messenger_stop_workers' => '?',
  2792.             'console.command.messenger_failed_messages_retry' => '?',
  2793.             'console.command.messenger_failed_messages_show' => '?',
  2794.             'console.command.messenger_failed_messages_remove' => '?',
  2795.             'console.command.router_debug' => '?',
  2796.             'console.command.router_match' => '?',
  2797.             'console.command.translation_debug' => '?',
  2798.             'console.command.translation_extract' => '?',
  2799.             'console.command.validator_debug' => '?',
  2800.             'console.command.translation_pull' => '?',
  2801.             'console.command.translation_push' => '?',
  2802.             'console.command.xliff_lint' => '?',
  2803.             'console.command.yaml_lint' => '?',
  2804.             'console.command.form_debug' => '?',
  2805.             'console.command.secrets_set' => '?',
  2806.             'console.command.secrets_remove' => '?',
  2807.             'console.command.secrets_generate_key' => '?',
  2808.             'console.command.secrets_list' => '?',
  2809.             'console.command.secrets_decrypt_to_local' => '?',
  2810.             'console.command.secrets_encrypt_from_local' => '?',
  2811.             'twig.command.debug' => '?',
  2812.             'twig.command.lint' => '?',
  2813.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  2814.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  2815.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  2816.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  2817.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  2818.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  2819.             'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  2820.             'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  2821.             'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  2822.             'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  2823.             'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  2824.             'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  2825.             'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  2826.             'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  2827.             'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  2828.             'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  2829.             'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  2830.             'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  2831.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  2832.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  2833.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  2834.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  2835.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  2836.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  2837.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  2838.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  2839.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  2840.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  2841.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  2842.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  2843.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  2844.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  2845.             'security.command.debug_firewall' => '?',
  2846.             'security.command.user_password_encoder' => '?',
  2847.             'security.command.user_password_hash' => '?',
  2848.             'var_dumper.command.server_dump' => '?',
  2849.             'monolog.command.server_log' => '?',
  2850.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'Hautelook\\AliceBundle\\Console\\Command\\Doctrine\\DoctrineOrmLoadDataFixturesCommand',
  2851.             'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  2852.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand' => '?',
  2853.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand' => '?',
  2854.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand' => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand',
  2855.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand' => '?',
  2856.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand' => '?',
  2857.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand' => '?',
  2858.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand' => '?',
  2859.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand' => '?',
  2860.             'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
  2861.             'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
  2862.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand',
  2863.             'DrosalysWeb\\Bundle\\WebSocketBundle\\Command\\ServerRunCommand' => 'DrosalysWeb\\Bundle\\WebSocketBundle\\Command\\ServerRunCommand',
  2864.             'bazinga.jstranslation.dump_command' => 'Bazinga\\Bundle\\JsTranslationBundle\\Command\\DumpCommand',
  2865.             'oneup_uploader.command.clear_chunks' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  2866.             'oneup_uploader.command.clear_orphans' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  2867.             'maker.auto_command.make_auth' => '?',
  2868.             'maker.auto_command.make_command' => '?',
  2869.             'maker.auto_command.make_controller' => '?',
  2870.             'maker.auto_command.make_crud' => '?',
  2871.             'maker.auto_command.make_docker_database' => '?',
  2872.             'maker.auto_command.make_entity' => '?',
  2873.             'maker.auto_command.make_fixtures' => '?',
  2874.             'maker.auto_command.make_form' => '?',
  2875.             'maker.auto_command.make_message' => '?',
  2876.             'maker.auto_command.make_messenger_middleware' => '?',
  2877.             'maker.auto_command.make_registration_form' => '?',
  2878.             'maker.auto_command.make_reset_password' => '?',
  2879.             'maker.auto_command.make_serializer_encoder' => '?',
  2880.             'maker.auto_command.make_serializer_normalizer' => '?',
  2881.             'maker.auto_command.make_subscriber' => '?',
  2882.             'maker.auto_command.make_twig_extension' => '?',
  2883.             'maker.auto_command.make_test' => '?',
  2884.             'maker.auto_command.make_validator' => '?',
  2885.             'maker.auto_command.make_voter' => '?',
  2886.             'maker.auto_command.make_user' => '?',
  2887.             'maker.auto_command.make_migration' => '?',
  2888.         ]), ['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']);
  2889.     }
  2890.     /**
  2891.      * Gets the public 'container.env_var_processors_locator' shared service.
  2892.      *
  2893.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2894.      */
  2895.     protected function getContainer_EnvVarProcessorsLocatorService()
  2896.     {
  2897.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2898.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2899.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2900.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2901.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2902.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2903.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2904.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2905.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2906.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2907.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2908.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2909.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2910.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2911.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2912.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2913.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2914.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2915.         ], [
  2916.             'base64' => '?',
  2917.             'bool' => '?',
  2918.             'const' => '?',
  2919.             'csv' => '?',
  2920.             'default' => '?',
  2921.             'file' => '?',
  2922.             'float' => '?',
  2923.             'int' => '?',
  2924.             'json' => '?',
  2925.             'key' => '?',
  2926.             'not' => '?',
  2927.             'query_string' => '?',
  2928.             'require' => '?',
  2929.             'resolve' => '?',
  2930.             'string' => '?',
  2931.             'trim' => '?',
  2932.             'url' => '?',
  2933.         ]);
  2934.     }
  2935.     /**
  2936.      * Gets the public 'data_collector.dump' shared service.
  2937.      *
  2938.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  2939.      */
  2940.     protected function getDataCollector_DumpService()
  2941.     {
  2942.         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()));
  2943.     }
  2944.     /**
  2945.      * Gets the public 'default_filesystem' shared service.
  2946.      *
  2947.      * @return \League\Flysystem\Filesystem
  2948.      */
  2949.     protected function getDefaultFilesystemService()
  2950.     {
  2951.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  2952.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  2953.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  2954.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/CalculateChecksumFromStream.php';
  2955.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Filesystem.php';
  2956.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemAdapter.php';
  2957.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/ChecksumProvider.php';
  2958.         include_once \dirname(__DIR__4).'/vendor/league/flysystem-local/LocalFilesystemAdapter.php';
  2959.         return $this->services['default_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__3).'/uploads'), NULL22NULLfalse), []);
  2960.     }
  2961.     /**
  2962.      * Gets the public 'doctrine' shared service.
  2963.      *
  2964.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  2965.      */
  2966.     protected function getDoctrineService()
  2967.     {
  2968.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  2969.     }
  2970.     /**
  2971.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  2972.      *
  2973.      * @return \Doctrine\DBAL\Connection
  2974.      */
  2975.     protected function getDoctrine_Dbal_DefaultConnectionService()
  2976.     {
  2977.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  2978.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  2979.             return $this->services['doctrine.dbal.default_connection'];
  2980.         }
  2981.         $b = new \Doctrine\DBAL\Configuration();
  2982.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  2983.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2984.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2985.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  2986.         $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))));
  2987.         $d->setConnectionName('default');
  2988.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  2989.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
  2990.         $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())))]);
  2991.         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, []);
  2992.     }
  2993.     /**
  2994.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  2995.      *
  2996.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  2997.      */
  2998.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  2999.     {
  3000.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3001.             'App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''getAbstractCursusSubscriberService'false],
  3002.             'App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber''getCanalSubscriberService'false],
  3003.             'App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber''getChannelSubscriberService'false],
  3004.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber''getChannelUserDataSubscriberService'false],
  3005.             'App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber''getChatNotificationSubscriberService'false],
  3006.             'App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber''getConversationSubscriberService'false],
  3007.             'App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber''getConversationUserSubscriberService'false],
  3008.             'App\\Doctrine\\EventEntitySubscriber\\FileSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\FileSubscriber''getFileSubscriberService'false],
  3009.             'App\\Doctrine\\EventEntitySubscriber\\GroupSubscriberAbstract' => ['privates''App\\Doctrine\\EventEntitySubscriber\\GroupSubscriberAbstract''getGroupSubscriberAbstractService'false],
  3010.             'App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber''getMessageSubscriberService'false],
  3011.             'App\\Doctrine\\EventEntitySubscriber\\PlaceSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\PlaceSubscriber''getPlaceSubscriberService'false],
  3012.             'App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber''getServiceConversationSubscriberService'false],
  3013.             'App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber''getServiceSubscriberService'false],
  3014.             'App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''getSessionReferentsSubscriberService'false],
  3015.             'App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''getSessionSubscriberService'false],
  3016.             'App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract' => ['privates''App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract''getTrainingSubscriberAbstractService'false],
  3017.             'App\\Doctrine\\EventEntitySubscriber\\UserSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\UserSubscriber''getUserSubscriberService'false],
  3018.         ], [
  3019.             'App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber' => '?',
  3020.             'App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber' => '?',
  3021.             'App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber' => '?',
  3022.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber' => '?',
  3023.             'App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber' => '?',
  3024.             'App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber' => '?',
  3025.             'App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber' => '?',
  3026.             'App\\Doctrine\\EventEntitySubscriber\\FileSubscriber' => '?',
  3027.             'App\\Doctrine\\EventEntitySubscriber\\GroupSubscriberAbstract' => '?',
  3028.             'App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber' => '?',
  3029.             'App\\Doctrine\\EventEntitySubscriber\\PlaceSubscriber' => '?',
  3030.             'App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber' => '?',
  3031.             'App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber' => '?',
  3032.             'App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber' => '?',
  3033.             'App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber' => '?',
  3034.             'App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract' => '?',
  3035.             'App\\Doctrine\\EventEntitySubscriber\\UserSubscriber' => '?',
  3036.         ]));
  3037.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber');
  3038.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber');
  3039.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber');
  3040.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber');
  3041.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber');
  3042.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber''App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber');
  3043.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber');
  3044.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber');
  3045.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber');
  3046.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber');
  3047.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber');
  3048.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber''App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber');
  3049.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber''App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber');
  3050.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber''App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber');
  3051.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber''App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber');
  3052.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber''App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber');
  3053.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\FileSubscriber''App\\Doctrine\\EventEntitySubscriber\\FileSubscriber');
  3054.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\GroupSubscriberAbstract''App\\Doctrine\\EventEntitySubscriber\\GroupSubscriberAbstract');
  3055.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber''App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber');
  3056.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\PlaceSubscriber''App\\Doctrine\\EventEntitySubscriber\\PlaceSubscriber');
  3057.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber''App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber');
  3058.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber''App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber');
  3059.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber''App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber');
  3060.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber''App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber');
  3061.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber');
  3062.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber');
  3063.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber');
  3064.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber');
  3065.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber');
  3066.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber');
  3067.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber');
  3068.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber');
  3069.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber');
  3070.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract''App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract');
  3071.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\UserSubscriber''App\\Doctrine\\EventEntitySubscriber\\UserSubscriber');
  3072.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\UserSubscriber''App\\Doctrine\\EventEntitySubscriber\\UserSubscriber');
  3073.         return $instance;
  3074.     }
  3075.     /**
  3076.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  3077.      *
  3078.      * @return \Doctrine\ORM\EntityManager
  3079.      */
  3080.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  3081.     {
  3082.         if ($lazyLoad) {
  3083.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  3084.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3085.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  3086.                     $proxy->setProxyInitializer(null);
  3087.                     return true;
  3088.                 });
  3089.             });
  3090.         }
  3091.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  3092.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  3093.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  3094.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  3095.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  3096.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  3097.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  3098.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  3099.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  3100.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  3101.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  3102.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  3103.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  3104.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  3105.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  3106.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/RepositoryFactoryCompatibility.php';
  3107.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  3108.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  3109.         $a = new \Doctrine\ORM\Configuration();
  3110.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  3111.         $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)));
  3112.         $b->addDriver($c'App\\Entity');
  3113.         $b->addDriver($c'Nellapp\\Bundle\\SDKBundle\\Entity');
  3114.         $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');
  3115.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Entity')], false), 'Nellapp\\Bundle\\SDKBundle\\Auth\\Entity');
  3116.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Entity')], false), 'Nellapp\\Bundle\\SDKBundle\\Channel\\Entity');
  3117.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Entity')], false), 'Nellapp\\Bundle\\SDKBundle\\Permission\\Entity');
  3118.         $a->setEntityNamespaces(['App' => 'App\\Entity''NellappSDKBundle' => 'Nellapp\\Bundle\\SDKBundle\\Entity']);
  3119.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3120.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  3121.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  3122.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3123.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  3124.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  3125.         ], [
  3126.             'doctrine.ulid_generator' => '?',
  3127.             'doctrine.uuid_generator' => '?',
  3128.         ])));
  3129.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  3130.         $a->setProxyNamespace('Proxies');
  3131.         $a->setAutoGenerateProxyClasses(true);
  3132.         $a->setSchemaIgnoreClasses([]);
  3133.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  3134.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  3135.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  3136.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  3137.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  3138.         $a->setLazyGhostObjectEnabled(false);
  3139.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3140.             'App\\Repository\\Account\\NotificationRepository' => ['privates''App\\Repository\\Account\\NotificationRepository''getNotificationRepositoryService'false],
  3141.             'App\\Repository\\Account\\UserRepository' => ['privates''App\\Repository\\Account\\UserRepository''getUserRepositoryService'false],
  3142.             'App\\Repository\\ChannelUserData\\AbstractCursusRepository' => ['privates''App\\Repository\\ChannelUserData\\AbstractCursusRepository''getAbstractCursusRepositoryService'false],
  3143.             'App\\Repository\\ChannelUserData\\ChannelUserDataRepository' => ['privates''App\\Repository\\ChannelUserData\\ChannelUserDataRepository''getChannelUserDataRepositoryService'false],
  3144.             'App\\Repository\\Channel\\ChannelRepository' => ['privates''App\\Repository\\Channel\\ChannelRepository''getChannelRepositoryService'false],
  3145.             'App\\Repository\\Channel\\ChannelUserServicePermissionRepository' => ['privates''App\\Repository\\Channel\\ChannelUserServicePermissionRepository''getChannelUserServicePermissionRepositoryService'false],
  3146.             'App\\Repository\\Channel\\ChannelUserSessionPermissionRepository' => ['privates''App\\Repository\\Channel\\ChannelUserSessionPermissionRepository''getChannelUserSessionPermissionRepositoryService'false],
  3147.             'App\\Repository\\Channel\\ChannelWhiteLabelRepository' => ['privates''App\\Repository\\Channel\\ChannelWhiteLabelRepository''getChannelWhiteLabelRepositoryService'false],
  3148.             'App\\Repository\\Channel\\GroupRepository' => ['privates''App\\Repository\\Channel\\GroupRepository''getGroupRepositoryService'false],
  3149.             'App\\Repository\\Channel\\PlaceRepository' => ['privates''App\\Repository\\Channel\\PlaceRepository''getPlaceRepositoryService'false],
  3150.             'App\\Repository\\Channel\\ServiceRepository' => ['privates''App\\Repository\\Channel\\ServiceRepository''getServiceRepositoryService'false],
  3151.             'App\\Repository\\Channel\\SessionRepository' => ['privates''App\\Repository\\Channel\\SessionRepository''getSessionRepositoryService'false],
  3152.             'App\\Repository\\Channel\\TrainingRepository' => ['privates''App\\Repository\\Channel\\TrainingRepository''getTrainingRepositoryService'false],
  3153.             'App\\Repository\\Chat\\CanalRepository' => ['privates''App\\Repository\\Chat\\CanalRepository''getCanalRepositoryService'false],
  3154.             'App\\Repository\\Chat\\ChatNotificationRepository' => ['privates''App\\Repository\\Chat\\ChatNotificationRepository''getChatNotificationRepositoryService'false],
  3155.             'App\\Repository\\Chat\\ConversationRepository' => ['privates''App\\Repository\\Chat\\ConversationRepository''getConversationRepositoryService'false],
  3156.             'App\\Repository\\Chat\\ConversationUserRepository' => ['privates''App\\Repository\\Chat\\ConversationUserRepository''getConversationUserRepositoryService'false],
  3157.             'App\\Repository\\Chat\\FileMessageRepository' => ['privates''App\\Repository\\Chat\\FileMessageRepository''getFileMessageRepositoryService'false],
  3158.             'App\\Repository\\Chat\\FileRepository' => ['privates''App\\Repository\\Chat\\FileRepository''getFileRepositoryService'false],
  3159.             'App\\Repository\\Chat\\MessageRepository' => ['privates''App\\Repository\\Chat\\MessageRepository''getMessageRepositoryService'false],
  3160.             'App\\Repository\\Chat\\MessageUserRepository' => ['privates''App\\Repository\\Chat\\MessageUserRepository''getMessageUserRepositoryService'false],
  3161.             'App\\Repository\\Chat\\ServiceConversationRepository' => ['privates''App\\Repository\\Chat\\ServiceConversationRepository''getServiceConversationRepositoryService'false],
  3162.             'App\\Repository\\Chat\\TemporaryCanalRepository' => ['privates''App\\Repository\\Chat\\TemporaryCanalRepository''getTemporaryCanalRepositoryService'false],
  3163.             'App\\Repository\\ResourceRepository' => ['privates''App\\Repository\\ResourceRepository''getResourceRepositoryService'false],
  3164.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\ChannelUserRoleRepository' => ['privates''Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\ChannelUserRoleRepository''getChannelUserRoleRepositoryService'false],
  3165.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository' => ['privates''Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository''getUserFromChannelRepositoryService'false],
  3166.         ], [
  3167.             'App\\Repository\\Account\\NotificationRepository' => '?',
  3168.             'App\\Repository\\Account\\UserRepository' => '?',
  3169.             'App\\Repository\\ChannelUserData\\AbstractCursusRepository' => '?',
  3170.             'App\\Repository\\ChannelUserData\\ChannelUserDataRepository' => '?',
  3171.             'App\\Repository\\Channel\\ChannelRepository' => '?',
  3172.             'App\\Repository\\Channel\\ChannelUserServicePermissionRepository' => '?',
  3173.             'App\\Repository\\Channel\\ChannelUserSessionPermissionRepository' => '?',
  3174.             'App\\Repository\\Channel\\ChannelWhiteLabelRepository' => '?',
  3175.             'App\\Repository\\Channel\\GroupRepository' => '?',
  3176.             'App\\Repository\\Channel\\PlaceRepository' => '?',
  3177.             'App\\Repository\\Channel\\ServiceRepository' => '?',
  3178.             'App\\Repository\\Channel\\SessionRepository' => '?',
  3179.             'App\\Repository\\Channel\\TrainingRepository' => '?',
  3180.             'App\\Repository\\Chat\\CanalRepository' => '?',
  3181.             'App\\Repository\\Chat\\ChatNotificationRepository' => '?',
  3182.             'App\\Repository\\Chat\\ConversationRepository' => '?',
  3183.             'App\\Repository\\Chat\\ConversationUserRepository' => '?',
  3184.             'App\\Repository\\Chat\\FileMessageRepository' => '?',
  3185.             'App\\Repository\\Chat\\FileRepository' => '?',
  3186.             'App\\Repository\\Chat\\MessageRepository' => '?',
  3187.             'App\\Repository\\Chat\\MessageUserRepository' => '?',
  3188.             'App\\Repository\\Chat\\ServiceConversationRepository' => '?',
  3189.             'App\\Repository\\Chat\\TemporaryCanalRepository' => '?',
  3190.             'App\\Repository\\ResourceRepository' => '?',
  3191.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\ChannelUserRoleRepository' => '?',
  3192.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository' => '?',
  3193.         ])));
  3194.         $a->addCustomStringFunction('FIND_IN_SET''DoctrineExtensions\\Query\\Mysql\\FindInSet');
  3195.         $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()));
  3196.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  3197.         return $instance;
  3198.     }
  3199.     /**
  3200.      * Gets the public 'error_controller' shared service.
  3201.      *
  3202.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  3203.      */
  3204.     protected function getErrorController2Service()
  3205.     {
  3206.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  3207.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  3208.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  3209.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  3210.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  3211.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3212.         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)));
  3213.     }
  3214.     /**
  3215.      * Gets the public 'event_dispatcher' shared service.
  3216.      *
  3217.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  3218.      */
  3219.     protected function getEventDispatcherService()
  3220.     {
  3221.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  3222.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3223.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  3224.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3225.         $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())));
  3226.         $instance->addListener('oneup_uploader.post_upload', [=> function () {
  3227.             return ($this->privates['app.pre_upload_listener'] ?? ($this->privates['app.pre_upload_listener'] = new \App\Uploader\Event\PostUploadListener()));
  3228.         }, => 'postUpload'], 0);
  3229.         $instance->addListener('oneup_uploader.validation', [=> function () {
  3230.             return ($this->privates['app.upload_validation_listener'] ?? $this->getApp_UploadValidationListenerService());
  3231.         }, => 'onValidate'], 0);
  3232.         $instance->addListener('kernel.controller', [=> function () {
  3233.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  3234.         }, => 'onKernelController'], 0);
  3235.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3236.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  3237.         }, => 'checkPassport'], 1024);
  3238.         $instance->addListener('kernel.response', [=> function () {
  3239.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  3240.         }, => 'onKernelResponse'], 0);
  3241.         $instance->addListener('kernel.exception', [=> function () {
  3242.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  3243.         }, => 'onKernelException'], 0);
  3244.         $instance->addListener('kernel.request', [=> function () {
  3245.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  3246.         }, => 'onKernelRequest'], 0);
  3247.         $instance->addListener('console.command', [=> function () {
  3248.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  3249.         }, => 'handleConsoleCommandEvent'], 128);
  3250.         $instance->addListener('console.terminate', [=> function () {
  3251.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  3252.         }, => 'handleConsoleTerminateEvent'], -64);
  3253.         $instance->addListener('console.error', [=> function () {
  3254.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  3255.         }, => 'handleConsoleErrorEvent'], -64);
  3256.         $instance->addListener('kernel.exception', [=> function () {
  3257.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->getErrorListenerService());
  3258.         }, => 'handleExceptionEvent'], 128);
  3259.         $instance->addListener('kernel.request', [=> function () {
  3260.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  3261.         }, => 'handleKernelRequestEvent'], 5);
  3262.         $instance->addListener('kernel.controller', [=> function () {
  3263.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  3264.         }, => 'handleKernelControllerEvent'], 10);
  3265.         $instance->addListener('kernel.request', [=> function () {
  3266.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  3267.         }, => 'handleKernelRequestEvent'], 3);
  3268.         $instance->addListener('kernel.finish_request', [=> function () {
  3269.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  3270.         }, => 'handleKernelFinishRequestEvent'], 5);
  3271.         $instance->addListener('kernel.request', [=> function () {
  3272.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  3273.         }, => 'handleKernelRequestEvent'], 4);
  3274.         $instance->addListener('kernel.response', [=> function () {
  3275.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  3276.         }, => 'handleKernelResponseEvent'], 15);
  3277.         $instance->addListener('kernel.terminate', [=> function () {
  3278.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  3279.         }, => 'handleKernelTerminateEvent'], 5);
  3280.         $instance->addListener('kernel.request', [=> function () {
  3281.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  3282.         }, => 'handleKernelRequestEvent'], 2);
  3283.         $instance->addListener('kernel.finish_request', [=> function () {
  3284.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  3285.         }, => 'handleKernelFinishRequestEvent'], 10);
  3286.         $instance->addListener('kernel.response', [=> function () {
  3287.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  3288.         }, => 'handleKernelResponseEvent'], 15);
  3289.         $instance->addListener('console.command', [=> function () {
  3290.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  3291.         }, => 'handleConsoleCommandEvent'], 118);
  3292.         $instance->addListener('console.terminate', [=> function () {
  3293.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  3294.         }, => 'handleConsoleTerminateEvent'], -54);
  3295.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3296.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  3297.         }, => 'handleWorkerMessageFailedEvent'], 50);
  3298.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  3299.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  3300.         }, => 'handleWorkerMessageHandledEvent'], 50);
  3301.         $instance->addListener('kernel.request', [=> function () {
  3302.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  3303.         }, => 'handleKernelRequestEvent'], 0);
  3304.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3305.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  3306.         }, => 'handleLoginSuccessEvent'], 0);
  3307.         $instance->addListener('oneup_uploader.validation', [=> function () {
  3308.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] = new \Oneup\UploaderBundle\EventListener\MaxSizeValidationListener()));
  3309.         }, => 'onValidate'], 0);
  3310.         $instance->addListener('oneup_uploader.validation', [=> function () {
  3311.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] = new \Oneup\UploaderBundle\EventListener\AllowedMimetypeAndExtensionValidationListener()));
  3312.         }, => 'onValidate'], 0);
  3313.         $instance->addListener('oneup_uploader.validation', [=> function () {
  3314.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] = new \Oneup\UploaderBundle\EventListener\DisallowedMimetypeValidationListener()));
  3315.         }, => 'onValidate'], 0);
  3316.         $instance->addListener('spiriit_filter.prepare', [=> function () {
  3317.             return ($this->services['spiriit_form_filter.filter_prepare'] ?? ($this->services['spiriit_form_filter.filter_prepare'] = new \Spiriit\Bundle\FormFilterBundle\Event\Listener\PrepareListener()));
  3318.         }, => 'onFilterBuilderPrepare'], 0);
  3319.         $instance->addListener('spiriit_filter.apply_filters.orm', [=> function () {
  3320.             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')));
  3321.         }, => 'onApplyFilterCondition'], 0);
  3322.         $instance->addListener('kernel.response', [=> function () {
  3323.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  3324.         }, => 'onKernelResponse'], 0);
  3325.         $instance->addListener('kernel.response', [=> function () {
  3326.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  3327.         }, => 'onKernelResponse'], -1024);
  3328.         $instance->addListener('kernel.request', [=> function () {
  3329.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3330.         }, => 'setDefaultLocale'], 100);
  3331.         $instance->addListener('kernel.request', [=> function () {
  3332.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3333.         }, => 'onKernelRequest'], 16);
  3334.         $instance->addListener('kernel.finish_request', [=> function () {
  3335.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3336.         }, => 'onKernelFinishRequest'], 0);
  3337.         $instance->addListener('kernel.request', [=> function () {
  3338.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  3339.         }, => 'onKernelRequest'], 256);
  3340.         $instance->addListener('kernel.response', [=> function () {
  3341.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  3342.         }, => 'onResponse'], -255);
  3343.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3344.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3345.         }, => 'onControllerArguments'], 0);
  3346.         $instance->addListener('kernel.exception', [=> function () {
  3347.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3348.         }, => 'logKernelException'], 0);
  3349.         $instance->addListener('kernel.exception', [=> function () {
  3350.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3351.         }, => 'onKernelException'], -128);
  3352.         $instance->addListener('kernel.response', [=> function () {
  3353.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3354.         }, => 'removeCspHeader'], -128);
  3355.         $instance->addListener('kernel.request', [=> function () {
  3356.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3357.         }, => 'onKernelRequest'], 15);
  3358.         $instance->addListener('kernel.finish_request', [=> function () {
  3359.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3360.         }, => 'onKernelFinishRequest'], -15);
  3361.         $instance->addListener('console.error', [=> function () {
  3362.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3363.         }, => 'onConsoleError'], -128);
  3364.         $instance->addListener('console.terminate', [=> function () {
  3365.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3366.         }, => 'onConsoleTerminate'], -128);
  3367.         $instance->addListener('console.error', [=> function () {
  3368.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  3369.         }, => 'onConsoleError'], 0);
  3370.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3371.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  3372.         }, => 'onMessage'], -255);
  3373.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3374.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  3375.         }, => 'onMessage'], -255);
  3376.         $instance->addListener('kernel.request', [=> function () {
  3377.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3378.         }, => 'configure'], 2048);
  3379.         $instance->addListener('console.command', [=> function () {
  3380.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3381.         }, => 'configure'], 2048);
  3382.         $instance->addListener('kernel.request', [=> function () {
  3383.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3384.         }, => 'onKernelRequest'], 32);
  3385.         $instance->addListener('kernel.finish_request', [=> function () {
  3386.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3387.         }, => 'onKernelFinishRequest'], 0);
  3388.         $instance->addListener('kernel.exception', [=> function () {
  3389.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3390.         }, => 'onKernelException'], -64);
  3391.         $instance->addListener('kernel.response', [=> function () {
  3392.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  3393.         }, => 'onKernelResponse'], 0);
  3394.         $instance->addListener('kernel.request', [=> function () {
  3395.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3396.         }, => 'onKernelRequest'], 128);
  3397.         $instance->addListener('kernel.response', [=> function () {
  3398.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3399.         }, => 'onKernelResponse'], -1000);
  3400.         $instance->addListener('kernel.finish_request', [=> function () {
  3401.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3402.         }, => 'onFinishRequest'], 0);
  3403.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3404.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  3405.         }, => 'onMessageFailed'], 100);
  3406.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3407.             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()));
  3408.         }, => 'onMessageFailed'], 200);
  3409.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3410.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->getMessenger_Failure_SendFailedMessageToFailureTransportListenerService());
  3411.         }, => 'onMessageFailed'], -100);
  3412.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  3413.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  3414.         }, => 'onWorkerStarted'], 0);
  3415.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  3416.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  3417.         }, => 'onWorkerRunning'], 0);
  3418.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3419.             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()));
  3420.         }, => 'onMessageFailed'], 0);
  3421.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  3422.             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()));
  3423.         }, => 'onWorkerRunning'], 0);
  3424.         $instance->addListener('kernel.response', [=> function () {
  3425.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3426.         }, => 'onKernelResponse'], -100);
  3427.         $instance->addListener('kernel.exception', [=> function () {
  3428.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3429.         }, => 'onKernelException'], 0);
  3430.         $instance->addListener('kernel.terminate', [=> function () {
  3431.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3432.         }, => 'onKernelTerminate'], -1024);
  3433.         $instance->addListener('kernel.controller', [=> function () {
  3434.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3435.         }, => 'onKernelController'], 0);
  3436.         $instance->addListener('kernel.response', [=> function () {
  3437.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3438.         }, => 'onKernelResponse'], 0);
  3439.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3440.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  3441.         }, => 'onMessage'], 0);
  3442.         $instance->addListener('kernel.controller', [=> function () {
  3443.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  3444.         }, => 'onKernelController'], 0);
  3445.         $instance->addListener('kernel.controller', [=> function () {
  3446.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  3447.         }, => 'onKernelController'], 0);
  3448.         $instance->addListener('kernel.controller', [=> function () {
  3449.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3450.         }, => 'onKernelController'], -128);
  3451.         $instance->addListener('kernel.view', [=> function () {
  3452.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3453.         }, => 'onKernelView'], 0);
  3454.         $instance->addListener('kernel.controller', [=> function () {
  3455.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3456.         }, => 'onKernelController'], 0);
  3457.         $instance->addListener('kernel.response', [=> function () {
  3458.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3459.         }, => 'onKernelResponse'], 0);
  3460.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3461.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  3462.         }, => 'onKernelControllerArguments'], 0);
  3463.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3464.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  3465.         }, => 'onKernelControllerArguments'], 0);
  3466.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  3467.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  3468.         }, => 'onWorkerMessageHandled'], 0);
  3469.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3470.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  3471.         }, => 'onWorkerMessageFailed'], 0);
  3472.         $instance->addListener('kernel.response', [=> function () {
  3473.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  3474.         }, => 'onKernelResponse'], 0);
  3475.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3476.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  3477.         }, => 'checkPassport'], 0);
  3478.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3479.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  3480.         }, => 'onLoginSuccess'], 0);
  3481.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  3482.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  3483.         }, => 'onVoterVote'], 0);
  3484.         $instance->addListener('kernel.request', [=> function () {
  3485.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3486.         }, => 'configureLogoutUrlGenerator'], 8);
  3487.         $instance->addListener('kernel.request', [=> function () {
  3488.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3489.         }, => 'onKernelRequest'], 8);
  3490.         $instance->addListener('kernel.finish_request', [=> function () {
  3491.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3492.         }, => 'onKernelFinishRequest'], 0);
  3493.         $instance->addListener('kernel.response', [=> function () {
  3494.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  3495.         }, => 'onKernelResponse'], -128);
  3496.         $instance->addListener('console.command', [=> function () {
  3497.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3498.         }, => 'onCommand'], 255);
  3499.         $instance->addListener('console.terminate', [=> function () {
  3500.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3501.         }, => 'onTerminate'], -255);
  3502.         $instance->addListener('console.command', [=> function () {
  3503.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  3504.         }, => 'configure'], 1024);
  3505.         $instance->addListener('console.error', [=> function () {
  3506.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3507.         }, => 'onConsoleError'], 0);
  3508.         $instance->addListener('console.terminate', [=> function () {
  3509.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3510.         }, => 'onConsoleTerminate'], 0);
  3511.         $instance->addListener('kernel.finish_request', [=> function () {
  3512.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  3513.         }, => 'resetAssets'], 0);
  3514.         $instance->addListener('knp_pager.before', [=> function () {
  3515.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  3516.         }, => 'before'], 0);
  3517.         $instance->addListener('knp_pager.pagination', [=> function () {
  3518.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  3519.         }, => 'pagination'], 0);
  3520.         $instance->addListener('knp_pager.before', [=> function () {
  3521.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  3522.         }, => 'before'], 1);
  3523.         $instance->addListener('knp_pager.before', [=> function () {
  3524.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  3525.         }, => 'before'], 1);
  3526.         $instance->addListener('knp_pager.pagination', [=> function () {
  3527.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  3528.         }, => 'pagination'], 1);
  3529.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3530.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'] ?? $this->getControllerEntityResolverSubscriberService());
  3531.         }, => '__invoke'], 31);
  3532.         $instance->addListener('kernel.response', [=> function () {
  3533.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\DeviceIdSubscriber'] ?? $this->getDeviceIdSubscriberService());
  3534.         }, => 'onResponse'], 0);
  3535.         $instance->addListener('kernel.request', [=> function () {
  3536.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RequestChannelDomainSubscriber'] ?? $this->getRequestChannelDomainSubscriberService());
  3537.         }, => '__invoke'], 32);
  3538.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3539.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RouteSecuritySubscriber'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RouteSecuritySubscriber'] = new \Nellapp\Bundle\SDKBundle\EventSubscriber\RouteSecuritySubscriber()));
  3540.         }, => '__invoke'], 15);
  3541.         $instance->addListener('kernel.terminate', [=> function () {
  3542.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\EventSubscriber\\TerminateMenuDisplayedSubscriber'] ?? $this->getTerminateMenuDisplayedSubscriberService());
  3543.         }, => 'refreshTracked'], 0);
  3544.         $instance->addListener('console.terminate', [=> function () {
  3545.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\EventSubscriber\\TerminateMenuDisplayedSubscriber'] ?? $this->getTerminateMenuDisplayedSubscriberService());
  3546.         }, => 'refreshTracked'], 0);
  3547.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3548.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LoginSubscriber'] ?? $this->getLoginSubscriberService());
  3549.         }, => 'onLoginSuccess'], 0);
  3550.         $instance->addListener('kernel.terminate', [=> function () {
  3551.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LoginSubscriber'] ?? $this->getLoginSubscriberService());
  3552.         }, => 'onTerminate'], 0);
  3553.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3554.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  3555.         }, => 'logout'], 0);
  3556.         $instance->addListener('kernel.request', [=> function () {
  3557.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\Security\\OAuth\\HandleExpireTokenSubscriber'] ?? $this->getHandleExpireTokenSubscriberService());
  3558.         }, => 'onKernelRequest'], 0);
  3559.         $instance->addListener('kernel.terminate', [=> function () {
  3560.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\EventSubscriber\\ReverseSyncSubscriber'] ?? $this->getReverseSyncSubscriber2Service());
  3561.         }, => 'sendTracked'], 0);
  3562.         $instance->addListener('console.terminate', [=> function () {
  3563.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\EventSubscriber\\ReverseSyncSubscriber'] ?? $this->getReverseSyncSubscriber2Service());
  3564.         }, => 'sendTracked'], 0);
  3565.         $instance->addListener('Nellapp\\Bundle\\SDKBundle\\Permission\\Event\\ChannelMenuDisplayedEvent', [=> function () {
  3566.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ChannelMenuDisplayedSubscriber'] ?? $this->getChannelMenuDisplayedSubscriberService());
  3567.         }, => '__invoke'], 0);
  3568.         $instance->addListener('kernel.request', [=> function () {
  3569.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ForceUserFromSetupSubscriber'] ?? $this->getForceUserFromSetupSubscriberService());
  3570.         }, => '__invoke'], 0);
  3571.         $instance->addListener('kernel.terminate', [=> function () {
  3572.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\EventSubscriber\\TerminateExportSubscriber'] ?? $this->getTerminateExportSubscriberService());
  3573.         }, => 'exportTracked'], 0);
  3574.         $instance->addListener('console.terminate', [=> function () {
  3575.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\EventSubscriber\\TerminateExportSubscriber'] ?? $this->getTerminateExportSubscriberService());
  3576.         }, => 'exportTracked'], 0);
  3577.         $instance->addListener('kernel.terminate', [=> function () {
  3578.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoRefresh\\EventSubscriber\\TerminateRefreshSubscriber'] ?? $this->getTerminateRefreshSubscriberService());
  3579.         }, => 'refreshTracked'], 0);
  3580.         $instance->addListener('console.terminate', [=> function () {
  3581.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoRefresh\\EventSubscriber\\TerminateRefreshSubscriber'] ?? $this->getTerminateRefreshSubscriberService());
  3582.         }, => 'refreshTracked'], 0);
  3583.         $instance->addListener('kernel.controller', [=> function () {
  3584.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionControllerSubscriber'] ?? $this->getActionControllerSubscriberService());
  3585.         }, => '__invoke'], 15);
  3586.         $instance->addListener('kernel.view', [=> function () {
  3587.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionResponseSubscriber'] ?? $this->getActionResponseSubscriberService());
  3588.         }, => '__invoke'], 63);
  3589.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3590.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'] ?? $this->getDeserializeActionControllerSubscriberService());
  3591.         }, => '__invoke'], -63);
  3592.         $instance->addListener('kernel.exception', [=> function () {
  3593.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\HandleErrorSubscriber'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\HandleErrorSubscriber'] = new \Drosalys\Bundle\ApiBundle\EventSubscriber\HandleErrorSubscriber()));
  3594.         }, => '__invoke'], -195);
  3595.         $instance->addListener('spiriit_form_filter.apply.orm.filter_boolean', [=> function () {
  3596.             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()));
  3597.         }, => 'filterBoolean'], 0);
  3598.         $instance->addListener('spiriit_form_filter.apply.orm.filter_checkbox', [=> function () {
  3599.             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()));
  3600.         }, => 'filterCheckbox'], 0);
  3601.         $instance->addListener('spiriit_form_filter.apply.orm.filter_choice', [=> function () {
  3602.             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()));
  3603.         }, => 'filterValue'], 0);
  3604.         $instance->addListener('spiriit_form_filter.apply.orm.filter_date', [=> function () {
  3605.             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()));
  3606.         }, => 'filterDate'], 0);
  3607.         $instance->addListener('spiriit_form_filter.apply.orm.filter_date_range', [=> function () {
  3608.             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()));
  3609.         }, => 'filterDateRange'], 0);
  3610.         $instance->addListener('spiriit_form_filter.apply.orm.filter_datetime', [=> function () {
  3611.             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()));
  3612.         }, => 'filterDateTime'], 0);
  3613.         $instance->addListener('spiriit_form_filter.apply.orm.filter_datetime_range', [=> function () {
  3614.             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()));
  3615.         }, => 'filterDateTimeRange'], 0);
  3616.         $instance->addListener('spiriit_form_filter.apply.orm.filter_entity', [=> function () {
  3617.             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()));
  3618.         }, => 'filterEntity'], 0);
  3619.         $instance->addListener('spiriit_form_filter.apply.orm.filter_enum', [=> function () {
  3620.             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()));
  3621.         }, => 'filterEnum'], 0);
  3622.         $instance->addListener('spiriit_form_filter.apply.orm.filter_number', [=> function () {
  3623.             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()));
  3624.         }, => 'filterNumber'], 0);
  3625.         $instance->addListener('spiriit_form_filter.apply.orm.filter_number_range', [=> function () {
  3626.             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()));
  3627.         }, => 'filterNumberRange'], 0);
  3628.         $instance->addListener('spiriit_form_filter.apply.orm.filter_text', [=> function () {
  3629.             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()));
  3630.         }, => 'filterText'], 0);
  3631.         $instance->addListener('spiriit_form_filter.apply.orm.text', [=> function () {
  3632.             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()));
  3633.         }, => 'filterText'], 0);
  3634.         $instance->addListener('spiriit_form_filter.apply.orm.email', [=> function () {
  3635.             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()));
  3636.         }, => 'filterValue'], 0);
  3637.         $instance->addListener('spiriit_form_filter.apply.orm.integer', [=> function () {
  3638.             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()));
  3639.         }, => 'filterValue'], 0);
  3640.         $instance->addListener('spiriit_form_filter.apply.orm.money', [=> function () {
  3641.             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()));
  3642.         }, => 'filterValue'], 0);
  3643.         $instance->addListener('spiriit_form_filter.apply.orm.number', [=> function () {
  3644.             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()));
  3645.         }, => 'filterValue'], 0);
  3646.         $instance->addListener('spiriit_form_filter.apply.orm.percent', [=> function () {
  3647.             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()));
  3648.         }, => 'filterValue'], 0);
  3649.         $instance->addListener('spiriit_form_filter.apply.orm.search', [=> function () {
  3650.             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()));
  3651.         }, => 'filterValue'], 0);
  3652.         $instance->addListener('spiriit_form_filter.apply.orm.url', [=> function () {
  3653.             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()));
  3654.         }, => 'filterValue'], 0);
  3655.         $instance->addListener('spiriit_form_filter.apply.orm.choice', [=> function () {
  3656.             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()));
  3657.         }, => 'filterValue'], 0);
  3658.         $instance->addListener('spiriit_form_filter.apply.orm.entity', [=> function () {
  3659.             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()));
  3660.         }, => 'filterEntity'], 0);
  3661.         $instance->addListener('spiriit_form_filter.apply.orm.country', [=> function () {
  3662.             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()));
  3663.         }, => 'filterValue'], 0);
  3664.         $instance->addListener('spiriit_form_filter.apply.orm.language', [=> function () {
  3665.             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()));
  3666.         }, => 'filterValue'], 0);
  3667.         $instance->addListener('spiriit_form_filter.apply.orm.locale', [=> function () {
  3668.             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()));
  3669.         }, => 'filterValue'], 0);
  3670.         $instance->addListener('spiriit_form_filter.apply.orm.timezone', [=> function () {
  3671.             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()));
  3672.         }, => 'filterValue'], 0);
  3673.         $instance->addListener('spiriit_form_filter.apply.orm.date', [=> function () {
  3674.             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()));
  3675.         }, => 'filterDate'], 0);
  3676.         $instance->addListener('spiriit_form_filter.apply.orm.datetime', [=> function () {
  3677.             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()));
  3678.         }, => 'filterDate'], 0);
  3679.         $instance->addListener('spiriit_form_filter.apply.orm.birthday', [=> function () {
  3680.             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()));
  3681.         }, => 'filterDate'], 0);
  3682.         $instance->addListener('spiriit_form_filter.apply.orm.checkbox', [=> function () {
  3683.             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()));
  3684.         }, => 'filterValue'], 0);
  3685.         $instance->addListener('spiriit_form_filter.apply.orm.radio', [=> function () {
  3686.             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()));
  3687.         }, => 'filterValue'], 0);
  3688.         return $instance;
  3689.     }
  3690.     /**
  3691.      * Gets the public 'fidry_alice_data_fixtures.loader.doctrine' shared service.
  3692.      *
  3693.      * @return \Fidry\AliceDataFixtures\Loader\PurgerLoader
  3694.      */
  3695.     protected function getFidryAliceDataFixtures_Loader_DoctrineService($lazyLoad true)
  3696.     {
  3697.         if ($lazyLoad) {
  3698.             return $this->services['fidry_alice_data_fixtures.loader.doctrine'] = $this->createProxy('PurgerLoader_cb68499', function () {
  3699.                 return \PurgerLoader_cb68499::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3700.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_DoctrineService(false);
  3701.                     $proxy->setProxyInitializer(null);
  3702.                     return true;
  3703.                 });
  3704.             });
  3705.         }
  3706.         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()));
  3707.     }
  3708.     /**
  3709.      * Gets the public 'fidry_alice_data_fixtures.persistence.persister.doctrine' shared service.
  3710.      *
  3711.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister
  3712.      */
  3713.     protected function getFidryAliceDataFixtures_Persistence_Persister_DoctrineService($lazyLoad true)
  3714.     {
  3715.         if ($lazyLoad) {
  3716.             return $this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] = $this->createProxy('ObjectManagerPersister_eccc052', function () {
  3717.                 return \ObjectManagerPersister_eccc052::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3718.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService(false);
  3719.                     $proxy->setProxyInitializer(null);
  3720.                     return true;
  3721.                 });
  3722.             });
  3723.         }
  3724.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3725.     }
  3726.     /**
  3727.      * Gets the public 'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' shared service.
  3728.      *
  3729.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger
  3730.      */
  3731.     protected function getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService($lazyLoad true)
  3732.     {
  3733.         if ($lazyLoad) {
  3734.             return $this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] = $this->createProxy('Purger_2d4d1ea', function () {
  3735.                 return \Purger_2d4d1ea::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3736.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService(false);
  3737.                     $proxy->setProxyInitializer(null);
  3738.                     return true;
  3739.                 });
  3740.             });
  3741.         }
  3742.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3743.     }
  3744.     /**
  3745.      * Gets the public 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' shared service.
  3746.      *
  3747.      * @return \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand
  3748.      */
  3749.     protected function getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService()
  3750.     {
  3751.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3752.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Console/Command/Doctrine/DoctrineOrmLoadDataFixturesCommand.php';
  3753.         $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()));
  3754.         $instance->setName('hautelook:fixtures:load');
  3755.         return $instance;
  3756.     }
  3757.     /**
  3758.      * Gets the public 'hautelook_alice.data_fixtures.append_loader' shared service.
  3759.      *
  3760.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  3761.      */
  3762.     protected function getHautelookAlice_DataFixtures_AppendLoaderService()
  3763.     {
  3764.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  3765.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  3766.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  3767.         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))))));
  3768.     }
  3769.     /**
  3770.      * Gets the public 'hautelook_alice.data_fixtures.purge_loader' shared service.
  3771.      *
  3772.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  3773.      */
  3774.     protected function getHautelookAlice_DataFixtures_PurgeLoaderService()
  3775.     {
  3776.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  3777.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  3778.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  3779.         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))))));
  3780.     }
  3781.     /**
  3782.      * Gets the public 'hautelook_alice.loader' shared service.
  3783.      *
  3784.      * @return \Hautelook\AliceBundle\Loader\DoctrineOrmLoader
  3785.      */
  3786.     protected function getHautelookAlice_LoaderService()
  3787.     {
  3788.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoaderInterface.php';
  3789.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoggerAwareInterface.php';
  3790.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Loader/DoctrineOrmLoader.php';
  3791.         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()));
  3792.     }
  3793.     /**
  3794.      * Gets the public 'hautelook_alice.locator' shared service.
  3795.      *
  3796.      * @return \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator
  3797.      */
  3798.     protected function getHautelookAlice_LocatorService()
  3799.     {
  3800.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/FixtureLocatorInterface.php';
  3801.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvironmentlessFilesLocator.php';
  3802.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvDirectoryLocator.php';
  3803.         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']));
  3804.     }
  3805.     /**
  3806.      * Gets the public 'hautelook_alice.resolver.bundle' shared service.
  3807.      *
  3808.      * @return \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver
  3809.      */
  3810.     protected function getHautelookAlice_Resolver_BundleService()
  3811.     {
  3812.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/BundleResolverInterface.php';
  3813.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/NoBundleResolver.php';
  3814.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/SimpleBundleResolver.php';
  3815.         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))));
  3816.     }
  3817.     /**
  3818.      * Gets the public 'hautelook_alice.resolver.file' shared service.
  3819.      *
  3820.      * @return \Hautelook\AliceBundle\Resolver\File\KernelFileResolver
  3821.      */
  3822.     protected function getHautelookAlice_Resolver_FileService()
  3823.     {
  3824.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  3825.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  3826.         return $this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel'1)));
  3827.     }
  3828.     /**
  3829.      * Gets the public 'http_kernel' shared service.
  3830.      *
  3831.      * @return \Symfony\Component\HttpKernel\HttpKernel
  3832.      */
  3833.     protected function getHttpKernelService()
  3834.     {
  3835.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3836.         if (isset($this->services['http_kernel'])) {
  3837.             return $this->services['http_kernel'];
  3838.         }
  3839.         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()));
  3840.     }
  3841.     /**
  3842.      * Gets the public 'knp_menu.factory' shared service.
  3843.      *
  3844.      * @return \Knp\Menu\MenuFactory
  3845.      */
  3846.     protected function getKnpMenu_FactoryService()
  3847.     {
  3848.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/FactoryInterface.php';
  3849.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuFactory.php';
  3850.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Factory/ExtensionInterface.php';
  3851.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Integration/Symfony/RoutingExtension.php';
  3852.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Menu/Extension/RoutingExtension.php';
  3853.         $this->services['knp_menu.factory'] = $instance = new \Knp\Menu\MenuFactory();
  3854.         $instance->addExtension(new \Knp\Menu\Integration\Symfony\RoutingExtension(($this->services['router'] ?? $this->getRouterService())), 0);
  3855.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Routing\Menu\Extension\RoutingExtension(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService())), 0);
  3856.         return $instance;
  3857.     }
  3858.     /**
  3859.      * Gets the public 'knp_menu.matcher' shared service.
  3860.      *
  3861.      * @return \Knp\Menu\Matcher\Matcher
  3862.      */
  3863.     protected function getKnpMenu_MatcherService()
  3864.     {
  3865.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  3866.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->getKnpMenu_Voter_RouterService());
  3867.         }, 1));
  3868.     }
  3869.     /**
  3870.      * Gets the public 'knp_paginator' shared service.
  3871.      *
  3872.      * @return \Knp\Component\Pager\Paginator
  3873.      */
  3874.     protected function getKnpPaginatorService($lazyLoad true)
  3875.     {
  3876.         if ($lazyLoad) {
  3877.             return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
  3878.                 return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3879.                     $wrappedInstance $this->getKnpPaginatorService(false);
  3880.                     $proxy->setProxyInitializer(null);
  3881.                     return true;
  3882.                 });
  3883.             });
  3884.         }
  3885.         $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())));
  3886.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  3887.         return $instance;
  3888.     }
  3889.     /**
  3890.      * Gets the public 'knpu.oauth2.client.nellapp' shared service.
  3891.      *
  3892.      * @return \KnpU\OAuth2ClientBundle\Client\OAuth2Client
  3893.      */
  3894.     protected function getKnpu_Oauth2_Client_NellappService()
  3895.     {
  3896.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2ClientInterface.php';
  3897.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2Client.php';
  3898.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/ArrayAccessorTrait.php';
  3899.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/GuardedPropertyTrait.php';
  3900.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/QueryBuilderTrait.php';
  3901.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Provider/AbstractProvider.php';
  3902.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php';
  3903.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/Provider/CoreProvider.php';
  3904.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/DependencyInjection/ProviderFactory.php';
  3905.         $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', [], []);
  3906.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3907.         $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())));
  3908.         $a->setDomainsRoutingUtils(new \Nellapp\Bundle\SDKBundle\Routing\Utils\DomainsRoutingUtils($this->getEnv('DEFAULT_DOMAIN'), 'nim'));
  3909.         return $this->services['knpu.oauth2.client.nellapp'] = new \KnpU\OAuth2ClientBundle\Client\OAuth2Client($a$b);
  3910.     }
  3911.     /**
  3912.      * Gets the public 'knpu.oauth2.registry' shared service.
  3913.      *
  3914.      * @return \KnpU\OAuth2ClientBundle\Client\ClientRegistry
  3915.      */
  3916.     protected function getKnpu_Oauth2_RegistryService()
  3917.     {
  3918.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  3919.         return $this->services['knpu.oauth2.registry'] = new \KnpU\OAuth2ClientBundle\Client\ClientRegistry($this, ['nellapp' => 'knpu.oauth2.client.nellapp']);
  3920.     }
  3921.     /**
  3922.      * Gets the public 'liip_imagine.binary.loader.default' shared service.
  3923.      *
  3924.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  3925.      */
  3926.     protected function getLiipImagine_Binary_Loader_DefaultService()
  3927.     {
  3928.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  3929.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  3930.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  3931.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
  3932.         $a \Symfony\Component\Mime\MimeTypes::getDefault();
  3933.         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));
  3934.     }
  3935.     /**
  3936.      * Gets the public 'liip_imagine.cache.manager' shared service.
  3937.      *
  3938.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  3939.      */
  3940.     protected function getLiipImagine_Cache_ManagerService()
  3941.     {
  3942.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3943.         if (isset($this->services['liip_imagine.cache.manager'])) {
  3944.             return $this->services['liip_imagine.cache.manager'];
  3945.         }
  3946.         $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);
  3947.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  3948.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  3949.         return $instance;
  3950.     }
  3951.     /**
  3952.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  3953.      *
  3954.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  3955.      */
  3956.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  3957.     {
  3958.         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');
  3959.     }
  3960.     /**
  3961.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  3962.      *
  3963.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  3964.      */
  3965.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  3966.     {
  3967.         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()));
  3968.     }
  3969.     /**
  3970.      * Gets the public 'liip_imagine.cache.signer' shared service.
  3971.      *
  3972.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  3973.      */
  3974.     protected function getLiipImagine_Cache_SignerService()
  3975.     {
  3976.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  3977.     }
  3978.     /**
  3979.      * Gets the public 'liip_imagine.config.stack_collection' shared service.
  3980.      *
  3981.      * @return \Liip\ImagineBundle\Config\StackCollection
  3982.      */
  3983.     protected function getLiipImagine_Config_StackCollectionService()
  3984.     {
  3985.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
  3986.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
  3987.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
  3988.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  3989.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  3990.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
  3991.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  3992.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  3993.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
  3994.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  3995.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
  3996.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  3997.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
  3998.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  3999.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  4000.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  4001.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
  4002.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  4003.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
  4004.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  4005.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
  4006.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  4007.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
  4008.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
  4009.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  4010.         $a = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
  4011.         $b = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
  4012.         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']);
  4013.     }
  4014.     /**
  4015.      * Gets the public 'liip_imagine.data.manager' shared service.
  4016.      *
  4017.      * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  4018.      */
  4019.     protected function getLiipImagine_Data_ManagerService()
  4020.     {
  4021.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  4022.         $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);
  4023.         $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  4024.         return $instance;
  4025.     }
  4026.     /**
  4027.      * Gets the public 'liip_imagine.filter.loader.downscale' shared service.
  4028.      *
  4029.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
  4030.      */
  4031.     protected function getLiipImagine_Filter_Loader_DownscaleService()
  4032.     {
  4033.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4034.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  4035.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  4036.         return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
  4037.     }
  4038.     /**
  4039.      * Gets the public 'liip_imagine.filter.loader.fixed' shared service.
  4040.      *
  4041.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
  4042.      */
  4043.     protected function getLiipImagine_Filter_Loader_FixedService()
  4044.     {
  4045.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4046.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  4047.         return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
  4048.     }
  4049.     /**
  4050.      * Gets the public 'liip_imagine.filter.loader.flip' shared service.
  4051.      *
  4052.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
  4053.      */
  4054.     protected function getLiipImagine_Filter_Loader_FlipService()
  4055.     {
  4056.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4057.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  4058.         return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
  4059.     }
  4060.     /**
  4061.      * Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
  4062.      *
  4063.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
  4064.      */
  4065.     protected function getLiipImagine_Filter_Loader_GrayscaleService()
  4066.     {
  4067.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4068.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  4069.         return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
  4070.     }
  4071.     /**
  4072.      * Gets the public 'liip_imagine.filter.loader.interlace' shared service.
  4073.      *
  4074.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
  4075.      */
  4076.     protected function getLiipImagine_Filter_Loader_InterlaceService()
  4077.     {
  4078.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4079.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  4080.         return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
  4081.     }
  4082.     /**
  4083.      * Gets the public 'liip_imagine.filter.loader.resample' shared service.
  4084.      *
  4085.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
  4086.      */
  4087.     protected function getLiipImagine_Filter_Loader_ResampleService()
  4088.     {
  4089.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4090.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
  4091.         return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  4092.     }
  4093.     /**
  4094.      * Gets the public 'liip_imagine.filter.loader.rotate' shared service.
  4095.      *
  4096.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
  4097.      */
  4098.     protected function getLiipImagine_Filter_Loader_RotateService()
  4099.     {
  4100.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4101.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  4102.         return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
  4103.     }
  4104.     /**
  4105.      * Gets the public 'liip_imagine.filter.manager' shared service.
  4106.      *
  4107.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
  4108.      */
  4109.     protected function getLiipImagine_Filter_ManagerService()
  4110.     {
  4111.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
  4112.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4113.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
  4114.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
  4115.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
  4116.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
  4117.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
  4118.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
  4119.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
  4120.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
  4121.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  4122.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
  4123.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
  4124.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
  4125.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
  4126.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
  4127.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
  4128.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
  4129.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
  4130.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/CwebpPostProcessor.php';
  4131.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  4132.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  4133.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  4134.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  4135.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  4136.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  4137.         $a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
  4138.         $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()));
  4139.         $instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
  4140.         $instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
  4141.         $instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
  4142.         $instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
  4143.         $instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
  4144.         $instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a\dirname(__DIR__4)));
  4145.         $instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a\dirname(__DIR__4)));
  4146.         $instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
  4147.         $instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
  4148.         $instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
  4149.         $instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
  4150.         $instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
  4151.         $instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
  4152.         $instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
  4153.         $instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
  4154.         $instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
  4155.         $instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
  4156.         $instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
  4157.         $instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim'trueNULLtrueNULL));
  4158.         $instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng'7trueNULL));
  4159.         $instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
  4160.         $instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
  4161.         $instance->addPostProcessor('cwebp', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\CwebpPostProcessor('/usr/bin/cwebp'NULL751004'fast'1false$this->parameters['liip_imagine.cwebp.metadata']));
  4162.         return $instance;
  4163.     }
  4164.     /**
  4165.      * Gets the public 'messenger.default_bus' shared service.
  4166.      *
  4167.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  4168.      */
  4169.     protected function getMessenger_DefaultBusService()
  4170.     {
  4171.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  4172.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  4173.             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')));
  4174.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  4175.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  4176.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  4177.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\Messenger\\MenuDisplayedMiddleware'] ?? $this->getMenuDisplayedMiddlewareService());
  4178.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  4179.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  4180.         }, 8)));
  4181.     }
  4182.     /**
  4183.      * Gets the public 'nelmio_alice.data_loader' shared service.
  4184.      *
  4185.      * @return \Nelmio\Alice\Loader\SimpleDataLoader
  4186.      */
  4187.     protected function getNelmioAlice_DataLoaderService()
  4188.     {
  4189.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/DataLoaderInterface.php';
  4190.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleDataLoader.php';
  4191.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilderInterface.php';
  4192.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/SimpleBuilder.php';
  4193.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/DenormalizerInterface.php';
  4194.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/SimpleDenormalizer.php';
  4195.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/ParameterBagDenormalizerInterface.php';
  4196.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Parameter/SimpleParameterBagDenormalizer.php';
  4197.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FixtureBagDenormalizerInterface.php';
  4198.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SimpleFixtureBagDenormalizer.php';
  4199.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  4200.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/TolerantFixtureDenormalizer.php';
  4201.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerRegistry.php';
  4202.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
  4203.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ElementFlagParser.php';
  4204.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/FlagParserRegistry.php';
  4205.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
  4206.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ConfiguratorFlagParser.php';
  4207.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ExtendFlagParser.php';
  4208.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/OptionalFlagParser.php';
  4209.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/TemplateFlagParser.php';
  4210.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/UniqueFlagParser.php';
  4211.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
  4212.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
  4213.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
  4214.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
  4215.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleCollectionDenormalizer.php';
  4216.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizerWithTemporaryFixture.php';
  4217.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullListNameDenormalizer.php';
  4218.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/ReferenceRangeNameDenormalizer.php';
  4219.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationsDenormalizerInterface.php';
  4220.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/SimpleSpecificationsDenormalizer.php';
  4221.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
  4222.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/LegacyConstructorDenormalizer.php';
  4223.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/ConstructorDenormalizer.php';
  4224.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ArgumentsDenormalizerInterface.php';
  4225.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Arguments/SimpleArgumentsDenormalizer.php';
  4226.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ValueDenormalizerInterface.php';
  4227.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/UniqueValueDenormalizer.php';
  4228.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/SimpleValueDenormalizer.php';
  4229.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
  4230.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/FunctionFixtureReferenceParser.php';
  4231.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/StringMergerParser.php';
  4232.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/SimpleParser.php';
  4233.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
  4234.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/EmptyValueLexer.php';
  4235.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceEscaperLexer.php';
  4236.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/GlobalPatternsLexer.php';
  4237.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/FunctionLexer.php';
  4238.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/StringThenReferenceLexer.php';
  4239.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/SubPatternsLexer.php';
  4240.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceLexer.php';
  4241.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  4242.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  4243.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/TokenParserRegistry.php';
  4244.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  4245.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
  4246.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/DynamicArrayTokenParser.php';
  4247.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/EscapedValueTokenParser.php';
  4248.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureListReferenceTokenParser.php';
  4249.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureMethodReferenceTokenParser.php';
  4250.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureRangeReferenceTokenParser.php';
  4251.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/MethodReferenceTokenParser.php';
  4252.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/OptionalTokenParser.php';
  4253.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ParameterTokenParser.php';
  4254.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/PropertyReferenceTokenParser.php';
  4255.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableReferenceTokenParser.php';
  4256.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/SimpleReferenceTokenParser.php';
  4257.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringArrayTokenParser.php';
  4258.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringTokenParser.php';
  4259.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
  4260.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/TolerantFunctionTokenParser.php';
  4261.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/IdentityTokenParser.php';
  4262.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FunctionTokenParser.php';
  4263.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableTokenParser.php';
  4264.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/WildcardReferenceTokenParser.php';
  4265.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/FactoryDenormalizer.php';
  4266.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/CallsDenormalizerInterface.php';
  4267.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/CallsWithFlagsDenormalizer.php';
  4268.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/FunctionDenormalizer.php';
  4269.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
  4270.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/ConfiguratorFlagHandler.php';
  4271.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/OptionalFlagHandler.php';
  4272.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/PropertyDenormalizerInterface.php';
  4273.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Property/SimplePropertyDenormalizer.php';
  4274.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullRangeNameDenormalizer.php';
  4275.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleDenormalizer.php';
  4276.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/GeneratorInterface.php';
  4277.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/DoublePassGenerator.php';
  4278.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/FixtureSetResolverInterface.php';
  4279.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/RemoveConflictingObjectsResolver.php';
  4280.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/SimpleFixtureSetResolver.php';
  4281.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterBagResolverInterface.php';
  4282.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/RemoveConflictingParametersParameterBagResolver.php';
  4283.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/SimpleParameterBagResolver.php';
  4284.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
  4285.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/ParameterResolverRegistry.php';
  4286.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
  4287.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StaticParameterResolver.php';
  4288.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
  4289.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/ArrayParameterResolver.php';
  4290.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/RecursiveParameterResolver.php';
  4291.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StringParameterResolver.php';
  4292.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureBagResolverInterface.php';
  4293.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Fixture/TemplateFixtureBagResolver.php';
  4294.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorInterface.php';
  4295.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/CompleteObjectGenerator.php';
  4296.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/SimpleObjectGenerator.php';
  4297.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  4298.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
  4299.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ValueResolverRegistry.php';
  4300.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  4301.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  4302.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ArrayValueResolver.php';
  4303.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/DynamicArrayValueResolver.php';
  4304.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/EvaluatedValueResolver.php';
  4305.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FunctionCallArgumentResolver.php';
  4306.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/PhpFunctionCallValueResolver.php';
  4307.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FakerFunctionCallValueResolver.php';
  4308.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixturePropertyReferenceResolver.php';
  4309.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/PropertyAccess/StdPropertyAccessor.php';
  4310.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureMethodCallReferenceResolver.php';
  4311.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UnresolvedFixtureReferenceIdResolver.php';
  4312.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/SelfFixtureReferenceResolver.php';
  4313.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureReferenceResolver.php';
  4314.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureWildcardReferenceResolver.php';
  4315.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ListValueResolver.php';
  4316.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/OptionalValueResolver.php';
  4317.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ParameterValueResolver.php';
  4318.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UniqueValueResolver.php';
  4319.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/UniqueValuesPool.php';
  4320.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ValueForCurrentValueResolver.php';
  4321.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/VariableValueResolver.php';
  4322.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
  4323.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ExistingInstanceInstantiator.php';
  4324.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorResolver.php';
  4325.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorRegistry.php';
  4326.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
  4327.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
  4328.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoCallerMethodCallInstantiator.php';
  4329.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
  4330.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NullConstructorInstantiator.php';
  4331.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoMethodCallInstantiator.php';
  4332.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/StaticFactoryInstantiator.php';
  4333.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4334.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/Generator/Instantiator/Chainable/InstantiatedReferenceInstantiator.php';
  4335.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/HydratorInterface.php';
  4336.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/SimpleHydrator.php';
  4337.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/PropertyHydratorInterface.php';
  4338.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/Property/SymfonyPropertyAccessorHydrator.php';
  4339.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/CallerInterface.php';
  4340.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/SimpleCaller.php';
  4341.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
  4342.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorRegistry.php';
  4343.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
  4344.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
  4345.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/ConfiguratorMethodCallProcessor.php';
  4346.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/MethodCallWithReferenceProcessor.php';
  4347.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/OptionalMethodCallProcessor.php';
  4348.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/SimpleMethodCallProcessor.php';
  4349.         $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()]));
  4350.         $b = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper();
  4351.         $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()]))))));
  4352.         $d = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Arguments\SimpleArgumentsDenormalizer($c);
  4353.         $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()]);
  4354.         $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);
  4355.         $g = new \Nelmio\Alice\PropertyAccess\StdPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4356.         $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()]);
  4357.         $i = new \Nelmio\Alice\Generator\NamedArgumentsResolver();
  4358.         $j = new \Hautelook\AliceBundle\Alice\Generator\Instantiator\Chainable\InstantiatedReferenceInstantiator();
  4359.         $j->setContainer($this);
  4360.         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)))));
  4361.     }
  4362.     /**
  4363.      * Gets the public 'nelmio_alice.file_loader' shared service.
  4364.      *
  4365.      * @return \Nelmio\Alice\Loader\SimpleFileLoader
  4366.      */
  4367.     protected function getNelmioAlice_FileLoaderService()
  4368.     {
  4369.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLoaderInterface.php';
  4370.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFileLoader.php';
  4371.         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()));
  4372.     }
  4373.     /**
  4374.      * Gets the public 'nelmio_alice.files_loader' shared service.
  4375.      *
  4376.      * @return \Nelmio\Alice\Loader\SimpleFilesLoader
  4377.      */
  4378.     protected function getNelmioAlice_FilesLoaderService()
  4379.     {
  4380.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FilesLoaderInterface.php';
  4381.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFilesLoader.php';
  4382.         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()));
  4383.     }
  4384.     /**
  4385.      * Gets the public 'nelmio_api_doc.command.dump' shared service.
  4386.      *
  4387.      * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  4388.      */
  4389.     protected function getNelmioApiDoc_Command_DumpService()
  4390.     {
  4391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4392.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Command/DumpCommand.php';
  4393.         $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  4394.         $instance->setName('nelmio:apidoc:dump');
  4395.         return $instance;
  4396.     }
  4397.     /**
  4398.      * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  4399.      *
  4400.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  4401.      */
  4402.     protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  4403.     {
  4404.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
  4405.         return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  4406.     }
  4407.     /**
  4408.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  4409.      *
  4410.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  4411.      */
  4412.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  4413.     {
  4414.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
  4415.         return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  4416.     }
  4417.     /**
  4418.      * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  4419.      *
  4420.      * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  4421.      */
  4422.     protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  4423.     {
  4424.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/YamlDocumentationController.php';
  4425.         return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  4426.     }
  4427.     /**
  4428.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  4429.      *
  4430.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  4431.      */
  4432.     protected function getNelmioApiDoc_Generator_DefaultService()
  4433.     {
  4434.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  4435.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  4436.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  4437.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  4438.             yield => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  4439.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  4440.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  4441.         }, 5), new RewindableGenerator(function () {
  4442.             yield => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  4443.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  4444.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  4445.         }, 3));
  4446.         $a = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  4447.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4448.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4449.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4450.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4451.         $instance->setAlternativeNames([]);
  4452.         $instance->setMediaTypes([=> 'json']);
  4453.         $instance->setLogger($a);
  4454.         return $instance;
  4455.     }
  4456.     /**
  4457.      * Gets the public 'nelmio_api_doc.render_docs' shared service.
  4458.      *
  4459.      * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  4460.      */
  4461.     protected function getNelmioApiDoc_RenderDocsService()
  4462.     {
  4463.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/RenderOpenApi.php';
  4464.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/OpenApiRenderer.php';
  4465.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Json/JsonOpenApiRenderer.php';
  4466.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Yaml/YamlOpenApiRenderer.php';
  4467.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/HtmlOpenApiRenderer.php';
  4468.         return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4469.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  4470.         ], [
  4471.             'default' => '?',
  4472.         ]), 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())));
  4473.     }
  4474.     /**
  4475.      * Gets the public 'oneup_flysystem.mount_manager' shared service.
  4476.      *
  4477.      * @return \League\Flysystem\MountManager
  4478.      */
  4479.     protected function getOneupFlysystem_MountManagerService()
  4480.     {
  4481.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  4482.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  4483.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  4484.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/MountManager.php';
  4485.         return $this->services['oneup_flysystem.mount_manager'] = new \League\Flysystem\MountManager(['default' => ($this->services['default_filesystem'] ?? $this->getDefaultFilesystemService())]);
  4486.     }
  4487.     /**
  4488.      * Gets the public 'oneup_uploader.chunk_manager' shared service.
  4489.      *
  4490.      * @return \Oneup\UploaderBundle\Uploader\Chunk\ChunkManager
  4491.      */
  4492.     protected function getOneupUploader_ChunkManagerService()
  4493.     {
  4494.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/ChunkManagerInterface.php';
  4495.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/ChunkManager.php';
  4496.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/ChunkStorageInterface.php';
  4497.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/FilesystemStorage.php';
  4498.         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')))));
  4499.     }
  4500.     /**
  4501.      * Gets the public 'oneup_uploader.controller.chat_upload' shared service.
  4502.      *
  4503.      * @return \Oneup\UploaderBundle\Controller\DropzoneController
  4504.      */
  4505.     protected function getOneupUploader_Controller_ChatUploadService()
  4506.     {
  4507.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractController.php';
  4508.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractChunkedController.php';
  4509.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/DropzoneController.php';
  4510.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/ErrorHandlerInterface.php';
  4511.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/DropzoneErrorHandler.php';
  4512.         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');
  4513.     }
  4514.     /**
  4515.      * Gets the public 'oneup_uploader.namer.uniqid' shared service.
  4516.      *
  4517.      * @return \Oneup\UploaderBundle\Uploader\Naming\UniqidNamer
  4518.      */
  4519.     protected function getOneupUploader_Namer_UniqidService()
  4520.     {
  4521.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
  4522.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/UniqidNamer.php';
  4523.         return $this->services['oneup_uploader.namer.uniqid'] = new \Oneup\UploaderBundle\Uploader\Naming\UniqidNamer();
  4524.     }
  4525.     /**
  4526.      * Gets the public 'oneup_uploader.orphanage.chat_upload' shared service.
  4527.      *
  4528.      * @return \Oneup\UploaderBundle\Uploader\Storage\FilesystemOrphanageStorage
  4529.      */
  4530.     protected function getOneupUploader_Orphanage_ChatUploadService()
  4531.     {
  4532.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/StorageInterface.php';
  4533.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemStorage.php';
  4534.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/OrphanageStorageInterface.php';
  4535.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemOrphanageStorage.php';
  4536.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FlysystemStorage.php';
  4537.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/ChunkStorageInterface.php';
  4538.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/FilesystemStorage.php';
  4539.         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');
  4540.     }
  4541.     /**
  4542.      * Gets the public 'oneup_uploader.orphanage_manager' shared service.
  4543.      *
  4544.      * @return \Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager
  4545.      */
  4546.     protected function getOneupUploader_OrphanageManagerService()
  4547.     {
  4548.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Orphanage/OrphanageManager.php';
  4549.         return $this->services['oneup_uploader.orphanage_manager'] = new \Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager($this$this->getParameter('oneup_uploader.orphanage'));
  4550.     }
  4551.     /**
  4552.      * Gets the public 'oneup_uploader.routing.loader' shared service.
  4553.      *
  4554.      * @return \Oneup\UploaderBundle\Routing\RouteLoader
  4555.      */
  4556.     protected function getOneupUploader_Routing_LoaderService()
  4557.     {
  4558.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Routing/RouteLoader.php';
  4559.         return $this->services['oneup_uploader.routing.loader'] = new \Oneup\UploaderBundle\Routing\RouteLoader($this->parameters['oneup_uploader.controllers']);
  4560.     }
  4561.     /**
  4562.      * Gets the public 'oneup_uploader.templating.uploader_helper' shared service.
  4563.      *
  4564.      * @return \Oneup\UploaderBundle\Templating\Helper\UploaderHelper
  4565.      */
  4566.     protected function getOneupUploader_Templating_UploaderHelperService()
  4567.     {
  4568.         return $this->services['oneup_uploader.templating.uploader_helper'] = new \Oneup\UploaderBundle\Templating\Helper\UploaderHelper(($this->services['router'] ?? $this->getRouterService()), $this->parameters['oneup_uploader.maxsize']);
  4569.     }
  4570.     /**
  4571.      * Gets the public 'oneup_uploader.twig.extension.uploader' shared service.
  4572.      *
  4573.      * @return \Oneup\UploaderBundle\Twig\Extension\UploaderExtension
  4574.      */
  4575.     protected function getOneupUploader_Twig_Extension_UploaderService()
  4576.     {
  4577.         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()));
  4578.     }
  4579.     /**
  4580.      * Gets the public 'request_stack' shared service.
  4581.      *
  4582.      * @return \Symfony\Component\HttpFoundation\RequestStack
  4583.      */
  4584.     protected function getRequestStackService()
  4585.     {
  4586.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  4587.     }
  4588.     /**
  4589.      * Gets the public 'router' shared autowired service.
  4590.      *
  4591.      * @return \Nellapp\Bundle\SDKBundle\Routing\SymfonyUrlGenerator
  4592.      */
  4593.     protected function getRouterService()
  4594.     {
  4595.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  4596.         $b = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4597.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  4598.         ], [
  4599.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  4600.         ]))->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');
  4601.         $b->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4602.         $b->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4603.         return $this->services['router'] = new \Nellapp\Bundle\SDKBundle\Routing\SymfonyUrlGenerator($b$a);
  4604.     }
  4605.     /**
  4606.      * Gets the public 'routing.loader' shared service.
  4607.      *
  4608.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  4609.      */
  4610.     protected function getRouting_LoaderService()
  4611.     {
  4612.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  4613.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  4614.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  4615.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/GlobalRoutesLoader.php';
  4616.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Routing/Loader/ChannelResourceAccessCacheLoader.php';
  4617.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Routing/Loader/ChannelUserPermissionResourceCrudLoader.php';
  4618.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  4619.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService());
  4620.         if (isset($this->services['routing.loader'])) {
  4621.             return $this->services['routing.loader'];
  4622.         }
  4623.         $b = new \Symfony\Component\Config\Loader\LoaderResolver();
  4624.         $c = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  4625.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  4626.         $b->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($c'dev'));
  4627.         $b->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($c'dev'));
  4628.         $b->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($c'dev'));
  4629.         $b->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($c'dev'));
  4630.         $b->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($c'dev'));
  4631.         $b->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4632.             'kernel' => ['services''kernel''getKernelService'false],
  4633.         ], [
  4634.             'kernel' => 'App\\Kernel',
  4635.         ]), 'dev'));
  4636.         $b->addLoader(new \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\GlobalRoutesLoader());
  4637.         $b->addLoader(new \Nellapp\Bundle\SDKBundle\Permission\Routing\Loader\ChannelResourceAccessCacheLoader());
  4638.         $b->addLoader(new \Nellapp\Bundle\SDKBundle\Permission\Routing\Loader\ChannelUserPermissionResourceCrudLoader($a));
  4639.         $b->addLoader(($this->services['oneup_uploader.routing.loader'] ?? $this->getOneupUploader_Routing_LoaderService()));
  4640.         $b->addLoader($d);
  4641.         $b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($c$d));
  4642.         $b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($c$d));
  4643.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($b, ['utf8' => true], []);
  4644.     }
  4645.     /**
  4646.      * Gets the public 'services_resetter' shared service.
  4647.      *
  4648.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  4649.      */
  4650.     protected function getServicesResetterService()
  4651.     {
  4652.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  4653.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  4654.             if (isset($this->services['cache.app'])) {
  4655.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  4656.             }
  4657.             if (isset($this->services['cache.system'])) {
  4658.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  4659.             }
  4660.             if (isset($this->privates['cache.validator.traceable'])) {
  4661.                 yield 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? null);
  4662.             }
  4663.             if (isset($this->privates['cache.serializer.traceable'])) {
  4664.                 yield 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? null);
  4665.             }
  4666.             if (isset($this->privates['cache.annotations.traceable'])) {
  4667.                 yield 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? null);
  4668.             }
  4669.             if (isset($this->privates['cache.property_info.traceable'])) {
  4670.                 yield 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? null);
  4671.             }
  4672.             if (isset($this->privates['cache.messenger.restart_workers_signal.traceable'])) {
  4673.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? null);
  4674.             }
  4675.             if (isset($this->privates['.debug.http_client'])) {
  4676.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  4677.             }
  4678.             if (isset($this->privates['mailer.message_logger_listener'])) {
  4679.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  4680.             }
  4681.             if (isset($this->privates['debug.stopwatch'])) {
  4682.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  4683.             }
  4684.             if (isset($this->services['event_dispatcher'])) {
  4685.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  4686.             }
  4687.             if (isset($this->privates['session_listener'])) {
  4688.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  4689.             }
  4690.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  4691.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  4692.             }
  4693.             if (isset($this->services['cache.validator_expression_language'])) {
  4694.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  4695.             }
  4696.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  4697.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  4698.             }
  4699.             if (isset($this->services['.container.private.profiler'])) {
  4700.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  4701.             }
  4702.             if (isset($this->services['.container.private.validator'])) {
  4703.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  4704.             }
  4705.             if (isset($this->services['doctrine'])) {
  4706.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  4707.             }
  4708.             if (isset($this->privates['doctrine.debug_data_holder'])) {
  4709.                 yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  4710.             }
  4711.             if (isset($this->privates['form.type.entity'])) {
  4712.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  4713.             }
  4714.             if (isset($this->services['.container.private.security.token_storage'])) {
  4715.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  4716.             }
  4717.             if (isset($this->privates['cache.security_expression_language.traceable'])) {
  4718.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? null);
  4719.             }
  4720.             if (isset($this->privates['monolog.handler.main'])) {
  4721.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  4722.             }
  4723.             if (isset($this->privates['monolog.handler.console'])) {
  4724.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  4725.             }
  4726.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  4727.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  4728.             }
  4729.             if (isset($this->privates['cache.webpack_encore.traceable'])) {
  4730.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore.traceable'] ?? null);
  4731.             }
  4732.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  4733.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  4734.             }
  4735.             if (isset($this->privates['webpack_encore.entrypoint_lookup[core]'])) {
  4736.                 yield 'webpack_encore.entrypoint_lookup[core]' => ($this->privates['webpack_encore.entrypoint_lookup[core]'] ?? null);
  4737.             }
  4738.             if (isset($this->privates['.debug.http_client'])) {
  4739.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  4740.             }
  4741.         }, function () {
  4742.             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']));
  4743.         }), ['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']]);
  4744.     }
  4745.     /**
  4746.      * Gets the public 'spiriit_form_filter.filter_prepare' shared service.
  4747.      *
  4748.      * @return \Spiriit\Bundle\FormFilterBundle\Event\Listener\PrepareListener
  4749.      */
  4750.     protected function getSpiriitFormFilter_FilterPrepareService()
  4751.     {
  4752.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Event/Listener/PrepareListener.php';
  4753.         return $this->services['spiriit_form_filter.filter_prepare'] = new \Spiriit\Bundle\FormFilterBundle\Event\Listener\PrepareListener();
  4754.     }
  4755.     /**
  4756.      * Gets the public 'spiriit_form_filter.query_builder_updater' shared service.
  4757.      *
  4758.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\FilterBuilderUpdater
  4759.      */
  4760.     protected function getSpiriitFormFilter_QueryBuilderUpdaterService()
  4761.     {
  4762.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/FilterBuilderUpdaterInterface.php';
  4763.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/FilterBuilderUpdater.php';
  4764.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/FormDataExtractorInterface.php';
  4765.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/FormDataExtractor.php';
  4766.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/DataExtractionMethodInterface.php';
  4767.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/DefaultExtractionMethod.php';
  4768.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/TextExtractionMethod.php';
  4769.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/ValueKeysExtractionMethod.php';
  4770.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4771.         if (isset($this->services['spiriit_form_filter.query_builder_updater'])) {
  4772.             return $this->services['spiriit_form_filter.query_builder_updater'];
  4773.         }
  4774.         $b = new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\FormDataExtractor();
  4775.         $b->addMethod(new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\Method\DefaultExtractionMethod());
  4776.         $b->addMethod(new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\Method\TextExtractionMethod());
  4777.         $b->addMethod(new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\Method\ValueKeysExtractionMethod());
  4778.         return $this->services['spiriit_form_filter.query_builder_updater'] = new \Spiriit\Bundle\FormFilterBundle\Filter\FilterBuilderUpdater($b$a);
  4779.     }
  4780.     /**
  4781.      * Gets the public 'translator' shared service.
  4782.      *
  4783.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  4784.      */
  4785.     protected function getTranslatorService()
  4786.     {
  4787.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4788.     }
  4789.     /**
  4790.      * Gets the public 'var_dumper.cloner' shared service.
  4791.      *
  4792.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  4793.      */
  4794.     protected function getVarDumper_ClonerService()
  4795.     {
  4796.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  4797.         $instance->setMaxItems(2500);
  4798.         $instance->setMinDepth(1);
  4799.         $instance->setMaxString(-1);
  4800.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  4801.         return $instance;
  4802.     }
  4803.     /**
  4804.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  4805.      *
  4806.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  4807.      */
  4808.     protected function getWebProfiler_Controller_ExceptionPanelService()
  4809.     {
  4810.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  4811.         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()));
  4812.     }
  4813.     /**
  4814.      * Gets the public 'web_profiler.controller.profiler' shared service.
  4815.      *
  4816.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  4817.      */
  4818.     protected function getWebProfiler_Controller_ProfilerService()
  4819.     {
  4820.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  4821.         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));
  4822.     }
  4823.     /**
  4824.      * Gets the public 'web_profiler.controller.router' shared service.
  4825.      *
  4826.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  4827.      */
  4828.     protected function getWebProfiler_Controller_RouterService()
  4829.     {
  4830.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  4831.         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 () {
  4832.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  4833.         }, 1));
  4834.     }
  4835.     /**
  4836.      * Gets the private '.App\Command\Cron\CreateOrDeleteCanalFromSessions.lazy' shared service.
  4837.      *
  4838.      * @return \Symfony\Component\Console\Command\LazyCommand
  4839.      */
  4840.     protected function getCreateOrDeleteCanalFromSessions_LazyService()
  4841.     {
  4842.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4843.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4844.         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 {
  4845.             return ($this->privates['App\\Command\\Cron\\CreateOrDeleteCanalFromSessions'] ?? $this->getCreateOrDeleteCanalFromSessionsService());
  4846.         });
  4847.     }
  4848.     /**
  4849.      * Gets the private '.App\Command\Cron\DeleteOldChatMessageCommand.lazy' shared service.
  4850.      *
  4851.      * @return \Symfony\Component\Console\Command\LazyCommand
  4852.      */
  4853.     protected function getDeleteOldChatMessageCommand_LazyService()
  4854.     {
  4855.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4857.         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 {
  4858.             return ($this->privates['App\\Command\\Cron\\DeleteOldChatMessageCommand'] ?? $this->getDeleteOldChatMessageCommandService());
  4859.         });
  4860.     }
  4861.     /**
  4862.      * Gets the private '.App\Command\Cron\DeleteOldConversationCommand.lazy' shared service.
  4863.      *
  4864.      * @return \Symfony\Component\Console\Command\LazyCommand
  4865.      */
  4866.     protected function getDeleteOldConversationCommand_LazyService()
  4867.     {
  4868.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4870.         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 {
  4871.             return ($this->privates['App\\Command\\Cron\\DeleteOldConversationCommand'] ?? $this->getDeleteOldConversationCommandService());
  4872.         });
  4873.     }
  4874.     /**
  4875.      * Gets the private '.App\Command\Cron\ManageConversationUsersForCursusCommand.lazy' shared service.
  4876.      *
  4877.      * @return \Symfony\Component\Console\Command\LazyCommand
  4878.      */
  4879.     protected function getManageConversationUsersForCursusCommand_LazyService()
  4880.     {
  4881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4883.         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 {
  4884.             return ($this->privates['App\\Command\\Cron\\ManageConversationUsersForCursusCommand'] ?? $this->getManageConversationUsersForCursusCommandService());
  4885.         });
  4886.     }
  4887.     /**
  4888.      * Gets the private '.App\Command\GenerateHashtagUserCommand.lazy' shared service.
  4889.      *
  4890.      * @return \Symfony\Component\Console\Command\LazyCommand
  4891.      */
  4892.     protected function getGenerateHashtagUserCommand_LazyService()
  4893.     {
  4894.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4896.         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 {
  4897.             return ($this->privates['App\\Command\\GenerateHashtagUserCommand'] ?? $this->getGenerateHashtagUserCommandService());
  4898.         });
  4899.     }
  4900.     /**
  4901.      * Gets the private '.App\Command\GenerateReferentAndServiceConversationsForActiveCursusCommand.lazy' shared service.
  4902.      *
  4903.      * @return \Symfony\Component\Console\Command\LazyCommand
  4904.      */
  4905.     protected function getGenerateReferentAndServiceConversationsForActiveCursusCommand_LazyService()
  4906.     {
  4907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4908.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4909.         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 {
  4910.             return ($this->privates['App\\Command\\GenerateReferentAndServiceConversationsForActiveCursusCommand'] ?? $this->getGenerateReferentAndServiceConversationsForActiveCursusCommandService());
  4911.         });
  4912.     }
  4913.     /**
  4914.      * Gets the private '.App\Command\InitChannelCanalCommand.lazy' shared service.
  4915.      *
  4916.      * @return \Symfony\Component\Console\Command\LazyCommand
  4917.      */
  4918.     protected function getInitChannelCanalCommand_LazyService()
  4919.     {
  4920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4921.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4922.         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 {
  4923.             return ($this->privates['App\\Command\\InitChannelCanalCommand'] ?? $this->getInitChannelCanalCommandService());
  4924.         });
  4925.     }
  4926.     /**
  4927.      * Gets the private '.App\Command\InitResourcesCommand.lazy' shared service.
  4928.      *
  4929.      * @return \Symfony\Component\Console\Command\LazyCommand
  4930.      */
  4931.     protected function getInitResourcesCommand_LazyService()
  4932.     {
  4933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4935.         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 {
  4936.             return ($this->privates['App\\Command\\InitResourcesCommand'] ?? $this->getInitResourcesCommandService());
  4937.         });
  4938.     }
  4939.     /**
  4940.      * Gets the private '.App\Command\InitSimpleConversationsCommand.lazy' shared service.
  4941.      *
  4942.      * @return \Symfony\Component\Console\Command\LazyCommand
  4943.      */
  4944.     protected function getInitSimpleConversationsCommand_LazyService()
  4945.     {
  4946.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4947.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4948.         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 {
  4949.             return ($this->privates['App\\Command\\InitSimpleConversationsCommand'] ?? $this->getInitSimpleConversationsCommandService());
  4950.         });
  4951.     }
  4952.     /**
  4953.      * Gets the private '.App\Command\TestStringCommand.lazy' shared service.
  4954.      *
  4955.      * @return \Symfony\Component\Console\Command\LazyCommand
  4956.      */
  4957.     protected function getTestStringCommand_LazyService()
  4958.     {
  4959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4960.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4961.         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 {
  4962.             return ($this->privates['App\\Command\\TestStringCommand'] ?? $this->getTestStringCommandService());
  4963.         });
  4964.     }
  4965.     /**
  4966.      * Gets the private '.Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand.lazy' shared service.
  4967.      *
  4968.      * @return \Symfony\Component\Console\Command\LazyCommand
  4969.      */
  4970.     protected function getCheckChannelMenuDisplayedCommand_LazyService()
  4971.     {
  4972.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4973.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4974.         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 {
  4975.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand'] ?? $this->getCheckChannelMenuDisplayedCommandService());
  4976.         });
  4977.     }
  4978.     /**
  4979.      * Gets the private '.Nellapp\Bundle\SDKBundle\Permission\Command\CleanExpiredChannelResourcePermissionCommand.lazy' shared service.
  4980.      *
  4981.      * @return \Symfony\Component\Console\Command\LazyCommand
  4982.      */
  4983.     protected function getCleanExpiredChannelResourcePermissionCommand_LazyService()
  4984.     {
  4985.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4986.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4987.         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 {
  4988.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand'] ?? $this->getCleanExpiredChannelResourcePermissionCommandService());
  4989.         });
  4990.     }
  4991.     /**
  4992.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand.lazy' shared service.
  4993.      *
  4994.      * @return \Symfony\Component\Console\Command\LazyCommand
  4995.      */
  4996.     protected function getFullRefreshClassCommand_LazyService()
  4997.     {
  4998.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4999.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5000.         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 {
  5001.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand'] ?? $this->getFullRefreshClassCommandService());
  5002.         });
  5003.     }
  5004.     /**
  5005.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand.lazy' shared service.
  5006.      *
  5007.      * @return \Symfony\Component\Console\Command\LazyCommand
  5008.      */
  5009.     protected function getRefreshClassCommand_LazyService()
  5010.     {
  5011.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5012.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5013.         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 {
  5014.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand'] ?? $this->getRefreshClassCommandService());
  5015.         });
  5016.     }
  5017.     /**
  5018.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand.lazy' shared service.
  5019.      *
  5020.      * @return \Symfony\Component\Console\Command\LazyCommand
  5021.      */
  5022.     protected function getRefreshOneCommand_LazyService()
  5023.     {
  5024.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5025.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5026.         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 {
  5027.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand'] ?? $this->getRefreshOneCommandService());
  5028.         });
  5029.     }
  5030.     /**
  5031.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand.lazy' shared service.
  5032.      *
  5033.      * @return \Symfony\Component\Console\Command\LazyCommand
  5034.      */
  5035.     protected function getUserFromChannelCommand_LazyService()
  5036.     {
  5037.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5038.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5039.         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 {
  5040.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand'] ?? $this->getUserFromChannelCommandService());
  5041.         });
  5042.     }
  5043.     /**
  5044.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand.lazy' shared service.
  5045.      *
  5046.      * @return \Symfony\Component\Console\Command\LazyCommand
  5047.      */
  5048.     protected function getSyncOneCommand_LazyService()
  5049.     {
  5050.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5051.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5052.         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 {
  5053.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand'] ?? $this->getSyncOneCommandService());
  5054.         });
  5055.     }
  5056.     /**
  5057.      * Gets the private '.cache_connection..Id32ei' shared service.
  5058.      *
  5059.      * @return \Symfony\Component\Cache\Adapter\AbstractAdapter
  5060.      */
  5061.     protected function get_CacheConnection__Id32eiService()
  5062.     {
  5063.         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]);
  5064.     }
  5065.     /**
  5066.      * Gets the private '.console.command.about.lazy' shared service.
  5067.      *
  5068.      * @return \Symfony\Component\Console\Command\LazyCommand
  5069.      */
  5070.     protected function get_Console_Command_About_LazyService()
  5071.     {
  5072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5074.         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 {
  5075.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  5076.         });
  5077.     }
  5078.     /**
  5079.      * Gets the private '.console.command.assets_install.lazy' shared service.
  5080.      *
  5081.      * @return \Symfony\Component\Console\Command\LazyCommand
  5082.      */
  5083.     protected function get_Console_Command_AssetsInstall_LazyService()
  5084.     {
  5085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5087.         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 {
  5088.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  5089.         });
  5090.     }
  5091.     /**
  5092.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  5093.      *
  5094.      * @return \Symfony\Component\Console\Command\LazyCommand
  5095.      */
  5096.     protected function get_Console_Command_CacheClear_LazyService()
  5097.     {
  5098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5100.         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 {
  5101.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  5102.         });
  5103.     }
  5104.     /**
  5105.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  5106.      *
  5107.      * @return \Symfony\Component\Console\Command\LazyCommand
  5108.      */
  5109.     protected function get_Console_Command_CachePoolClear_LazyService()
  5110.     {
  5111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5113.         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 {
  5114.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  5115.         });
  5116.     }
  5117.     /**
  5118.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  5119.      *
  5120.      * @return \Symfony\Component\Console\Command\LazyCommand
  5121.      */
  5122.     protected function get_Console_Command_CachePoolDelete_LazyService()
  5123.     {
  5124.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5126.         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 {
  5127.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  5128.         });
  5129.     }
  5130.     /**
  5131.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  5132.      *
  5133.      * @return \Symfony\Component\Console\Command\LazyCommand
  5134.      */
  5135.     protected function get_Console_Command_CachePoolList_LazyService()
  5136.     {
  5137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5139.         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 {
  5140.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  5141.         });
  5142.     }
  5143.     /**
  5144.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  5145.      *
  5146.      * @return \Symfony\Component\Console\Command\LazyCommand
  5147.      */
  5148.     protected function get_Console_Command_CachePoolPrune_LazyService()
  5149.     {
  5150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5152.         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 {
  5153.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  5154.         });
  5155.     }
  5156.     /**
  5157.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  5158.      *
  5159.      * @return \Symfony\Component\Console\Command\LazyCommand
  5160.      */
  5161.     protected function get_Console_Command_CacheWarmup_LazyService()
  5162.     {
  5163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5165.         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 {
  5166.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  5167.         });
  5168.     }
  5169.     /**
  5170.      * Gets the private '.console.command.config_debug.lazy' shared service.
  5171.      *
  5172.      * @return \Symfony\Component\Console\Command\LazyCommand
  5173.      */
  5174.     protected function get_Console_Command_ConfigDebug_LazyService()
  5175.     {
  5176.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5178.         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 {
  5179.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  5180.         });
  5181.     }
  5182.     /**
  5183.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  5184.      *
  5185.      * @return \Symfony\Component\Console\Command\LazyCommand
  5186.      */
  5187.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  5188.     {
  5189.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5191.         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 {
  5192.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  5193.         });
  5194.     }
  5195.     /**
  5196.      * Gets the private '.console.command.container_debug.lazy' shared service.
  5197.      *
  5198.      * @return \Symfony\Component\Console\Command\LazyCommand
  5199.      */
  5200.     protected function get_Console_Command_ContainerDebug_LazyService()
  5201.     {
  5202.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5204.         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 {
  5205.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  5206.         });
  5207.     }
  5208.     /**
  5209.      * Gets the private '.console.command.container_lint.lazy' shared service.
  5210.      *
  5211.      * @return \Symfony\Component\Console\Command\LazyCommand
  5212.      */
  5213.     protected function get_Console_Command_ContainerLint_LazyService()
  5214.     {
  5215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5216.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5217.         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 {
  5218.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  5219.         });
  5220.     }
  5221.     /**
  5222.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  5223.      *
  5224.      * @return \Symfony\Component\Console\Command\LazyCommand
  5225.      */
  5226.     protected function get_Console_Command_DebugAutowiring_LazyService()
  5227.     {
  5228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5230.         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 {
  5231.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  5232.         });
  5233.     }
  5234.     /**
  5235.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  5236.      *
  5237.      * @return \Symfony\Component\Console\Command\LazyCommand
  5238.      */
  5239.     protected function get_Console_Command_DotenvDebug_LazyService()
  5240.     {
  5241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5242.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5243.         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 {
  5244.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  5245.         });
  5246.     }
  5247.     /**
  5248.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  5249.      *
  5250.      * @return \Symfony\Component\Console\Command\LazyCommand
  5251.      */
  5252.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  5253.     {
  5254.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5256.         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 {
  5257.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  5258.         });
  5259.     }
  5260.     /**
  5261.      * Gets the private '.console.command.form_debug.lazy' shared service.
  5262.      *
  5263.      * @return \Symfony\Component\Console\Command\LazyCommand
  5264.      */
  5265.     protected function get_Console_Command_FormDebug_LazyService()
  5266.     {
  5267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5269.         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 {
  5270.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  5271.         });
  5272.     }
  5273.     /**
  5274.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  5275.      *
  5276.      * @return \Symfony\Component\Console\Command\LazyCommand
  5277.      */
  5278.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  5279.     {
  5280.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5282.         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 {
  5283.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  5284.         });
  5285.     }
  5286.     /**
  5287.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  5288.      *
  5289.      * @return \Symfony\Component\Console\Command\LazyCommand
  5290.      */
  5291.     protected function get_Console_Command_MessengerDebug_LazyService()
  5292.     {
  5293.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5294.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5295.         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 {
  5296.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  5297.         });
  5298.     }
  5299.     /**
  5300.      * Gets the private '.console.command.messenger_failed_messages_remove.lazy' shared service.
  5301.      *
  5302.      * @return \Symfony\Component\Console\Command\LazyCommand
  5303.      */
  5304.     protected function get_Console_Command_MessengerFailedMessagesRemove_LazyService()
  5305.     {
  5306.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5307.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5308.         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 {
  5309.             return ($this->privates['console.command.messenger_failed_messages_remove'] ?? $this->getConsole_Command_MessengerFailedMessagesRemoveService());
  5310.         });
  5311.     }
  5312.     /**
  5313.      * Gets the private '.console.command.messenger_failed_messages_retry.lazy' shared service.
  5314.      *
  5315.      * @return \Symfony\Component\Console\Command\LazyCommand
  5316.      */
  5317.     protected function get_Console_Command_MessengerFailedMessagesRetry_LazyService()
  5318.     {
  5319.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5320.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5321.         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 {
  5322.             return ($this->privates['console.command.messenger_failed_messages_retry'] ?? $this->getConsole_Command_MessengerFailedMessagesRetryService());
  5323.         });
  5324.     }
  5325.     /**
  5326.      * Gets the private '.console.command.messenger_failed_messages_show.lazy' shared service.
  5327.      *
  5328.      * @return \Symfony\Component\Console\Command\LazyCommand
  5329.      */
  5330.     protected function get_Console_Command_MessengerFailedMessagesShow_LazyService()
  5331.     {
  5332.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5334.         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 {
  5335.             return ($this->privates['console.command.messenger_failed_messages_show'] ?? $this->getConsole_Command_MessengerFailedMessagesShowService());
  5336.         });
  5337.     }
  5338.     /**
  5339.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  5340.      *
  5341.      * @return \Symfony\Component\Console\Command\LazyCommand
  5342.      */
  5343.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  5344.     {
  5345.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5347.         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 {
  5348.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  5349.         });
  5350.     }
  5351.     /**
  5352.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  5353.      *
  5354.      * @return \Symfony\Component\Console\Command\LazyCommand
  5355.      */
  5356.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  5357.     {
  5358.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5359.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5360.         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 {
  5361.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  5362.         });
  5363.     }
  5364.     /**
  5365.      * Gets the private '.console.command.router_debug.lazy' shared service.
  5366.      *
  5367.      * @return \Symfony\Component\Console\Command\LazyCommand
  5368.      */
  5369.     protected function get_Console_Command_RouterDebug_LazyService()
  5370.     {
  5371.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5372.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5373.         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 {
  5374.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  5375.         });
  5376.     }
  5377.     /**
  5378.      * Gets the private '.console.command.router_match.lazy' shared service.
  5379.      *
  5380.      * @return \Symfony\Component\Console\Command\LazyCommand
  5381.      */
  5382.     protected function get_Console_Command_RouterMatch_LazyService()
  5383.     {
  5384.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5385.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5386.         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 {
  5387.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  5388.         });
  5389.     }
  5390.     /**
  5391.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  5392.      *
  5393.      * @return \Symfony\Component\Console\Command\LazyCommand
  5394.      */
  5395.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  5396.     {
  5397.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5398.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5399.         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 {
  5400.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  5401.         });
  5402.     }
  5403.     /**
  5404.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  5405.      *
  5406.      * @return \Symfony\Component\Console\Command\LazyCommand
  5407.      */
  5408.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  5409.     {
  5410.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5411.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5412.         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 {
  5413.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  5414.         });
  5415.     }
  5416.     /**
  5417.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  5418.      *
  5419.      * @return \Symfony\Component\Console\Command\LazyCommand
  5420.      */
  5421.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  5422.     {
  5423.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5424.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5425.         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 {
  5426.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  5427.         });
  5428.     }
  5429.     /**
  5430.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  5431.      *
  5432.      * @return \Symfony\Component\Console\Command\LazyCommand
  5433.      */
  5434.     protected function get_Console_Command_SecretsList_LazyService()
  5435.     {
  5436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5438.         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 {
  5439.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  5440.         });
  5441.     }
  5442.     /**
  5443.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  5444.      *
  5445.      * @return \Symfony\Component\Console\Command\LazyCommand
  5446.      */
  5447.     protected function get_Console_Command_SecretsRemove_LazyService()
  5448.     {
  5449.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5451.         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 {
  5452.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  5453.         });
  5454.     }
  5455.     /**
  5456.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  5457.      *
  5458.      * @return \Symfony\Component\Console\Command\LazyCommand
  5459.      */
  5460.     protected function get_Console_Command_SecretsSet_LazyService()
  5461.     {
  5462.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5463.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5464.         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 {
  5465.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  5466.         });
  5467.     }
  5468.     /**
  5469.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  5470.      *
  5471.      * @return \Symfony\Component\Console\Command\LazyCommand
  5472.      */
  5473.     protected function get_Console_Command_TranslationDebug_LazyService()
  5474.     {
  5475.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5476.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5477.         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 {
  5478.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  5479.         });
  5480.     }
  5481.     /**
  5482.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  5483.      *
  5484.      * @return \Symfony\Component\Console\Command\LazyCommand
  5485.      */
  5486.     protected function get_Console_Command_TranslationExtract_LazyService()
  5487.     {
  5488.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5489.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5490.         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 {
  5491.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  5492.         });
  5493.     }
  5494.     /**
  5495.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  5496.      *
  5497.      * @return \Symfony\Component\Console\Command\LazyCommand
  5498.      */
  5499.     protected function get_Console_Command_TranslationPull_LazyService()
  5500.     {
  5501.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5502.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5503.         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 {
  5504.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  5505.         });
  5506.     }
  5507.     /**
  5508.      * Gets the private '.console.command.translation_push.lazy' shared service.
  5509.      *
  5510.      * @return \Symfony\Component\Console\Command\LazyCommand
  5511.      */
  5512.     protected function get_Console_Command_TranslationPush_LazyService()
  5513.     {
  5514.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5515.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5516.         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 {
  5517.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  5518.         });
  5519.     }
  5520.     /**
  5521.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  5522.      *
  5523.      * @return \Symfony\Component\Console\Command\LazyCommand
  5524.      */
  5525.     protected function get_Console_Command_ValidatorDebug_LazyService()
  5526.     {
  5527.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5529.         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 {
  5530.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  5531.         });
  5532.     }
  5533.     /**
  5534.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  5535.      *
  5536.      * @return \Symfony\Component\Console\Command\LazyCommand
  5537.      */
  5538.     protected function get_Console_Command_XliffLint_LazyService()
  5539.     {
  5540.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5541.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5542.         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 {
  5543.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  5544.         });
  5545.     }
  5546.     /**
  5547.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  5548.      *
  5549.      * @return \Symfony\Component\Console\Command\LazyCommand
  5550.      */
  5551.     protected function get_Console_Command_YamlLint_LazyService()
  5552.     {
  5553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5554.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5555.         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 {
  5556.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  5557.         });
  5558.     }
  5559.     /**
  5560.      * Gets the private '.debug.http_client' shared service.
  5561.      *
  5562.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  5563.      */
  5564.     protected function get_Debug_HttpClientService()
  5565.     {
  5566.         $a \Symfony\Component\HttpClient\HttpClient::create(['verify_peer' => false'verify_host' => false'headers' => [], 'resolve' => []], 6);
  5567.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  5568.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5569.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5570.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5571.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  5572.         $a->setLogger($b);
  5573.         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))));
  5574.     }
  5575.     /**
  5576.      * Gets the private '.errored..service_locator.46ge.3y.App\Entity\Channel\Channel' shared service.
  5577.      *
  5578.      * @return \App\Entity\Channel\Channel
  5579.      */
  5580.     protected function getChannelService()
  5581.     {
  5582.         $this->throw('Cannot autowire service ".service_locator.46ge.3y": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5583.     }
  5584.     /**
  5585.      * Gets the private '.errored..service_locator.46ge.3y.App\Entity\Chat\Conversation' shared service.
  5586.      *
  5587.      * @return \App\Entity\Chat\Conversation
  5588.      */
  5589.     protected function getConversationService()
  5590.     {
  5591.         $this->throw('Cannot autowire service ".service_locator.46ge.3y": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5592.     }
  5593.     /**
  5594.      * Gets the private '.errored..service_locator.46ge.3y.App\Entity\Chat\Message' shared service.
  5595.      *
  5596.      * @return \App\Entity\Chat\Message
  5597.      */
  5598.     protected function getMessageService()
  5599.     {
  5600.         $this->throw('Cannot autowire service ".service_locator.46ge.3y": it references class "App\\Entity\\Chat\\Message" but no such service exists.');
  5601.     }
  5602.     /**
  5603.      * Gets the private '.errored..service_locator.8i.6ATt.App\Entity\Account\User' shared service.
  5604.      *
  5605.      * @return \App\Entity\Account\User
  5606.      */
  5607.     protected function getUser2Service()
  5608.     {
  5609.         $this->throw('Cannot autowire service ".service_locator.8i.6ATt": it references class "App\\Entity\\Account\\User" but no such service exists.');
  5610.     }
  5611.     /**
  5612.      * Gets the private '.errored..service_locator.8i.6ATt.App\Entity\Channel\Channel' shared service.
  5613.      *
  5614.      * @return \App\Entity\Channel\Channel
  5615.      */
  5616.     protected function getChannel2Service()
  5617.     {
  5618.         $this->throw('Cannot autowire service ".service_locator.8i.6ATt": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5619.     }
  5620.     /**
  5621.      * Gets the private '.errored..service_locator.8i.6ATt.App\Entity\Chat\Conversation' shared service.
  5622.      *
  5623.      * @return \App\Entity\Chat\Conversation
  5624.      */
  5625.     protected function getConversation2Service()
  5626.     {
  5627.         $this->throw('Cannot autowire service ".service_locator.8i.6ATt": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5628.     }
  5629.     /**
  5630.      * Gets the private '.errored..service_locator.CjAfxfK.App\Entity\Channel\Channel' shared service.
  5631.      *
  5632.      * @return \App\Entity\Channel\Channel
  5633.      */
  5634.     protected function getChannel3Service()
  5635.     {
  5636.         $this->throw('Cannot autowire service ".service_locator.CjAfxfK": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5637.     }
  5638.     /**
  5639.      * Gets the private '.errored..service_locator.CjAfxfK.App\Entity\Chat\Conversation' shared service.
  5640.      *
  5641.      * @return \App\Entity\Chat\Conversation
  5642.      */
  5643.     protected function getConversation3Service()
  5644.     {
  5645.         $this->throw('Cannot autowire service ".service_locator.CjAfxfK": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5646.     }
  5647.     /**
  5648.      * Gets the private '.errored..service_locator.CjAfxfK.App\Entity\Chat\Message' shared service.
  5649.      *
  5650.      * @return \App\Entity\Chat\Message
  5651.      */
  5652.     protected function getMessage2Service()
  5653.     {
  5654.         $this->throw('Cannot autowire service ".service_locator.CjAfxfK": it references class "App\\Entity\\Chat\\Message" but no such service exists.');
  5655.     }
  5656.     /**
  5657.      * Gets the private '.errored..service_locator.CjLnZ8A.App\Entity\Channel\Channel' shared service.
  5658.      *
  5659.      * @return \App\Entity\Channel\Channel
  5660.      */
  5661.     protected function getChannel4Service()
  5662.     {
  5663.         $this->throw('Cannot autowire service ".service_locator.CjLnZ8A": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5664.     }
  5665.     /**
  5666.      * Gets the private '.errored..service_locator.CjLnZ8A.App\Entity\Chat\Conversation' shared service.
  5667.      *
  5668.      * @return \App\Entity\Chat\Conversation
  5669.      */
  5670.     protected function getConversation4Service()
  5671.     {
  5672.         $this->throw('Cannot autowire service ".service_locator.CjLnZ8A": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5673.     }
  5674.     /**
  5675.      * Gets the private '.errored..service_locator.CjLnZ8A.App\Entity\Chat\Message' shared service.
  5676.      *
  5677.      * @return \App\Entity\Chat\Message
  5678.      */
  5679.     protected function getMessage3Service()
  5680.     {
  5681.         $this->throw('Cannot autowire service ".service_locator.CjLnZ8A": it references class "App\\Entity\\Chat\\Message" but no such service exists.');
  5682.     }
  5683.     /**
  5684.      * Gets the private '.errored..service_locator.DwJoScw.App\Entity\Channel\Channel' shared service.
  5685.      *
  5686.      * @return \App\Entity\Channel\Channel
  5687.      */
  5688.     protected function getChannel5Service()
  5689.     {
  5690.         $this->throw('Cannot autowire service ".service_locator.DwJoScw": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5691.     }
  5692.     /**
  5693.      * Gets the private '.errored..service_locator.DwJoScw.App\Entity\Channel\Service' shared service.
  5694.      *
  5695.      * @return \App\Entity\Channel\Service
  5696.      */
  5697.     protected function getServiceService()
  5698.     {
  5699.         $this->throw('Cannot autowire service ".service_locator.DwJoScw": it references class "App\\Entity\\Channel\\Service" but no such service exists.');
  5700.     }
  5701.     /**
  5702.      * Gets the private '.errored..service_locator.IZbGlYG.App\Entity\Channel\Channel' shared service.
  5703.      *
  5704.      * @return \App\Entity\Channel\Channel
  5705.      */
  5706.     protected function getChannel6Service()
  5707.     {
  5708.         $this->throw('Cannot autowire service ".service_locator.IZbGlYG": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5709.     }
  5710.     /**
  5711.      * Gets the private '.errored..service_locator.IZbGlYG.App\Entity\Chat\Message' shared service.
  5712.      *
  5713.      * @return \App\Entity\Chat\Message
  5714.      */
  5715.     protected function getMessage4Service()
  5716.     {
  5717.         $this->throw('Cannot autowire service ".service_locator.IZbGlYG": it references class "App\\Entity\\Chat\\Message" but no such service exists.');
  5718.     }
  5719.     /**
  5720.      * Gets the private '.errored..service_locator.IZbGlYG.App\Entity\Chat\MessageUser' shared service.
  5721.      *
  5722.      * @return \App\Entity\Chat\MessageUser
  5723.      */
  5724.     protected function getMessageUserService()
  5725.     {
  5726.         $this->throw('Cannot autowire service ".service_locator.IZbGlYG": it references class "App\\Entity\\Chat\\MessageUser" but no such service exists.');
  5727.     }
  5728.     /**
  5729.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  5730.      *
  5731.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  5732.      */
  5733.     protected function getLoaderInterfaceService()
  5734.     {
  5735.         $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".');
  5736.     }
  5737.     /**
  5738.      * Gets the private '.errored..service_locator.Li3ShxI.App\Entity\Channel\Channel' shared service.
  5739.      *
  5740.      * @return \App\Entity\Channel\Channel
  5741.      */
  5742.     protected function getChannel7Service()
  5743.     {
  5744.         $this->throw('Cannot autowire service ".service_locator.Li3ShxI": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5745.     }
  5746.     /**
  5747.      * Gets the private '.errored..service_locator.Li3ShxI.App\Entity\Chat\Conversation' shared service.
  5748.      *
  5749.      * @return \App\Entity\Chat\Conversation
  5750.      */
  5751.     protected function getConversation5Service()
  5752.     {
  5753.         $this->throw('Cannot autowire service ".service_locator.Li3ShxI": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5754.     }
  5755.     /**
  5756.      * Gets the private '.errored..service_locator.Li3ShxI.App\Entity\Chat\FileMessage' shared service.
  5757.      *
  5758.      * @return \App\Entity\Chat\FileMessage
  5759.      */
  5760.     protected function getFileMessageService()
  5761.     {
  5762.         $this->throw('Cannot autowire service ".service_locator.Li3ShxI": it references class "App\\Entity\\Chat\\FileMessage" but no such service exists.');
  5763.     }
  5764.     /**
  5765.      * Gets the private '.errored..service_locator.Nlay9_9.App\Entity\Channel\Channel' shared service.
  5766.      *
  5767.      * @return \App\Entity\Channel\Channel
  5768.      */
  5769.     protected function getChannel8Service()
  5770.     {
  5771.         $this->throw('Cannot autowire service ".service_locator.Nlay9_9": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5772.     }
  5773.     /**
  5774.      * Gets the private '.errored..service_locator.Nlay9_9.App\Entity\Chat\Canal' shared service.
  5775.      *
  5776.      * @return \App\Entity\Chat\Canal
  5777.      */
  5778.     protected function getCanalService()
  5779.     {
  5780.         $this->throw('Cannot autowire service ".service_locator.Nlay9_9": it references class "App\\Entity\\Chat\\Canal" but no such service exists.');
  5781.     }
  5782.     /**
  5783.      * Gets the private '.errored..service_locator.P3RPcy8.App\Entity\Channel\Channel' shared service.
  5784.      *
  5785.      * @return \App\Entity\Channel\Channel
  5786.      */
  5787.     protected function getChannel9Service()
  5788.     {
  5789.         $this->throw('Cannot autowire service ".service_locator.P3RPcy8": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5790.     }
  5791.     /**
  5792.      * Gets the private '.errored..service_locator.P3RPcy8.App\Entity\Chat\Conversation' shared service.
  5793.      *
  5794.      * @return \App\Entity\Chat\Conversation
  5795.      */
  5796.     protected function getConversation6Service()
  5797.     {
  5798.         $this->throw('Cannot autowire service ".service_locator.P3RPcy8": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5799.     }
  5800.     /**
  5801.      * Gets the private '.errored..service_locator.QBI2gse.App\Entity\Channel\Channel' shared service.
  5802.      *
  5803.      * @return \App\Entity\Channel\Channel
  5804.      */
  5805.     protected function getChannel10Service()
  5806.     {
  5807.         $this->throw('Cannot autowire service ".service_locator.QBI2gse": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5808.     }
  5809.     /**
  5810.      * Gets the private '.errored..service_locator.QBI2gse.App\Entity\Chat\Conversation' shared service.
  5811.      *
  5812.      * @return \App\Entity\Chat\Conversation
  5813.      */
  5814.     protected function getConversation7Service()
  5815.     {
  5816.         $this->throw('Cannot autowire service ".service_locator.QBI2gse": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5817.     }
  5818.     /**
  5819.      * Gets the private '.errored..service_locator.QBI2gse.App\Entity\Chat\Message' shared service.
  5820.      *
  5821.      * @return \App\Entity\Chat\Message
  5822.      */
  5823.     protected function getMessage5Service()
  5824.     {
  5825.         $this->throw('Cannot autowire service ".service_locator.QBI2gse": it references class "App\\Entity\\Chat\\Message" but no such service exists.');
  5826.     }
  5827.     /**
  5828.      * Gets the private '.errored..service_locator.RlytIys.App\Entity\Account\User' shared service.
  5829.      *
  5830.      * @return \App\Entity\Account\User
  5831.      */
  5832.     protected function getUser3Service()
  5833.     {
  5834.         $this->throw('Cannot autowire service ".service_locator.RlytIys": it references class "App\\Entity\\Account\\User" but no such service exists.');
  5835.     }
  5836.     /**
  5837.      * Gets the private '.errored..service_locator._HjxFZI.App\Entity\Account\User' shared service.
  5838.      *
  5839.      * @return \App\Entity\Account\User
  5840.      */
  5841.     protected function getUser4Service()
  5842.     {
  5843.         $this->throw('Cannot autowire service ".service_locator._HjxFZI": it references class "App\\Entity\\Account\\User" but no such service exists.');
  5844.     }
  5845.     /**
  5846.      * Gets the private '.errored..service_locator._HjxFZI.App\Entity\Channel\Channel' shared service.
  5847.      *
  5848.      * @return \App\Entity\Channel\Channel
  5849.      */
  5850.     protected function getChannel11Service()
  5851.     {
  5852.         $this->throw('Cannot autowire service ".service_locator._HjxFZI": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5853.     }
  5854.     /**
  5855.      * Gets the private '.errored..service_locator.hN5dZFZ.App\Entity\Channel\Channel' shared service.
  5856.      *
  5857.      * @return \App\Entity\Channel\Channel
  5858.      */
  5859.     protected function getChannel12Service()
  5860.     {
  5861.         $this->throw('Cannot autowire service ".service_locator.hN5dZFZ": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5862.     }
  5863.     /**
  5864.      * Gets the private '.errored..service_locator.hN5dZFZ.App\Entity\Chat\ChatNotification' shared service.
  5865.      *
  5866.      * @return \App\Entity\Chat\ChatNotification
  5867.      */
  5868.     protected function getChatNotificationService()
  5869.     {
  5870.         $this->throw('Cannot autowire service ".service_locator.hN5dZFZ": it references class "App\\Entity\\Chat\\ChatNotification" but no such service exists.');
  5871.     }
  5872.     /**
  5873.      * Gets the private '.errored..service_locator.k.6sDgC.App\Entity\Channel\Channel' shared service.
  5874.      *
  5875.      * @return \App\Entity\Channel\Channel
  5876.      */
  5877.     protected function getChannel13Service()
  5878.     {
  5879.         $this->throw('Cannot autowire service ".service_locator.k.6sDgC": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5880.     }
  5881.     /**
  5882.      * Gets the private '.errored..service_locator.nyQ9vNF.Throwable' shared service.
  5883.      *
  5884.      * @return \Throwable
  5885.      */
  5886.     protected function get_Errored__ServiceLocator_NyQ9vNF_ThrowableService()
  5887.     {
  5888.         $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".');
  5889.     }
  5890.     /**
  5891.      * Gets the private '.errored..service_locator.yB53eej.App\Entity\Channel\Channel' shared service.
  5892.      *
  5893.      * @return \App\Entity\Channel\Channel
  5894.      */
  5895.     protected function getChannel14Service()
  5896.     {
  5897.         $this->throw('Cannot autowire service ".service_locator.yB53eej": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5898.     }
  5899.     /**
  5900.      * Gets the private '.errored..service_locator.yB53eej.App\Entity\Chat\Conversation' shared service.
  5901.      *
  5902.      * @return \App\Entity\Chat\Conversation
  5903.      */
  5904.     protected function getConversation8Service()
  5905.     {
  5906.         $this->throw('Cannot autowire service ".service_locator.yB53eej": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5907.     }
  5908.     /**
  5909.      * Gets the private '.errored..service_locator.yB53eej.App\Entity\Chat\Message' shared service.
  5910.      *
  5911.      * @return \App\Entity\Chat\Message
  5912.      */
  5913.     protected function getMessage6Service()
  5914.     {
  5915.         $this->throw('Cannot autowire service ".service_locator.yB53eej": it references class "App\\Entity\\Chat\\Message" but no such service exists.');
  5916.     }
  5917.     /**
  5918.      * Gets the private '.errored..service_locator.yVy0b.R.App\Entity\Channel\Channel' shared service.
  5919.      *
  5920.      * @return \App\Entity\Channel\Channel
  5921.      */
  5922.     protected function getChannel15Service()
  5923.     {
  5924.         $this->throw('Cannot autowire service ".service_locator.yVy0b.R": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5925.     }
  5926.     /**
  5927.      * Gets the private '.errored..service_locator.yVy0b.R.App\Entity\Chat\File' shared service.
  5928.      *
  5929.      * @return \App\Entity\Chat\File
  5930.      */
  5931.     protected function getFileService()
  5932.     {
  5933.         $this->throw('Cannot autowire service ".service_locator.yVy0b.R": it references class "App\\Entity\\Chat\\File" but no such service exists.');
  5934.     }
  5935.     /**
  5936.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  5937.      *
  5938.      * @return \Symfony\Component\Console\Command\LazyCommand
  5939.      */
  5940.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  5941.     {
  5942.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5944.         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 {
  5945.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  5946.         });
  5947.     }
  5948.     /**
  5949.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  5950.      *
  5951.      * @return \Symfony\Component\Console\Command\LazyCommand
  5952.      */
  5953.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  5954.     {
  5955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5956.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5957.         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 {
  5958.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  5959.         });
  5960.     }
  5961.     /**
  5962.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  5963.      *
  5964.      * @return \Symfony\Component\Console\Command\LazyCommand
  5965.      */
  5966.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  5967.     {
  5968.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5970.         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 {
  5971.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  5972.         });
  5973.     }
  5974.     /**
  5975.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  5976.      *
  5977.      * @return \Symfony\Component\Console\Command\LazyCommand
  5978.      */
  5979.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  5980.     {
  5981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5983.         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 {
  5984.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  5985.         });
  5986.     }
  5987.     /**
  5988.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  5989.      *
  5990.      * @return \Symfony\Component\Console\Command\LazyCommand
  5991.      */
  5992.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  5993.     {
  5994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5996.         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 {
  5997.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  5998.         });
  5999.     }
  6000.     /**
  6001.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  6002.      *
  6003.      * @return \Symfony\Component\Console\Command\LazyCommand
  6004.      */
  6005.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  6006.     {
  6007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6009.         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 {
  6010.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  6011.         });
  6012.     }
  6013.     /**
  6014.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  6015.      *
  6016.      * @return \Symfony\Component\Console\Command\LazyCommand
  6017.      */
  6018.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  6019.     {
  6020.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6022.         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 {
  6023.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  6024.         });
  6025.     }
  6026.     /**
  6027.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  6028.      *
  6029.      * @return \Symfony\Component\Console\Command\LazyCommand
  6030.      */
  6031.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  6032.     {
  6033.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6035.         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 {
  6036.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  6037.         });
  6038.     }
  6039.     /**
  6040.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  6041.      *
  6042.      * @return \Symfony\Component\Console\Command\LazyCommand
  6043.      */
  6044.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  6045.     {
  6046.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6048.         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 {
  6049.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  6050.         });
  6051.     }
  6052.     /**
  6053.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  6054.      *
  6055.      * @return \Symfony\Component\Console\Command\LazyCommand
  6056.      */
  6057.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  6058.     {
  6059.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6061.         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 {
  6062.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  6063.         });
  6064.     }
  6065.     /**
  6066.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  6067.      *
  6068.      * @return \Symfony\Component\Console\Command\LazyCommand
  6069.      */
  6070.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  6071.     {
  6072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6074.         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 {
  6075.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  6076.         });
  6077.     }
  6078.     /**
  6079.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  6080.      *
  6081.      * @return \Symfony\Component\Console\Command\LazyCommand
  6082.      */
  6083.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  6084.     {
  6085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6087.         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 {
  6088.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  6089.         });
  6090.     }
  6091.     /**
  6092.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  6093.      *
  6094.      * @return \Symfony\Component\Console\Command\LazyCommand
  6095.      */
  6096.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  6097.     {
  6098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6100.         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 {
  6101.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  6102.         });
  6103.     }
  6104.     /**
  6105.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  6106.      *
  6107.      * @return \Symfony\Component\Console\Command\LazyCommand
  6108.      */
  6109.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  6110.     {
  6111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6113.         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 {
  6114.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  6115.         });
  6116.     }
  6117.     /**
  6118.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  6119.      *
  6120.      * @return \Symfony\Component\Console\Command\LazyCommand
  6121.      */
  6122.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  6123.     {
  6124.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6126.         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 {
  6127.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  6128.         });
  6129.     }
  6130.     /**
  6131.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  6132.      *
  6133.      * @return \Symfony\Component\Console\Command\LazyCommand
  6134.      */
  6135.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  6136.     {
  6137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6139.         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 {
  6140.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  6141.         });
  6142.     }
  6143.     /**
  6144.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  6145.      *
  6146.      * @return \Symfony\Component\Console\Command\LazyCommand
  6147.      */
  6148.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  6149.     {
  6150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6152.         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 {
  6153.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  6154.         });
  6155.     }
  6156.     /**
  6157.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  6158.      *
  6159.      * @return \Symfony\Component\Console\Command\LazyCommand
  6160.      */
  6161.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  6162.     {
  6163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6165.         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 {
  6166.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  6167.         });
  6168.     }
  6169.     /**
  6170.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  6171.      *
  6172.      * @return \Symfony\Component\Console\Command\LazyCommand
  6173.      */
  6174.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  6175.     {
  6176.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6178.         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 {
  6179.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  6180.         });
  6181.     }
  6182.     /**
  6183.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  6184.      *
  6185.      * @return \Symfony\Component\Console\Command\LazyCommand
  6186.      */
  6187.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  6188.     {
  6189.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6191.         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 {
  6192.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  6193.         });
  6194.     }
  6195.     /**
  6196.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  6197.      *
  6198.      * @return \Symfony\Component\Console\Command\LazyCommand
  6199.      */
  6200.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  6201.     {
  6202.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6204.         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 {
  6205.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  6206.         });
  6207.     }
  6208.     /**
  6209.      * Gets the private '.messenger.handler_descriptor.Nu9db1O' shared service.
  6210.      *
  6211.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6212.      */
  6213.     protected function get_Messenger_HandlerDescriptor_Nu9db1OService()
  6214.     {
  6215.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6216.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  6217.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Messenger/AbstractHandler.php';
  6218.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Messenger/Handler/EntitySyncHandler.php';
  6219.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ReverseSync/Tracker/Tracker.php';
  6220.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService());
  6221.         if (isset($this->privates['.messenger.handler_descriptor.Nu9db1O'])) {
  6222.             return $this->privates['.messenger.handler_descriptor.Nu9db1O'];
  6223.         }
  6224.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6225.         if (isset($this->privates['.messenger.handler_descriptor.Nu9db1O'])) {
  6226.             return $this->privates['.messenger.handler_descriptor.Nu9db1O'];
  6227.         }
  6228.         return $this->privates['.messenger.handler_descriptor.Nu9db1O'] = 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()), $this->parameters['entities_handled']), []);
  6229.     }
  6230.     /**
  6231.      * Gets the private '.messenger.handler_descriptor.jADa3cd' shared service.
  6232.      *
  6233.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6234.      */
  6235.     protected function get_Messenger_HandlerDescriptor_JADa3cdService()
  6236.     {
  6237.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6238.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Messenger/Handler/RefreshUserMessageHandler.php';
  6239.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'] ?? $this->getUserRefresherService());
  6240.         if (isset($this->privates['.messenger.handler_descriptor.jADa3cd'])) {
  6241.             return $this->privates['.messenger.handler_descriptor.jADa3cd'];
  6242.         }
  6243.         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())), []);
  6244.     }
  6245.     /**
  6246.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  6247.      *
  6248.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6249.      */
  6250.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  6251.     {
  6252.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6253.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  6254.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  6255.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  6256.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  6257.         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 () {
  6258.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  6259.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  6260.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  6261.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  6262.         }, 4)))->fromStrings(['main' => 'smtp://null'])), []);
  6263.     }
  6264.     /**
  6265.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  6266.      *
  6267.      * @return \Symfony\Component\Console\Command\LazyCommand
  6268.      */
  6269.     protected function get_Monolog_Command_ServerLog_LazyService()
  6270.     {
  6271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6273.         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 {
  6274.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  6275.         });
  6276.     }
  6277.     /**
  6278.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  6279.      *
  6280.      * @return \Symfony\Component\Console\Command\LazyCommand
  6281.      */
  6282.     protected function get_Security_Command_DebugFirewall_LazyService()
  6283.     {
  6284.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6286.         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 {
  6287.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  6288.         });
  6289.     }
  6290.     /**
  6291.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  6292.      *
  6293.      * @return \Symfony\Component\Console\Command\LazyCommand
  6294.      */
  6295.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  6296.     {
  6297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6299.         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 {
  6300.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  6301.         });
  6302.     }
  6303.     /**
  6304.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  6305.      *
  6306.      * @return \Symfony\Component\Console\Command\LazyCommand
  6307.      */
  6308.     protected function get_Security_Command_UserPasswordHash_LazyService()
  6309.     {
  6310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6311.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6312.         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 {
  6313.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  6314.         });
  6315.     }
  6316.     /**
  6317.      * Gets the private '.service_locator.46ge.3y' shared service.
  6318.      *
  6319.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6320.      */
  6321.     protected function get_ServiceLocator_46ge_3yService()
  6322.     {
  6323.         return $this->privates['.service_locator.46ge.3y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6324.             '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.'],
  6325.             '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.'],
  6326.             '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.'],
  6327.         ], [
  6328.             'channel' => 'App\\Entity\\Channel\\Channel',
  6329.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  6330.             'message' => 'App\\Entity\\Chat\\Message',
  6331.         ]);
  6332.     }
  6333.     /**
  6334.      * Gets the private '.service_locator.8i.6ATt' shared service.
  6335.      *
  6336.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6337.      */
  6338.     protected function get_ServiceLocator_8i_6ATtService()
  6339.     {
  6340.         return $this->privates['.service_locator.8i.6ATt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6341.             '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.'],
  6342.             '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.'],
  6343.             '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.'],
  6344.         ], [
  6345.             'channel' => 'App\\Entity\\Channel\\Channel',
  6346.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  6347.             'user' => 'App\\Entity\\Account\\User',
  6348.         ]);
  6349.     }
  6350.     /**
  6351.      * Gets the private '.service_locator.CC.7FiD' shared service.
  6352.      *
  6353.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6354.      */
  6355.     protected function get_ServiceLocator_CC_7FiDService()
  6356.     {
  6357.         return $this->privates['.service_locator.CC.7FiD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6358.             'App\\Controller\\Admin\\Service\\ShowServiceAction::__invoke' => ['privates''.service_locator.DwJoScw''get_ServiceLocator_DwJoScwService'false],
  6359.             'App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction::__invoke' => ['privates''.service_locator.8i.6ATt''get_ServiceLocator_8i_6ATtService'false],
  6360.             'App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction::__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6361.             'App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6362.             'App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction::__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6363.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6364.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6365.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6366.             'App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6367.             'App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6368.             'App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction::__invoke' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6369.             'App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6370.             'App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6371.             'App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6372.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6373.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll::__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6374.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem::__invoke' => ['privates''.service_locator.hN5dZFZ''get_ServiceLocator_HN5dZFZService'false],
  6375.             'App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6376.             'App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction::__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6377.             'App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6378.             'App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6379.             'App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6380.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction::__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6381.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction::__invoke' => ['privates''.service_locator.QBI2gse''get_ServiceLocator_QBI2gseService'false],
  6382.             'App\\Controller\\Async\\Common\\File\\GetFileAction::downloadFile' => ['privates''.service_locator.yVy0b.R''get_ServiceLocator_YVy0b_RService'false],
  6383.             'App\\Controller\\Async\\Common\\File\\GetFileAction::getFileImagePreview' => ['privates''.service_locator.yVy0b.R''get_ServiceLocator_YVy0b_RService'false],
  6384.             'App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction::__invoke' => ['privates''.service_locator.IZbGlYG''get_ServiceLocator_IZbGlYGService'false],
  6385.             'App\\Controller\\Async\\Common\\Message\\DeleteMessageAction::__invoke' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6386.             'App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction::__invoke' => ['privates''.service_locator.CjAfxfK''get_ServiceLocator_CjAfxfKService'false],
  6387.             'App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction::__invoke' => ['privates''.service_locator.yB53eej''get_ServiceLocator_YB53eejService'false],
  6388.             'App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6389.             'App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction::__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6390.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction::__invoke' => ['privates''.service_locator.Li3ShxI''get_ServiceLocator_Li3ShxIService'false],
  6391.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction::postBuildResponse' => ['privates''.service_locator.uAZ9wWa''get_ServiceLocator_UAZ9wWaService'false],
  6392.             'App\\Controller\\Async\\Common\\Message\\PostMessageAction::__invoke' => ['privates''.service_locator.46ge.3y''get_ServiceLocator_46ge_3yService'false],
  6393.             'App\\Controller\\Async\\Common\\Message\\PutMessageAction::__invoke' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6394.             'App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction::__invoke' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6395.             'App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction::__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6396.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation::__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6397.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6398.             'App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction::__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6399.             'App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6400.             'App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6401.             'App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6402.             'App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6403.             'App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction::__invoke' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6404.             'App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction::__invoke' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6405.             'App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction::__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6406.             'App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6407.             'App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6408.             'App\\Controller\\Async\\Coordinator\\GetResourceCollection::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6409.             'App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6410.             'App\\Controller\\HomeController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6411.             'App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationCollectionAction::__invoke' => ['privates''.service_locator.RlytIys''get_ServiceLocator_RlytIysService'false],
  6412.             'App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction::__invoke' => ['privates''.service_locator.RlytIys''get_ServiceLocator_RlytIysService'false],
  6413.             'App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction::__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6414.             'App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction::__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6415.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController::show' => ['privates''.service_locator.nyQ9vNF''get_ServiceLocator_NyQ9vNFService'false],
  6416.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  6417.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  6418.             'App\\Controller\\Admin\\Service\\ShowServiceAction:__invoke' => ['privates''.service_locator.DwJoScw''get_ServiceLocator_DwJoScwService'false],
  6419.             'App\\Controller\\Admin\\Service\\ShowServiceAction' => ['privates''.service_locator.DwJoScw''get_ServiceLocator_DwJoScwService'false],
  6420.             'App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction:__invoke' => ['privates''.service_locator.8i.6ATt''get_ServiceLocator_8i_6ATtService'false],
  6421.             'App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction' => ['privates''.service_locator.8i.6ATt''get_ServiceLocator_8i_6ATtService'false],
  6422.             'App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction:__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6423.             'App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6424.             'App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6425.             'App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6426.             'App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction:__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6427.             'App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6428.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6429.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6430.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6431.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6432.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6433.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6434.             'App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6435.             'App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6436.             'App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6437.             'App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6438.             'App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction:__invoke' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6439.             'App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6440.             'App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6441.             'App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6442.             'App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6443.             'App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6444.             'App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6445.             'App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6446.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6447.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6448.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll:__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6449.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6450.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem:__invoke' => ['privates''.service_locator.hN5dZFZ''get_ServiceLocator_HN5dZFZService'false],
  6451.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem' => ['privates''.service_locator.hN5dZFZ''get_ServiceLocator_HN5dZFZService'false],
  6452.             'App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6453.             'App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6454.             'App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction:__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6455.             'App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6456.             'App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6457.             'App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6458.             'App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6459.             'App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6460.             'App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6461.             'App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6462.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction:__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6463.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6464.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction:__invoke' => ['privates''.service_locator.QBI2gse''get_ServiceLocator_QBI2gseService'false],
  6465.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction' => ['privates''.service_locator.QBI2gse''get_ServiceLocator_QBI2gseService'false],
  6466.             'App\\Controller\\Async\\Common\\File\\GetFileAction:downloadFile' => ['privates''.service_locator.yVy0b.R''get_ServiceLocator_YVy0b_RService'false],
  6467.             'App\\Controller\\Async\\Common\\File\\GetFileAction:getFileImagePreview' => ['privates''.service_locator.yVy0b.R''get_ServiceLocator_YVy0b_RService'false],
  6468.             'App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction:__invoke' => ['privates''.service_locator.IZbGlYG''get_ServiceLocator_IZbGlYGService'false],
  6469.             'App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction' => ['privates''.service_locator.IZbGlYG''get_ServiceLocator_IZbGlYGService'false],
  6470.             'App\\Controller\\Async\\Common\\Message\\DeleteMessageAction:__invoke' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6471.             'App\\Controller\\Async\\Common\\Message\\DeleteMessageAction' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6472.             'App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction:__invoke' => ['privates''.service_locator.CjAfxfK''get_ServiceLocator_CjAfxfKService'false],
  6473.             'App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction' => ['privates''.service_locator.CjAfxfK''get_ServiceLocator_CjAfxfKService'false],
  6474.             'App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction:__invoke' => ['privates''.service_locator.yB53eej''get_ServiceLocator_YB53eejService'false],
  6475.             'App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction' => ['privates''.service_locator.yB53eej''get_ServiceLocator_YB53eejService'false],
  6476.             'App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6477.             'App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6478.             'App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction:__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6479.             'App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6480.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction:__invoke' => ['privates''.service_locator.Li3ShxI''get_ServiceLocator_Li3ShxIService'false],
  6481.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction' => ['privates''.service_locator.Li3ShxI''get_ServiceLocator_Li3ShxIService'false],
  6482.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction:postBuildResponse' => ['privates''.service_locator.uAZ9wWa''get_ServiceLocator_UAZ9wWaService'false],
  6483.             'App\\Controller\\Async\\Common\\Message\\PostMessageAction:__invoke' => ['privates''.service_locator.46ge.3y''get_ServiceLocator_46ge_3yService'false],
  6484.             'App\\Controller\\Async\\Common\\Message\\PostMessageAction' => ['privates''.service_locator.46ge.3y''get_ServiceLocator_46ge_3yService'false],
  6485.             'App\\Controller\\Async\\Common\\Message\\PutMessageAction:__invoke' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6486.             'App\\Controller\\Async\\Common\\Message\\PutMessageAction' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6487.             'App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction:__invoke' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6488.             'App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6489.             'App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction:__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6490.             'App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6491.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation:__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6492.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6493.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6494.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6495.             'App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction:__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6496.             'App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6497.             'App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6498.             'App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6499.             'App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6500.             'App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6501.             'App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6502.             'App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6503.             'App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6504.             'App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6505.             'App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction:__invoke' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6506.             'App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6507.             'App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction:__invoke' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6508.             'App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6509.             'App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction:__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6510.             'App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6511.             'App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6512.             'App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6513.             'App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6514.             'App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6515.             'App\\Controller\\Async\\Coordinator\\GetResourceCollection:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6516.             'App\\Controller\\Async\\Coordinator\\GetResourceCollection' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6517.             'App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6518.             'App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6519.             'App\\Controller\\HomeController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6520.             'App\\Controller\\HomeController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6521.             'App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationCollectionAction:__invoke' => ['privates''.service_locator.RlytIys''get_ServiceLocator_RlytIysService'false],
  6522.             'App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationCollectionAction' => ['privates''.service_locator.RlytIys''get_ServiceLocator_RlytIysService'false],
  6523.             'App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction:__invoke' => ['privates''.service_locator.RlytIys''get_ServiceLocator_RlytIysService'false],
  6524.             'App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction' => ['privates''.service_locator.RlytIys''get_ServiceLocator_RlytIysService'false],
  6525.             'App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction:__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6526.             'App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6527.             'App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction:__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6528.             'App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6529.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController:show' => ['privates''.service_locator.nyQ9vNF''get_ServiceLocator_NyQ9vNFService'false],
  6530.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  6531.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  6532.         ], [
  6533.             'App\\Controller\\Admin\\Service\\ShowServiceAction::__invoke' => '?',
  6534.             'App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction::__invoke' => '?',
  6535.             'App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction::__invoke' => '?',
  6536.             'App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction::__invoke' => '?',
  6537.             'App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction::__invoke' => '?',
  6538.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction::__invoke' => '?',
  6539.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction::__invoke' => '?',
  6540.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction::__invoke' => '?',
  6541.             'App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction::__invoke' => '?',
  6542.             'App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel::__invoke' => '?',
  6543.             'App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction::__invoke' => '?',
  6544.             'App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction::__invoke' => '?',
  6545.             'App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction::__invoke' => '?',
  6546.             'App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction::__invoke' => '?',
  6547.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction::__invoke' => '?',
  6548.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll::__invoke' => '?',
  6549.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem::__invoke' => '?',
  6550.             'App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction::__invoke' => '?',
  6551.             'App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction::__invoke' => '?',
  6552.             'App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction::__invoke' => '?',
  6553.             'App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction::__invoke' => '?',
  6554.             'App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction::__invoke' => '?',
  6555.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction::__invoke' => '?',
  6556.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction::__invoke' => '?',
  6557.             'App\\Controller\\Async\\Common\\File\\GetFileAction::downloadFile' => '?',
  6558.             'App\\Controller\\Async\\Common\\File\\GetFileAction::getFileImagePreview' => '?',
  6559.             'App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction::__invoke' => '?',
  6560.             'App\\Controller\\Async\\Common\\Message\\DeleteMessageAction::__invoke' => '?',
  6561.             'App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction::__invoke' => '?',
  6562.             'App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction::__invoke' => '?',
  6563.             'App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction::__invoke' => '?',
  6564.             'App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction::__invoke' => '?',
  6565.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction::__invoke' => '?',
  6566.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction::postBuildResponse' => '?',
  6567.             'App\\Controller\\Async\\Common\\Message\\PostMessageAction::__invoke' => '?',
  6568.             'App\\Controller\\Async\\Common\\Message\\PutMessageAction::__invoke' => '?',
  6569.             'App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction::__invoke' => '?',
  6570.             'App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction::__invoke' => '?',
  6571.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation::__invoke' => '?',
  6572.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations::__invoke' => '?',
  6573.             'App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction::__invoke' => '?',
  6574.             'App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection::__invoke' => '?',
  6575.             'App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction::__invoke' => '?',
  6576.             'App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction::__invoke' => '?',
  6577.             'App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction::__invoke' => '?',
  6578.             'App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction::__invoke' => '?',
  6579.             'App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction::__invoke' => '?',
  6580.             'App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction::__invoke' => '?',
  6581.             'App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection::__invoke' => '?',
  6582.             'App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction::__invoke' => '?',
  6583.             'App\\Controller\\Async\\Coordinator\\GetResourceCollection::__invoke' => '?',
  6584.             'App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection::__invoke' => '?',
  6585.             'App\\Controller\\HomeController::__invoke' => '?',
  6586.             'App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationCollectionAction::__invoke' => '?',
  6587.             'App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction::__invoke' => '?',
  6588.             'App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction::__invoke' => '?',
  6589.             'App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction::__invoke' => '?',
  6590.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController::show' => '?',
  6591.             'kernel::loadRoutes' => '?',
  6592.             'kernel::registerContainerConfiguration' => '?',
  6593.             'App\\Controller\\Admin\\Service\\ShowServiceAction:__invoke' => '?',
  6594.             'App\\Controller\\Admin\\Service\\ShowServiceAction' => '?',
  6595.             'App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction:__invoke' => '?',
  6596.             'App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction' => '?',
  6597.             'App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction:__invoke' => '?',
  6598.             'App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction' => '?',
  6599.             'App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction:__invoke' => '?',
  6600.             'App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction' => '?',
  6601.             'App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction:__invoke' => '?',
  6602.             'App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction' => '?',
  6603.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction:__invoke' => '?',
  6604.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction' => '?',
  6605.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction:__invoke' => '?',
  6606.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction' => '?',
  6607.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction:__invoke' => '?',
  6608.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction' => '?',
  6609.             'App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction:__invoke' => '?',
  6610.             'App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction' => '?',
  6611.             'App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel:__invoke' => '?',
  6612.             'App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel' => '?',
  6613.             'App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction:__invoke' => '?',
  6614.             'App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction' => '?',
  6615.             'App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction:__invoke' => '?',
  6616.             'App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction' => '?',
  6617.             'App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction:__invoke' => '?',
  6618.             'App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction' => '?',
  6619.             'App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction:__invoke' => '?',
  6620.             'App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction' => '?',
  6621.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction:__invoke' => '?',
  6622.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction' => '?',
  6623.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll:__invoke' => '?',
  6624.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll' => '?',
  6625.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem:__invoke' => '?',
  6626.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem' => '?',
  6627.             'App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction:__invoke' => '?',
  6628.             'App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction' => '?',
  6629.             'App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction:__invoke' => '?',
  6630.             'App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction' => '?',
  6631.             'App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction:__invoke' => '?',
  6632.             'App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction' => '?',
  6633.             'App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction:__invoke' => '?',
  6634.             'App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction' => '?',
  6635.             'App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction:__invoke' => '?',
  6636.             'App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction' => '?',
  6637.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction:__invoke' => '?',
  6638.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction' => '?',
  6639.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction:__invoke' => '?',
  6640.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction' => '?',
  6641.             'App\\Controller\\Async\\Common\\File\\GetFileAction:downloadFile' => '?',
  6642.             'App\\Controller\\Async\\Common\\File\\GetFileAction:getFileImagePreview' => '?',
  6643.             'App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction:__invoke' => '?',
  6644.             'App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction' => '?',
  6645.             'App\\Controller\\Async\\Common\\Message\\DeleteMessageAction:__invoke' => '?',
  6646.             'App\\Controller\\Async\\Common\\Message\\DeleteMessageAction' => '?',
  6647.             'App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction:__invoke' => '?',
  6648.             'App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction' => '?',
  6649.             'App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction:__invoke' => '?',
  6650.             'App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction' => '?',
  6651.             'App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction:__invoke' => '?',
  6652.             'App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction' => '?',
  6653.             'App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction:__invoke' => '?',
  6654.             'App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction' => '?',
  6655.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction:__invoke' => '?',
  6656.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction' => '?',
  6657.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction:postBuildResponse' => '?',
  6658.             'App\\Controller\\Async\\Common\\Message\\PostMessageAction:__invoke' => '?',
  6659.             'App\\Controller\\Async\\Common\\Message\\PostMessageAction' => '?',
  6660.             'App\\Controller\\Async\\Common\\Message\\PutMessageAction:__invoke' => '?',
  6661.             'App\\Controller\\Async\\Common\\Message\\PutMessageAction' => '?',
  6662.             'App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction:__invoke' => '?',
  6663.             'App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction' => '?',
  6664.             'App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction:__invoke' => '?',
  6665.             'App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction' => '?',
  6666.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation:__invoke' => '?',
  6667.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation' => '?',
  6668.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations:__invoke' => '?',
  6669.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations' => '?',
  6670.             'App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction:__invoke' => '?',
  6671.             'App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction' => '?',
  6672.             'App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection:__invoke' => '?',
  6673.             'App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection' => '?',
  6674.             'App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction:__invoke' => '?',
  6675.             'App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction' => '?',
  6676.             'App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction:__invoke' => '?',
  6677.             'App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction' => '?',
  6678.             'App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction:__invoke' => '?',
  6679.             'App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction' => '?',
  6680.             'App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction:__invoke' => '?',
  6681.             'App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction' => '?',
  6682.             'App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction:__invoke' => '?',
  6683.             'App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction' => '?',
  6684.             'App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction:__invoke' => '?',
  6685.             'App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction' => '?',
  6686.             'App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection:__invoke' => '?',
  6687.             'App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection' => '?',
  6688.             'App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction:__invoke' => '?',
  6689.             'App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction' => '?',
  6690.             'App\\Controller\\Async\\Coordinator\\GetResourceCollection:__invoke' => '?',
  6691.             'App\\Controller\\Async\\Coordinator\\GetResourceCollection' => '?',
  6692.             'App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection:__invoke' => '?',
  6693.             'App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection' => '?',
  6694.             'App\\Controller\\HomeController:__invoke' => '?',
  6695.             'App\\Controller\\HomeController' => '?',
  6696.             'App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationCollectionAction:__invoke' => '?',
  6697.             'App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationCollectionAction' => '?',
  6698.             'App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction:__invoke' => '?',
  6699.             'App\\Controller\\ReverseSync\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction' => '?',
  6700.             'App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction:__invoke' => '?',
  6701.             'App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction' => '?',
  6702.             'App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction:__invoke' => '?',
  6703.             'App\\Controller\\ReverseSync\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction' => '?',
  6704.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController:show' => '?',
  6705.             'kernel:loadRoutes' => '?',
  6706.             'kernel:registerContainerConfiguration' => '?',
  6707.         ]);
  6708.     }
  6709.     /**
  6710.      * Gets the private '.service_locator.CjAfxfK' shared service.
  6711.      *
  6712.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6713.      */
  6714.     protected function get_ServiceLocator_CjAfxfKService()
  6715.     {
  6716.         return $this->privates['.service_locator.CjAfxfK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6717.             '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.'],
  6718.             '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.'],
  6719.             '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.'],
  6720.         ], [
  6721.             'channel' => 'App\\Entity\\Channel\\Channel',
  6722.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  6723.             'nextMessage' => 'App\\Entity\\Chat\\Message',
  6724.         ]);
  6725.     }
  6726.     /**
  6727.      * Gets the private '.service_locator.CjLnZ8A' shared service.
  6728.      *
  6729.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6730.      */
  6731.     protected function get_ServiceLocator_CjLnZ8AService()
  6732.     {
  6733.         return $this->privates['.service_locator.CjLnZ8A'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6734.             '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.'],
  6735.             '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.'],
  6736.             '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.'],
  6737.         ], [
  6738.             'channel' => 'App\\Entity\\Channel\\Channel',
  6739.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  6740.             'message' => 'App\\Entity\\Chat\\Message',
  6741.         ]);
  6742.     }
  6743.     /**
  6744.      * Gets the private '.service_locator.DwJoScw' shared service.
  6745.      *
  6746.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6747.      */
  6748.     protected function get_ServiceLocator_DwJoScwService()
  6749.     {
  6750.         return $this->privates['.service_locator.DwJoScw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6751.             '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.'],
  6752.             '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.'],
  6753.         ], [
  6754.             'channel' => 'App\\Entity\\Channel\\Channel',
  6755.             'service' => 'App\\Entity\\Channel\\Service',
  6756.         ]);
  6757.     }
  6758.     /**
  6759.      * Gets the private '.service_locator.GNc8e5B' shared service.
  6760.      *
  6761.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6762.      */
  6763.     protected function get_ServiceLocator_GNc8e5BService()
  6764.     {
  6765.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6766.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  6767.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  6768.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  6769.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  6770.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  6771.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  6772.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6773.             'router' => ['services''router''getRouterService'false],
  6774.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  6775.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  6776.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  6777.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  6778.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6779.         ], [
  6780.             'doctrine' => '?',
  6781.             'form.factory' => '?',
  6782.             'http_kernel' => '?',
  6783.             'message_bus' => '?',
  6784.             'messenger.default_bus' => '?',
  6785.             'parameter_bag' => '?',
  6786.             'request_stack' => '?',
  6787.             'router' => '?',
  6788.             'security.authorization_checker' => '?',
  6789.             'security.token_storage' => '?',
  6790.             'serializer' => '?',
  6791.             'session' => '.session.deprecated',
  6792.             'twig' => '?',
  6793.         ]);
  6794.     }
  6795.     /**
  6796.      * Gets the private '.service_locator.IZbGlYG' shared service.
  6797.      *
  6798.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6799.      */
  6800.     protected function get_ServiceLocator_IZbGlYGService()
  6801.     {
  6802.         return $this->privates['.service_locator.IZbGlYG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6803.             '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.'],
  6804.             '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.'],
  6805.             '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.'],
  6806.         ], [
  6807.             'channel' => 'App\\Entity\\Channel\\Channel',
  6808.             'message' => 'App\\Entity\\Chat\\Message',
  6809.             'messageUser' => 'App\\Entity\\Chat\\MessageUser',
  6810.         ]);
  6811.     }
  6812.     /**
  6813.      * Gets the private '.service_locator.KfbR3DY' shared service.
  6814.      *
  6815.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6816.      */
  6817.     protected function get_ServiceLocator_KfbR3DYService()
  6818.     {
  6819.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6820.             '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".'],
  6821.         ], [
  6822.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  6823.         ]);
  6824.     }
  6825.     /**
  6826.      * Gets the private '.service_locator.Li3ShxI' shared service.
  6827.      *
  6828.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6829.      */
  6830.     protected function get_ServiceLocator_Li3ShxIService()
  6831.     {
  6832.         return $this->privates['.service_locator.Li3ShxI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6833.             '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.'],
  6834.             '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.'],
  6835.             '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.'],
  6836.         ], [
  6837.             'channel' => 'App\\Entity\\Channel\\Channel',
  6838.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  6839.             'fileMessage' => 'App\\Entity\\Chat\\FileMessage',
  6840.         ]);
  6841.     }
  6842.     /**
  6843.      * Gets the private '.service_locator.Nlay9_9' shared service.
  6844.      *
  6845.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6846.      */
  6847.     protected function get_ServiceLocator_Nlay99Service()
  6848.     {
  6849.         return $this->privates['.service_locator.Nlay9_9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6850.             '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.'],
  6851.             '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.'],
  6852.         ], [
  6853.             'canal' => 'App\\Entity\\Chat\\Canal',
  6854.             'channel' => 'App\\Entity\\Channel\\Channel',
  6855.         ]);
  6856.     }
  6857.     /**
  6858.      * Gets the private '.service_locator.P3RPcy8' shared service.
  6859.      *
  6860.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6861.      */
  6862.     protected function get_ServiceLocator_P3RPcy8Service()
  6863.     {
  6864.         return $this->privates['.service_locator.P3RPcy8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6865.             '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.'],
  6866.             '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.'],
  6867.         ], [
  6868.             'channel' => 'App\\Entity\\Channel\\Channel',
  6869.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  6870.         ]);
  6871.     }
  6872.     /**
  6873.      * Gets the private '.service_locator.QBI2gse' shared service.
  6874.      *
  6875.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6876.      */
  6877.     protected function get_ServiceLocator_QBI2gseService()
  6878.     {
  6879.         return $this->privates['.service_locator.QBI2gse'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6880.             '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.'],
  6881.             '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.'],
  6882.             '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.'],
  6883.         ], [
  6884.             'channel' => 'App\\Entity\\Channel\\Channel',
  6885.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  6886.             'lastSeenMessage' => 'App\\Entity\\Chat\\Message',
  6887.         ]);
  6888.     }
  6889.     /**
  6890.      * Gets the private '.service_locator.RlytIys' shared service.
  6891.      *
  6892.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6893.      */
  6894.     protected function get_ServiceLocator_RlytIysService()
  6895.     {
  6896.         return $this->privates['.service_locator.RlytIys'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6897.             '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.'],
  6898.         ], [
  6899.             'user' => 'App\\Entity\\Account\\User',
  6900.         ]);
  6901.     }
  6902.     /**
  6903.      * Gets the private '.service_locator.VOk2nDh' shared service.
  6904.      *
  6905.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6906.      */
  6907.     protected function get_ServiceLocator_VOk2nDhService()
  6908.     {
  6909.         return $this->privates['.service_locator.VOk2nDh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6910.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  6911.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  6912.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  6913.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  6914.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  6915.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  6916.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6917.             'router' => ['services''router''getRouterService'false],
  6918.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  6919.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  6920.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  6921.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  6922.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6923.         ], [
  6924.             'doctrine' => '?',
  6925.             'form.factory' => '?',
  6926.             'http_kernel' => '?',
  6927.             'message_bus' => '?',
  6928.             'messenger.default_bus' => '?',
  6929.             'parameter_bag' => '?',
  6930.             'request_stack' => '?',
  6931.             'router' => '?',
  6932.             'security.authorization_checker' => '?',
  6933.             'security.token_storage' => '?',
  6934.             'serializer' => '?',
  6935.             'session' => '.session.deprecated',
  6936.             'twig' => '?',
  6937.         ]);
  6938.     }
  6939.     /**
  6940.      * Gets the private '.service_locator.Y4J.A.e' shared service.
  6941.      *
  6942.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6943.      */
  6944.     protected function get_ServiceLocator_Y4J_A_EService()
  6945.     {
  6946.         return $this->privates['.service_locator.Y4J.A.e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6947.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  6948.         ], [
  6949.             'failed' => '?',
  6950.         ]);
  6951.     }
  6952.     /**
  6953.      * Gets the private '.service_locator._HjxFZI' shared service.
  6954.      *
  6955.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6956.      */
  6957.     protected function get_ServiceLocator_HjxFZIService()
  6958.     {
  6959.         return $this->privates['.service_locator._HjxFZI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6960.             '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.'],
  6961.             '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.'],
  6962.         ], [
  6963.             'channel' => 'App\\Entity\\Channel\\Channel',
  6964.             'user' => 'App\\Entity\\Account\\User',
  6965.         ]);
  6966.     }
  6967.     /**
  6968.      * Gets the private '.service_locator.hN5dZFZ' shared service.
  6969.      *
  6970.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6971.      */
  6972.     protected function get_ServiceLocator_HN5dZFZService()
  6973.     {
  6974.         return $this->privates['.service_locator.hN5dZFZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6975.             '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.'],
  6976.             '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.'],
  6977.         ], [
  6978.             'channel' => 'App\\Entity\\Channel\\Channel',
  6979.             'chatNotification' => 'App\\Entity\\Chat\\ChatNotification',
  6980.         ]);
  6981.     }
  6982.     /**
  6983.      * Gets the private '.service_locator.k.6sDgC' shared service.
  6984.      *
  6985.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6986.      */
  6987.     protected function get_ServiceLocator_K_6sDgCService()
  6988.     {
  6989.         return $this->privates['.service_locator.k.6sDgC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6990.             '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.'],
  6991.         ], [
  6992.             'channel' => 'App\\Entity\\Channel\\Channel',
  6993.         ]);
  6994.     }
  6995.     /**
  6996.      * Gets the private '.service_locator.lH2X8k5' shared service.
  6997.      *
  6998.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6999.      */
  7000.     protected function get_ServiceLocator_LH2X8k5Service()
  7001.     {
  7002.         return $this->privates['.service_locator.lH2X8k5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7003.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  7004.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  7005.             'security.firewall.map.context.reverse_sync' => ['privates''security.firewall.map.context.reverse_sync''getSecurity_Firewall_Map_Context_ReverseSyncService'false],
  7006.             'security.firewall.map.context.reverse_sync_doc' => ['privates''security.firewall.map.context.reverse_sync_doc''getSecurity_Firewall_Map_Context_ReverseSyncDocService'false],
  7007.         ], [
  7008.             'security.firewall.map.context.dev' => '?',
  7009.             'security.firewall.map.context.main' => '?',
  7010.             'security.firewall.map.context.reverse_sync' => '?',
  7011.             'security.firewall.map.context.reverse_sync_doc' => '?',
  7012.         ]);
  7013.     }
  7014.     /**
  7015.      * Gets the private '.service_locator.nyQ9vNF' shared service.
  7016.      *
  7017.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7018.      */
  7019.     protected function get_ServiceLocator_NyQ9vNFService()
  7020.     {
  7021.         return $this->privates['.service_locator.nyQ9vNF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7022.             '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".'],
  7023.         ], [
  7024.             'exception' => 'Throwable',
  7025.         ]);
  7026.     }
  7027.     /**
  7028.      * Gets the private '.service_locator.rbKFZjg' shared service.
  7029.      *
  7030.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7031.      */
  7032.     protected function get_ServiceLocator_RbKFZjgService()
  7033.     {
  7034.         return $this->privates['.service_locator.rbKFZjg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7035.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7036.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7037.             'messenger.transport.sync_full_user_transport' => ['privates''messenger.transport.sync_full_user_transport''getMessenger_Transport_SyncFullUserTransportService'false],
  7038.             'messenger.transport.sync_transport' => ['privates''messenger.transport.sync_transport''getMessenger_Transport_SyncTransportService'false],
  7039.             'sync_full_user_transport' => ['privates''messenger.transport.sync_full_user_transport''getMessenger_Transport_SyncFullUserTransportService'false],
  7040.             'sync_transport' => ['privates''messenger.transport.sync_transport''getMessenger_Transport_SyncTransportService'false],
  7041.         ], [
  7042.             'failed' => '?',
  7043.             'messenger.transport.failed' => '?',
  7044.             'messenger.transport.sync_full_user_transport' => '?',
  7045.             'messenger.transport.sync_transport' => '?',
  7046.             'sync_full_user_transport' => '?',
  7047.             'sync_transport' => '?',
  7048.         ]);
  7049.     }
  7050.     /**
  7051.      * Gets the private '.service_locator.tvghQKF' shared service.
  7052.      *
  7053.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7054.      */
  7055.     protected function get_ServiceLocator_TvghQKFService()
  7056.     {
  7057.         return $this->privates['.service_locator.tvghQKF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7058.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  7059.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  7060.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  7061.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  7062.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  7063.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  7064.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  7065.             'router' => ['services''router''getRouterService'false],
  7066.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  7067.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  7068.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  7069.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  7070.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7071.         ], [
  7072.             'doctrine' => '?',
  7073.             'form.factory' => '?',
  7074.             'http_kernel' => '?',
  7075.             'message_bus' => '?',
  7076.             'messenger.default_bus' => '?',
  7077.             'parameter_bag' => '?',
  7078.             'request_stack' => '?',
  7079.             'router' => '?',
  7080.             'security.authorization_checker' => '?',
  7081.             'security.token_storage' => '?',
  7082.             'serializer' => '?',
  7083.             'session' => '.session.deprecated',
  7084.             'twig' => '?',
  7085.         ]);
  7086.     }
  7087.     /**
  7088.      * Gets the private '.service_locator.uAZ9wWa' shared service.
  7089.      *
  7090.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7091.      */
  7092.     protected function get_ServiceLocator_UAZ9wWaService()
  7093.     {
  7094.         return $this->privates['.service_locator.uAZ9wWa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7095.             '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.'],
  7096.         ], [
  7097.             'responseEvent' => 'Drosalys\\Bundle\\ApiBundle\\Event\\PostBuildResponseEvent',
  7098.         ]);
  7099.     }
  7100.     /**
  7101.      * Gets the private '.service_locator.vxwOU3W' shared service.
  7102.      *
  7103.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7104.      */
  7105.     protected function get_ServiceLocator_VxwOU3WService()
  7106.     {
  7107.         return $this->privates['.service_locator.vxwOU3W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7108.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  7109.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  7110.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  7111.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  7112.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  7113.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  7114.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  7115.             'router' => ['services''router''getRouterService'false],
  7116.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  7117.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  7118.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  7119.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  7120.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7121.         ], [
  7122.             'doctrine' => '?',
  7123.             'form.factory' => '?',
  7124.             'http_kernel' => '?',
  7125.             'message_bus' => '?',
  7126.             'messenger.default_bus' => '?',
  7127.             'parameter_bag' => '?',
  7128.             'request_stack' => '?',
  7129.             'router' => '?',
  7130.             'security.authorization_checker' => '?',
  7131.             'security.token_storage' => '?',
  7132.             'serializer' => '?',
  7133.             'session' => '.session.deprecated',
  7134.             'twig' => '?',
  7135.         ]);
  7136.     }
  7137.     /**
  7138.      * Gets the private '.service_locator.wBbyE11' shared service.
  7139.      *
  7140.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7141.      */
  7142.     protected function get_ServiceLocator_WBbyE11Service()
  7143.     {
  7144.         return $this->privates['.service_locator.wBbyE11'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7145.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  7146.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  7147.             'security.event_dispatcher.reverse_sync' => ['privates''security.event_dispatcher.reverse_sync''getSecurity_EventDispatcher_ReverseSyncService'false],
  7148.         ], [
  7149.             'event_dispatcher' => '?',
  7150.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  7151.             'security.event_dispatcher.reverse_sync' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  7152.         ]);
  7153.     }
  7154.     /**
  7155.      * Gets the private '.service_locator.yB53eej' shared service.
  7156.      *
  7157.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7158.      */
  7159.     protected function get_ServiceLocator_YB53eejService()
  7160.     {
  7161.         return $this->privates['.service_locator.yB53eej'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7162.             '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.'],
  7163.             '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.'],
  7164.             '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.'],
  7165.         ], [
  7166.             'channel' => 'App\\Entity\\Channel\\Channel',
  7167.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  7168.             'previousMessage' => 'App\\Entity\\Chat\\Message',
  7169.         ]);
  7170.     }
  7171.     /**
  7172.      * Gets the private '.service_locator.yVy0b.R' shared service.
  7173.      *
  7174.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7175.      */
  7176.     protected function get_ServiceLocator_YVy0b_RService()
  7177.     {
  7178.         return $this->privates['.service_locator.yVy0b.R'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7179.             '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.'],
  7180.             '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.'],
  7181.         ], [
  7182.             'channel' => 'App\\Entity\\Channel\\Channel',
  7183.             'file' => 'App\\Entity\\Chat\\File',
  7184.         ]);
  7185.     }
  7186.     /**
  7187.      * Gets the private '.session.deprecated' shared service.
  7188.      *
  7189.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  7190.      */
  7191.     protected function get_Session_DeprecatedService()
  7192.     {
  7193.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  7194.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  7195.         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();
  7196.     }
  7197.     /**
  7198.      * Gets the private '.twig.command.debug.lazy' shared service.
  7199.      *
  7200.      * @return \Symfony\Component\Console\Command\LazyCommand
  7201.      */
  7202.     protected function get_Twig_Command_Debug_LazyService()
  7203.     {
  7204.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7205.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7206.         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 {
  7207.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  7208.         });
  7209.     }
  7210.     /**
  7211.      * Gets the private '.twig.command.lint.lazy' shared service.
  7212.      *
  7213.      * @return \Symfony\Component\Console\Command\LazyCommand
  7214.      */
  7215.     protected function get_Twig_Command_Lint_LazyService()
  7216.     {
  7217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7219.         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 {
  7220.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  7221.         });
  7222.     }
  7223.     /**
  7224.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  7225.      *
  7226.      * @return \Symfony\Component\Console\Command\LazyCommand
  7227.      */
  7228.     protected function get_VarDumper_Command_ServerDump_LazyService()
  7229.     {
  7230.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7232.         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 {
  7233.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  7234.         });
  7235.     }
  7236.     /**
  7237.      * Gets the private 'App\Command\Cron\CreateOrDeleteCanalFromSessions' shared autowired service.
  7238.      *
  7239.      * @return \App\Command\Cron\CreateOrDeleteCanalFromSessions
  7240.      */
  7241.     protected function getCreateOrDeleteCanalFromSessionsService()
  7242.     {
  7243.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7244.         include_once \dirname(__DIR__4).'/src/Command/Cron/CreateOrDeleteCanalFromSessions.php';
  7245.         $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()));
  7246.         $instance->setName('app:delete-or-create-canal-from-sessions');
  7247.         $instance->setDescription('Gather Session Resource and create or removed canals depending on sessions dates');
  7248.         return $instance;
  7249.     }
  7250.     /**
  7251.      * Gets the private 'App\Command\Cron\DeleteOldChatMessageCommand' shared autowired service.
  7252.      *
  7253.      * @return \App\Command\Cron\DeleteOldChatMessageCommand
  7254.      */
  7255.     protected function getDeleteOldChatMessageCommandService()
  7256.     {
  7257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7258.         include_once \dirname(__DIR__4).'/src/Command/Cron/DeleteOldChatMessageCommand.php';
  7259.         $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()));
  7260.         $instance->setName('app:delete-old-chat-message');
  7261.         $instance->setDescription('Remove old messages from conversations');
  7262.         return $instance;
  7263.     }
  7264.     /**
  7265.      * Gets the private 'App\Command\Cron\DeleteOldConversationCommand' shared autowired service.
  7266.      *
  7267.      * @return \App\Command\Cron\DeleteOldConversationCommand
  7268.      */
  7269.     protected function getDeleteOldConversationCommandService()
  7270.     {
  7271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7272.         include_once \dirname(__DIR__4).'/src/Command/Cron/DeleteOldConversationCommand.php';
  7273.         $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()));
  7274.         $instance->setName('app:delete-old-conversation');
  7275.         $instance->setDescription('Remove old conversations not linked to sessions => simple conversations older than 2 days, temporary canals older than 2 days');
  7276.         return $instance;
  7277.     }
  7278.     /**
  7279.      * Gets the private 'App\Command\Cron\ManageConversationUsersForCursusCommand' shared autowired service.
  7280.      *
  7281.      * @return \App\Command\Cron\ManageConversationUsersForCursusCommand
  7282.      */
  7283.     protected function getManageConversationUsersForCursusCommandService()
  7284.     {
  7285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7286.         include_once \dirname(__DIR__4).'/src/Command/Cron/ManageConversationUsersForCursusCommand.php';
  7287.         $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()));
  7288.         $instance->setName('app:update-conversation-user-from-cursus');
  7289.         $instance->setDescription('Remove or Create ConversationUser for learners From cursus');
  7290.         return $instance;
  7291.     }
  7292.     /**
  7293.      * Gets the private 'App\Command\GenerateHashtagUserCommand' shared autowired service.
  7294.      *
  7295.      * @return \App\Command\GenerateHashtagUserCommand
  7296.      */
  7297.     protected function getGenerateHashtagUserCommandService()
  7298.     {
  7299.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7300.         include_once \dirname(__DIR__4).'/src/Command/GenerateHashtagUserCommand.php';
  7301.         $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()));
  7302.         $instance->setName('app:generate-hashtag-user');
  7303.         $instance->setDescription('Add a short description for your command');
  7304.         return $instance;
  7305.     }
  7306.     /**
  7307.      * Gets the private 'App\Command\GenerateReferentAndServiceConversationsForActiveCursusCommand' shared autowired service.
  7308.      *
  7309.      * @return \App\Command\GenerateReferentAndServiceConversationsForActiveCursusCommand
  7310.      */
  7311.     protected function getGenerateReferentAndServiceConversationsForActiveCursusCommandService()
  7312.     {
  7313.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7314.         include_once \dirname(__DIR__4).'/src/Command/GenerateReferentAndServiceConversationsForActiveCursusCommand.php';
  7315.         $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()));
  7316.         $instance->setName('app:generate-referent-service-conversations');
  7317.         $instance->setDescription('Generate referent and services conversations and conversation users for active Cursus if not exists');
  7318.         return $instance;
  7319.     }
  7320.     /**
  7321.      * Gets the private 'App\Command\InitChannelCanalCommand' shared autowired service.
  7322.      *
  7323.      * @return \App\Command\InitChannelCanalCommand
  7324.      */
  7325.     protected function getInitChannelCanalCommandService()
  7326.     {
  7327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7328.         include_once \dirname(__DIR__4).'/src/Command/InitChannelCanalCommand.php';
  7329.         $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()));
  7330.         $instance->setName('app:init-channel-canal');
  7331.         $instance->setDescription('Create Public Canals for Channels');
  7332.         return $instance;
  7333.     }
  7334.     /**
  7335.      * Gets the private 'App\Command\InitResourcesCommand' shared autowired service.
  7336.      *
  7337.      * @return \App\Command\InitResourcesCommand
  7338.      */
  7339.     protected function getInitResourcesCommandService()
  7340.     {
  7341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7342.         include_once \dirname(__DIR__4).'/src/Command/InitResourcesCommand.php';
  7343.         $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()));
  7344.         $instance->setName('app:init-resources');
  7345.         $instance->setDescription('Create Resource for Groups, Places and Trainings');
  7346.         return $instance;
  7347.     }
  7348.     /**
  7349.      * Gets the private 'App\Command\InitSimpleConversationsCommand' shared autowired service.
  7350.      *
  7351.      * @return \App\Command\InitSimpleConversationsCommand
  7352.      */
  7353.     protected function getInitSimpleConversationsCommandService()
  7354.     {
  7355.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7356.         include_once \dirname(__DIR__4).'/src/Command/InitSimpleConversationsCommand.php';
  7357.         $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()));
  7358.         $instance->setName('app:init-channel-simple-conversations');
  7359.         $instance->setDescription('Create Simple conversations for Channels');
  7360.         return $instance;
  7361.     }
  7362.     /**
  7363.      * Gets the private 'App\Command\TestStringCommand' shared autowired service.
  7364.      *
  7365.      * @return \App\Command\TestStringCommand
  7366.      */
  7367.     protected function getTestStringCommandService()
  7368.     {
  7369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7370.         include_once \dirname(__DIR__4).'/src/Command/TestStringCommand.php';
  7371.         $this->privates['App\\Command\\TestStringCommand'] = $instance = new \App\Command\TestStringCommand(($this->privates['App\\Service\\Chat\\MessageService'] ?? $this->getMessageServiceService()));
  7372.         $instance->setName('app:test-string');
  7373.         $instance->setDescription('Add a short description for your command');
  7374.         return $instance;
  7375.     }
  7376.     /**
  7377.      * Gets the private 'App\Doctrine\EventEntitySubscriber\AbstractCursusSubscriber' shared autowired service.
  7378.      *
  7379.      * @return \App\Doctrine\EventEntitySubscriber\AbstractCursusSubscriber
  7380.      */
  7381.     protected function getAbstractCursusSubscriberService()
  7382.     {
  7383.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7384.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/AbstractCursusSubscriber.php';
  7385.         $a = ($this->privates['App\\Service\\Channel\\AbstractCursusService'] ?? $this->getAbstractCursusServiceService());
  7386.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'])) {
  7387.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'];
  7388.         }
  7389.         $b = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  7390.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'])) {
  7391.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'];
  7392.         }
  7393.         $c = ($this->privates['App\\Service\\Chat\\CanalService'] ?? $this->getCanalServiceService());
  7394.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'])) {
  7395.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'];
  7396.         }
  7397.         $d = ($this->privates['App\\Service\\Chat\\ReferentConversationService'] ?? $this->getReferentConversationServiceService());
  7398.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'])) {
  7399.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'];
  7400.         }
  7401.         $e = ($this->privates['App\\Service\\Chat\\ChannelServiceConversationService'] ?? $this->getChannelServiceConversationServiceService());
  7402.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'])) {
  7403.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'];
  7404.         }
  7405.         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);
  7406.     }
  7407.     /**
  7408.      * Gets the private 'App\Doctrine\EventEntitySubscriber\CanalSubscriber' shared autowired service.
  7409.      *
  7410.      * @return \App\Doctrine\EventEntitySubscriber\CanalSubscriber
  7411.      */
  7412.     protected function getCanalSubscriberService()
  7413.     {
  7414.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7415.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/CanalSubscriber.php';
  7416.         $a = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  7417.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber'])) {
  7418.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber'];
  7419.         }
  7420.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber'] = new \App\Doctrine\EventEntitySubscriber\CanalSubscriber($a);
  7421.     }
  7422.     /**
  7423.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ChannelSubscriber' shared autowired service.
  7424.      *
  7425.      * @return \App\Doctrine\EventEntitySubscriber\ChannelSubscriber
  7426.      */
  7427.     protected function getChannelSubscriberService()
  7428.     {
  7429.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7430.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ChannelSubscriber.php';
  7431.         $a = ($this->privates['App\\Service\\Chat\\ConversationCreationService'] ?? $this->getConversationCreationServiceService());
  7432.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber'])) {
  7433.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber'];
  7434.         }
  7435.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ChannelSubscriber($a);
  7436.     }
  7437.     /**
  7438.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ChannelUserDataSubscriber' shared autowired service.
  7439.      *
  7440.      * @return \App\Doctrine\EventEntitySubscriber\ChannelUserDataSubscriber
  7441.      */
  7442.     protected function getChannelUserDataSubscriberService()
  7443.     {
  7444.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7445.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ChannelUserDataSubscriber.php';
  7446.         $a = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  7447.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber'])) {
  7448.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber'];
  7449.         }
  7450.         $b = ($this->privates['App\\Service\\Chat\\CanalService'] ?? $this->getCanalServiceService());
  7451.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber'])) {
  7452.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber'];
  7453.         }
  7454.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ChannelUserDataSubscriber($a$b, ($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()));
  7455.     }
  7456.     /**
  7457.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ChatNotificationSubscriber' shared autowired service.
  7458.      *
  7459.      * @return \App\Doctrine\EventEntitySubscriber\ChatNotificationSubscriber
  7460.      */
  7461.     protected function getChatNotificationSubscriberService()
  7462.     {
  7463.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7464.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ChatNotificationSubscriber.php';
  7465.         $a = ($this->services['router'] ?? $this->getRouterService());
  7466.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber'])) {
  7467.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber'];
  7468.         }
  7469.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ChatNotificationSubscriber($a);
  7470.     }
  7471.     /**
  7472.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ConversationSubscriber' shared autowired service.
  7473.      *
  7474.      * @return \App\Doctrine\EventEntitySubscriber\ConversationSubscriber
  7475.      */
  7476.     protected function getConversationSubscriberService()
  7477.     {
  7478.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7479.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ConversationSubscriber.php';
  7480.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ConversationSubscriber(($this->privates['App\\Repository\\ChannelUserData\\ChannelUserDataRepository'] ?? $this->getChannelUserDataRepositoryService()));
  7481.     }
  7482.     /**
  7483.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ConversationUserSubscriber' shared autowired service.
  7484.      *
  7485.      * @return \App\Doctrine\EventEntitySubscriber\ConversationUserSubscriber
  7486.      */
  7487.     protected function getConversationUserSubscriberService()
  7488.     {
  7489.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7490.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ConversationUserSubscriber.php';
  7491.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ConversationUserSubscriber(($this->privates['App\\Repository\\Chat\\MessageRepository'] ?? $this->getMessageRepositoryService()));
  7492.     }
  7493.     /**
  7494.      * Gets the private 'App\Doctrine\EventEntitySubscriber\FileSubscriber' shared autowired service.
  7495.      *
  7496.      * @return \App\Doctrine\EventEntitySubscriber\FileSubscriber
  7497.      */
  7498.     protected function getFileSubscriberService()
  7499.     {
  7500.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7501.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/FileSubscriber.php';
  7502.         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()));
  7503.     }
  7504.     /**
  7505.      * Gets the private 'App\Doctrine\EventEntitySubscriber\GroupSubscriberAbstract' shared autowired service.
  7506.      *
  7507.      * @return \App\Doctrine\EventEntitySubscriber\GroupSubscriberAbstract
  7508.      */
  7509.     protected function getGroupSubscriberAbstractService()
  7510.     {
  7511.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7512.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/AbstractChatResourceSubscriber.php';
  7513.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/GroupSubscriberAbstract.php';
  7514.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\GroupSubscriberAbstract'] = new \App\Doctrine\EventEntitySubscriber\GroupSubscriberAbstract();
  7515.     }
  7516.     /**
  7517.      * Gets the private 'App\Doctrine\EventEntitySubscriber\MessageSubscriber' shared autowired service.
  7518.      *
  7519.      * @return \App\Doctrine\EventEntitySubscriber\MessageSubscriber
  7520.      */
  7521.     protected function getMessageSubscriberService()
  7522.     {
  7523.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7524.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/MessageSubscriber.php';
  7525.         include_once \dirname(__DIR__4).'/src/Service/Chat/ChatNotificationService.php';
  7526.         $a = ($this->privates['App\\Service\\Chat\\MessageService'] ?? $this->getMessageServiceService());
  7527.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber'])) {
  7528.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber'];
  7529.         }
  7530.         $b = ($this->privates['App\\Service\\Chat\\ChannelServiceConversationService'] ?? $this->getChannelServiceConversationServiceService());
  7531.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber'])) {
  7532.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber'];
  7533.         }
  7534.         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);
  7535.     }
  7536.     /**
  7537.      * Gets the private 'App\Doctrine\EventEntitySubscriber\PlaceSubscriber' shared autowired service.
  7538.      *
  7539.      * @return \App\Doctrine\EventEntitySubscriber\PlaceSubscriber
  7540.      */
  7541.     protected function getPlaceSubscriberService()
  7542.     {
  7543.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7544.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/AbstractChatResourceSubscriber.php';
  7545.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/PlaceSubscriber.php';
  7546.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\PlaceSubscriber'] = new \App\Doctrine\EventEntitySubscriber\PlaceSubscriber();
  7547.     }
  7548.     /**
  7549.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ServiceConversationSubscriber' shared autowired service.
  7550.      *
  7551.      * @return \App\Doctrine\EventEntitySubscriber\ServiceConversationSubscriber
  7552.      */
  7553.     protected function getServiceConversationSubscriberService()
  7554.     {
  7555.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7556.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ServiceConversationSubscriber.php';
  7557.         $a = ($this->privates['App\\Service\\Chat\\ChannelServiceConversationService'] ?? $this->getChannelServiceConversationServiceService());
  7558.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber'])) {
  7559.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber'];
  7560.         }
  7561.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ServiceConversationSubscriber($a);
  7562.     }
  7563.     /**
  7564.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ServiceSubscriber' shared autowired service.
  7565.      *
  7566.      * @return \App\Doctrine\EventEntitySubscriber\ServiceSubscriber
  7567.      */
  7568.     protected function getServiceSubscriberService()
  7569.     {
  7570.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7571.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ServiceSubscriber.php';
  7572.         $a = ($this->privates['App\\Service\\Chat\\ChannelServiceConversationService'] ?? $this->getChannelServiceConversationServiceService());
  7573.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber'])) {
  7574.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber'];
  7575.         }
  7576.         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()));
  7577.     }
  7578.     /**
  7579.      * Gets the private 'App\Doctrine\EventEntitySubscriber\SessionReferentsSubscriber' shared autowired service.
  7580.      *
  7581.      * @return \App\Doctrine\EventEntitySubscriber\SessionReferentsSubscriber
  7582.      */
  7583.     protected function getSessionReferentsSubscriberService()
  7584.     {
  7585.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7586.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/SessionReferentsSubscriber.php';
  7587.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService());
  7588.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'])) {
  7589.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'];
  7590.         }
  7591.         $b = ($this->privates['App\\Service\\Channel\\AbstractCursusService'] ?? $this->getAbstractCursusServiceService());
  7592.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'])) {
  7593.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'];
  7594.         }
  7595.         $c = ($this->privates['App\\Service\\Chat\\ReferentConversationService'] ?? $this->getReferentConversationServiceService());
  7596.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'])) {
  7597.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'];
  7598.         }
  7599.         $d = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  7600.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'])) {
  7601.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'];
  7602.         }
  7603.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'] = new \App\Doctrine\EventEntitySubscriber\SessionReferentsSubscriber($a$b$c$d);
  7604.     }
  7605.     /**
  7606.      * Gets the private 'App\Doctrine\EventEntitySubscriber\SessionSubscriber' shared autowired service.
  7607.      *
  7608.      * @return \App\Doctrine\EventEntitySubscriber\SessionSubscriber
  7609.      */
  7610.     protected function getSessionSubscriberService()
  7611.     {
  7612.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7613.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/SessionSubscriber.php';
  7614.         $a = ($this->privates['App\\Service\\Chat\\ConversationCreationService'] ?? $this->getConversationCreationServiceService());
  7615.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber'])) {
  7616.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber'];
  7617.         }
  7618.         $b = ($this->privates['App\\Service\\Chat\\ChatResourceService'] ?? $this->getChatResourceServiceService());
  7619.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber'])) {
  7620.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber'];
  7621.         }
  7622.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber'] = new \App\Doctrine\EventEntitySubscriber\SessionSubscriber($a$b, ($this->privates['App\\Repository\\Chat\\CanalRepository'] ?? $this->getCanalRepositoryService()));
  7623.     }
  7624.     /**
  7625.      * Gets the private 'App\Doctrine\EventEntitySubscriber\TrainingSubscriberAbstract' shared autowired service.
  7626.      *
  7627.      * @return \App\Doctrine\EventEntitySubscriber\TrainingSubscriberAbstract
  7628.      */
  7629.     protected function getTrainingSubscriberAbstractService()
  7630.     {
  7631.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7632.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/AbstractChatResourceSubscriber.php';
  7633.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/TrainingSubscriberAbstract.php';
  7634.         $a = ($this->privates['App\\Service\\Chat\\ConversationCreationService'] ?? $this->getConversationCreationServiceService());
  7635.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract'])) {
  7636.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract'];
  7637.         }
  7638.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract'] = new \App\Doctrine\EventEntitySubscriber\TrainingSubscriberAbstract($a);
  7639.     }
  7640.     /**
  7641.      * Gets the private 'App\Doctrine\EventEntitySubscriber\UserSubscriber' shared autowired service.
  7642.      *
  7643.      * @return \App\Doctrine\EventEntitySubscriber\UserSubscriber
  7644.      */
  7645.     protected function getUserSubscriberService()
  7646.     {
  7647.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7648.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/UserSubscriber.php';
  7649.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\UserSubscriber'] = new \App\Doctrine\EventEntitySubscriber\UserSubscriber(($this->privates['App\\Service\\Account\\UserService'] ?? $this->getUserServiceService()));
  7650.     }
  7651.     /**
  7652.      * Gets the private 'App\Doctrine\EventSubscriber\GroupUsersSubscriber' shared autowired service.
  7653.      *
  7654.      * @return \App\Doctrine\EventSubscriber\GroupUsersSubscriber
  7655.      */
  7656.     protected function getGroupUsersSubscriberService()
  7657.     {
  7658.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/AbstractUsersCollectionSubscriber.php';
  7659.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7660.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/GroupUsersSubscriber.php';
  7661.         $a = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  7662.         if (isset($this->privates['App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber'])) {
  7663.             return $this->privates['App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber'];
  7664.         }
  7665.         $b = ($this->privates['App\\Service\\Chat\\ChatResourceService'] ?? $this->getChatResourceServiceService());
  7666.         if (isset($this->privates['App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber'])) {
  7667.             return $this->privates['App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber'];
  7668.         }
  7669.         return $this->privates['App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber'] = new \App\Doctrine\EventSubscriber\GroupUsersSubscriber($a$b);
  7670.     }
  7671.     /**
  7672.      * Gets the private 'App\Doctrine\EventSubscriber\ServiceUsersSubscriber' shared autowired service.
  7673.      *
  7674.      * @return \App\Doctrine\EventSubscriber\ServiceUsersSubscriber
  7675.      */
  7676.     protected function getServiceUsersSubscriberService()
  7677.     {
  7678.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/AbstractUsersCollectionSubscriber.php';
  7679.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7680.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/ServiceUsersSubscriber.php';
  7681.         $a = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  7682.         if (isset($this->privates['App\\Doctrine\\EventSubscriber\\ServiceUsersSubscriber'])) {
  7683.             return $this->privates['App\\Doctrine\\EventSubscriber\\ServiceUsersSubscriber'];
  7684.         }
  7685.         return $this->privates['App\\Doctrine\\EventSubscriber\\ServiceUsersSubscriber'] = new \App\Doctrine\EventSubscriber\ServiceUsersSubscriber($a, ($this->privates['App\\Repository\\Chat\\ServiceConversationRepository'] ?? $this->getServiceConversationRepositoryService()));
  7686.     }
  7687.     /**
  7688.      * Gets the private 'App\Doctrine\EventSubscriber\WebSocketFlushSubscriber' shared autowired service.
  7689.      *
  7690.      * @return \App\Doctrine\EventSubscriber\WebSocketFlushSubscriber
  7691.      */
  7692.     protected function getWebSocketFlushSubscriberService()
  7693.     {
  7694.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7695.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/WebSocketFlushSubscriber.php';
  7696.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  7697.         include_once \dirname(__DIR__4).'/src/Service/WebSocketClient/EntityMessageService.php';
  7698.         include_once \dirname(__DIR__4).'/src/WebSocket/Client/WebSocketServerClient.php';
  7699.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  7700.         if (isset($this->privates['App\\Doctrine\\EventSubscriber\\WebSocketFlushSubscriber'])) {
  7701.             return $this->privates['App\\Doctrine\\EventSubscriber\\WebSocketFlushSubscriber'];
  7702.         }
  7703.         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())));
  7704.     }
  7705.     /**
  7706.      * Gets the private 'App\Form\AddUsersType' shared autowired service.
  7707.      *
  7708.      * @return \App\Form\AddUsersType
  7709.      */
  7710.     protected function getAddUsersTypeService()
  7711.     {
  7712.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7713.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7714.         include_once \dirname(__DIR__4).'/src/Form/AddUsersType.php';
  7715.         return $this->privates['App\\Form\\AddUsersType'] = new \App\Form\AddUsersType();
  7716.     }
  7717.     /**
  7718.      * Gets the private 'App\Form\Admin\AddAdminsType' shared autowired service.
  7719.      *
  7720.      * @return \App\Form\Admin\AddAdminsType
  7721.      */
  7722.     protected function getAddAdminsTypeService()
  7723.     {
  7724.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7725.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7726.         include_once \dirname(__DIR__4).'/src/Form/Admin/AddAdminsType.php';
  7727.         return $this->privates['App\\Form\\Admin\\AddAdminsType'] = new \App\Form\Admin\AddAdminsType();
  7728.     }
  7729.     /**
  7730.      * Gets the private 'App\Form\Admin\Chat\CanalType' shared autowired service.
  7731.      *
  7732.      * @return \App\Form\Admin\Chat\CanalType
  7733.      */
  7734.     protected function getCanalTypeService()
  7735.     {
  7736.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7737.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7738.         include_once \dirname(__DIR__4).'/src/Form/Admin/Chat/CanalType.php';
  7739.         return $this->privates['App\\Form\\Admin\\Chat\\CanalType'] = new \App\Form\Admin\Chat\CanalType(($this->services['router'] ?? $this->getRouterService()));
  7740.     }
  7741.     /**
  7742.      * Gets the private 'App\Form\Admin\Chat\EditCanalType' shared autowired service.
  7743.      *
  7744.      * @return \App\Form\Admin\Chat\EditCanalType
  7745.      */
  7746.     protected function getEditCanalTypeService()
  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/Admin/Chat/EditCanalType.php';
  7751.         return $this->privates['App\\Form\\Admin\\Chat\\EditCanalType'] = new \App\Form\Admin\Chat\EditCanalType();
  7752.     }
  7753.     /**
  7754.      * Gets the private 'App\Form\ConversationSelektorType' shared autowired service.
  7755.      *
  7756.      * @return \App\Form\ConversationSelektorType
  7757.      */
  7758.     protected function getConversationSelektorTypeService()
  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/ConversationSelektorType.php';
  7763.         return $this->privates['App\\Form\\ConversationSelektorType'] = new \App\Form\ConversationSelektorType();
  7764.     }
  7765.     /**
  7766.      * Gets the private 'App\Form\Filter\CanalFilterType' shared autowired service.
  7767.      *
  7768.      * @return \App\Form\Filter\CanalFilterType
  7769.      */
  7770.     protected function getCanalFilterTypeService()
  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/Filter/CanalFilterType.php';
  7775.         return $this->privates['App\\Form\\Filter\\CanalFilterType'] = new \App\Form\Filter\CanalFilterType();
  7776.     }
  7777.     /**
  7778.      * Gets the private 'App\Form\Filter\ConversationFilterType' shared autowired service.
  7779.      *
  7780.      * @return \App\Form\Filter\ConversationFilterType
  7781.      */
  7782.     protected function getConversationFilterTypeService()
  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/Filter/ConversationFilterType.php';
  7787.         return $this->privates['App\\Form\\Filter\\ConversationFilterType'] = new \App\Form\Filter\ConversationFilterType();
  7788.     }
  7789.     /**
  7790.      * Gets the private 'App\Form\Filter\ResourceFilter' shared autowired service.
  7791.      *
  7792.      * @return \App\Form\Filter\ResourceFilter
  7793.      */
  7794.     protected function getResourceFilterService()
  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/Filter/ResourceFilter.php';
  7799.         return $this->privates['App\\Form\\Filter\\ResourceFilter'] = new \App\Form\Filter\ResourceFilter();
  7800.     }
  7801.     /**
  7802.      * Gets the private 'App\Form\Filter\ServiceConversationFilterType' shared autowired service.
  7803.      *
  7804.      * @return \App\Form\Filter\ServiceConversationFilterType
  7805.      */
  7806.     protected function getServiceConversationFilterTypeService()
  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/ServiceConversationFilterType.php';
  7811.         return $this->privates['App\\Form\\Filter\\ServiceConversationFilterType'] = new \App\Form\Filter\ServiceConversationFilterType();
  7812.     }
  7813.     /**
  7814.      * Gets the private 'App\Form\Filter\UserFilter' shared autowired service.
  7815.      *
  7816.      * @return \App\Form\Filter\UserFilter
  7817.      */
  7818.     protected function getUserFilterService()
  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/UserFilter.php';
  7823.         return $this->privates['App\\Form\\Filter\\UserFilter'] = new \App\Form\Filter\UserFilter();
  7824.     }
  7825.     /**
  7826.      * Gets the private 'App\Form\GlobalSearchType' shared autowired service.
  7827.      *
  7828.      * @return \App\Form\GlobalSearchType
  7829.      */
  7830.     protected function getGlobalSearchTypeService()
  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/GlobalSearchType.php';
  7835.         return $this->privates['App\\Form\\GlobalSearchType'] = new \App\Form\GlobalSearchType(($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  7836.     }
  7837.     /**
  7838.      * Gets the private 'App\Form\ResourceSelektorType' shared autowired service.
  7839.      *
  7840.      * @return \App\Form\ResourceSelektorType
  7841.      */
  7842.     protected function getResourceSelektorTypeService()
  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/ResourceSelektorType.php';
  7847.         return $this->privates['App\\Form\\ResourceSelektorType'] = new \App\Form\ResourceSelektorType();
  7848.     }
  7849.     /**
  7850.      * Gets the private 'App\Form\UploadFileType' shared autowired service.
  7851.      *
  7852.      * @return \App\Form\UploadFileType
  7853.      */
  7854.     protected function getUploadFileTypeService()
  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/UploadFileType.php';
  7859.         return $this->privates['App\\Form\\UploadFileType'] = new \App\Form\UploadFileType();
  7860.     }
  7861.     /**
  7862.      * Gets the private 'App\Form\UserSelektorType' shared autowired service.
  7863.      *
  7864.      * @return \App\Form\UserSelektorType
  7865.      */
  7866.     protected function getUserSelektorTypeService()
  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/UserSelektorType.php';
  7871.         return $this->privates['App\\Form\\UserSelektorType'] = new \App\Form\UserSelektorType();
  7872.     }
  7873.     /**
  7874.      * Gets the private 'App\Repository\Account\NotificationRepository' shared autowired service.
  7875.      *
  7876.      * @return \App\Repository\Account\NotificationRepository
  7877.      */
  7878.     protected function getNotificationRepositoryService()
  7879.     {
  7880.         include_once \dirname(__DIR__4).'/src/Repository/Account/NotificationRepository.php';
  7881.         return $this->privates['App\\Repository\\Account\\NotificationRepository'] = new \App\Repository\Account\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7882.     }
  7883.     /**
  7884.      * Gets the private 'App\Repository\Account\UserRepository' shared autowired service.
  7885.      *
  7886.      * @return \App\Repository\Account\UserRepository
  7887.      */
  7888.     protected function getUserRepositoryService()
  7889.     {
  7890.         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()));
  7891.     }
  7892.     /**
  7893.      * Gets the private 'App\Repository\ChannelUserData\AbstractCursusRepository' shared autowired service.
  7894.      *
  7895.      * @return \App\Repository\ChannelUserData\AbstractCursusRepository
  7896.      */
  7897.     protected function getAbstractCursusRepositoryService()
  7898.     {
  7899.         return $this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] = new \App\Repository\ChannelUserData\AbstractCursusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7900.     }
  7901.     /**
  7902.      * Gets the private 'App\Repository\ChannelUserData\ChannelUserDataRepository' shared autowired service.
  7903.      *
  7904.      * @return \App\Repository\ChannelUserData\ChannelUserDataRepository
  7905.      */
  7906.     protected function getChannelUserDataRepositoryService()
  7907.     {
  7908.         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()));
  7909.     }
  7910.     /**
  7911.      * Gets the private 'App\Repository\Channel\ChannelRepository' shared autowired service.
  7912.      *
  7913.      * @return \App\Repository\Channel\ChannelRepository
  7914.      */
  7915.     protected function getChannelRepositoryService()
  7916.     {
  7917.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/Channel/ChannelRepositoryInterface.php';
  7918.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/Channel/AbstractChannelRepository.php';
  7919.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ChannelRepository.php';
  7920.         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()));
  7921.     }
  7922.     /**
  7923.      * Gets the private 'App\Repository\Channel\ChannelUserServicePermissionRepository' shared autowired service.
  7924.      *
  7925.      * @return \App\Repository\Channel\ChannelUserServicePermissionRepository
  7926.      */
  7927.     protected function getChannelUserServicePermissionRepositoryService()
  7928.     {
  7929.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelUserPermissionRepositoryInterface.php';
  7930.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/AbstractChannelUserPermissionRepository.php';
  7931.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ChannelUserServicePermissionRepository.php';
  7932.         return $this->privates['App\\Repository\\Channel\\ChannelUserServicePermissionRepository'] = new \App\Repository\Channel\ChannelUserServicePermissionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7933.     }
  7934.     /**
  7935.      * Gets the private 'App\Repository\Channel\ChannelUserSessionPermissionRepository' shared autowired service.
  7936.      *
  7937.      * @return \App\Repository\Channel\ChannelUserSessionPermissionRepository
  7938.      */
  7939.     protected function getChannelUserSessionPermissionRepositoryService()
  7940.     {
  7941.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelUserPermissionRepositoryInterface.php';
  7942.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/AbstractChannelUserPermissionRepository.php';
  7943.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ChannelUserSessionPermissionRepository.php';
  7944.         return $this->privates['App\\Repository\\Channel\\ChannelUserSessionPermissionRepository'] = new \App\Repository\Channel\ChannelUserSessionPermissionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7945.     }
  7946.     /**
  7947.      * Gets the private 'App\Repository\Channel\ChannelWhiteLabelRepository' shared autowired service.
  7948.      *
  7949.      * @return \App\Repository\Channel\ChannelWhiteLabelRepository
  7950.      */
  7951.     protected function getChannelWhiteLabelRepositoryService()
  7952.     {
  7953.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelWhiteLabel/ChannelWhiteLabelRepositoryInterface.php';
  7954.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelWhiteLabel/AbstractChannelWhiteLabelRepository.php';
  7955.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ChannelWhiteLabelRepository.php';
  7956.         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()));
  7957.     }
  7958.     /**
  7959.      * Gets the private 'App\Repository\Channel\GroupRepository' shared autowired service.
  7960.      *
  7961.      * @return \App\Repository\Channel\GroupRepository
  7962.      */
  7963.     protected function getGroupRepositoryService()
  7964.     {
  7965.         return $this->privates['App\\Repository\\Channel\\GroupRepository'] = new \App\Repository\Channel\GroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7966.     }
  7967.     /**
  7968.      * Gets the private 'App\Repository\Channel\PlaceRepository' shared autowired service.
  7969.      *
  7970.      * @return \App\Repository\Channel\PlaceRepository
  7971.      */
  7972.     protected function getPlaceRepositoryService()
  7973.     {
  7974.         return $this->privates['App\\Repository\\Channel\\PlaceRepository'] = new \App\Repository\Channel\PlaceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7975.     }
  7976.     /**
  7977.      * Gets the private 'App\Repository\Channel\ServiceRepository' shared autowired service.
  7978.      *
  7979.      * @return \App\Repository\Channel\ServiceRepository
  7980.      */
  7981.     protected function getServiceRepositoryService()
  7982.     {
  7983.         return $this->privates['App\\Repository\\Channel\\ServiceRepository'] = new \App\Repository\Channel\ServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7984.     }
  7985.     /**
  7986.      * Gets the private 'App\Repository\Channel\SessionRepository' shared autowired service.
  7987.      *
  7988.      * @return \App\Repository\Channel\SessionRepository
  7989.      */
  7990.     protected function getSessionRepositoryService()
  7991.     {
  7992.         return $this->privates['App\\Repository\\Channel\\SessionRepository'] = new \App\Repository\Channel\SessionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7993.     }
  7994.     /**
  7995.      * Gets the private 'App\Repository\Channel\TrainingRepository' shared autowired service.
  7996.      *
  7997.      * @return \App\Repository\Channel\TrainingRepository
  7998.      */
  7999.     protected function getTrainingRepositoryService()
  8000.     {
  8001.         return $this->privates['App\\Repository\\Channel\\TrainingRepository'] = new \App\Repository\Channel\TrainingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8002.     }
  8003.     /**
  8004.      * Gets the private 'App\Repository\Chat\CanalRepository' shared autowired service.
  8005.      *
  8006.      * @return \App\Repository\Chat\CanalRepository
  8007.      */
  8008.     protected function getCanalRepositoryService()
  8009.     {
  8010.         return $this->privates['App\\Repository\\Chat\\CanalRepository'] = new \App\Repository\Chat\CanalRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8011.     }
  8012.     /**
  8013.      * Gets the private 'App\Repository\Chat\ChatNotificationRepository' shared autowired service.
  8014.      *
  8015.      * @return \App\Repository\Chat\ChatNotificationRepository
  8016.      */
  8017.     protected function getChatNotificationRepositoryService()
  8018.     {
  8019.         include_once \dirname(__DIR__4).'/src/Repository/Chat/ChatNotificationRepository.php';
  8020.         return $this->privates['App\\Repository\\Chat\\ChatNotificationRepository'] = new \App\Repository\Chat\ChatNotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8021.     }
  8022.     /**
  8023.      * Gets the private 'App\Repository\Chat\ConversationRepository' shared autowired service.
  8024.      *
  8025.      * @return \App\Repository\Chat\ConversationRepository
  8026.      */
  8027.     protected function getConversationRepositoryService()
  8028.     {
  8029.         return $this->privates['App\\Repository\\Chat\\ConversationRepository'] = new \App\Repository\Chat\ConversationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8030.     }
  8031.     /**
  8032.      * Gets the private 'App\Repository\Chat\ConversationUserRepository' shared autowired service.
  8033.      *
  8034.      * @return \App\Repository\Chat\ConversationUserRepository
  8035.      */
  8036.     protected function getConversationUserRepositoryService()
  8037.     {
  8038.         include_once \dirname(__DIR__4).'/src/Repository/Chat/ConversationUserRepository.php';
  8039.         return $this->privates['App\\Repository\\Chat\\ConversationUserRepository'] = new \App\Repository\Chat\ConversationUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8040.     }
  8041.     /**
  8042.      * Gets the private 'App\Repository\Chat\FileMessageRepository' shared autowired service.
  8043.      *
  8044.      * @return \App\Repository\Chat\FileMessageRepository
  8045.      */
  8046.     protected function getFileMessageRepositoryService()
  8047.     {
  8048.         include_once \dirname(__DIR__4).'/src/Repository/Chat/FileMessageRepository.php';
  8049.         return $this->privates['App\\Repository\\Chat\\FileMessageRepository'] = new \App\Repository\Chat\FileMessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8050.     }
  8051.     /**
  8052.      * Gets the private 'App\Repository\Chat\FileRepository' shared autowired service.
  8053.      *
  8054.      * @return \App\Repository\Chat\FileRepository
  8055.      */
  8056.     protected function getFileRepositoryService()
  8057.     {
  8058.         include_once \dirname(__DIR__4).'/src/Repository/Chat/FileRepository.php';
  8059.         return $this->privates['App\\Repository\\Chat\\FileRepository'] = new \App\Repository\Chat\FileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8060.     }
  8061.     /**
  8062.      * Gets the private 'App\Repository\Chat\MessageRepository' shared autowired service.
  8063.      *
  8064.      * @return \App\Repository\Chat\MessageRepository
  8065.      */
  8066.     protected function getMessageRepositoryService()
  8067.     {
  8068.         return $this->privates['App\\Repository\\Chat\\MessageRepository'] = new \App\Repository\Chat\MessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8069.     }
  8070.     /**
  8071.      * Gets the private 'App\Repository\Chat\MessageUserRepository' shared autowired service.
  8072.      *
  8073.      * @return \App\Repository\Chat\MessageUserRepository
  8074.      */
  8075.     protected function getMessageUserRepositoryService()
  8076.     {
  8077.         return $this->privates['App\\Repository\\Chat\\MessageUserRepository'] = new \App\Repository\Chat\MessageUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8078.     }
  8079.     /**
  8080.      * Gets the private 'App\Repository\Chat\ServiceConversationRepository' shared autowired service.
  8081.      *
  8082.      * @return \App\Repository\Chat\ServiceConversationRepository
  8083.      */
  8084.     protected function getServiceConversationRepositoryService()
  8085.     {
  8086.         include_once \dirname(__DIR__4).'/src/Repository/Chat/ServiceConversationRepository.php';
  8087.         return $this->privates['App\\Repository\\Chat\\ServiceConversationRepository'] = new \App\Repository\Chat\ServiceConversationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8088.     }
  8089.     /**
  8090.      * Gets the private 'App\Repository\Chat\TemporaryCanalRepository' shared autowired service.
  8091.      *
  8092.      * @return \App\Repository\Chat\TemporaryCanalRepository
  8093.      */
  8094.     protected function getTemporaryCanalRepositoryService()
  8095.     {
  8096.         include_once \dirname(__DIR__4).'/src/Repository/Chat/TemporaryCanalRepository.php';
  8097.         return $this->privates['App\\Repository\\Chat\\TemporaryCanalRepository'] = new \App\Repository\Chat\TemporaryCanalRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8098.     }
  8099.     /**
  8100.      * Gets the private 'App\Repository\ResourceRepository' shared autowired service.
  8101.      *
  8102.      * @return \App\Repository\ResourceRepository
  8103.      */
  8104.     protected function getResourceRepositoryService()
  8105.     {
  8106.         return $this->privates['App\\Repository\\ResourceRepository'] = new \App\Repository\ResourceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8107.     }
  8108.     /**
  8109.      * Gets the private 'App\SdkBundle\Sync\Hydrator\Channel\AbstractCursusHydrator' shared autowired service.
  8110.      *
  8111.      * @return \App\SdkBundle\Sync\Hydrator\Channel\AbstractCursusHydrator
  8112.      */
  8113.     protected function getAbstractCursusHydratorService()
  8114.     {
  8115.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  8116.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  8117.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/AbstractCursusHydrator.php';
  8118.         include_once \dirname(__DIR__4).'/src/SdkBundle/Sync/Hydrator/Channel/AbstractCursusHydrator.php';
  8119.         $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()));
  8120.         $this->privates['App\SdkBundle\Sync\Hydrator\Channel\AbstractCursusHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  8121.         return $instance;
  8122.     }
  8123.     /**
  8124.      * Gets the private 'App\SdkBundle\Sync\Hydrator\Channel\SessionHydrator' shared autowired service.
  8125.      *
  8126.      * @return \App\SdkBundle\Sync\Hydrator\Channel\SessionHydrator
  8127.      */
  8128.     protected function getSessionHydratorService()
  8129.     {
  8130.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  8131.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  8132.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/SessionHydrator.php';
  8133.         include_once \dirname(__DIR__4).'/src/SdkBundle/Sync/Hydrator/Channel/SessionHydrator.php';
  8134.         $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()));
  8135.         $this->privates['App\SdkBundle\Sync\Hydrator\Channel\SessionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  8136.         return $instance;
  8137.     }
  8138.     /**
  8139.      * Gets the private 'App\Service\Account\UserService' shared autowired service.
  8140.      *
  8141.      * @return \App\Service\Account\UserService
  8142.      */
  8143.     protected function getUserServiceService()
  8144.     {
  8145.         return $this->privates['App\\Service\\Account\\UserService'] = new \App\Service\Account\UserService(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  8146.     }
  8147.     /**
  8148.      * Gets the private 'App\Service\Channel\AbstractCursusService' shared autowired service.
  8149.      *
  8150.      * @return \App\Service\Channel\AbstractCursusService
  8151.      */
  8152.     protected function getAbstractCursusServiceService()
  8153.     {
  8154.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService());
  8155.         if (isset($this->privates['App\\Service\\Channel\\AbstractCursusService'])) {
  8156.             return $this->privates['App\\Service\\Channel\\AbstractCursusService'];
  8157.         }
  8158.         return $this->privates['App\\Service\\Channel\\AbstractCursusService'] = new \App\Service\Channel\AbstractCursusService(($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()), $a);
  8159.     }
  8160.     /**
  8161.      * Gets the private 'App\Service\Chat\CanalService' shared autowired service.
  8162.      *
  8163.      * @return \App\Service\Chat\CanalService
  8164.      */
  8165.     protected function getCanalServiceService()
  8166.     {
  8167.         $a = ($this->privates['App\\Service\\Chat\\ChatResourceService'] ?? $this->getChatResourceServiceService());
  8168.         if (isset($this->privates['App\\Service\\Chat\\CanalService'])) {
  8169.             return $this->privates['App\\Service\\Chat\\CanalService'];
  8170.         }
  8171.         $b = ($this->privates['App\\Service\\Channel\\AbstractCursusService'] ?? $this->getAbstractCursusServiceService());
  8172.         if (isset($this->privates['App\\Service\\Chat\\CanalService'])) {
  8173.             return $this->privates['App\\Service\\Chat\\CanalService'];
  8174.         }
  8175.         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);
  8176.     }
  8177.     /**
  8178.      * Gets the private 'App\Service\Chat\ChannelServiceConversationService' shared autowired service.
  8179.      *
  8180.      * @return \App\Service\Chat\ChannelServiceConversationService
  8181.      */
  8182.     protected function getChannelServiceConversationServiceService()
  8183.     {
  8184.         $a = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  8185.         if (isset($this->privates['App\\Service\\Chat\\ChannelServiceConversationService'])) {
  8186.             return $this->privates['App\\Service\\Chat\\ChannelServiceConversationService'];
  8187.         }
  8188.         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);
  8189.     }
  8190.     /**
  8191.      * Gets the private 'App\Service\Chat\ChatResourceService' shared autowired service.
  8192.      *
  8193.      * @return \App\Service\Chat\ChatResourceService
  8194.      */
  8195.     protected function getChatResourceServiceService()
  8196.     {
  8197.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService());
  8198.         if (isset($this->privates['App\\Service\\Chat\\ChatResourceService'])) {
  8199.             return $this->privates['App\\Service\\Chat\\ChatResourceService'];
  8200.         }
  8201.         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);
  8202.     }
  8203.     /**
  8204.      * Gets the private 'App\Service\Chat\ConversationCreationService' shared autowired service.
  8205.      *
  8206.      * @return \App\Service\Chat\ConversationCreationService
  8207.      */
  8208.     protected function getConversationCreationServiceService()
  8209.     {
  8210.         include_once \dirname(__DIR__4).'/src/Service/Chat/ConversationCreationService.php';
  8211.         include_once \dirname(__DIR__4).'/src/Service/Channel/ServiceChannelService.php';
  8212.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8213.         if (isset($this->privates['App\\Service\\Chat\\ConversationCreationService'])) {
  8214.             return $this->privates['App\\Service\\Chat\\ConversationCreationService'];
  8215.         }
  8216.         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()));
  8217.     }
  8218.     /**
  8219.      * Gets the private 'App\Service\Chat\ConversationService' shared autowired service.
  8220.      *
  8221.      * @return \App\Service\Chat\ConversationService
  8222.      */
  8223.     protected function getConversationServiceService()
  8224.     {
  8225.         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()));
  8226.     }
  8227.     /**
  8228.      * Gets the private 'App\Service\Chat\ConversationUserService' shared autowired service.
  8229.      *
  8230.      * @return \App\Service\Chat\ConversationUserService
  8231.      */
  8232.     protected function getConversationUserServiceService()
  8233.     {
  8234.         $a = ($this->privates['App\\Service\\Chat\\ChatResourceService'] ?? $this->getChatResourceServiceService());
  8235.         if (isset($this->privates['App\\Service\\Chat\\ConversationUserService'])) {
  8236.             return $this->privates['App\\Service\\Chat\\ConversationUserService'];
  8237.         }
  8238.         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())));
  8239.     }
  8240.     /**
  8241.      * Gets the private 'App\Service\Chat\MessageService' shared autowired service.
  8242.      *
  8243.      * @return \App\Service\Chat\MessageService
  8244.      */
  8245.     protected function getMessageServiceService()
  8246.     {
  8247.         $a = ($this->privates['App\\Service\\Chat\\ChannelServiceConversationService'] ?? $this->getChannelServiceConversationServiceService());
  8248.         if (isset($this->privates['App\\Service\\Chat\\MessageService'])) {
  8249.             return $this->privates['App\\Service\\Chat\\MessageService'];
  8250.         }
  8251.         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);
  8252.     }
  8253.     /**
  8254.      * Gets the private 'App\Service\Chat\ReferentConversationService' shared autowired service.
  8255.      *
  8256.      * @return \App\Service\Chat\ReferentConversationService
  8257.      */
  8258.     protected function getReferentConversationServiceService()
  8259.     {
  8260.         $a = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  8261.         if (isset($this->privates['App\\Service\\Chat\\ReferentConversationService'])) {
  8262.             return $this->privates['App\\Service\\Chat\\ReferentConversationService'];
  8263.         }
  8264.         return $this->privates['App\\Service\\Chat\\ReferentConversationService'] = new \App\Service\Chat\ReferentConversationService(($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()), $a);
  8265.     }
  8266.     /**
  8267.      * Gets the private 'App\Service\RequestService' shared autowired service.
  8268.      *
  8269.      * @return \App\Service\RequestService
  8270.      */
  8271.     protected function getRequestServiceService()
  8272.     {
  8273.         include_once \dirname(__DIR__4).'/src/Service/RequestService.php';
  8274.         return $this->privates['App\\Service\\RequestService'] = new \App\Service\RequestService(($this->privates['App\\Repository\\Channel\\ChannelRepository'] ?? $this->getChannelRepositoryService()));
  8275.     }
  8276.     /**
  8277.      * Gets the private 'App\Twig\RunTime\Channel\ServiceRuntime' shared autowired service.
  8278.      *
  8279.      * @return \App\Twig\RunTime\Channel\ServiceRuntime
  8280.      */
  8281.     protected function getServiceRuntimeService()
  8282.     {
  8283.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8284.         include_once \dirname(__DIR__4).'/src/Twig/RunTime/Channel/ServiceRuntime.php';
  8285.         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()));
  8286.     }
  8287.     /**
  8288.      * Gets the private 'App\Twig\RunTime\Chat\CanalRuntime' shared autowired service.
  8289.      *
  8290.      * @return \App\Twig\RunTime\Chat\CanalRuntime
  8291.      */
  8292.     protected function getCanalRuntimeService()
  8293.     {
  8294.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8295.         include_once \dirname(__DIR__4).'/src/Twig/RunTime/Chat/CanalRuntime.php';
  8296.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  8297.         if (isset($this->privates['App\\Twig\\RunTime\\Chat\\CanalRuntime'])) {
  8298.             return $this->privates['App\\Twig\\RunTime\\Chat\\CanalRuntime'];
  8299.         }
  8300.         return $this->privates['App\\Twig\\RunTime\\Chat\\CanalRuntime'] = new \App\Twig\RunTime\Chat\CanalRuntime($a);
  8301.     }
  8302.     /**
  8303.      * Gets the private 'App\Twig\RunTime\Chat\FileRuntime' shared autowired service.
  8304.      *
  8305.      * @return \App\Twig\RunTime\Chat\FileRuntime
  8306.      */
  8307.     protected function getFileRuntimeService()
  8308.     {
  8309.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8310.         include_once \dirname(__DIR__4).'/src/Twig/RunTime/Chat/FileRuntime.php';
  8311.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  8312.         if (isset($this->privates['App\\Twig\\RunTime\\Chat\\FileRuntime'])) {
  8313.             return $this->privates['App\\Twig\\RunTime\\Chat\\FileRuntime'];
  8314.         }
  8315.         return $this->privates['App\\Twig\\RunTime\\Chat\\FileRuntime'] = new \App\Twig\RunTime\Chat\FileRuntime($a$this->parameters['chat_upload_mime_types'], 10000000);
  8316.     }
  8317.     /**
  8318.      * Gets the private 'App\Twig\RunTime\Chat\UserRuntime' shared autowired service.
  8319.      *
  8320.      * @return \App\Twig\RunTime\Chat\UserRuntime
  8321.      */
  8322.     protected function getUserRuntimeService()
  8323.     {
  8324.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8325.         include_once \dirname(__DIR__4).'/src/Twig/RunTime/Chat/UserRuntime.php';
  8326.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  8327.         if (isset($this->privates['App\\Twig\\RunTime\\Chat\\UserRuntime'])) {
  8328.             return $this->privates['App\\Twig\\RunTime\\Chat\\UserRuntime'];
  8329.         }
  8330.         return $this->privates['App\\Twig\\RunTime\\Chat\\UserRuntime'] = new \App\Twig\RunTime\Chat\UserRuntime($a);
  8331.     }
  8332.     /**
  8333.      * Gets the private 'App\Twig\RunTime\EnvRuntime' shared autowired service.
  8334.      *
  8335.      * @return \App\Twig\RunTime\EnvRuntime
  8336.      */
  8337.     protected function getEnvRuntimeService()
  8338.     {
  8339.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8340.         include_once \dirname(__DIR__4).'/src/Twig/RunTime/EnvRuntime.php';
  8341.         return $this->privates['App\\Twig\\RunTime\\EnvRuntime'] = new \App\Twig\RunTime\EnvRuntime('dev');
  8342.     }
  8343.     /**
  8344.      * Gets the private 'App\Twig\RunTime\Header\HeaderRuntime' shared autowired service.
  8345.      *
  8346.      * @return \App\Twig\RunTime\Header\HeaderRuntime
  8347.      */
  8348.     protected function getHeaderRuntimeService()
  8349.     {
  8350.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8351.         include_once \dirname(__DIR__4).'/src/Twig/RunTime/Header/HeaderRuntime.php';
  8352.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  8353.         if (isset($this->privates['App\\Twig\\RunTime\\Header\\HeaderRuntime'])) {
  8354.             return $this->privates['App\\Twig\\RunTime\\Header\\HeaderRuntime'];
  8355.         }
  8356.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8357.         if (isset($this->privates['App\\Twig\\RunTime\\Header\\HeaderRuntime'])) {
  8358.             return $this->privates['App\\Twig\\RunTime\\Header\\HeaderRuntime'];
  8359.         }
  8360.         return $this->privates['App\\Twig\\RunTime\\Header\\HeaderRuntime'] = new \App\Twig\RunTime\Header\HeaderRuntime($a$b);
  8361.     }
  8362.     /**
  8363.      * Gets the private 'App\Twig\RunTime\User\UserRuntime' shared autowired service.
  8364.      *
  8365.      * @return \App\Twig\RunTime\User\UserRuntime
  8366.      */
  8367.     protected function getUserRuntime2Service()
  8368.     {
  8369.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8370.         include_once \dirname(__DIR__4).'/src/Twig/RunTime/User/UserRuntime.php';
  8371.         return $this->privates['App\\Twig\\RunTime\\User\\UserRuntime'] = new \App\Twig\RunTime\User\UserRuntime(($this->privates['App\\Service\\Account\\UserService'] ?? $this->getUserServiceService()));
  8372.     }
  8373.     /**
  8374.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  8375.      *
  8376.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  8377.      */
  8378.     protected function getManagerRegistryAwareConnectionProviderService()
  8379.     {
  8380.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  8381.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  8382.         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'));
  8383.     }
  8384.     /**
  8385.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  8386.      *
  8387.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  8388.      */
  8389.     protected function getRunSqlCommandService()
  8390.     {
  8391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8392.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  8393.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  8394.         $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()));
  8395.         $instance->setName('dbal:run-sql');
  8396.         return $instance;
  8397.     }
  8398.     /**
  8399.      * Gets the private 'DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType' shared autowired service.
  8400.      *
  8401.      * @return \DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType
  8402.      */
  8403.     protected function getAsyncEntityTypeService()
  8404.     {
  8405.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8406.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8407.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Form/Type/AsyncEntityType.php';
  8408.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  8409.         if (isset($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType'])) {
  8410.             return $this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType'];
  8411.         }
  8412.         return $this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType'] = new \DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType(($this->services['doctrine'] ?? $this->getDoctrineService())->getManager('default'), $a);
  8413.     }
  8414.     /**
  8415.      * Gets the private 'DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType' shared autowired service.
  8416.      *
  8417.      * @return \DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType
  8418.      */
  8419.     protected function getSelectOrCreateTypeService()
  8420.     {
  8421.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8422.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8423.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Form/Type/SelectOrCreateType.php';
  8424.         return $this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType'] = new \DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType(($this->services['doctrine'] ?? $this->getDoctrineService())->getManager('default'));
  8425.     }
  8426.     /**
  8427.      * Gets the private 'DrosalysWeb\Bundle\WebSocketBundle\Command\ServerRunCommand' shared autowired service.
  8428.      *
  8429.      * @return \DrosalysWeb\Bundle\WebSocketBundle\Command\ServerRunCommand
  8430.      */
  8431.     protected function getServerRunCommandService()
  8432.     {
  8433.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8434.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Command/ServerRunCommand.php';
  8435.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Server/IoServer.php';
  8436.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Server/IoServer.php';
  8437.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/ComponentInterface.php';
  8438.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageInterface.php';
  8439.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageComponentInterface.php';
  8440.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Http/CloseResponseTrait.php';
  8441.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Http/HttpServer.php';
  8442.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Http/HttpServerInterface.php';
  8443.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Session/SessionProvider.php';
  8444.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Http/Router.php';
  8445.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Http/ControllerResolver.php';
  8446.         include_once \dirname(__DIR__4).'/vendor/react/event-loop/src/LoopInterface.php';
  8447.         include_once \dirname(__DIR__4).'/vendor/react/event-loop/src/Factory.php';
  8448.         include_once \dirname(__DIR__4).'/vendor/evenement/evenement/src/EventEmitterInterface.php';
  8449.         include_once \dirname(__DIR__4).'/vendor/evenement/evenement/src/EventEmitterTrait.php';
  8450.         include_once \dirname(__DIR__4).'/vendor/evenement/evenement/src/EventEmitter.php';
  8451.         include_once \dirname(__DIR__4).'/vendor/react/socket/src/ServerInterface.php';
  8452.         include_once \dirname(__DIR__4).'/vendor/react/socket/src/SocketServer.php';
  8453.         $a \React\EventLoop\Factory::create();
  8454.         $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  8455.         $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']);
  8456.         $c->setLogger($b);
  8457.         $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);
  8458.         $instance->setName('drosalys:ws:server-run');
  8459.         return $instance;
  8460.     }
  8461.     /**
  8462.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\BlameSubscriber' shared service.
  8463.      *
  8464.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\BlameSubscriber
  8465.      */
  8466.     protected function getBlameSubscriberService()
  8467.     {
  8468.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8469.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/BlameSubscriber.php';
  8470.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Blame/BlamerInterface.php';
  8471.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/LazyChainBlamer.php';
  8472.         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']));
  8473.     }
  8474.     /**
  8475.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\BlameSubscriber.App\Entity\Account\User' shared service.
  8476.      *
  8477.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\BlameSubscriber
  8478.      */
  8479.     protected function getUser5Service()
  8480.     {
  8481.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8482.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/BlameSubscriber.php';
  8483.         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']);
  8484.     }
  8485.     /**
  8486.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\HierarchySubscriber' shared service.
  8487.      *
  8488.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\HierarchySubscriber
  8489.      */
  8490.     protected function getHierarchySubscriberService()
  8491.     {
  8492.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8493.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/HierarchySubscriber.php';
  8494.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\HierarchySubscriber();
  8495.     }
  8496.     /**
  8497.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TimestampSubscriber' shared service.
  8498.      *
  8499.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TimestampSubscriber
  8500.      */
  8501.     protected function getTimestampSubscriberService()
  8502.     {
  8503.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8504.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/TimestampSubscriber.php';
  8505.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TimestampSubscriber();
  8506.     }
  8507.     /**
  8508.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TranslationSubscriber' shared service.
  8509.      *
  8510.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TranslationSubscriber
  8511.      */
  8512.     protected function getTranslationSubscriberService()
  8513.     {
  8514.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8515.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/TranslationSubscriber.php';
  8516.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TranslationSubscriber();
  8517.     }
  8518.     /**
  8519.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\SerializeLogSubscriber' shared service.
  8520.      *
  8521.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\SerializeLogSubscriber
  8522.      */
  8523.     protected function getSerializeLogSubscriberService()
  8524.     {
  8525.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8526.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/SerializeLogSubscriber.php';
  8527.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/SerializeLog/LoggerInterface.php';
  8528.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/SerializeLog/AbstractLogger.php';
  8529.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/SerializeLog/LoggerInterface.php';
  8530.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/SerializeLog/ORMLogger.php';
  8531.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/SerializeLog/SerializerInterface.php';
  8532.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/SerializeLog/Serializer.php';
  8533.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/SerializeLog/ContextLoaderInterface.php';
  8534.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/SerializeLog/ChainContextLoader.php';
  8535.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/SerializeLog/AbstractSupportableContextLoader.php';
  8536.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/SerializeLog/RequestContextLoader.php';
  8537.         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())))])));
  8538.     }
  8539.     /**
  8540.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\TimestampSubscriber' shared service.
  8541.      *
  8542.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\TimestampSubscriber
  8543.      */
  8544.     protected function getTimestampSubscriber2Service()
  8545.     {
  8546.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8547.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/TimestampSubscriber.php';
  8548.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\TimestampSubscriber();
  8549.     }
  8550.     /**
  8551.      * Gets the private 'Drosalys\Bundle\ApiBundle\Action\ActionRetriever' shared autowired service.
  8552.      *
  8553.      * @return \Drosalys\Bundle\ApiBundle\Action\ActionRetriever
  8554.      */
  8555.     protected function getActionRetrieverService()
  8556.     {
  8557.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] = new \Drosalys\Bundle\ApiBundle\Action\ActionRetriever(new RewindableGenerator(function () {
  8558.             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()));
  8559.             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()));
  8560.         }, 2));
  8561.     }
  8562.     /**
  8563.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber' shared autowired service.
  8564.      *
  8565.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber
  8566.      */
  8567.     protected function getActionRequestBodyDescriberService()
  8568.     {
  8569.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  8570.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8571.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  8572.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/ActionRequestBodyDescriber.php';
  8573.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  8574.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionRequestBodyDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber();
  8575.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  8576.         $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())));
  8577.         return $instance;
  8578.     }
  8579.     /**
  8580.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber' shared autowired service.
  8581.      *
  8582.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber
  8583.      */
  8584.     protected function getActionResponseDescriberService()
  8585.     {
  8586.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  8587.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8588.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  8589.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/ActionResponseDescriber.php';
  8590.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  8591.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionResponseDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber();
  8592.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  8593.         $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())));
  8594.         return $instance;
  8595.     }
  8596.     /**
  8597.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber' shared autowired service.
  8598.      *
  8599.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber
  8600.      */
  8601.     protected function getOperationIdDescriberService()
  8602.     {
  8603.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  8604.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8605.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  8606.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/OperationIdDescriber.php';
  8607.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  8608.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\OperationIdDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber();
  8609.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  8610.         $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())));
  8611.         return $instance;
  8612.     }
  8613.     /**
  8614.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\PaginationDescriber' shared autowired service.
  8615.      *
  8616.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\PaginationDescriber
  8617.      */
  8618.     protected function getPaginationDescriberService()
  8619.     {
  8620.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  8621.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8622.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  8623.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/PaginationDescriber.php';
  8624.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  8625.         $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()));
  8626.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  8627.         $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())));
  8628.         return $instance;
  8629.     }
  8630.     /**
  8631.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber' shared autowired service.
  8632.      *
  8633.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber
  8634.      */
  8635.     protected function getSecurityDescriberService()
  8636.     {
  8637.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  8638.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8639.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  8640.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/SecurityDescriber.php';
  8641.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  8642.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\SecurityDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber();
  8643.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  8644.         $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())));
  8645.         return $instance;
  8646.     }
  8647.     /**
  8648.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber' shared autowired service.
  8649.      *
  8650.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber
  8651.      */
  8652.     protected function getTagDescriberService()
  8653.     {
  8654.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  8655.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8656.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  8657.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/TagDescriber.php';
  8658.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  8659.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\TagDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber([]);
  8660.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  8661.         $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())));
  8662.         return $instance;
  8663.     }
  8664.     /**
  8665.      * Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber' shared autowired service.
  8666.      *
  8667.      * @return \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber
  8668.      */
  8669.     protected function getActionControllerSubscriberService()
  8670.     {
  8671.         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()));
  8672.     }
  8673.     /**
  8674.      * Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber' shared autowired service.
  8675.      *
  8676.      * @return \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber
  8677.      */
  8678.     protected function getActionResponseSubscriberService()
  8679.     {
  8680.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/EventSubscriber/ActionResponseSubscriber.php';
  8681.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8682.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionResponseSubscriber'])) {
  8683.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionResponseSubscriber'];
  8684.         }
  8685.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionResponseSubscriber'] = new \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber($a, new RewindableGenerator(function () {
  8686.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\ValidationErrorResponseHandler'] ?? $this->getValidationErrorResponseHandlerService());
  8687.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\EmptyResponseHandler'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\EmptyResponseHandler'] = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\EmptyResponseHandler()));
  8688.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'] ?? $this->getPaginationResponseHandlerService());
  8689.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\DefaultResponseHandler'] ?? $this->getDefaultResponseHandlerService());
  8690.         }, 4), new RewindableGenerator(function () {
  8691.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Persister\\PersisterHandler\\DoctrinePersisterHandler'] ?? $this->getDoctrinePersisterHandlerService());
  8692.         }, 1));
  8693.     }
  8694.     /**
  8695.      * Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber' shared autowired service.
  8696.      *
  8697.      * @return \Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber
  8698.      */
  8699.     protected function getDeserializeActionControllerSubscriberService()
  8700.     {
  8701.         $a = ($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService());
  8702.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'])) {
  8703.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'];
  8704.         }
  8705.         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()));
  8706.     }
  8707.     /**
  8708.      * Gets the private 'Drosalys\Bundle\ApiBundle\Event\PostBuildResponseEvent' shared autowired service.
  8709.      *
  8710.      * @return \Drosalys\Bundle\ApiBundle\Event\PostBuildResponseEvent
  8711.      */
  8712.     protected function getPostBuildResponseEventService()
  8713.     {
  8714.         $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.');
  8715.     }
  8716.     /**
  8717.      * Gets the private 'Drosalys\Bundle\ApiBundle\Filter\ApiFilter' shared autowired service.
  8718.      *
  8719.      * @return \Drosalys\Bundle\ApiBundle\Filter\ApiFilter
  8720.      */
  8721.     protected function getApiFilterService()
  8722.     {
  8723.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8724.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8725.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Filter/ApiFilter.php';
  8726.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter'] = new \Drosalys\Bundle\ApiBundle\Filter\ApiFilter();
  8727.     }
  8728.     /**
  8729.      * Gets the private 'Drosalys\Bundle\ApiBundle\Filter\ApiFilterManager' shared autowired service.
  8730.      *
  8731.      * @return \Drosalys\Bundle\ApiBundle\Filter\ApiFilterManager
  8732.      */
  8733.     protected function getApiFilterManagerService()
  8734.     {
  8735.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Filter/ApiFilterManager.php';
  8736.         $a = ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService());
  8737.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'])) {
  8738.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'];
  8739.         }
  8740.         $b = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  8741.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'])) {
  8742.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'];
  8743.         }
  8744.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'] = new \Drosalys\Bundle\ApiBundle\Filter\ApiFilterManager($a$b);
  8745.     }
  8746.     /**
  8747.      * Gets the private 'Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\DoctrinePersisterHandler' shared autowired service.
  8748.      *
  8749.      * @return \Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\DoctrinePersisterHandler
  8750.      */
  8751.     protected function getDoctrinePersisterHandlerService()
  8752.     {
  8753.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Persister/PersisterHandler/PersisterHandlerInterface.php';
  8754.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Persister/PersisterHandler/DoctrinePersisterHandler.php';
  8755.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8756.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\Persister\\PersisterHandler\\DoctrinePersisterHandler'])) {
  8757.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\Persister\\PersisterHandler\\DoctrinePersisterHandler'];
  8758.         }
  8759.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Persister\\PersisterHandler\\DoctrinePersisterHandler'] = new \Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\DoctrinePersisterHandler($a);
  8760.     }
  8761.     /**
  8762.      * Gets the private 'Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler' shared autowired service.
  8763.      *
  8764.      * @return \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler
  8765.      */
  8766.     protected function getDefaultResponseHandlerService()
  8767.     {
  8768.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ResponseHandlerInterface.php';
  8769.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/AbstractResponseHandler.php';
  8770.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/DefaultResponseHandler.php';
  8771.         $this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\DefaultResponseHandler'] = $instance = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler();
  8772.         $instance->setSerializer(($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService()));
  8773.         return $instance;
  8774.     }
  8775.     /**
  8776.      * Gets the private 'Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler' shared autowired service.
  8777.      *
  8778.      * @return \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler
  8779.      */
  8780.     protected function getPaginationResponseHandlerService()
  8781.     {
  8782.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ResponseHandlerInterface.php';
  8783.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/AbstractResponseHandler.php';
  8784.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/PaginationResponseHandler.php';
  8785.         $a = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
  8786.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'])) {
  8787.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'];
  8788.         }
  8789.         $b = ($this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'] ?? $this->getApiFilterManagerService());
  8790.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'])) {
  8791.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'];
  8792.         }
  8793.         $this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'] = $instance = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler($a$b);
  8794.         $instance->setSerializer(($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService()));
  8795.         return $instance;
  8796.     }
  8797.     /**
  8798.      * Gets the private 'Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler' shared autowired service.
  8799.      *
  8800.      * @return \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler
  8801.      */
  8802.     protected function getValidationErrorResponseHandlerService()
  8803.     {
  8804.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ResponseHandlerInterface.php';
  8805.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/AbstractResponseHandler.php';
  8806.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ValidationErrorResponseHandler.php';
  8807.         $this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\ValidationErrorResponseHandler'] = $instance = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler();
  8808.         $instance->setSerializer(($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService()));
  8809.         return $instance;
  8810.     }
  8811.     /**
  8812.      * Gets the private 'Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter' shared autowired service.
  8813.      *
  8814.      * @return \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter
  8815.      */
  8816.     protected function getSerializerAdapterService()
  8817.     {
  8818.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  8819.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'])) {
  8820.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'];
  8821.         }
  8822.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] = new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter($a);
  8823.     }
  8824.     /**
  8825.      * Gets the private 'Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LoginSubscriber' shared autowired service.
  8826.      *
  8827.      * @return \Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LoginSubscriber
  8828.      */
  8829.     protected function getLoginSubscriberService()
  8830.     {
  8831.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/EventSubscriber/LoginSubscriber.php';
  8832.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\SsoClient'] ?? $this->getSsoClientService());
  8833.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LoginSubscriber'])) {
  8834.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LoginSubscriber'];
  8835.         }
  8836.         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()));
  8837.     }
  8838.     /**
  8839.      * Gets the private 'Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LogoutSubscriber' shared autowired service.
  8840.      *
  8841.      * @return \Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LogoutSubscriber
  8842.      */
  8843.     protected function getLogoutSubscriberService()
  8844.     {
  8845.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/EventSubscriber/LogoutSubscriber.php';
  8846.         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()));
  8847.     }
  8848.     /**
  8849.      * Gets the private 'Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber' shared autowired service.
  8850.      *
  8851.      * @return \Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber
  8852.      */
  8853.     protected function getHandleExpireTokenSubscriberService()
  8854.     {
  8855.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  8856.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\Security\\OAuth\\HandleExpireTokenSubscriber'])) {
  8857.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\Security\\OAuth\\HandleExpireTokenSubscriber'];
  8858.         }
  8859.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\Security\\OAuth\\HandleExpireTokenSubscriber'] = new \Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber($a, ($this->services['router'] ?? $this->getRouterService()));
  8860.     }
  8861.     /**
  8862.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber' shared autowired service.
  8863.      *
  8864.      * @return \Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber
  8865.      */
  8866.     protected function getChannelMenuDisplayedSubscriberService()
  8867.     {
  8868.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/EventSubscriber/ChannelMenuDisplayedSubscriber.php';
  8869.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataEntityClient'] ?? $this->getChannelUserDataEntityClientService());
  8870.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ChannelMenuDisplayedSubscriber'])) {
  8871.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ChannelMenuDisplayedSubscriber'];
  8872.         }
  8873.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ChannelMenuDisplayedSubscriber'] = new \Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8874.     }
  8875.     /**
  8876.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ForceUserFromSetupSubscriber' shared autowired service.
  8877.      *
  8878.      * @return \Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ForceUserFromSetupSubscriber
  8879.      */
  8880.     protected function getForceUserFromSetupSubscriberService()
  8881.     {
  8882.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  8883.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ForceUserFromSetupSubscriber'])) {
  8884.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ForceUserFromSetupSubscriber'];
  8885.         }
  8886.         $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()));
  8887.         $instance->setRepo(($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository'] ?? $this->getUserFromChannelRepositoryService()));
  8888.         return $instance;
  8889.     }
  8890.     /**
  8891.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\Repository\ChannelUserRoleRepository' shared autowired service.
  8892.      *
  8893.      * @return \Nellapp\Bundle\SDKBundle\Channel\Repository\ChannelUserRoleRepository
  8894.      */
  8895.     protected function getChannelUserRoleRepositoryService()
  8896.     {
  8897.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserRole/ChannelUserRoleRepositoryInterface.php';
  8898.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserRole/AbstractChannelUserRoleRepository.php';
  8899.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/ChannelUserRoleRepository.php';
  8900.         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()));
  8901.     }
  8902.     /**
  8903.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository' shared autowired service.
  8904.      *
  8905.      * @return \Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository
  8906.      */
  8907.     protected function getUserFromChannelRepositoryService()
  8908.     {
  8909.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository'] = new \Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8910.     }
  8911.     /**
  8912.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\Twig\Runtime\UserFromChannelRuntime' shared autowired service.
  8913.      *
  8914.      * @return \Nellapp\Bundle\SDKBundle\Channel\Twig\Runtime\UserFromChannelRuntime
  8915.      */
  8916.     protected function getUserFromChannelRuntimeService()
  8917.     {
  8918.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8919.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Twig/Runtime/UserFromChannelRuntime.php';
  8920.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  8921.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime'])) {
  8922.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime'];
  8923.         }
  8924.         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);
  8925.     }
  8926.     /**
  8927.      * Gets the private 'Nellapp\Bundle\SDKBundle\DataSync\Form\Filter\CollectionFilter' shared autowired service.
  8928.      *
  8929.      * @return \Nellapp\Bundle\SDKBundle\DataSync\Form\Filter\CollectionFilter
  8930.      */
  8931.     protected function getCollectionFilterService()
  8932.     {
  8933.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8934.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8935.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Form/Filter/CollectionFilter.php';
  8936.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Form\\Filter\\CollectionFilter'] = new \Nellapp\Bundle\SDKBundle\DataSync\Form\Filter\CollectionFilter();
  8937.     }
  8938.     /**
  8939.      * Gets the private 'Nellapp\Bundle\SDKBundle\DataSync\HttpClient\EntityClientManager' shared autowired service.
  8940.      *
  8941.      * @return \Nellapp\Bundle\SDKBundle\DataSync\HttpClient\EntityClientManager
  8942.      */
  8943.     protected function getEntityClientManagerService()
  8944.     {
  8945.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/EntityClientManager.php';
  8946.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\HttpClient\\EntityClientManager'] = new \Nellapp\Bundle\SDKBundle\DataSync\HttpClient\EntityClientManager(new RewindableGenerator(function () {
  8947.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\SsoClient'] ?? $this->getSsoClientService());
  8948.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService());
  8949.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] ?? $this->getChannelClientService());
  8950.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelConfigurationClient'] ?? $this->getChannelConfigurationClientService());
  8951.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserCursusPermissionClient'] ?? $this->getChannelUserCursusPermissionClientService());
  8952.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'] ?? $this->getChannelUserRoleClientService());
  8953.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'] ?? $this->getChannelUserServicePermissionClientService());
  8954.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'] ?? $this->getChannelUserSessionPermissionClientService());
  8955.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserTrainingPermissionClient'] ?? $this->getChannelUserTrainingPermissionClientService());
  8956.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelWhiteLabelClient'] ?? $this->getChannelWhiteLabelClientService());
  8957.             yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyClient'] ?? $this->getCompanyClientService());
  8958.             yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyContactClient'] ?? $this->getCompanyContactClientService());
  8959.             yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ContactClient'] ?? $this->getContactClientService());
  8960.             yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\FrenchProfessionalIdClient'] ?? $this->getFrenchProfessionalIdClientService());
  8961.             yield 14 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] ?? $this->getGroupClientService());
  8962.             yield 15 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\OrganizationClient'] ?? $this->getOrganizationClientService());
  8963.             yield 16 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'] ?? $this->getPlaceClientService());
  8964.             yield 17 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'] ?? $this->getRoomClientService());
  8965.             yield 18 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'] ?? $this->getServiceClientService());
  8966.             yield 19 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'] ?? $this->getSessionClientService());
  8967.             yield 20 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] ?? $this->getTrainingClientService());
  8968.             yield 21 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] ?? $this->getUserFromChannelClientService());
  8969.             yield 22 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusEntityClient'] ?? $this->getAbstractCursusEntityClientService());
  8970.             yield 23 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataEntityClient'] ?? $this->getChannelUserDataEntityClientService());
  8971.         }, 24));
  8972.     }
  8973.     /**
  8974.      * Gets the private 'Nellapp\Bundle\SDKBundle\DataSync\Hydrator\Manipulator' shared autowired service.
  8975.      *
  8976.      * @return \Nellapp\Bundle\SDKBundle\DataSync\Hydrator\Manipulator
  8977.      */
  8978.     protected function getManipulatorService()
  8979.     {
  8980.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Manipulator/ManipulatorInterface.php';
  8981.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Manipulator/Manipulator.php';
  8982.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/Manipulator.php';
  8983.         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()));
  8984.     }
  8985.     /**
  8986.      * Gets the private 'Nellapp\Bundle\SDKBundle\DataSync\Refresher\RefresherManager' shared autowired service.
  8987.      *
  8988.      * @return \Nellapp\Bundle\SDKBundle\DataSync\Refresher\RefresherManager
  8989.      */
  8990.     protected function getRefresherManagerService()
  8991.     {
  8992.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherManager.php';
  8993.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Refresher\\RefresherManager'] = new \Nellapp\Bundle\SDKBundle\DataSync\Refresher\RefresherManager(new RewindableGenerator(function () {
  8994.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Account\\UserRefresher'] ?? $this->getUserRefresher2Service());
  8995.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\AbstractCursusRefresher'] ?? $this->getAbstractCursusRefresherService());
  8996.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelConfigurationRefresher'] ?? $this->getChannelConfigurationRefresherService());
  8997.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelRefresher'] ?? $this->getChannelRefresherService());
  8998.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserCursusPermissionRefresher'] ?? $this->getChannelUserCursusPermissionRefresherService());
  8999.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserDataRefresher'] ?? $this->getChannelUserDataRefresherService());
  9000.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserRoleRefresher'] ?? $this->getChannelUserRoleRefresherService());
  9001.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserServicePermissionRefresher'] ?? $this->getChannelUserServicePermissionRefresherService());
  9002.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserSessionPermissionRefresher'] ?? $this->getChannelUserSessionPermissionRefresherService());
  9003.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserTrainingPermissionRefresher'] ?? $this->getChannelUserTrainingPermissionRefresherService());
  9004.             yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelWhiteLabelRefresher'] ?? $this->getChannelWhiteLabelRefresherService());
  9005.             yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\CompanyContactRefresher'] ?? $this->getCompanyContactRefresherService());
  9006.             yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\CompanyRefresher'] ?? $this->getCompanyRefresherService());
  9007.             yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ContactRefresher'] ?? $this->getContactRefresherService());
  9008.             yield 14 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\FrenchProfessionalIdRefresher'] ?? $this->getFrenchProfessionalIdRefresherService());
  9009.             yield 15 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\GroupRefresher'] ?? $this->getGroupRefresherService());
  9010.             yield 16 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\OrganizationRefresher'] ?? $this->getOrganizationRefresherService());
  9011.             yield 17 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\PlaceRefresher'] ?? $this->getPlaceRefresherService());
  9012.             yield 18 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\RoomRefresher'] ?? $this->getRoomRefresherService());
  9013.             yield 19 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ServiceRefresher'] ?? $this->getServiceRefresherService());
  9014.             yield 20 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\SessionRefresher'] ?? $this->getSessionRefresherService());
  9015.             yield 21 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\TrainingRefresher'] ?? $this->getTrainingRefresherService());
  9016.             yield 22 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\UserFromChannelRefresher'] ?? $this->getUserFromChannelRefresherService());
  9017.         }, 23));
  9018.     }
  9019.     /**
  9020.      * Gets the private 'Nellapp\Bundle\SDKBundle\DataSync\Retriever\RetrieverManager' shared autowired service.
  9021.      *
  9022.      * @return \Nellapp\Bundle\SDKBundle\DataSync\Retriever\RetrieverManager
  9023.      */
  9024.     protected function getRetrieverManagerService()
  9025.     {
  9026.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverManager.php';
  9027.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Retriever\\RetrieverManager'] = new \Nellapp\Bundle\SDKBundle\DataSync\Retriever\RetrieverManager(new RewindableGenerator(function () {
  9028.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService());
  9029.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'] ?? $this->getAbstractCursusRetrieverService());
  9030.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelConfigurationRetriever'] ?? $this->getChannelConfigurationRetrieverService());
  9031.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  9032.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserCursusPermissionRetriever'] ?? $this->getChannelUserCursusPermissionRetrieverService());
  9033.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService());
  9034.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'] ?? $this->getChannelUserRoleRetrieverService());
  9035.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserServicePermissionRetriever'] ?? $this->getChannelUserServicePermissionRetrieverService());
  9036.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserSessionPermissionRetriever'] ?? $this->getChannelUserSessionPermissionRetrieverService());
  9037.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserTrainingPermissionRetriever'] ?? $this->getChannelUserTrainingPermissionRetrieverService());
  9038.             yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelWhiteLabelRetriever'] ?? $this->getChannelWhiteLabelRetrieverService());
  9039.             yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\CompanyContactRetriever'] ?? $this->getCompanyContactRetrieverService());
  9040.             yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\CompanyRetriever'] ?? $this->getCompanyRetrieverService());
  9041.             yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ContactRetriever'] ?? $this->getContactRetrieverService());
  9042.             yield 14 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\FrenchProfessionalIdRetriever'] ?? $this->getFrenchProfessionalIdRetrieverService());
  9043.             yield 15 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'] ?? $this->getGroupRetrieverService());
  9044.             yield 16 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\OrganizationRetriever'] ?? $this->getOrganizationRetrieverService());
  9045.             yield 17 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService());
  9046.             yield 18 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\RoomRetriever'] ?? $this->getRoomRetrieverService());
  9047.             yield 19 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ServiceRetriever'] ?? $this->getServiceRetrieverService());
  9048.             yield 20 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'] ?? $this->getSessionRetrieverService());
  9049.             yield 21 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'] ?? $this->getTrainingRetrieverService());
  9050.             yield 22 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\UserFromChannelRetriever'] ?? $this->getUserFromChannelRetrieverService());
  9051.         }, 23));
  9052.     }
  9053.     /**
  9054.      * Gets the private 'Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber' shared autowired service.
  9055.      *
  9056.      * @return \Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber
  9057.      */
  9058.     protected function getControllerEntityResolverSubscriberService()
  9059.     {
  9060.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9061.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'])) {
  9062.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'];
  9063.         }
  9064.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'] = new \Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber($a);
  9065.     }
  9066.     /**
  9067.      * Gets the private 'Nellapp\Bundle\SDKBundle\EventSubscriber\DeviceIdSubscriber' shared autowired service.
  9068.      *
  9069.      * @return \Nellapp\Bundle\SDKBundle\EventSubscriber\DeviceIdSubscriber
  9070.      */
  9071.     protected function getDeviceIdSubscriberService()
  9072.     {
  9073.         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'))));
  9074.     }
  9075.     /**
  9076.      * Gets the private 'Nellapp\Bundle\SDKBundle\EventSubscriber\RequestChannelDomainSubscriber' shared autowired service.
  9077.      *
  9078.      * @return \Nellapp\Bundle\SDKBundle\EventSubscriber\RequestChannelDomainSubscriber
  9079.      */
  9080.     protected function getRequestChannelDomainSubscriberService()
  9081.     {
  9082.         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()));
  9083.     }
  9084.     /**
  9085.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoExport\AutoExportTerminateTracker' shared autowired service.
  9086.      *
  9087.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoExport\AutoExportTerminateTracker
  9088.      */
  9089.     protected function getAutoExportTerminateTrackerService()
  9090.     {
  9091.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoExport/AutoExportTerminateTracker.php';
  9092.         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()));
  9093.     }
  9094.     /**
  9095.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoExport\Doctrine\EventSubscriber\TerminateExportableSubscriber' shared autowired service.
  9096.      *
  9097.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoExport\Doctrine\EventSubscriber\TerminateExportableSubscriber
  9098.      */
  9099.     protected function getTerminateExportableSubscriberService()
  9100.     {
  9101.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  9102.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoExport/Doctrine/EventSubscriber/TerminateExportableSubscriber.php';
  9103.         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()));
  9104.     }
  9105.     /**
  9106.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoExport\EventSubscriber\TerminateExportSubscriber' shared autowired service.
  9107.      *
  9108.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoExport\EventSubscriber\TerminateExportSubscriber
  9109.      */
  9110.     protected function getTerminateExportSubscriberService()
  9111.     {
  9112.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoExport/EventSubscriber/TerminateExportSubscriber.php';
  9113.         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()));
  9114.     }
  9115.     /**
  9116.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoExport\Resolvers\ExportTerminateResolverManager' shared autowired service.
  9117.      *
  9118.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoExport\Resolvers\ExportTerminateResolverManager
  9119.      */
  9120.     protected function getExportTerminateResolverManagerService()
  9121.     {
  9122.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoExport/Resolvers/ExportTerminateResolverManager.php';
  9123.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Resolvers\\ExportTerminateResolverManager'] = new \Nellapp\Bundle\SDKBundle\Export\AutoExport\Resolvers\ExportTerminateResolverManager(new RewindableGenerator(function () {
  9124.             return new \EmptyIterator();
  9125.         }, 0));
  9126.     }
  9127.     /**
  9128.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoRefresh\EventSubscriber\TerminateRefreshSubscriber' shared autowired service.
  9129.      *
  9130.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoRefresh\EventSubscriber\TerminateRefreshSubscriber
  9131.      */
  9132.     protected function getTerminateRefreshSubscriberService()
  9133.     {
  9134.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoRefresh/EventSubscriber/TerminateRefreshSubscriber.php';
  9135.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoRefresh/AutoRefreshTerminateTracker.php';
  9136.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoRefresh/Resolvers/AutoRefreshTerminateResolverManager.php';
  9137.         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 () {
  9138.             return new \EmptyIterator();
  9139.         }, 0)));
  9140.     }
  9141.     /**
  9142.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType' shared autowired service.
  9143.      *
  9144.      * @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType
  9145.      */
  9146.     protected function getGroupeFilterTypeService()
  9147.     {
  9148.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9149.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9150.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/Selektor/GroupeFilterType.php';
  9151.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType();
  9152.     }
  9153.     /**
  9154.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\ServiceFilterType' shared autowired service.
  9155.      *
  9156.      * @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\ServiceFilterType
  9157.      */
  9158.     protected function getServiceFilterTypeService()
  9159.     {
  9160.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9161.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9162.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/Selektor/ServiceFilterType.php';
  9163.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\ServiceFilterType();
  9164.     }
  9165.     /**
  9166.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType' shared autowired service.
  9167.      *
  9168.      * @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType
  9169.      */
  9170.     protected function getSessionFilterTypeService()
  9171.     {
  9172.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9173.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9174.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/Selektor/SessionFilterType.php';
  9175.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType();
  9176.     }
  9177.     /**
  9178.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType' shared autowired service.
  9179.      *
  9180.      * @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType
  9181.      */
  9182.     protected function getTrainingFilterTypeService()
  9183.     {
  9184.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9185.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9186.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/Selektor/TrainingFilterType.php';
  9187.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType();
  9188.     }
  9189.     /**
  9190.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\UserFilterType' shared autowired service.
  9191.      *
  9192.      * @return \Nellapp\Bundle\SDKBundle\Filter\UserFilterType
  9193.      */
  9194.     protected function getUserFilterTypeService()
  9195.     {
  9196.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9197.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9198.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/UserFilterType.php';
  9199.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\UserFilterType();
  9200.     }
  9201.     /**
  9202.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType' shared autowired service.
  9203.      *
  9204.      * @return \Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType
  9205.      */
  9206.     protected function getNellappBooleanTypeService()
  9207.     {
  9208.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9209.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9210.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Common/NellappBooleanType.php';
  9211.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType'] = new \Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType();
  9212.     }
  9213.     /**
  9214.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType' shared autowired service.
  9215.      *
  9216.      * @return \Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType
  9217.      */
  9218.     protected function getNellappChoiceTypeService()
  9219.     {
  9220.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9221.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9222.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Common/NellappChoiceType.php';
  9223.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType'] = new \Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType();
  9224.     }
  9225.     /**
  9226.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter' shared autowired service.
  9227.      *
  9228.      * @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter
  9229.      */
  9230.     protected function getCustomViewColumnsFilterService()
  9231.     {
  9232.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9233.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9234.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/CustomViewColumnsFilter.php';
  9235.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter();
  9236.     }
  9237.     /**
  9238.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType' shared autowired service.
  9239.      *
  9240.      * @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType
  9241.      */
  9242.     protected function getCustomViewManagerTypeService()
  9243.     {
  9244.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9245.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9246.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/CustomViewManagerType.php';
  9247.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType();
  9248.     }
  9249.     /**
  9250.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType' shared autowired service.
  9251.      *
  9252.      * @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType
  9253.      */
  9254.     protected function getEditCustomViewTypeService()
  9255.     {
  9256.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9257.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9258.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/EditCustomViewType.php';
  9259.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType();
  9260.     }
  9261.     /**
  9262.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType' shared autowired service.
  9263.      *
  9264.      * @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType
  9265.      */
  9266.     protected function getNewCustomViewTypeService()
  9267.     {
  9268.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9269.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9270.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/NewCustomViewType.php';
  9271.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType();
  9272.     }
  9273.     /**
  9274.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\ChannelUserData\ChannelUserRoleFilterType' shared autowired service.
  9275.      *
  9276.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\ChannelUserData\ChannelUserRoleFilterType
  9277.      */
  9278.     protected function getChannelUserRoleFilterTypeService()
  9279.     {
  9280.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9281.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9282.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/ChannelUserData/ChannelUserRoleFilterType.php';
  9283.         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()));
  9284.     }
  9285.     /**
  9286.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter' shared autowired service.
  9287.      *
  9288.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter
  9289.      */
  9290.     protected function getCollectionFilter2Service()
  9291.     {
  9292.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9293.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9294.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/Chat/CollectionFilter.php';
  9295.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter();
  9296.     }
  9297.     /**
  9298.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\Common\TextListFilterType' shared autowired service.
  9299.      *
  9300.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\Common\TextListFilterType
  9301.      */
  9302.     protected function getTextListFilterTypeService()
  9303.     {
  9304.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9305.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9306.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/Common/TextListFilterType.php';
  9307.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Common\\TextListFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\Common\TextListFilterType();
  9308.     }
  9309.     /**
  9310.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\DateRangeFilterType' shared autowired service.
  9311.      *
  9312.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\DateRangeFilterType
  9313.      */
  9314.     protected function getDateRangeFilterTypeService()
  9315.     {
  9316.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9317.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9318.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/DateRangeFilterType.php';
  9319.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\DateRangeFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\DateRangeFilterType();
  9320.     }
  9321.     /**
  9322.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter' shared autowired service.
  9323.      *
  9324.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter
  9325.      */
  9326.     protected function getCollectionFilter3Service()
  9327.     {
  9328.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9329.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9330.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/EventUserProgression/CollectionFilter.php';
  9331.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter();
  9332.     }
  9333.     /**
  9334.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType' shared autowired service.
  9335.      *
  9336.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType
  9337.      */
  9338.     protected function getChannelUserRoleSelektorFilterTypeService()
  9339.     {
  9340.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9341.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9342.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/SelektorFilter/ChannelUserRoleSelektorFilterType.php';
  9343.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType();
  9344.     }
  9345.     /**
  9346.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType' shared autowired service.
  9347.      *
  9348.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType
  9349.      */
  9350.     protected function getUserSelektorFilterTypeService()
  9351.     {
  9352.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9353.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9354.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/SelektorFilter/UserSelektorFilterType.php';
  9355.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType();
  9356.     }
  9357.     /**
  9358.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\Session\SessionStatusFilterType' shared autowired service.
  9359.      *
  9360.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\Session\SessionStatusFilterType
  9361.      */
  9362.     protected function getSessionStatusFilterTypeService()
  9363.     {
  9364.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9365.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9366.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/Session/SessionStatusFilterType.php';
  9367.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\Session\SessionStatusFilterType();
  9368.     }
  9369.     /**
  9370.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\TabContainerType' shared autowired service.
  9371.      *
  9372.      * @return \Nellapp\Bundle\SDKBundle\Form\TabContainerType
  9373.      */
  9374.     protected function getTabContainerTypeService()
  9375.     {
  9376.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9377.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9378.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/TabContainerType.php';
  9379.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType'] = new \Nellapp\Bundle\SDKBundle\Form\TabContainerType();
  9380.     }
  9381.     /**
  9382.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\TabType' shared autowired service.
  9383.      *
  9384.      * @return \Nellapp\Bundle\SDKBundle\Form\TabType
  9385.      */
  9386.     protected function getTabTypeService()
  9387.     {
  9388.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9389.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9390.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/TabType.php';
  9391.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\TabType'] = new \Nellapp\Bundle\SDKBundle\Form\TabType();
  9392.     }
  9393.     /**
  9394.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType' shared autowired service.
  9395.      *
  9396.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType
  9397.      */
  9398.     protected function getAsyncEntityType2Service()
  9399.     {
  9400.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9401.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9402.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/AsyncEntityType.php';
  9403.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType();
  9404.     }
  9405.     /**
  9406.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType' shared autowired service.
  9407.      *
  9408.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType
  9409.      */
  9410.     protected function getChannelUserRoleSelektorTypeService()
  9411.     {
  9412.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9413.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9414.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/ChannelUserRoleSelektorType.php';
  9415.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType();
  9416.     }
  9417.     /**
  9418.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType' shared autowired service.
  9419.      *
  9420.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType
  9421.      */
  9422.     protected function getGroupSelektorTypeService()
  9423.     {
  9424.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9425.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9426.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/GroupSelektorType.php';
  9427.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType();
  9428.     }
  9429.     /**
  9430.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType' shared autowired service.
  9431.      *
  9432.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType
  9433.      */
  9434.     protected function getPlaceSelektorTypeService()
  9435.     {
  9436.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9437.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9438.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/PlaceSelektorType.php';
  9439.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType();
  9440.     }
  9441.     /**
  9442.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\ServiceSelektorType' shared autowired service.
  9443.      *
  9444.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\ServiceSelektorType
  9445.      */
  9446.     protected function getServiceSelektorTypeService()
  9447.     {
  9448.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9449.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9450.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/ServiceSelektorType.php';
  9451.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\ServiceSelektorType();
  9452.     }
  9453.     /**
  9454.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType' shared autowired service.
  9455.      *
  9456.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType
  9457.      */
  9458.     protected function getUserSelektorType2Service()
  9459.     {
  9460.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9461.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9462.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/UserSelektorType.php';
  9463.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType();
  9464.     }
  9465.     /**
  9466.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\ChannelGetterService' shared autowired service.
  9467.      *
  9468.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\ChannelGetterService
  9469.      */
  9470.     protected function getChannelGetterServiceService()
  9471.     {
  9472.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/ChannelGetterInterface.php';
  9473.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/ChannelGetterService.php';
  9474.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\ChannelGetterService'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\ChannelGetterService(($this->privates['App\\Repository\\Channel\\ChannelRepository'] ?? $this->getChannelRepositoryService()));
  9475.     }
  9476.     /**
  9477.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\Doctrine\EventSubscriber\ValidGlobalChannelAndUserSubscriber' shared autowired service.
  9478.      *
  9479.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Doctrine\EventSubscriber\ValidGlobalChannelAndUserSubscriber
  9480.      */
  9481.     protected function getValidGlobalChannelAndUserSubscriberService()
  9482.     {
  9483.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  9484.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Doctrine/EventSubscriber/ValidGlobalChannelAndUserSubscriber.php';
  9485.         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()));
  9486.     }
  9487.     /**
  9488.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService' shared autowired service.
  9489.      *
  9490.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService
  9491.      */
  9492.     protected function getGlobalEntitiesServiceService()
  9493.     {
  9494.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9495.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'])) {
  9496.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'];
  9497.         }
  9498.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] ?? $this->getGlobalEntityKeysService()));
  9499.     }
  9500.     /**
  9501.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys' shared autowired service.
  9502.      *
  9503.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys
  9504.      */
  9505.     protected function getGlobalEntityKeysService()
  9506.     {
  9507.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys($this->parameters['nellapp_sdk.global_getter.global_entities']);
  9508.     }
  9509.     /**
  9510.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\ChannelUserDataMenuDisplayedService' shared autowired service.
  9511.      *
  9512.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\ChannelUserDataMenuDisplayedService
  9513.      */
  9514.     protected function getChannelUserDataMenuDisplayedServiceService()
  9515.     {
  9516.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelUserDataMenuDisplayedService.php';
  9517.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelMenuDisplayedInterface.php';
  9518.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/EmptyChannelMenuDisplayed.php';
  9519.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'] ?? $this->getChannelResourceServiceService());
  9520.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'])) {
  9521.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'];
  9522.         }
  9523.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9524.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'])) {
  9525.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'];
  9526.         }
  9527.         $c = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] ?? $this->getAuthorizationHelperService());
  9528.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'])) {
  9529.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'];
  9530.         }
  9531.         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);
  9532.     }
  9533.     /**
  9534.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\EventSubscriber\TerminateMenuDisplayedSubscriber' shared autowired service.
  9535.      *
  9536.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\EventSubscriber\TerminateMenuDisplayedSubscriber
  9537.      */
  9538.     protected function getTerminateMenuDisplayedSubscriberService()
  9539.     {
  9540.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/EventSubscriber/TerminateMenuDisplayedSubscriber.php';
  9541.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelUserDataMenuDisplayedTerminateTracker.php';
  9542.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'] ?? $this->getChannelUserDataMenuDisplayedServiceService());
  9543.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\EventSubscriber\\TerminateMenuDisplayedSubscriber'])) {
  9544.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\EventSubscriber\\TerminateMenuDisplayedSubscriber'];
  9545.         }
  9546.         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()));
  9547.     }
  9548.     /**
  9549.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\Messenger\MenuDisplayedMiddleware' shared autowired service.
  9550.      *
  9551.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\Messenger\MenuDisplayedMiddleware
  9552.      */
  9553.     protected function getMenuDisplayedMiddlewareService()
  9554.     {
  9555.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  9556.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/Messenger/MenuDisplayedMiddleware.php';
  9557.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelUserDataMenuDisplayedTerminateTracker.php';
  9558.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'] ?? $this->getChannelUserDataMenuDisplayedServiceService());
  9559.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\Messenger\\MenuDisplayedMiddleware'])) {
  9560.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\Messenger\\MenuDisplayedMiddleware'];
  9561.         }
  9562.         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()));
  9563.     }
  9564.     /**
  9565.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelResourceManager' shared autowired service.
  9566.      *
  9567.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelResourceManager
  9568.      */
  9569.     protected function getChannelResourceManagerService()
  9570.     {
  9571.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelResourceManager.php';
  9572.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9573.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceManager'])) {
  9574.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceManager'];
  9575.         }
  9576.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceManager'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelResourceManager($a, ($this->services['cache.app'] ?? $this->getCache_AppService()), true);
  9577.     }
  9578.     /**
  9579.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelResourceService' shared autowired service.
  9580.      *
  9581.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelResourceService
  9582.      */
  9583.     protected function getChannelResourceServiceService()
  9584.     {
  9585.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelResourceService.php';
  9586.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiInternal/Client/ApiInternalClient.php';
  9587.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] ?? $this->getAuthorizationHelperService());
  9588.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'])) {
  9589.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'];
  9590.         }
  9591.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceManager'] ?? $this->getChannelResourceManagerService());
  9592.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'])) {
  9593.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'];
  9594.         }
  9595.         $c = ($this->privates['nellapp_sdk.routing.internal_url_generator'] ?? $this->getNellappSdk_Routing_InternalUrlGeneratorService());
  9596.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'])) {
  9597.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'];
  9598.         }
  9599.         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')));
  9600.     }
  9601.     /**
  9602.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionGroup\ChannelUserPermissionGroupManager' shared autowired service.
  9603.      *
  9604.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionGroup\ChannelUserPermissionGroupManager
  9605.      */
  9606.     protected function getChannelUserPermissionGroupManagerService()
  9607.     {
  9608.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelUserPermissionGroup/ChannelUserPermissionGroupManager.php';
  9609.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionGroup\ChannelUserPermissionGroupManager(new RewindableGenerator(function () {
  9610.             return new \EmptyIterator();
  9611.         }, 0));
  9612.     }
  9613.     /**
  9614.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionManager' shared autowired service.
  9615.      *
  9616.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionManager
  9617.      */
  9618.     protected function getChannelUserPermissionManagerService()
  9619.     {
  9620.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9621.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'])) {
  9622.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'];
  9623.         }
  9624.         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);
  9625.     }
  9626.     /**
  9627.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionService' shared autowired service.
  9628.      *
  9629.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionService
  9630.      */
  9631.     protected function getChannelUserPermissionServiceService()
  9632.     {
  9633.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService());
  9634.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'])) {
  9635.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'];
  9636.         }
  9637.         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()));
  9638.     }
  9639.     /**
  9640.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand' shared autowired service.
  9641.      *
  9642.      * @return \Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand
  9643.      */
  9644.     protected function getCheckChannelMenuDisplayedCommandService()
  9645.     {
  9646.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9647.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Command/CheckChannelMenuDisplayedCommand.php';
  9648.         $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()));
  9649.         $instance->setName('nellapp:check:menu-displayed');
  9650.         $instance->setDescription('Check the channel menu displayed for the given ChannelUserData');
  9651.         return $instance;
  9652.     }
  9653.     /**
  9654.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Command\CleanExpiredChannelResourcePermissionCommand' shared autowired service.
  9655.      *
  9656.      * @return \Nellapp\Bundle\SDKBundle\Permission\Command\CleanExpiredChannelResourcePermissionCommand
  9657.      */
  9658.     protected function getCleanExpiredChannelResourcePermissionCommandService()
  9659.     {
  9660.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9661.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Command/CleanExpiredChannelResourcePermissionCommand.php';
  9662.         $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()));
  9663.         $instance->setName('nellapp:check:expired-permission');
  9664.         $instance->setDescription('Remove from database expired channel resource permissions.');
  9665.         return $instance;
  9666.     }
  9667.     /**
  9668.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\ChannelMenuDisplayedSubscriber' shared autowired service.
  9669.      *
  9670.      * @return \Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\ChannelMenuDisplayedSubscriber
  9671.      */
  9672.     protected function getChannelMenuDisplayedSubscriber2Service()
  9673.     {
  9674.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  9675.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Doctrine/EventSubscriber/ChannelMenuDisplayedSubscriber.php';
  9676.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelUserDataMenuDisplayedTerminateTracker.php';
  9677.         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())));
  9678.     }
  9679.     /**
  9680.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\Mapping\PermissionConstraintSubscriber' shared autowired service.
  9681.      *
  9682.      * @return \Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\Mapping\PermissionConstraintSubscriber
  9683.      */
  9684.     protected function getPermissionConstraintSubscriberService()
  9685.     {
  9686.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  9687.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Doctrine/EventSubscriber/Mapping/PermissionConstraintSubscriber.php';
  9688.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber'] = new \Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\Mapping\PermissionConstraintSubscriber();
  9689.     }
  9690.     /**
  9691.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager' shared autowired service.
  9692.      *
  9693.      * @return \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager
  9694.      */
  9695.     protected function getChannelUserPermissionEnumManagerService()
  9696.     {
  9697.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnumManager'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager(new RewindableGenerator(function () {
  9698.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserChannelUserDataPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserChannelUserDataPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserChannelUserDataPermissionEnum()));
  9699.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserCursusPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserCursusPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserCursusPermissionEnum()));
  9700.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionAsyncEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionAsyncEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionAsyncEnum()));
  9701.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnum()));
  9702.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserSessionPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserSessionPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserSessionPermissionEnum()));
  9703.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserTrainingPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserTrainingPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserTrainingPermissionEnum()));
  9704.         }, 6));
  9705.     }
  9706.     /**
  9707.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType' shared autowired service.
  9708.      *
  9709.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType
  9710.      */
  9711.     protected function getChannelUserPermissionEnumTypeService()
  9712.     {
  9713.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9714.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9715.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/ChannelUserPermissionEnumType.php';
  9716.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType();
  9717.     }
  9718.     /**
  9719.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType' shared autowired service.
  9720.      *
  9721.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType
  9722.      */
  9723.     protected function getChannelUserPermissionResourceTypeService()
  9724.     {
  9725.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9726.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9727.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/ChannelUserPermissionResourceType.php';
  9728.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType();
  9729.     }
  9730.     /**
  9731.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter' shared autowired service.
  9732.      *
  9733.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter
  9734.      */
  9735.     protected function getChannelUserDataFilterService()
  9736.     {
  9737.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9738.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9739.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/Filter/ChannelUserDataFilter.php';
  9740.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter(($this->services['router'] ?? $this->getRouterService()));
  9741.     }
  9742.     /**
  9743.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter' shared autowired service.
  9744.      *
  9745.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter
  9746.      */
  9747.     protected function getChannelUserPermissionResourceFilterService()
  9748.     {
  9749.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9750.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9751.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/Filter/ChannelUserPermissionResourceFilter.php';
  9752.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter();
  9753.     }
  9754.     /**
  9755.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\Filter\MultipleResourcePermissionsType' shared autowired service.
  9756.      *
  9757.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\MultipleResourcePermissionsType
  9758.      */
  9759.     protected function getMultipleResourcePermissionsTypeService()
  9760.     {
  9761.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9762.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9763.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/Filter/MultipleResourcePermissionsType.php';
  9764.         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()));
  9765.     }
  9766.     /**
  9767.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\SelectUserForChannelResourcePermissionType' shared autowired service.
  9768.      *
  9769.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\SelectUserForChannelResourcePermissionType
  9770.      */
  9771.     protected function getSelectUserForChannelResourcePermissionTypeService()
  9772.     {
  9773.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9774.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9775.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/SelectUserForChannelResourcePermissionType.php';
  9776.         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()));
  9777.     }
  9778.     /**
  9779.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Security\Authorization\AuthorizationHelper' shared autowired service.
  9780.      *
  9781.      * @return \Nellapp\Bundle\SDKBundle\Permission\Security\Authorization\AuthorizationHelper
  9782.      */
  9783.     protected function getAuthorizationHelperService()
  9784.     {
  9785.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Authorization/AuthorizationHelper.php';
  9786.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  9787.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'])) {
  9788.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'];
  9789.         }
  9790.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Authorization\AuthorizationHelper($a);
  9791.     }
  9792.     /**
  9793.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager' shared autowired service.
  9794.      *
  9795.      * @return \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager
  9796.      */
  9797.     protected function getChannelUserPermissionHierarchyManagerService()
  9798.     {
  9799.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionHierarchyManager'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager(new RewindableGenerator(function () {
  9800.             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()));
  9801.             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()));
  9802.             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()));
  9803.             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()));
  9804.             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()));
  9805.         }, 5));
  9806.     }
  9807.     /**
  9808.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime' shared autowired service.
  9809.      *
  9810.      * @return \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime
  9811.      */
  9812.     protected function getChannelUserDataPermissionRuntimeService()
  9813.     {
  9814.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9815.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/ChannelUserDataPermissionRuntime.php';
  9816.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService());
  9817.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime'])) {
  9818.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime'];
  9819.         }
  9820.         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()));
  9821.     }
  9822.     /**
  9823.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\TranslateRuntime' shared autowired service.
  9824.      *
  9825.      * @return \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\TranslateRuntime
  9826.      */
  9827.     protected function getTranslateRuntimeService()
  9828.     {
  9829.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9830.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/TranslateRuntime.php';
  9831.         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()));
  9832.     }
  9833.     /**
  9834.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\UserOwnerRuntime' shared autowired service.
  9835.      *
  9836.      * @return \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\UserOwnerRuntime
  9837.      */
  9838.     protected function getUserOwnerRuntimeService()
  9839.     {
  9840.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9841.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/UserOwnerRuntime.php';
  9842.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  9843.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime'])) {
  9844.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime'];
  9845.         }
  9846.         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);
  9847.     }
  9848.     /**
  9849.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter' shared autowired service.
  9850.      *
  9851.      * @return \Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter
  9852.      */
  9853.     protected function getUserOwnerGetterService()
  9854.     {
  9855.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] = new \Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter(new RewindableGenerator(function () {
  9856.             return new \EmptyIterator();
  9857.         }, 0));
  9858.     }
  9859.     /**
  9860.      * Gets the private 'Nellapp\Bundle\SDKBundle\ReverseSync\Doctrine\EventSubscriber\ReverseSyncSubscriber' shared autowired service.
  9861.      *
  9862.      * @return \Nellapp\Bundle\SDKBundle\ReverseSync\Doctrine\EventSubscriber\ReverseSyncSubscriber
  9863.      */
  9864.     protected function getReverseSyncSubscriberService()
  9865.     {
  9866.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  9867.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ReverseSync/Doctrine/EventSubscriber/ReverseSyncSubscriber.php';
  9868.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ReverseSync/Tracker/Tracker.php';
  9869.         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())));
  9870.     }
  9871.     /**
  9872.      * Gets the private 'Nellapp\Bundle\SDKBundle\ReverseSync\EventSubscriber\ReverseSyncSubscriber' shared autowired service.
  9873.      *
  9874.      * @return \Nellapp\Bundle\SDKBundle\ReverseSync\EventSubscriber\ReverseSyncSubscriber
  9875.      */
  9876.     protected function getReverseSyncSubscriber2Service()
  9877.     {
  9878.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ReverseSync/EventSubscriber/ReverseSyncSubscriber.php';
  9879.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ReverseSync/Messenger/SenderService.php';
  9880.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ReverseSync/Tracker/Tracker.php';
  9881.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  9882.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\EventSubscriber\\ReverseSyncSubscriber'])) {
  9883.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\EventSubscriber\\ReverseSyncSubscriber'];
  9884.         }
  9885.         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'));
  9886.     }
  9887.     /**
  9888.      * Gets the private 'Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\DomainsRoutingRuntime' shared autowired service.
  9889.      *
  9890.      * @return \Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\DomainsRoutingRuntime
  9891.      */
  9892.     protected function getDomainsRoutingRuntimeService()
  9893.     {
  9894.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9895.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Runtime/DomainsRoutingRuntime.php';
  9896.         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'))));
  9897.     }
  9898.     /**
  9899.      * Gets the private 'Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\UrlGeneratorRuntime' shared autowired service.
  9900.      *
  9901.      * @return \Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\UrlGeneratorRuntime
  9902.      */
  9903.     protected function getUrlGeneratorRuntimeService()
  9904.     {
  9905.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9906.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Runtime/UrlGeneratorRuntime.php';
  9907.         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()));
  9908.     }
  9909.     /**
  9910.      * Gets the private 'Nellapp\Bundle\SDKBundle\Routing\Utils\ChannelMainDomainUtils' shared autowired service.
  9911.      *
  9912.      * @return \Nellapp\Bundle\SDKBundle\Routing\Utils\ChannelMainDomainUtils
  9913.      */
  9914.     protected function getChannelMainDomainUtilsService()
  9915.     {
  9916.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService());
  9917.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'])) {
  9918.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'];
  9919.         }
  9920.         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);
  9921.     }
  9922.     /**
  9923.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\SsoClient' shared autowired service.
  9924.      *
  9925.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\SsoClient
  9926.      */
  9927.     protected function getSsoClientService()
  9928.     {
  9929.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  9930.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  9931.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  9932.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  9933.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Account/SsoClient.php';
  9934.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9935.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\SsoClient'])) {
  9936.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\SsoClient'];
  9937.         }
  9938.         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()));
  9939.     }
  9940.     /**
  9941.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\UserClient' shared autowired service.
  9942.      *
  9943.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\UserClient
  9944.      */
  9945.     protected function getUserClientService()
  9946.     {
  9947.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  9948.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  9949.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  9950.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  9951.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Account/UserClient.php';
  9952.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9953.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'])) {
  9954.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'];
  9955.         }
  9956.         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()));
  9957.     }
  9958.     /**
  9959.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\AbstractCursusEntityClient' shared autowired service.
  9960.      *
  9961.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\AbstractCursusEntityClient
  9962.      */
  9963.     protected function getAbstractCursusEntityClientService()
  9964.     {
  9965.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  9966.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  9967.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  9968.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  9969.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/ChannelUserData/AbstractCursusEntityClient.php';
  9970.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9971.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusEntityClient'])) {
  9972.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusEntityClient'];
  9973.         }
  9974.         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()));
  9975.     }
  9976.     /**
  9977.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\ChannelUserDataEntityClient' shared autowired service.
  9978.      *
  9979.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\ChannelUserDataEntityClient
  9980.      */
  9981.     protected function getChannelUserDataEntityClientService()
  9982.     {
  9983.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  9984.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  9985.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  9986.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  9987.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/ChannelUserData/ChannelUserDataEntityClient.php';
  9988.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9989.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataEntityClient'])) {
  9990.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataEntityClient'];
  9991.         }
  9992.         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()));
  9993.     }
  9994.     /**
  9995.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelClient' shared autowired service.
  9996.      *
  9997.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelClient
  9998.      */
  9999.     protected function getChannelClientService()
  10000.     {
  10001.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10002.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10003.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10004.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10005.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelClient.php';
  10006.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10007.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'])) {
  10008.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'];
  10009.         }
  10010.         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()));
  10011.     }
  10012.     /**
  10013.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelConfigurationClient' shared autowired service.
  10014.      *
  10015.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelConfigurationClient
  10016.      */
  10017.     protected function getChannelConfigurationClientService()
  10018.     {
  10019.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10020.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10021.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10022.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10023.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelConfigurationClient.php';
  10024.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10025.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelConfigurationClient'])) {
  10026.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelConfigurationClient'];
  10027.         }
  10028.         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()));
  10029.     }
  10030.     /**
  10031.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserCursusPermissionClient' shared autowired service.
  10032.      *
  10033.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserCursusPermissionClient
  10034.      */
  10035.     protected function getChannelUserCursusPermissionClientService()
  10036.     {
  10037.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10038.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10039.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10040.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10041.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserCursusPermissionClient.php';
  10042.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10043.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserCursusPermissionClient'])) {
  10044.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserCursusPermissionClient'];
  10045.         }
  10046.         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()));
  10047.     }
  10048.     /**
  10049.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserRoleClient' shared autowired service.
  10050.      *
  10051.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserRoleClient
  10052.      */
  10053.     protected function getChannelUserRoleClientService()
  10054.     {
  10055.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10056.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10057.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10058.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10059.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserRoleClient.php';
  10060.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10061.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'])) {
  10062.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'];
  10063.         }
  10064.         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()));
  10065.     }
  10066.     /**
  10067.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserServicePermissionClient' shared autowired service.
  10068.      *
  10069.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserServicePermissionClient
  10070.      */
  10071.     protected function getChannelUserServicePermissionClientService()
  10072.     {
  10073.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10074.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10075.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10076.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10077.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserServicePermissionClient.php';
  10078.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10079.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'])) {
  10080.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'];
  10081.         }
  10082.         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()));
  10083.     }
  10084.     /**
  10085.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserSessionPermissionClient' shared autowired service.
  10086.      *
  10087.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserSessionPermissionClient
  10088.      */
  10089.     protected function getChannelUserSessionPermissionClientService()
  10090.     {
  10091.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10092.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10093.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10094.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10095.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserSessionPermissionClient.php';
  10096.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10097.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'])) {
  10098.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'];
  10099.         }
  10100.         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()));
  10101.     }
  10102.     /**
  10103.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserTrainingPermissionClient' shared autowired service.
  10104.      *
  10105.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserTrainingPermissionClient
  10106.      */
  10107.     protected function getChannelUserTrainingPermissionClientService()
  10108.     {
  10109.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10110.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10111.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10112.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10113.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserTrainingPermissionClient.php';
  10114.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10115.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserTrainingPermissionClient'])) {
  10116.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserTrainingPermissionClient'];
  10117.         }
  10118.         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()));
  10119.     }
  10120.     /**
  10121.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelWhiteLabelClient' shared autowired service.
  10122.      *
  10123.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelWhiteLabelClient
  10124.      */
  10125.     protected function getChannelWhiteLabelClientService()
  10126.     {
  10127.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10128.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10129.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10130.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10131.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelWhiteLabelClient.php';
  10132.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10133.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelWhiteLabelClient'])) {
  10134.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelWhiteLabelClient'];
  10135.         }
  10136.         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()));
  10137.     }
  10138.     /**
  10139.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\CompanyClient' shared autowired service.
  10140.      *
  10141.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\CompanyClient
  10142.      */
  10143.     protected function getCompanyClientService()
  10144.     {
  10145.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10146.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10147.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10148.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10149.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/CompanyClient.php';
  10150.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10151.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyClient'])) {
  10152.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyClient'];
  10153.         }
  10154.         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()));
  10155.     }
  10156.     /**
  10157.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\CompanyContactClient' shared autowired service.
  10158.      *
  10159.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\CompanyContactClient
  10160.      */
  10161.     protected function getCompanyContactClientService()
  10162.     {
  10163.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10164.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10165.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10166.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10167.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/CompanyContactClient.php';
  10168.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10169.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyContactClient'])) {
  10170.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyContactClient'];
  10171.         }
  10172.         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()));
  10173.     }
  10174.     /**
  10175.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ContactClient' shared autowired service.
  10176.      *
  10177.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ContactClient
  10178.      */
  10179.     protected function getContactClientService()
  10180.     {
  10181.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10182.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10183.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10184.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10185.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ContactClient.php';
  10186.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10187.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ContactClient'])) {
  10188.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ContactClient'];
  10189.         }
  10190.         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()));
  10191.     }
  10192.     /**
  10193.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\FrenchProfessionalIdClient' shared autowired service.
  10194.      *
  10195.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\FrenchProfessionalIdClient
  10196.      */
  10197.     protected function getFrenchProfessionalIdClientService()
  10198.     {
  10199.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10200.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10201.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10202.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10203.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/FrenchProfessionalIdClient.php';
  10204.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10205.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\FrenchProfessionalIdClient'])) {
  10206.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\FrenchProfessionalIdClient'];
  10207.         }
  10208.         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()));
  10209.     }
  10210.     /**
  10211.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\GroupClient' shared autowired service.
  10212.      *
  10213.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\GroupClient
  10214.      */
  10215.     protected function getGroupClientService()
  10216.     {
  10217.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10218.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10219.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10220.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10221.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/GroupClient.php';
  10222.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10223.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'])) {
  10224.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'];
  10225.         }
  10226.         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()));
  10227.     }
  10228.     /**
  10229.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\OrganizationClient' shared autowired service.
  10230.      *
  10231.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\OrganizationClient
  10232.      */
  10233.     protected function getOrganizationClientService()
  10234.     {
  10235.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10236.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10237.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10238.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10239.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/OrganizationClient.php';
  10240.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10241.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\OrganizationClient'])) {
  10242.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\OrganizationClient'];
  10243.         }
  10244.         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()));
  10245.     }
  10246.     /**
  10247.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\PlaceClient' shared autowired service.
  10248.      *
  10249.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\PlaceClient
  10250.      */
  10251.     protected function getPlaceClientService()
  10252.     {
  10253.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10254.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10255.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10256.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10257.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/PlaceClient.php';
  10258.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10259.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'])) {
  10260.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'];
  10261.         }
  10262.         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()));
  10263.     }
  10264.     /**
  10265.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\RoomClient' shared autowired service.
  10266.      *
  10267.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\RoomClient
  10268.      */
  10269.     protected function getRoomClientService()
  10270.     {
  10271.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10272.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10273.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10274.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10275.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/RoomClient.php';
  10276.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10277.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'])) {
  10278.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'];
  10279.         }
  10280.         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()));
  10281.     }
  10282.     /**
  10283.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ServiceClient' shared autowired service.
  10284.      *
  10285.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ServiceClient
  10286.      */
  10287.     protected function getServiceClientService()
  10288.     {
  10289.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10290.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10291.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10292.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10293.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ServiceClient.php';
  10294.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10295.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'])) {
  10296.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'];
  10297.         }
  10298.         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()));
  10299.     }
  10300.     /**
  10301.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\SessionClient' shared autowired service.
  10302.      *
  10303.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\SessionClient
  10304.      */
  10305.     protected function getSessionClientService()
  10306.     {
  10307.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10308.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10309.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10310.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10311.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/SessionClient.php';
  10312.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10313.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'])) {
  10314.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'];
  10315.         }
  10316.         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()));
  10317.     }
  10318.     /**
  10319.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\TrainingClient' shared autowired service.
  10320.      *
  10321.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\TrainingClient
  10322.      */
  10323.     protected function getTrainingClientService()
  10324.     {
  10325.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10326.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10327.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10328.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10329.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/TrainingClient.php';
  10330.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10331.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'])) {
  10332.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'];
  10333.         }
  10334.         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()));
  10335.     }
  10336.     /**
  10337.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\UserFromChannelClient' shared autowired service.
  10338.      *
  10339.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\UserFromChannelClient
  10340.      */
  10341.     protected function getUserFromChannelClientService()
  10342.     {
  10343.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  10344.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  10345.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  10346.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  10347.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/UserFromChannelClient.php';
  10348.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10349.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'])) {
  10350.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'];
  10351.         }
  10352.         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()));
  10353.     }
  10354.     /**
  10355.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncCoreClient' shared autowired service.
  10356.      *
  10357.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncCoreClient
  10358.      */
  10359.     protected function getSyncCoreClientService()
  10360.     {
  10361.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AppHttpClientInterface.php';
  10362.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncCoreClient.php';
  10363.         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'));
  10364.     }
  10365.     /**
  10366.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\FailedMessageCommand' shared autowired service.
  10367.      *
  10368.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\FailedMessageCommand
  10369.      */
  10370.     protected function getFailedMessageCommandService()
  10371.     {
  10372.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10373.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/FailedMessageCommand.php';
  10374.         $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()));
  10375.         $instance->setName('nellapp:failed-message');
  10376.         return $instance;
  10377.     }
  10378.     /**
  10379.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand' shared autowired service.
  10380.      *
  10381.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand
  10382.      */
  10383.     protected function getFullRefreshClassCommandService()
  10384.     {
  10385.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10386.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/FullRefreshClassCommand.php';
  10387.         $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()));
  10388.         $instance->setName('nellapp:force-full-refresh');
  10389.         $instance->setDescription('Force full refresh of a class');
  10390.         return $instance;
  10391.     }
  10392.     /**
  10393.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand' shared autowired service.
  10394.      *
  10395.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand
  10396.      */
  10397.     protected function getRefreshClassCommandService()
  10398.     {
  10399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10400.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/RefreshClassCommand.php';
  10401.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorManager.php';
  10402.         $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 () {
  10403.             yield => ($this->privates['App\\SdkBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'] ?? $this->getAbstractCursusHydratorService());
  10404.             yield => ($this->privates['App\\SdkBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'] ?? $this->getSessionHydratorService());
  10405.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'] ?? $this->getAbstractCursusHydrator2Service());
  10406.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'] ?? $this->getSessionHydrator2Service());
  10407.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\UserHydrator'] ?? $this->getUserHydratorService());
  10408.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelConfigurationHydrator'] ?? $this->getChannelConfigurationHydratorService());
  10409.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelHydrator'] ?? $this->getChannelHydratorService());
  10410.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'] ?? $this->getChannelUserCursusPermissionHydratorService());
  10411.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'] ?? $this->getChannelUserDataHydratorService());
  10412.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserRoleHydrator'] ?? $this->getChannelUserRoleHydratorService());
  10413.             yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'] ?? $this->getChannelUserServicePermissionHydratorService());
  10414.             yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'] ?? $this->getChannelUserSessionPermissionHydratorService());
  10415.             yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'] ?? $this->getChannelUserTrainingPermissionHydratorService());
  10416.             yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelWhiteLabelHydrator'] ?? $this->getChannelWhiteLabelHydratorService());
  10417.             yield 14 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyContactHydrator'] ?? $this->getCompanyContactHydratorService());
  10418.             yield 15 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyHydrator'] ?? $this->getCompanyHydratorService());
  10419.             yield 16 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ContactHydrator'] ?? $this->getContactHydratorService());
  10420.             yield 17 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\FrenchProfessionalIdHydrator'] ?? $this->getFrenchProfessionalIdHydratorService());
  10421.             yield 18 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'] ?? $this->getGroupHydratorService());
  10422.             yield 19 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\OrganizationHydrator'] ?? $this->getOrganizationHydratorService());
  10423.             yield 20 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\PlaceHydrator'] ?? $this->getPlaceHydratorService());
  10424.             yield 21 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\RoomHydrator'] ?? $this->getRoomHydratorService());
  10425.             yield 22 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ServiceHydrator'] ?? $this->getServiceHydratorService());
  10426.             yield 23 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'] ?? $this->getTrainingHydratorService());
  10427.             yield 24 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\UserFromChannelHydrator'] ?? $this->getUserFromChannelHydratorService());
  10428.             yield 25 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Common\\AddressHydrator'] ?? $this->getAddressHydratorService());
  10429.         }, 26)), ($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()));
  10430.         $instance->setName('nellapp:force-refresh');
  10431.         $instance->setDescription('Force refresh of a class');
  10432.         return $instance;
  10433.     }
  10434.     /**
  10435.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand' shared autowired service.
  10436.      *
  10437.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand
  10438.      */
  10439.     protected function getRefreshOneCommandService()
  10440.     {
  10441.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10442.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/RefreshOneCommand.php';
  10443.         $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()));
  10444.         $instance->setName('nellapp:force-refresh-one');
  10445.         $instance->setDescription('Force refresh of an entity');
  10446.         return $instance;
  10447.     }
  10448.     /**
  10449.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand' shared autowired service.
  10450.      *
  10451.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand
  10452.      */
  10453.     protected function getUserFromChannelCommandService()
  10454.     {
  10455.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10456.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/UserFromChannelCommand.php';
  10457.         $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()));
  10458.         $instance->setName('nellapp:force-sync:ufc');
  10459.         $instance->setDescription('Force sync all UserFromChannel');
  10460.         return $instance;
  10461.     }
  10462.     /**
  10463.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand' shared autowired service.
  10464.      *
  10465.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand
  10466.      */
  10467.     protected function getSyncOneCommandService()
  10468.     {
  10469.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10470.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/SyncOneCommand.php';
  10471.         $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()));
  10472.         $instance->setName('nellapp:sync:one');
  10473.         $instance->setDescription('Manual sync by id');
  10474.         return $instance;
  10475.     }
  10476.     /**
  10477.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher' shared autowired service.
  10478.      *
  10479.      * @return \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher
  10480.      */
  10481.     protected function getUserRefresherService()
  10482.     {
  10483.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/FullRefresherInterface.php';
  10484.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/AbstractRefresher.php';
  10485.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/Account/UserRefresher.php';
  10486.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Account\\UserRefresher'] ?? $this->getUserRefresher2Service());
  10487.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'])) {
  10488.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'];
  10489.         }
  10490.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'] ?? $this->getChannelUserDataMenuDisplayedServiceService());
  10491.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'])) {
  10492.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'];
  10493.         }
  10494.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher($a$b$this->parameters['entities_handled']);
  10495.         $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10496.         $instance $instance->setRetrieverManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()));
  10497.         $instance $instance->setRefresherManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Refresher\\RefresherManager'] ?? $this->getRefresherManagerService()));
  10498.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher'] = $instance $instance->setClientManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\HttpClient\\EntityClientManager'] ?? $this->getEntityClientManagerService()));
  10499.         $instance->setManagerRegistry(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10500.         return $instance;
  10501.     }
  10502.     /**
  10503.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher' shared autowired service.
  10504.      *
  10505.      * @return \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher
  10506.      */
  10507.     protected function getChannelRefresher2Service()
  10508.     {
  10509.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/FullRefresherInterface.php';
  10510.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/AbstractRefresher.php';
  10511.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/Channel/ChannelRefresher.php';
  10512.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelRefresher'] ?? $this->getChannelRefresherService()));
  10513.         $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10514.         $instance $instance->setRetrieverManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()));
  10515.         $instance $instance->setRefresherManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Refresher\\RefresherManager'] ?? $this->getRefresherManagerService()));
  10516.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher'] = $instance $instance->setClientManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\HttpClient\\EntityClientManager'] ?? $this->getEntityClientManagerService()));
  10517.         $instance->setManagerRegistry(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10518.         return $instance;
  10519.     }
  10520.     /**
  10521.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefreshManager' shared autowired service.
  10522.      *
  10523.      * @return \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefreshManager
  10524.      */
  10525.     protected function getFullRefreshManagerService()
  10526.     {
  10527.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/FullRefreshManager.php';
  10528.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\FullRefreshManager'] = new \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefreshManager(new RewindableGenerator(function () {
  10529.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'] ?? $this->getUserRefresherService());
  10530.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Channel\\ChannelRefresher'] ?? $this->getChannelRefresher2Service());
  10531.         }, 2));
  10532.     }
  10533.     /**
  10534.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator' shared autowired service.
  10535.      *
  10536.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator
  10537.      */
  10538.     protected function getUserHydratorService()
  10539.     {
  10540.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10541.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10542.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Account/UserHydrator.php';
  10543.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator();
  10544.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10545.         return $instance;
  10546.     }
  10547.     /**
  10548.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\AbstractCursusHydrator' shared autowired service.
  10549.      *
  10550.      * @return \App\SdkBundle\Sync\Hydrator\Channel\AbstractCursusHydrator
  10551.      */
  10552.     protected function getAbstractCursusHydrator2Service()
  10553.     {
  10554.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10555.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10556.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/AbstractCursusHydrator.php';
  10557.         include_once \dirname(__DIR__4).'/src/SdkBundle/Sync/Hydrator/Channel/AbstractCursusHydrator.php';
  10558.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'] ?? $this->getSessionRetrieverService());
  10559.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'])) {
  10560.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'];
  10561.         }
  10562.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService());
  10563.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'])) {
  10564.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'];
  10565.         }
  10566.         $c = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'] ?? $this->getTrainingRetrieverService());
  10567.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'])) {
  10568.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'];
  10569.         }
  10570.         $d = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService());
  10571.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'])) {
  10572.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'];
  10573.         }
  10574.         $instance = new \App\SdkBundle\Sync\Hydrator\Channel\AbstractCursusHydrator($a$b$c$d);
  10575.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\AbstractCursusHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10576.         return $instance;
  10577.     }
  10578.     /**
  10579.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelConfigurationHydrator' shared autowired service.
  10580.      *
  10581.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelConfigurationHydrator
  10582.      */
  10583.     protected function getChannelConfigurationHydratorService()
  10584.     {
  10585.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10586.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10587.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelConfigurationHydrator.php';
  10588.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10589.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelConfigurationHydrator'])) {
  10590.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelConfigurationHydrator'];
  10591.         }
  10592.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelConfigurationHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()), $a);
  10593.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelConfigurationHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10594.         return $instance;
  10595.     }
  10596.     /**
  10597.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator' shared autowired service.
  10598.      *
  10599.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator
  10600.      */
  10601.     protected function getChannelHydratorService()
  10602.     {
  10603.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10604.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10605.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelHydrator.php';
  10606.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()));
  10607.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10608.         return $instance;
  10609.     }
  10610.     /**
  10611.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserCursusPermissionHydrator' shared autowired service.
  10612.      *
  10613.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserCursusPermissionHydrator
  10614.      */
  10615.     protected function getChannelUserCursusPermissionHydratorService()
  10616.     {
  10617.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10618.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10619.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserCursusPermissionHydrator.php';
  10620.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService());
  10621.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'])) {
  10622.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'];
  10623.         }
  10624.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'] ?? $this->getAbstractCursusRetrieverService());
  10625.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'])) {
  10626.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'];
  10627.         }
  10628.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserCursusPermissionHydrator($a$b);
  10629.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserCursusPermissionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10630.         return $instance;
  10631.     }
  10632.     /**
  10633.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator' shared autowired service.
  10634.      *
  10635.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator
  10636.      */
  10637.     protected function getChannelUserDataHydratorService()
  10638.     {
  10639.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10640.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10641.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserDataHydrator.php';
  10642.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10643.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'])) {
  10644.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'];
  10645.         }
  10646.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'] ?? $this->getChannelUserRoleRetrieverService());
  10647.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'])) {
  10648.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'];
  10649.         }
  10650.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()), $a$b);
  10651.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10652.         return $instance;
  10653.     }
  10654.     /**
  10655.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator' shared autowired service.
  10656.      *
  10657.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator
  10658.      */
  10659.     protected function getChannelUserRoleHydratorService()
  10660.     {
  10661.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10662.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10663.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserRoleHydrator.php';
  10664.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10665.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserRoleHydrator'])) {
  10666.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserRoleHydrator'];
  10667.         }
  10668.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator($a);
  10669.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10670.         return $instance;
  10671.     }
  10672.     /**
  10673.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator' shared autowired service.
  10674.      *
  10675.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator
  10676.      */
  10677.     protected function getChannelUserServicePermissionHydratorService()
  10678.     {
  10679.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10680.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10681.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserServicePermissionHydrator.php';
  10682.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService());
  10683.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'])) {
  10684.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'];
  10685.         }
  10686.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'] ?? $this->getSessionRetrieverService());
  10687.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'])) {
  10688.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'];
  10689.         }
  10690.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator($a$b);
  10691.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10692.         return $instance;
  10693.     }
  10694.     /**
  10695.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator' shared autowired service.
  10696.      *
  10697.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator
  10698.      */
  10699.     protected function getChannelUserSessionPermissionHydratorService()
  10700.     {
  10701.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10702.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10703.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserSessionPermissionHydrator.php';
  10704.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService());
  10705.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'])) {
  10706.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'];
  10707.         }
  10708.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'] ?? $this->getSessionRetrieverService());
  10709.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'])) {
  10710.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'];
  10711.         }
  10712.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator($a$b);
  10713.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10714.         return $instance;
  10715.     }
  10716.     /**
  10717.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserTrainingPermissionHydrator' shared autowired service.
  10718.      *
  10719.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserTrainingPermissionHydrator
  10720.      */
  10721.     protected function getChannelUserTrainingPermissionHydratorService()
  10722.     {
  10723.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10724.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10725.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserTrainingPermissionHydrator.php';
  10726.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService());
  10727.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'])) {
  10728.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'];
  10729.         }
  10730.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'] ?? $this->getTrainingRetrieverService());
  10731.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'])) {
  10732.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'];
  10733.         }
  10734.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserTrainingPermissionHydrator($a$b);
  10735.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserTrainingPermissionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10736.         return $instance;
  10737.     }
  10738.     /**
  10739.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelWhiteLabelHydrator' shared autowired service.
  10740.      *
  10741.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelWhiteLabelHydrator
  10742.      */
  10743.     protected function getChannelWhiteLabelHydratorService()
  10744.     {
  10745.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10746.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10747.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelWhiteLabelHydrator.php';
  10748.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10749.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelWhiteLabelHydrator'])) {
  10750.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelWhiteLabelHydrator'];
  10751.         }
  10752.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelWhiteLabelHydrator($a);
  10753.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelWhiteLabelHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10754.         return $instance;
  10755.     }
  10756.     /**
  10757.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyContactHydrator' shared autowired service.
  10758.      *
  10759.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyContactHydrator
  10760.      */
  10761.     protected function getCompanyContactHydratorService()
  10762.     {
  10763.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10764.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10765.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/CompanyContactHydrator.php';
  10766.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\CompanyRetriever'] ?? $this->getCompanyRetrieverService());
  10767.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyContactHydrator'])) {
  10768.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyContactHydrator'];
  10769.         }
  10770.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ContactRetriever'] ?? $this->getContactRetrieverService());
  10771.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyContactHydrator'])) {
  10772.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyContactHydrator'];
  10773.         }
  10774.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyContactHydrator($a$b);
  10775.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyContactHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10776.         return $instance;
  10777.     }
  10778.     /**
  10779.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyHydrator' shared autowired service.
  10780.      *
  10781.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyHydrator
  10782.      */
  10783.     protected function getCompanyHydratorService()
  10784.     {
  10785.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10786.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10787.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/CompanyHydrator.php';
  10788.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10789.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyHydrator'])) {
  10790.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyHydrator'];
  10791.         }
  10792.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyHydrator($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Common\\AddressHydrator'] ?? $this->getAddressHydratorService()));
  10793.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10794.         return $instance;
  10795.     }
  10796.     /**
  10797.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ContactHydrator' shared autowired service.
  10798.      *
  10799.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ContactHydrator
  10800.      */
  10801.     protected function getContactHydratorService()
  10802.     {
  10803.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10804.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10805.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ContactHydrator.php';
  10806.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10807.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ContactHydrator'])) {
  10808.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ContactHydrator'];
  10809.         }
  10810.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ContactHydrator($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Common\\AddressHydrator'] ?? $this->getAddressHydratorService()));
  10811.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ContactHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10812.         return $instance;
  10813.     }
  10814.     /**
  10815.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\FrenchProfessionalIdHydrator' shared autowired service.
  10816.      *
  10817.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\FrenchProfessionalIdHydrator
  10818.      */
  10819.     protected function getFrenchProfessionalIdHydratorService()
  10820.     {
  10821.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10822.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10823.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/FrenchProfessionalIdHydrator.php';
  10824.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\FrenchProfessionalIdHydrator();
  10825.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\FrenchProfessionalIdHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10826.         return $instance;
  10827.     }
  10828.     /**
  10829.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator' shared autowired service.
  10830.      *
  10831.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator
  10832.      */
  10833.     protected function getGroupHydratorService()
  10834.     {
  10835.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10836.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10837.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/GroupHydrator.php';
  10838.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10839.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'])) {
  10840.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'];
  10841.         }
  10842.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService());
  10843.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'])) {
  10844.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'];
  10845.         }
  10846.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()), $b);
  10847.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10848.         return $instance;
  10849.     }
  10850.     /**
  10851.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\OrganizationHydrator' shared autowired service.
  10852.      *
  10853.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\OrganizationHydrator
  10854.      */
  10855.     protected function getOrganizationHydratorService()
  10856.     {
  10857.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10858.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10859.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/OrganizationHydrator.php';
  10860.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10861.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\OrganizationHydrator'])) {
  10862.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\OrganizationHydrator'];
  10863.         }
  10864.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\OrganizationHydrator($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Common\\AddressHydrator'] ?? $this->getAddressHydratorService()));
  10865.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\OrganizationHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10866.         return $instance;
  10867.     }
  10868.     /**
  10869.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator' shared autowired service.
  10870.      *
  10871.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator
  10872.      */
  10873.     protected function getPlaceHydratorService()
  10874.     {
  10875.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10876.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10877.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/PlaceHydrator.php';
  10878.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10879.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\PlaceHydrator'])) {
  10880.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\PlaceHydrator'];
  10881.         }
  10882.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator($a);
  10883.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10884.         return $instance;
  10885.     }
  10886.     /**
  10887.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator' shared autowired service.
  10888.      *
  10889.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator
  10890.      */
  10891.     protected function getRoomHydratorService()
  10892.     {
  10893.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10894.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10895.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/RoomHydrator.php';
  10896.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService());
  10897.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\RoomHydrator'])) {
  10898.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\RoomHydrator'];
  10899.         }
  10900.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator($a);
  10901.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10902.         return $instance;
  10903.     }
  10904.     /**
  10905.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator' shared autowired service.
  10906.      *
  10907.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator
  10908.      */
  10909.     protected function getServiceHydratorService()
  10910.     {
  10911.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10912.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10913.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ServiceHydrator.php';
  10914.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10915.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ServiceHydrator'])) {
  10916.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ServiceHydrator'];
  10917.         }
  10918.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()));
  10919.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10920.         return $instance;
  10921.     }
  10922.     /**
  10923.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator' shared autowired service.
  10924.      *
  10925.      * @return \App\SdkBundle\Sync\Hydrator\Channel\SessionHydrator
  10926.      */
  10927.     protected function getSessionHydrator2Service()
  10928.     {
  10929.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10930.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10931.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/SessionHydrator.php';
  10932.         include_once \dirname(__DIR__4).'/src/SdkBundle/Sync/Hydrator/Channel/SessionHydrator.php';
  10933.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'] ?? $this->getGroupRetrieverService());
  10934.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'])) {
  10935.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'];
  10936.         }
  10937.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'] ?? $this->getTrainingRetrieverService());
  10938.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'])) {
  10939.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'];
  10940.         }
  10941.         $instance = new \App\SdkBundle\Sync\Hydrator\Channel\SessionHydrator($a$b);
  10942.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10943.         return $instance;
  10944.     }
  10945.     /**
  10946.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator' shared autowired service.
  10947.      *
  10948.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator
  10949.      */
  10950.     protected function getTrainingHydratorService()
  10951.     {
  10952.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10953.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10954.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/TrainingHydrator.php';
  10955.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10956.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'])) {
  10957.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'];
  10958.         }
  10959.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator($a);
  10960.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10961.         return $instance;
  10962.     }
  10963.     /**
  10964.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator' shared autowired service.
  10965.      *
  10966.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator
  10967.      */
  10968.     protected function getUserFromChannelHydratorService()
  10969.     {
  10970.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10971.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10972.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/UserFromChannelHydrator.php';
  10973.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10974.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\UserFromChannelHydrator'])) {
  10975.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\UserFromChannelHydrator'];
  10976.         }
  10977.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()));
  10978.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10979.         return $instance;
  10980.     }
  10981.     /**
  10982.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Common\AddressHydrator' shared autowired service.
  10983.      *
  10984.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Common\AddressHydrator
  10985.      */
  10986.     protected function getAddressHydratorService()
  10987.     {
  10988.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  10989.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  10990.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Common/AddressHydrator.php';
  10991.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Common\AddressHydrator();
  10992.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Common\AddressHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10993.         return $instance;
  10994.     }
  10995.     /**
  10996.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Proxy\ProxyClient' shared autowired service.
  10997.      *
  10998.      * @return \Nellapp\Bundle\SDKBundle\Sync\Proxy\ProxyClient
  10999.      */
  11000.     protected function getProxyClientService()
  11001.     {
  11002.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiClientInterApp/Proxy/ProxyClientInterface.php';
  11003.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiClientInterApp/Proxy/AbstractProxyClient.php';
  11004.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Proxy/ProxyClient.php';
  11005.         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()));
  11006.     }
  11007.     /**
  11008.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher' shared autowired service.
  11009.      *
  11010.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher
  11011.      */
  11012.     protected function getUserRefresher2Service()
  11013.     {
  11014.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11015.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11016.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Account/UserRefresher.php';
  11017.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService());
  11018.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Account\\UserRefresher'])) {
  11019.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Account\\UserRefresher'];
  11020.         }
  11021.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\UserHydrator'] ?? $this->getUserHydratorService()), $a);
  11022.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11023.         return $instance;
  11024.     }
  11025.     /**
  11026.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher' shared autowired service.
  11027.      *
  11028.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher
  11029.      */
  11030.     protected function getAbstractCursusRefresherService()
  11031.     {
  11032.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11033.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11034.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/AbstractCursusRefresher.php';
  11035.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'] ?? $this->getAbstractCursusHydrator2Service());
  11036.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\AbstractCursusRefresher'])) {
  11037.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\AbstractCursusRefresher'];
  11038.         }
  11039.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusEntityClient'] ?? $this->getAbstractCursusEntityClientService());
  11040.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\AbstractCursusRefresher'])) {
  11041.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\AbstractCursusRefresher'];
  11042.         }
  11043.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher($a$b);
  11044.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11045.         return $instance;
  11046.     }
  11047.     /**
  11048.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelConfigurationRefresher' shared autowired service.
  11049.      *
  11050.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelConfigurationRefresher
  11051.      */
  11052.     protected function getChannelConfigurationRefresherService()
  11053.     {
  11054.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11055.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11056.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelConfigurationRefresher.php';
  11057.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelConfigurationClient'] ?? $this->getChannelConfigurationClientService());
  11058.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelConfigurationRefresher'])) {
  11059.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelConfigurationRefresher'];
  11060.         }
  11061.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelConfigurationRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelConfigurationHydrator'] ?? $this->getChannelConfigurationHydratorService()), $a);
  11062.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelConfigurationRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11063.         return $instance;
  11064.     }
  11065.     /**
  11066.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher' shared autowired service.
  11067.      *
  11068.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher
  11069.      */
  11070.     protected function getChannelRefresherService()
  11071.     {
  11072.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11073.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11074.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelRefresher.php';
  11075.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] ?? $this->getChannelClientService());
  11076.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelRefresher'])) {
  11077.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelRefresher'];
  11078.         }
  11079.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelHydrator'] ?? $this->getChannelHydratorService()), $a);
  11080.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11081.         return $instance;
  11082.     }
  11083.     /**
  11084.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserCursusPermissionRefresher' shared autowired service.
  11085.      *
  11086.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserCursusPermissionRefresher
  11087.      */
  11088.     protected function getChannelUserCursusPermissionRefresherService()
  11089.     {
  11090.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11091.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11092.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserCursusPermissionRefresher.php';
  11093.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserCursusPermissionClient'] ?? $this->getChannelUserCursusPermissionClientService());
  11094.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserCursusPermissionRefresher'])) {
  11095.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserCursusPermissionRefresher'];
  11096.         }
  11097.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserCursusPermissionRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'] ?? $this->getChannelUserCursusPermissionHydratorService()), $a);
  11098.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserCursusPermissionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11099.         return $instance;
  11100.     }
  11101.     /**
  11102.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher' shared autowired service.
  11103.      *
  11104.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher
  11105.      */
  11106.     protected function getChannelUserDataRefresherService()
  11107.     {
  11108.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11109.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11110.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserDataRefresher.php';
  11111.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'] ?? $this->getChannelUserDataHydratorService());
  11112.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserDataRefresher'])) {
  11113.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserDataRefresher'];
  11114.         }
  11115.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataEntityClient'] ?? $this->getChannelUserDataEntityClientService());
  11116.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserDataRefresher'])) {
  11117.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserDataRefresher'];
  11118.         }
  11119.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher($a$b);
  11120.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11121.         return $instance;
  11122.     }
  11123.     /**
  11124.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher' shared autowired service.
  11125.      *
  11126.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher
  11127.      */
  11128.     protected function getChannelUserRoleRefresherService()
  11129.     {
  11130.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11131.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11132.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserRoleRefresher.php';
  11133.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'] ?? $this->getChannelUserRoleClientService());
  11134.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserRoleRefresher'])) {
  11135.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserRoleRefresher'];
  11136.         }
  11137.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserRoleHydrator'] ?? $this->getChannelUserRoleHydratorService()), $a);
  11138.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11139.         return $instance;
  11140.     }
  11141.     /**
  11142.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher' shared autowired service.
  11143.      *
  11144.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher
  11145.      */
  11146.     protected function getChannelUserServicePermissionRefresherService()
  11147.     {
  11148.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11149.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11150.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserServicePermissionRefresher.php';
  11151.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'] ?? $this->getChannelUserServicePermissionClientService());
  11152.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserServicePermissionRefresher'])) {
  11153.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserServicePermissionRefresher'];
  11154.         }
  11155.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'] ?? $this->getChannelUserServicePermissionHydratorService()), $a);
  11156.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11157.         return $instance;
  11158.     }
  11159.     /**
  11160.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher' shared autowired service.
  11161.      *
  11162.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher
  11163.      */
  11164.     protected function getChannelUserSessionPermissionRefresherService()
  11165.     {
  11166.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11167.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11168.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserSessionPermissionRefresher.php';
  11169.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'] ?? $this->getChannelUserSessionPermissionClientService());
  11170.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserSessionPermissionRefresher'])) {
  11171.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserSessionPermissionRefresher'];
  11172.         }
  11173.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'] ?? $this->getChannelUserSessionPermissionHydratorService()), $a);
  11174.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11175.         return $instance;
  11176.     }
  11177.     /**
  11178.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserTrainingPermissionRefresher' shared autowired service.
  11179.      *
  11180.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserTrainingPermissionRefresher
  11181.      */
  11182.     protected function getChannelUserTrainingPermissionRefresherService()
  11183.     {
  11184.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11185.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11186.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserTrainingPermissionRefresher.php';
  11187.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserTrainingPermissionClient'] ?? $this->getChannelUserTrainingPermissionClientService());
  11188.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserTrainingPermissionRefresher'])) {
  11189.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserTrainingPermissionRefresher'];
  11190.         }
  11191.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserTrainingPermissionRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'] ?? $this->getChannelUserTrainingPermissionHydratorService()), $a);
  11192.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserTrainingPermissionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11193.         return $instance;
  11194.     }
  11195.     /**
  11196.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelWhiteLabelRefresher' shared autowired service.
  11197.      *
  11198.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelWhiteLabelRefresher
  11199.      */
  11200.     protected function getChannelWhiteLabelRefresherService()
  11201.     {
  11202.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11203.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11204.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelWhiteLabelRefresher.php';
  11205.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelWhiteLabelClient'] ?? $this->getChannelWhiteLabelClientService());
  11206.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelWhiteLabelRefresher'])) {
  11207.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelWhiteLabelRefresher'];
  11208.         }
  11209.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelWhiteLabelRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelWhiteLabelHydrator'] ?? $this->getChannelWhiteLabelHydratorService()), $a);
  11210.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelWhiteLabelRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11211.         return $instance;
  11212.     }
  11213.     /**
  11214.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyContactRefresher' shared autowired service.
  11215.      *
  11216.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyContactRefresher
  11217.      */
  11218.     protected function getCompanyContactRefresherService()
  11219.     {
  11220.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11221.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11222.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/CompanyContactRefresher.php';
  11223.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyContactHydrator'] ?? $this->getCompanyContactHydratorService());
  11224.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\CompanyContactRefresher'])) {
  11225.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\CompanyContactRefresher'];
  11226.         }
  11227.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyContactClient'] ?? $this->getCompanyContactClientService());
  11228.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\CompanyContactRefresher'])) {
  11229.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\CompanyContactRefresher'];
  11230.         }
  11231.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyContactRefresher($a$b);
  11232.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyContactRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11233.         return $instance;
  11234.     }
  11235.     /**
  11236.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyRefresher' shared autowired service.
  11237.      *
  11238.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyRefresher
  11239.      */
  11240.     protected function getCompanyRefresherService()
  11241.     {
  11242.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11243.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11244.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/CompanyRefresher.php';
  11245.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyClient'] ?? $this->getCompanyClientService());
  11246.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\CompanyRefresher'])) {
  11247.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\CompanyRefresher'];
  11248.         }
  11249.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyHydrator'] ?? $this->getCompanyHydratorService()), $a);
  11250.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11251.         return $instance;
  11252.     }
  11253.     /**
  11254.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ContactRefresher' shared autowired service.
  11255.      *
  11256.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ContactRefresher
  11257.      */
  11258.     protected function getContactRefresherService()
  11259.     {
  11260.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11261.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11262.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ContactRefresher.php';
  11263.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ContactClient'] ?? $this->getContactClientService());
  11264.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ContactRefresher'])) {
  11265.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ContactRefresher'];
  11266.         }
  11267.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ContactRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ContactHydrator'] ?? $this->getContactHydratorService()), $a);
  11268.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ContactRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11269.         return $instance;
  11270.     }
  11271.     /**
  11272.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\FrenchProfessionalIdRefresher' shared autowired service.
  11273.      *
  11274.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\FrenchProfessionalIdRefresher
  11275.      */
  11276.     protected function getFrenchProfessionalIdRefresherService()
  11277.     {
  11278.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11279.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11280.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/FrenchProfessionalIdRefresher.php';
  11281.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\FrenchProfessionalIdClient'] ?? $this->getFrenchProfessionalIdClientService());
  11282.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\FrenchProfessionalIdRefresher'])) {
  11283.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\FrenchProfessionalIdRefresher'];
  11284.         }
  11285.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\FrenchProfessionalIdRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\FrenchProfessionalIdHydrator'] ?? $this->getFrenchProfessionalIdHydratorService()), $a);
  11286.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\FrenchProfessionalIdRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11287.         return $instance;
  11288.     }
  11289.     /**
  11290.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher' shared autowired service.
  11291.      *
  11292.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher
  11293.      */
  11294.     protected function getGroupRefresherService()
  11295.     {
  11296.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11297.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11298.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/GroupRefresher.php';
  11299.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'] ?? $this->getGroupHydratorService());
  11300.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\GroupRefresher'])) {
  11301.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\GroupRefresher'];
  11302.         }
  11303.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] ?? $this->getGroupClientService());
  11304.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\GroupRefresher'])) {
  11305.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\GroupRefresher'];
  11306.         }
  11307.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher($a$b);
  11308.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11309.         return $instance;
  11310.     }
  11311.     /**
  11312.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\OrganizationRefresher' shared autowired service.
  11313.      *
  11314.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\OrganizationRefresher
  11315.      */
  11316.     protected function getOrganizationRefresherService()
  11317.     {
  11318.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11319.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11320.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/OrganizationRefresher.php';
  11321.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\OrganizationClient'] ?? $this->getOrganizationClientService());
  11322.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\OrganizationRefresher'])) {
  11323.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\OrganizationRefresher'];
  11324.         }
  11325.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\OrganizationRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\OrganizationHydrator'] ?? $this->getOrganizationHydratorService()), $a);
  11326.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\OrganizationRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11327.         return $instance;
  11328.     }
  11329.     /**
  11330.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher' shared autowired service.
  11331.      *
  11332.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher
  11333.      */
  11334.     protected function getPlaceRefresherService()
  11335.     {
  11336.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11337.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11338.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/PlaceRefresher.php';
  11339.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'] ?? $this->getPlaceClientService());
  11340.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\PlaceRefresher'])) {
  11341.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\PlaceRefresher'];
  11342.         }
  11343.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\PlaceHydrator'] ?? $this->getPlaceHydratorService()), $a);
  11344.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11345.         return $instance;
  11346.     }
  11347.     /**
  11348.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher' shared autowired service.
  11349.      *
  11350.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher
  11351.      */
  11352.     protected function getRoomRefresherService()
  11353.     {
  11354.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11355.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11356.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/RoomRefresher.php';
  11357.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'] ?? $this->getRoomClientService());
  11358.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\RoomRefresher'])) {
  11359.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\RoomRefresher'];
  11360.         }
  11361.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\RoomHydrator'] ?? $this->getRoomHydratorService()), $a);
  11362.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11363.         return $instance;
  11364.     }
  11365.     /**
  11366.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher' shared autowired service.
  11367.      *
  11368.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher
  11369.      */
  11370.     protected function getServiceRefresherService()
  11371.     {
  11372.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11373.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11374.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ServiceRefresher.php';
  11375.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'] ?? $this->getServiceClientService());
  11376.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ServiceRefresher'])) {
  11377.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ServiceRefresher'];
  11378.         }
  11379.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ServiceHydrator'] ?? $this->getServiceHydratorService()), $a);
  11380.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11381.         return $instance;
  11382.     }
  11383.     /**
  11384.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher' shared autowired service.
  11385.      *
  11386.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher
  11387.      */
  11388.     protected function getSessionRefresherService()
  11389.     {
  11390.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11391.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11392.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/SessionRefresher.php';
  11393.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'] ?? $this->getSessionHydrator2Service());
  11394.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\SessionRefresher'])) {
  11395.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\SessionRefresher'];
  11396.         }
  11397.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'] ?? $this->getSessionClientService());
  11398.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\SessionRefresher'])) {
  11399.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\SessionRefresher'];
  11400.         }
  11401.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher($a$b);
  11402.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11403.         return $instance;
  11404.     }
  11405.     /**
  11406.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher' shared autowired service.
  11407.      *
  11408.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher
  11409.      */
  11410.     protected function getTrainingRefresherService()
  11411.     {
  11412.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11413.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11414.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/TrainingRefresher.php';
  11415.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] ?? $this->getTrainingClientService());
  11416.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\TrainingRefresher'])) {
  11417.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\TrainingRefresher'];
  11418.         }
  11419.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'] ?? $this->getTrainingHydratorService()), $a);
  11420.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11421.         return $instance;
  11422.     }
  11423.     /**
  11424.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher' shared autowired service.
  11425.      *
  11426.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher
  11427.      */
  11428.     protected function getUserFromChannelRefresherService()
  11429.     {
  11430.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  11431.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  11432.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/UserFromChannelRefresher.php';
  11433.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] ?? $this->getUserFromChannelClientService());
  11434.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\UserFromChannelRefresher'])) {
  11435.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\UserFromChannelRefresher'];
  11436.         }
  11437.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\UserFromChannelHydrator'] ?? $this->getUserFromChannelHydratorService()), $a);
  11438.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11439.         return $instance;
  11440.     }
  11441.     /**
  11442.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever' shared autowired service.
  11443.      *
  11444.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever
  11445.      */
  11446.     protected function getUserRetrieverService()
  11447.     {
  11448.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11449.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11450.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Account/UserRetriever.php';
  11451.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService());
  11452.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'])) {
  11453.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'];
  11454.         }
  11455.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\UserHydrator'] ?? $this->getUserHydratorService()));
  11456.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11457.         return $instance;
  11458.     }
  11459.     /**
  11460.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever' shared autowired service.
  11461.      *
  11462.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever
  11463.      */
  11464.     protected function getAbstractCursusRetrieverService()
  11465.     {
  11466.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11467.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11468.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/AbstractCursusRetriever.php';
  11469.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusEntityClient'] ?? $this->getAbstractCursusEntityClientService());
  11470.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'])) {
  11471.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'];
  11472.         }
  11473.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'] ?? $this->getAbstractCursusHydrator2Service());
  11474.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'])) {
  11475.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'];
  11476.         }
  11477.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever($a$b);
  11478.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11479.         return $instance;
  11480.     }
  11481.     /**
  11482.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelConfigurationRetriever' shared autowired service.
  11483.      *
  11484.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelConfigurationRetriever
  11485.      */
  11486.     protected function getChannelConfigurationRetrieverService()
  11487.     {
  11488.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11489.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11490.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelConfigurationRetriever.php';
  11491.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelConfigurationClient'] ?? $this->getChannelConfigurationClientService());
  11492.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelConfigurationRetriever'])) {
  11493.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelConfigurationRetriever'];
  11494.         }
  11495.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelConfigurationHydrator'] ?? $this->getChannelConfigurationHydratorService());
  11496.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelConfigurationRetriever'])) {
  11497.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelConfigurationRetriever'];
  11498.         }
  11499.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelConfigurationRetriever($a$b);
  11500.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelConfigurationRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11501.         return $instance;
  11502.     }
  11503.     /**
  11504.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever' shared autowired service.
  11505.      *
  11506.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever
  11507.      */
  11508.     protected function getChannelRetrieverService()
  11509.     {
  11510.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11511.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11512.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelRetriever.php';
  11513.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] ?? $this->getChannelClientService());
  11514.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'])) {
  11515.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'];
  11516.         }
  11517.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelHydrator'] ?? $this->getChannelHydratorService()));
  11518.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11519.         return $instance;
  11520.     }
  11521.     /**
  11522.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserCursusPermissionRetriever' shared autowired service.
  11523.      *
  11524.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserCursusPermissionRetriever
  11525.      */
  11526.     protected function getChannelUserCursusPermissionRetrieverService()
  11527.     {
  11528.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11529.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11530.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserCursusPermissionRetriever.php';
  11531.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserCursusPermissionClient'] ?? $this->getChannelUserCursusPermissionClientService());
  11532.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserCursusPermissionRetriever'])) {
  11533.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserCursusPermissionRetriever'];
  11534.         }
  11535.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'] ?? $this->getChannelUserCursusPermissionHydratorService());
  11536.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserCursusPermissionRetriever'])) {
  11537.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserCursusPermissionRetriever'];
  11538.         }
  11539.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserCursusPermissionRetriever($a$b);
  11540.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserCursusPermissionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11541.         return $instance;
  11542.     }
  11543.     /**
  11544.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever' shared autowired service.
  11545.      *
  11546.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever
  11547.      */
  11548.     protected function getChannelUserDataRetrieverService()
  11549.     {
  11550.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11551.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11552.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserDataRetriever.php';
  11553.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataEntityClient'] ?? $this->getChannelUserDataEntityClientService());
  11554.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'])) {
  11555.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'];
  11556.         }
  11557.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'] ?? $this->getChannelUserDataHydratorService());
  11558.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'])) {
  11559.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'];
  11560.         }
  11561.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever($a$b);
  11562.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11563.         return $instance;
  11564.     }
  11565.     /**
  11566.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever' shared autowired service.
  11567.      *
  11568.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever
  11569.      */
  11570.     protected function getChannelUserRoleRetrieverService()
  11571.     {
  11572.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11573.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11574.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserRoleRetriever.php';
  11575.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'] ?? $this->getChannelUserRoleClientService());
  11576.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'])) {
  11577.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'];
  11578.         }
  11579.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserRoleHydrator'] ?? $this->getChannelUserRoleHydratorService());
  11580.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'])) {
  11581.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'];
  11582.         }
  11583.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever($a$b);
  11584.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11585.         return $instance;
  11586.     }
  11587.     /**
  11588.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever' shared autowired service.
  11589.      *
  11590.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever
  11591.      */
  11592.     protected function getChannelUserServicePermissionRetrieverService()
  11593.     {
  11594.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11595.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11596.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserServicePermissionRetriever.php';
  11597.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'] ?? $this->getChannelUserServicePermissionHydratorService());
  11598.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserServicePermissionRetriever'])) {
  11599.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserServicePermissionRetriever'];
  11600.         }
  11601.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'] ?? $this->getChannelUserServicePermissionClientService());
  11602.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserServicePermissionRetriever'])) {
  11603.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserServicePermissionRetriever'];
  11604.         }
  11605.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever($a$b);
  11606.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11607.         return $instance;
  11608.     }
  11609.     /**
  11610.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever' shared autowired service.
  11611.      *
  11612.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever
  11613.      */
  11614.     protected function getChannelUserSessionPermissionRetrieverService()
  11615.     {
  11616.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11617.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11618.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserSessionPermissionRetriever.php';
  11619.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'] ?? $this->getChannelUserSessionPermissionHydratorService());
  11620.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserSessionPermissionRetriever'])) {
  11621.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserSessionPermissionRetriever'];
  11622.         }
  11623.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'] ?? $this->getChannelUserSessionPermissionClientService());
  11624.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserSessionPermissionRetriever'])) {
  11625.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserSessionPermissionRetriever'];
  11626.         }
  11627.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever($a$b);
  11628.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11629.         return $instance;
  11630.     }
  11631.     /**
  11632.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserTrainingPermissionRetriever' shared autowired service.
  11633.      *
  11634.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserTrainingPermissionRetriever
  11635.      */
  11636.     protected function getChannelUserTrainingPermissionRetrieverService()
  11637.     {
  11638.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11639.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11640.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserTrainingPermissionRetriever.php';
  11641.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'] ?? $this->getChannelUserTrainingPermissionHydratorService());
  11642.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserTrainingPermissionRetriever'])) {
  11643.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserTrainingPermissionRetriever'];
  11644.         }
  11645.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserTrainingPermissionClient'] ?? $this->getChannelUserTrainingPermissionClientService());
  11646.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserTrainingPermissionRetriever'])) {
  11647.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserTrainingPermissionRetriever'];
  11648.         }
  11649.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserTrainingPermissionRetriever($a$b);
  11650.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserTrainingPermissionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11651.         return $instance;
  11652.     }
  11653.     /**
  11654.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelWhiteLabelRetriever' shared autowired service.
  11655.      *
  11656.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelWhiteLabelRetriever
  11657.      */
  11658.     protected function getChannelWhiteLabelRetrieverService()
  11659.     {
  11660.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11661.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11662.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelWhiteLabelRetriever.php';
  11663.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelWhiteLabelClient'] ?? $this->getChannelWhiteLabelClientService());
  11664.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelWhiteLabelRetriever'])) {
  11665.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelWhiteLabelRetriever'];
  11666.         }
  11667.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelWhiteLabelHydrator'] ?? $this->getChannelWhiteLabelHydratorService());
  11668.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelWhiteLabelRetriever'])) {
  11669.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelWhiteLabelRetriever'];
  11670.         }
  11671.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelWhiteLabelRetriever($a$b);
  11672.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelWhiteLabelRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11673.         return $instance;
  11674.     }
  11675.     /**
  11676.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyContactRetriever' shared autowired service.
  11677.      *
  11678.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyContactRetriever
  11679.      */
  11680.     protected function getCompanyContactRetrieverService()
  11681.     {
  11682.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11683.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11684.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/CompanyContactRetriever.php';
  11685.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyContactClient'] ?? $this->getCompanyContactClientService());
  11686.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\CompanyContactRetriever'])) {
  11687.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\CompanyContactRetriever'];
  11688.         }
  11689.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyContactHydrator'] ?? $this->getCompanyContactHydratorService());
  11690.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\CompanyContactRetriever'])) {
  11691.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\CompanyContactRetriever'];
  11692.         }
  11693.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyContactRetriever($a$b);
  11694.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyContactRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11695.         return $instance;
  11696.     }
  11697.     /**
  11698.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyRetriever' shared autowired service.
  11699.      *
  11700.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyRetriever
  11701.      */
  11702.     protected function getCompanyRetrieverService()
  11703.     {
  11704.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11705.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11706.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/CompanyRetriever.php';
  11707.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyClient'] ?? $this->getCompanyClientService());
  11708.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\CompanyRetriever'])) {
  11709.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\CompanyRetriever'];
  11710.         }
  11711.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyHydrator'] ?? $this->getCompanyHydratorService());
  11712.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\CompanyRetriever'])) {
  11713.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\CompanyRetriever'];
  11714.         }
  11715.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyRetriever($a$b);
  11716.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11717.         return $instance;
  11718.     }
  11719.     /**
  11720.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ContactRetriever' shared autowired service.
  11721.      *
  11722.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ContactRetriever
  11723.      */
  11724.     protected function getContactRetrieverService()
  11725.     {
  11726.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11727.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11728.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ContactRetriever.php';
  11729.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ContactClient'] ?? $this->getContactClientService());
  11730.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ContactRetriever'])) {
  11731.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ContactRetriever'];
  11732.         }
  11733.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ContactHydrator'] ?? $this->getContactHydratorService());
  11734.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ContactRetriever'])) {
  11735.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ContactRetriever'];
  11736.         }
  11737.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ContactRetriever($a$b);
  11738.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ContactRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11739.         return $instance;
  11740.     }
  11741.     /**
  11742.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\FrenchProfessionalIdRetriever' shared autowired service.
  11743.      *
  11744.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\FrenchProfessionalIdRetriever
  11745.      */
  11746.     protected function getFrenchProfessionalIdRetrieverService()
  11747.     {
  11748.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11749.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11750.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/FrenchProfessionalIdRetriever.php';
  11751.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\FrenchProfessionalIdClient'] ?? $this->getFrenchProfessionalIdClientService());
  11752.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\FrenchProfessionalIdRetriever'])) {
  11753.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\FrenchProfessionalIdRetriever'];
  11754.         }
  11755.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\FrenchProfessionalIdRetriever($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\FrenchProfessionalIdHydrator'] ?? $this->getFrenchProfessionalIdHydratorService()));
  11756.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\FrenchProfessionalIdRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11757.         return $instance;
  11758.     }
  11759.     /**
  11760.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever' shared autowired service.
  11761.      *
  11762.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever
  11763.      */
  11764.     protected function getGroupRetrieverService()
  11765.     {
  11766.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11767.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11768.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/GroupRetriever.php';
  11769.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] ?? $this->getGroupClientService());
  11770.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'])) {
  11771.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'];
  11772.         }
  11773.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'] ?? $this->getGroupHydratorService());
  11774.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'])) {
  11775.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'];
  11776.         }
  11777.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever($a$b);
  11778.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11779.         return $instance;
  11780.     }
  11781.     /**
  11782.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\OrganizationRetriever' shared autowired service.
  11783.      *
  11784.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\OrganizationRetriever
  11785.      */
  11786.     protected function getOrganizationRetrieverService()
  11787.     {
  11788.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11789.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11790.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/OrganizationRetriever.php';
  11791.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\OrganizationClient'] ?? $this->getOrganizationClientService());
  11792.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\OrganizationRetriever'])) {
  11793.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\OrganizationRetriever'];
  11794.         }
  11795.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\OrganizationHydrator'] ?? $this->getOrganizationHydratorService());
  11796.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\OrganizationRetriever'])) {
  11797.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\OrganizationRetriever'];
  11798.         }
  11799.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\OrganizationRetriever($a$b);
  11800.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\OrganizationRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11801.         return $instance;
  11802.     }
  11803.     /**
  11804.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever' shared autowired service.
  11805.      *
  11806.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever
  11807.      */
  11808.     protected function getPlaceRetrieverService()
  11809.     {
  11810.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11811.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11812.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/PlaceRetriever.php';
  11813.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'] ?? $this->getPlaceClientService());
  11814.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'])) {
  11815.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'];
  11816.         }
  11817.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\PlaceHydrator'] ?? $this->getPlaceHydratorService());
  11818.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'])) {
  11819.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'];
  11820.         }
  11821.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever($a$b);
  11822.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11823.         return $instance;
  11824.     }
  11825.     /**
  11826.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever' shared autowired service.
  11827.      *
  11828.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever
  11829.      */
  11830.     protected function getRoomRetrieverService()
  11831.     {
  11832.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11833.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11834.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/RoomRetriever.php';
  11835.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'] ?? $this->getRoomClientService());
  11836.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\RoomRetriever'])) {
  11837.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\RoomRetriever'];
  11838.         }
  11839.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\RoomHydrator'] ?? $this->getRoomHydratorService());
  11840.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\RoomRetriever'])) {
  11841.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\RoomRetriever'];
  11842.         }
  11843.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever($a$b);
  11844.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11845.         return $instance;
  11846.     }
  11847.     /**
  11848.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever' shared autowired service.
  11849.      *
  11850.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever
  11851.      */
  11852.     protected function getServiceRetrieverService()
  11853.     {
  11854.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11855.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11856.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ServiceRetriever.php';
  11857.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'] ?? $this->getServiceClientService());
  11858.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ServiceRetriever'])) {
  11859.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ServiceRetriever'];
  11860.         }
  11861.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ServiceHydrator'] ?? $this->getServiceHydratorService());
  11862.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ServiceRetriever'])) {
  11863.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ServiceRetriever'];
  11864.         }
  11865.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever($a$b);
  11866.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11867.         return $instance;
  11868.     }
  11869.     /**
  11870.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever' shared autowired service.
  11871.      *
  11872.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever
  11873.      */
  11874.     protected function getSessionRetrieverService()
  11875.     {
  11876.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11877.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11878.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/SessionRetriever.php';
  11879.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'] ?? $this->getSessionClientService());
  11880.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'])) {
  11881.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'];
  11882.         }
  11883.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'] ?? $this->getSessionHydrator2Service());
  11884.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'])) {
  11885.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'];
  11886.         }
  11887.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever($a$b);
  11888.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11889.         return $instance;
  11890.     }
  11891.     /**
  11892.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever' shared autowired service.
  11893.      *
  11894.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever
  11895.      */
  11896.     protected function getTrainingRetrieverService()
  11897.     {
  11898.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11899.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11900.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/TrainingRetriever.php';
  11901.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] ?? $this->getTrainingClientService());
  11902.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'])) {
  11903.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'];
  11904.         }
  11905.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'] ?? $this->getTrainingHydratorService());
  11906.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'])) {
  11907.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'];
  11908.         }
  11909.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever($a$b);
  11910.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11911.         return $instance;
  11912.     }
  11913.     /**
  11914.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever' shared autowired service.
  11915.      *
  11916.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever
  11917.      */
  11918.     protected function getUserFromChannelRetrieverService()
  11919.     {
  11920.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  11921.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  11922.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/UserFromChannelRetriever.php';
  11923.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] ?? $this->getUserFromChannelClientService());
  11924.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\UserFromChannelRetriever'])) {
  11925.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\UserFromChannelRetriever'];
  11926.         }
  11927.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\UserFromChannelHydrator'] ?? $this->getUserFromChannelHydratorService());
  11928.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\UserFromChannelRetriever'])) {
  11929.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\UserFromChannelRetriever'];
  11930.         }
  11931.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever($a$b);
  11932.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11933.         return $instance;
  11934.     }
  11935.     /**
  11936.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Routing\Loader\RouteCollectionLoader' shared autowired service.
  11937.      *
  11938.      * @return \Nellapp\Bundle\SDKBundle\Sync\Routing\Loader\RouteCollectionLoader
  11939.      */
  11940.     protected function getRouteCollectionLoaderService()
  11941.     {
  11942.         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);
  11943.     }
  11944.     /**
  11945.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Badge\ChannelUserData\ChannelUserRoleBadgeComponent' autowired service.
  11946.      *
  11947.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Badge\ChannelUserData\ChannelUserRoleBadgeComponent
  11948.      */
  11949.     protected function getChannelUserRoleBadgeComponentService()
  11950.     {
  11951.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Badge/ChannelUserData/ChannelUserRoleBadgeComponent.php';
  11952.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\ChannelUserData\\ChannelUserRoleBadgeComponent'] = function () {
  11953.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Badge\ChannelUserData\ChannelUserRoleBadgeComponent();
  11954.         };
  11955.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\ChannelUserData\\ChannelUserRoleBadgeComponent']();
  11956.     }
  11957.     /**
  11958.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Badge\SdkBadgeComponent' autowired service.
  11959.      *
  11960.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Badge\SdkBadgeComponent
  11961.      */
  11962.     protected function getSdkBadgeComponentService()
  11963.     {
  11964.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Badge/SdkBadgeComponent.php';
  11965.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\SdkBadgeComponent'] = function () {
  11966.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Badge\SdkBadgeComponent();
  11967.         };
  11968.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\SdkBadgeComponent']();
  11969.     }
  11970.     /**
  11971.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard' autowired service.
  11972.      *
  11973.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard
  11974.      */
  11975.     protected function getChannelUserProfileCardService()
  11976.     {
  11977.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/ChannelUserData/ChannelUserProfileCard.php';
  11978.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard'] = function () {
  11979.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard();
  11980.         };
  11981.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard']();
  11982.     }
  11983.     /**
  11984.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent' autowired service.
  11985.      *
  11986.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent
  11987.      */
  11988.     protected function getChannelUserPermissionFormComponentService()
  11989.     {
  11990.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Permission/ChannelUserPermissionFormComponent.php';
  11991.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent'] = function () {
  11992.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent();
  11993.         };
  11994.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent']();
  11995.     }
  11996.     /**
  11997.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent' autowired service.
  11998.      *
  11999.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent
  12000.      */
  12001.     protected function getChannelUserPermissionGroupFormComponentService()
  12002.     {
  12003.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Permission/ChannelUserPermissionGroupFormComponent.php';
  12004.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent'] = function () {
  12005.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionHierarchyManager'] ?? $this->getChannelUserPermissionHierarchyManagerService()));
  12006.         };
  12007.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent']();
  12008.     }
  12009.     /**
  12010.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\AppRuntime' shared autowired service.
  12011.      *
  12012.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\AppRuntime
  12013.      */
  12014.     protected function getAppRuntimeService()
  12015.     {
  12016.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12017.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/AppRuntime.php';
  12018.         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'))));
  12019.     }
  12020.     /**
  12021.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime' shared autowired service.
  12022.      *
  12023.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime
  12024.      */
  12025.     protected function getBooleanRuntimeService()
  12026.     {
  12027.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12028.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/BooleanRuntime.php';
  12029.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime();
  12030.     }
  12031.     /**
  12032.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelGetterRuntime' shared autowired service.
  12033.      *
  12034.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelGetterRuntime
  12035.      */
  12036.     protected function getChannelGetterRuntimeService()
  12037.     {
  12038.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12039.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChannelGetterRuntime.php';
  12040.         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()));
  12041.     }
  12042.     /**
  12043.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelRuntime' shared autowired service.
  12044.      *
  12045.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelRuntime
  12046.      */
  12047.     protected function getChannelRuntimeService()
  12048.     {
  12049.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12050.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChannelRuntime.php';
  12051.         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()));
  12052.     }
  12053.     /**
  12054.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelUserDataRuntime' shared autowired service.
  12055.      *
  12056.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelUserDataRuntime
  12057.      */
  12058.     protected function getChannelUserDataRuntimeService()
  12059.     {
  12060.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12061.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChannelUserDataRuntime.php';
  12062.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService());
  12063.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime'])) {
  12064.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime'];
  12065.         }
  12066.         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);
  12067.     }
  12068.     /**
  12069.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChatNotificationRuntime' shared autowired service.
  12070.      *
  12071.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChatNotificationRuntime
  12072.      */
  12073.     protected function getChatNotificationRuntimeService()
  12074.     {
  12075.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12076.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChatNotificationRuntime.php';
  12077.         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()));
  12078.     }
  12079.     /**
  12080.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime' shared autowired service.
  12081.      *
  12082.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime
  12083.      */
  12084.     protected function getCustomizableViewRuntimeService()
  12085.     {
  12086.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12087.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/CustomizableViewRuntime.php';
  12088.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime();
  12089.     }
  12090.     /**
  12091.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime' shared autowired service.
  12092.      *
  12093.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime
  12094.      */
  12095.     protected function getEnvRuntime2Service()
  12096.     {
  12097.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12098.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/EnvRuntime.php';
  12099.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime('dev');
  12100.     }
  12101.     /**
  12102.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime' shared autowired service.
  12103.      *
  12104.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime
  12105.      */
  12106.     protected function getFileRuntime2Service()
  12107.     {
  12108.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12109.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/FileRuntime.php';
  12110.         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()));
  12111.     }
  12112.     /**
  12113.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\FormRuntime' shared autowired service.
  12114.      *
  12115.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\FormRuntime
  12116.      */
  12117.     protected function getFormRuntimeService()
  12118.     {
  12119.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12120.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/FormRuntime.php';
  12121.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Service/FormService.php';
  12122.         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());
  12123.     }
  12124.     /**
  12125.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\HeaderRuntime' shared autowired service.
  12126.      *
  12127.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\HeaderRuntime
  12128.      */
  12129.     protected function getHeaderRuntime2Service()
  12130.     {
  12131.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12132.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/HeaderRuntime.php';
  12133.         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())));
  12134.     }
  12135.     /**
  12136.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime' shared autowired service.
  12137.      *
  12138.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime
  12139.      */
  12140.     protected function getImageRunTimeService()
  12141.     {
  12142.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12143.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ImageRunTime.php';
  12144.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  12145.     }
  12146.     /**
  12147.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFileRuntime' shared autowired service.
  12148.      *
  12149.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFileRuntime
  12150.      */
  12151.     protected function getNellappFileRuntimeService()
  12152.     {
  12153.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12154.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/NellappFileRuntime.php';
  12155.         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()));
  12156.     }
  12157.     /**
  12158.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFormatRuntime' shared autowired service.
  12159.      *
  12160.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFormatRuntime
  12161.      */
  12162.     protected function getNellappFormatRuntimeService()
  12163.     {
  12164.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12165.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/NellappFormatRuntime.php';
  12166.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Utils/NellappFormatService.php';
  12167.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFormatRuntime(new \Nellapp\Bundle\SDKBundle\Utils\NellappFormatService());
  12168.     }
  12169.     /**
  12170.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime' shared autowired service.
  12171.      *
  12172.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime
  12173.      */
  12174.     protected function getPaginationRuntimeService()
  12175.     {
  12176.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12177.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/PaginationRuntime.php';
  12178.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Pagination/Paginator.php';
  12179.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime(new \Nellapp\Bundle\SDKBundle\Pagination\Paginator());
  12180.     }
  12181.     /**
  12182.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\SerializerRuntime' shared autowired service.
  12183.      *
  12184.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\SerializerRuntime
  12185.      */
  12186.     protected function getSerializerRuntimeService()
  12187.     {
  12188.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12189.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/SerializerRuntime.php';
  12190.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  12191.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime'])) {
  12192.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime'];
  12193.         }
  12194.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\SerializerRuntime($a);
  12195.     }
  12196.     /**
  12197.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime' shared autowired service.
  12198.      *
  12199.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime
  12200.      */
  12201.     protected function getSideNavItemRuntimeService()
  12202.     {
  12203.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12204.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/SideNavItemRuntime.php';
  12205.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime();
  12206.     }
  12207.     /**
  12208.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavRuntime' shared autowired service.
  12209.      *
  12210.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavRuntime
  12211.      */
  12212.     protected function getSideNavRuntimeService()
  12213.     {
  12214.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12215.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/SideNavRuntime.php';
  12216.         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))));
  12217.     }
  12218.     /**
  12219.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\UserRunTime' shared autowired service.
  12220.      *
  12221.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\UserRunTime
  12222.      */
  12223.     protected function getUserRunTime3Service()
  12224.     {
  12225.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12226.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/UserRunTime.php';
  12227.         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()));
  12228.     }
  12229.     /**
  12230.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\VersionRuntime' shared autowired service.
  12231.      *
  12232.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\VersionRuntime
  12233.      */
  12234.     protected function getVersionRuntimeService()
  12235.     {
  12236.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12237.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/VersionRuntime.php';
  12238.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Version/Version.php';
  12239.         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)));
  12240.     }
  12241.     /**
  12242.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\WebSocketRuntime' shared autowired service.
  12243.      *
  12244.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\WebSocketRuntime
  12245.      */
  12246.     protected function getWebSocketRuntimeService()
  12247.     {
  12248.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12249.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/WebSocketRuntime.php';
  12250.         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'))));
  12251.     }
  12252.     /**
  12253.      * Gets the private 'Nellapp\Bundle\SDKBundle\Uploader\Doctrine\NellappFileSubscriber' shared autowired service.
  12254.      *
  12255.      * @return \Nellapp\Bundle\SDKBundle\Uploader\Doctrine\NellappFileSubscriber
  12256.      */
  12257.     protected function getNellappFileSubscriberService()
  12258.     {
  12259.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  12260.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/Doctrine/NellappFileSubscriber.php';
  12261.         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()));
  12262.     }
  12263.     /**
  12264.      * Gets the private 'Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType' shared autowired service.
  12265.      *
  12266.      * @return \Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType
  12267.      */
  12268.     protected function getMimeTypeChoiceFilterTypeService()
  12269.     {
  12270.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12271.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12272.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/Form/MimeTypeChoiceFilterType.php';
  12273.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType'] = new \Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType();
  12274.     }
  12275.     /**
  12276.      * Gets the private 'Nellapp\Bundle\SDKBundle\Uploader\Service\NellappFileService' shared autowired service.
  12277.      *
  12278.      * @return \Nellapp\Bundle\SDKBundle\Uploader\Service\NellappFileService
  12279.      */
  12280.     protected function getNellappFileServiceService()
  12281.     {
  12282.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/Service/NellappFileService.php';
  12283.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/NellappFileStorageConfig.php';
  12284.         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, [
  12285.             'oneup_flysystem.default_filesystem' => ['services''default_filesystem''getDefaultFilesystemService'false],
  12286.         ], [
  12287.             'oneup_flysystem.default_filesystem' => '?',
  12288.         ]), ($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()));
  12289.     }
  12290.     /**
  12291.      * Gets the private 'Nellapp\Bundle\SDKBundle\Validator\AssertSameChannelValidator' shared autowired service.
  12292.      *
  12293.      * @return \Nellapp\Bundle\SDKBundle\Validator\AssertSameChannelValidator
  12294.      */
  12295.     protected function getAssertSameChannelValidatorService()
  12296.     {
  12297.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  12298.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  12299.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Validator/AssertSameChannelValidator.php';
  12300.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Validator\\AssertSameChannelValidator'] = new \Nellapp\Bundle\SDKBundle\Validator\AssertSameChannelValidator();
  12301.     }
  12302.     /**
  12303.      * Gets the private 'Redis' shared autowired service.
  12304.      *
  12305.      * @return \Redis
  12306.      */
  12307.     protected function getRedisService()
  12308.     {
  12309.         $this->privates['Redis'] = $instance = new \Redis();
  12310.         $instance->connect($this->getEnv('REDIS_HOST'), $this->getEnv('int:REDIS_PORT'));
  12311.         return $instance;
  12312.     }
  12313.     /**
  12314.      * Gets the private 'Sentry\Integration\RequestFetcherInterface' shared service.
  12315.      *
  12316.      * @return \Sentry\SentryBundle\Integration\RequestFetcher
  12317.      */
  12318.     protected function getRequestFetcherInterfaceService()
  12319.     {
  12320.         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);
  12321.     }
  12322.     /**
  12323.      * Gets the private 'Sentry\SentryBundle\Command\SentryTestCommand' shared service.
  12324.      *
  12325.      * @return \Sentry\SentryBundle\Command\SentryTestCommand
  12326.      */
  12327.     protected function getSentryTestCommandService()
  12328.     {
  12329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12330.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Command/SentryTestCommand.php';
  12331.         $this->privates['Sentry\\SentryBundle\\Command\\SentryTestCommand'] = $instance = new \Sentry\SentryBundle\Command\SentryTestCommand(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  12332.         $instance->setName('sentry:test');
  12333.         return $instance;
  12334.     }
  12335.     /**
  12336.      * Gets the private 'Sentry\SentryBundle\EventListener\ConsoleListener' shared service.
  12337.      *
  12338.      * @return \Sentry\SentryBundle\EventListener\ConsoleListener
  12339.      */
  12340.     protected function getConsoleListenerService()
  12341.     {
  12342.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ConsoleListener.php';
  12343.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] = new \Sentry\SentryBundle\EventListener\ConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), true);
  12344.     }
  12345.     /**
  12346.      * Gets the private 'Sentry\SentryBundle\EventListener\ErrorListener' shared service.
  12347.      *
  12348.      * @return \Sentry\SentryBundle\EventListener\ErrorListener
  12349.      */
  12350.     protected function getErrorListenerService()
  12351.     {
  12352.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ErrorListener.php';
  12353.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] = new \Sentry\SentryBundle\EventListener\ErrorListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  12354.     }
  12355.     /**
  12356.      * Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
  12357.      *
  12358.      * @return \Sentry\SentryBundle\EventListener\LoginListener
  12359.      */
  12360.     protected function getLoginListenerService()
  12361.     {
  12362.         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()));
  12363.     }
  12364.     /**
  12365.      * Gets the private 'Sentry\SentryBundle\EventListener\MessengerListener' shared service.
  12366.      *
  12367.      * @return \Sentry\SentryBundle\EventListener\MessengerListener
  12368.      */
  12369.     protected function getMessengerListenerService()
  12370.     {
  12371.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/MessengerListener.php';
  12372.         return $this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] = new \Sentry\SentryBundle\EventListener\MessengerListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), true);
  12373.     }
  12374.     /**
  12375.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  12376.      *
  12377.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  12378.      */
  12379.     protected function getRequestListenerService()
  12380.     {
  12381.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  12382.     }
  12383.     /**
  12384.      * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  12385.      *
  12386.      * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  12387.      */
  12388.     protected function getSubRequestListenerService()
  12389.     {
  12390.         return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  12391.     }
  12392.     /**
  12393.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingConsoleListener' shared service.
  12394.      *
  12395.      * @return \Sentry\SentryBundle\EventListener\TracingConsoleListener
  12396.      */
  12397.     protected function getTracingConsoleListenerService()
  12398.     {
  12399.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingConsoleListener.php';
  12400.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] = new \Sentry\SentryBundle\EventListener\TracingConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), [=> 'messenger:consume']);
  12401.     }
  12402.     /**
  12403.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  12404.      *
  12405.      * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  12406.      */
  12407.     protected function getTracingRequestListenerService()
  12408.     {
  12409.         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()));
  12410.     }
  12411.     /**
  12412.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  12413.      *
  12414.      * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  12415.      */
  12416.     protected function getTracingSubRequestListenerService()
  12417.     {
  12418.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  12419.     }
  12420.     /**
  12421.      * Gets the private 'Sentry\State\HubInterface' shared service.
  12422.      *
  12423.      * @return \Sentry\State\HubInterface
  12424.      */
  12425.     protected function getHubInterfaceService()
  12426.     {
  12427.         $this->privates['Sentry\\State\\HubInterface'] = $instance \Sentry\State\HubAdapter::getInstance();
  12428.         $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' => []]);
  12429.         $b = new \Sentry\ClientBuilder($a);
  12430.         $b->setSdkIdentifier('sentry.php.symfony');
  12431.         $b->setSdkVersion('5.1.0');
  12432.         $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  12433.         if ($this->has('Psr\\Log\\NullLogger')) {
  12434.             $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger'/* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  12435.         }
  12436.         $instance->bindClient($b->getClient());
  12437.         return $instance;
  12438.     }
  12439.     /**
  12440.      * Gets the private 'Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler' shared autowired service.
  12441.      *
  12442.      * @return \Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler
  12443.      */
  12444.     protected function getRedisSessionHandlerService()
  12445.     {
  12446.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  12447.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php';
  12448.         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]);
  12449.     }
  12450.     /**
  12451.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  12452.      *
  12453.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  12454.      */
  12455.     protected function getResetAssetsEventListenerService()
  12456.     {
  12457.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default'=> 'core']);
  12458.     }
  12459.     /**
  12460.      * Gets the private 'annotations.cache_adapter' shared service.
  12461.      *
  12462.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  12463.      */
  12464.     protected function getAnnotations_CacheAdapterService()
  12465.     {
  12466.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  12467.     }
  12468.     /**
  12469.      * Gets the private 'annotations.cache_warmer' shared service.
  12470.      *
  12471.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  12472.      */
  12473.     protected function getAnnotations_CacheWarmerService()
  12474.     {
  12475.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  12476.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  12477.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  12478.         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);
  12479.     }
  12480.     /**
  12481.      * Gets the private 'annotations.cached_reader' shared service.
  12482.      *
  12483.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  12484.      */
  12485.     protected function getAnnotations_CachedReaderService()
  12486.     {
  12487.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  12488.     }
  12489.     /**
  12490.      * Gets the private 'annotations.reader' shared service.
  12491.      *
  12492.      * @return \Doctrine\Common\Annotations\AnnotationReader
  12493.      */
  12494.     protected function getAnnotations_ReaderService()
  12495.     {
  12496.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  12497.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  12498.         $a->registerUniqueLoader('class_exists');
  12499.         $instance->addGlobalIgnoredName('required'$a);
  12500.         return $instance;
  12501.     }
  12502.     /**
  12503.      * Gets the private 'app.upload_validation_listener' shared autowired service.
  12504.      *
  12505.      * @return \App\Uploader\Event\ChannelUploadValidationListener
  12506.      */
  12507.     protected function getApp_UploadValidationListenerService()
  12508.     {
  12509.         include_once \dirname(__DIR__4).'/src/Uploader/Event/ChannelUploadValidationListener.php';
  12510.         return $this->privates['app.upload_validation_listener'] = new \App\Uploader\Event\ChannelUploadValidationListener(($this->privates['App\\Service\\RequestService'] ?? $this->getRequestServiceService()));
  12511.     }
  12512.     /**
  12513.      * Gets the private 'assets.context' shared service.
  12514.      *
  12515.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  12516.      */
  12517.     protected function getAssets_ContextService()
  12518.     {
  12519.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  12520.         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());
  12521.     }
  12522.     /**
  12523.      * Gets the private 'assets.packages' shared service.
  12524.      *
  12525.      * @return \Symfony\Component\Asset\Packages
  12526.      */
  12527.     protected function getAssets_PackagesService()
  12528.     {
  12529.         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 () {
  12530.             yield 'core' => ($this->privates['nellapp_sdk.assets._package_core'] ?? $this->getNellappSdk_Assets_PackageCoreService());
  12531.             yield 'channel_image' => ($this->privates['nellapp_sdk.assets._package_channel_image'] ?? $this->getNellappSdk_Assets_PackageChannelImageService());
  12532.             yield 'user_avatar' => ($this->privates['nellapp_sdk.assets._package_user_avatar'] ?? $this->getNellappSdk_Assets_PackageUserAvatarService());
  12533.             yield 'organization_file' => ($this->privates['nellapp_sdk.assets._package_organization_file'] ?? $this->getNellappSdk_Assets_PackageOrganizationFileService());
  12534.         }, 4));
  12535.     }
  12536.     /**
  12537.      * Gets the private 'cache.annotations.traceable' shared service.
  12538.      *
  12539.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  12540.      */
  12541.     protected function getCache_Annotations_TraceableService()
  12542.     {
  12543.         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()))));
  12544.     }
  12545.     /**
  12546.      * Gets the private 'cache.doctrine.orm.default.query.traceable' shared service.
  12547.      *
  12548.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  12549.      */
  12550.     protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
  12551.     {
  12552.         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()));
  12553.     }
  12554.     /**
  12555.      * Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
  12556.      *
  12557.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  12558.      */
  12559.     protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
  12560.     {
  12561.         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()));
  12562.     }
  12563.     /**
  12564.      * Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
  12565.      *
  12566.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  12567.      */
  12568.     protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
  12569.     {
  12570.         $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))));
  12571.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  12572.         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));
  12573.     }
  12574.     /**
  12575.      * Gets the private 'cache.property_info.traceable' shared service.
  12576.      *
  12577.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  12578.      */
  12579.     protected function getCache_PropertyInfo_TraceableService()
  12580.     {
  12581.         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()))));
  12582.     }
  12583.     /**
  12584.      * Gets the private 'cache.security_expression_language.traceable' shared service.
  12585.      *
  12586.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  12587.      */
  12588.     protected function getCache_SecurityExpressionLanguage_TraceableService()
  12589.     {
  12590.         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()))));
  12591.     }
  12592.     /**
  12593.      * Gets the private 'cache.serializer.traceable' shared service.
  12594.      *
  12595.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  12596.      */
  12597.     protected function getCache_Serializer_TraceableService()
  12598.     {
  12599.         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()))));
  12600.     }
  12601.     /**
  12602.      * Gets the private 'cache.validator.traceable' shared service.
  12603.      *
  12604.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  12605.      */
  12606.     protected function getCache_Validator_TraceableService()
  12607.     {
  12608.         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()))));
  12609.     }
  12610.     /**
  12611.      * Gets the private 'cache.webpack_encore.traceable' shared service.
  12612.      *
  12613.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  12614.      */
  12615.     protected function getCache_WebpackEncore_TraceableService()
  12616.     {
  12617.         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()))));
  12618.     }
  12619.     /**
  12620.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  12621.      *
  12622.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  12623.      */
  12624.     protected function getCachePoolClearer_CacheWarmerService()
  12625.     {
  12626.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  12627.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  12628.         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']);
  12629.     }
  12630.     /**
  12631.      * Gets the private 'config_builder.warmer' shared service.
  12632.      *
  12633.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  12634.      */
  12635.     protected function getConfigBuilder_WarmerService()
  12636.     {
  12637.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  12638.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  12639.         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()));
  12640.     }
  12641.     /**
  12642.      * Gets the private 'config_cache_factory' shared service.
  12643.      *
  12644.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  12645.      */
  12646.     protected function getConfigCacheFactoryService()
  12647.     {
  12648.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  12649.             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)));
  12650.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  12651.         }, 2));
  12652.     }
  12653.     /**
  12654.      * Gets the private 'console.command.about' shared service.
  12655.      *
  12656.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  12657.      */
  12658.     protected function getConsole_Command_AboutService()
  12659.     {
  12660.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12661.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  12662.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  12663.         $instance->setName('about');
  12664.         $instance->setDescription('Display information about the current project');
  12665.         return $instance;
  12666.     }
  12667.     /**
  12668.      * Gets the private 'console.command.assets_install' shared service.
  12669.      *
  12670.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  12671.      */
  12672.     protected function getConsole_Command_AssetsInstallService()
  12673.     {
  12674.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12675.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  12676.         $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));
  12677.         $instance->setName('assets:install');
  12678.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  12679.         return $instance;
  12680.     }
  12681.     /**
  12682.      * Gets the private 'console.command.cache_clear' shared service.
  12683.      *
  12684.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  12685.      */
  12686.     protected function getConsole_Command_CacheClearService()
  12687.     {
  12688.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12689.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  12690.         $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())));
  12691.         $instance->setName('cache:clear');
  12692.         $instance->setDescription('Clear the cache');
  12693.         return $instance;
  12694.     }
  12695.     /**
  12696.      * Gets the private 'console.command.cache_pool_clear' shared service.
  12697.      *
  12698.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  12699.      */
  12700.     protected function getConsole_Command_CachePoolClearService()
  12701.     {
  12702.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12703.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  12704.         $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']);
  12705.         $instance->setName('cache:pool:clear');
  12706.         $instance->setDescription('Clear cache pools');
  12707.         return $instance;
  12708.     }
  12709.     /**
  12710.      * Gets the private 'console.command.cache_pool_delete' shared service.
  12711.      *
  12712.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  12713.      */
  12714.     protected function getConsole_Command_CachePoolDeleteService()
  12715.     {
  12716.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12717.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  12718.         $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']);
  12719.         $instance->setName('cache:pool:delete');
  12720.         $instance->setDescription('Delete an item from a cache pool');
  12721.         return $instance;
  12722.     }
  12723.     /**
  12724.      * Gets the private 'console.command.cache_pool_list' shared service.
  12725.      *
  12726.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  12727.      */
  12728.     protected function getConsole_Command_CachePoolListService()
  12729.     {
  12730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12731.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  12732.         $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']);
  12733.         $instance->setName('cache:pool:list');
  12734.         $instance->setDescription('List available cache pools');
  12735.         return $instance;
  12736.     }
  12737.     /**
  12738.      * Gets the private 'console.command.cache_pool_prune' shared service.
  12739.      *
  12740.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  12741.      */
  12742.     protected function getConsole_Command_CachePoolPruneService()
  12743.     {
  12744.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12745.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  12746.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  12747.             yield 'cache.validator.traceable' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService());
  12748.             yield 'cache.serializer.traceable' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService());
  12749.             yield 'cache.annotations.traceable' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService());
  12750.             yield 'cache.property_info.traceable' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService());
  12751.             yield 'cache.messenger.restart_workers_signal.traceable' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService());
  12752.             yield 'cache.doctrine.orm.default.result.traceable' => ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService());
  12753.             yield 'cache.doctrine.orm.default.query.traceable' => ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService());
  12754.             yield 'cache.security_expression_language.traceable' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService());
  12755.             yield 'cache.webpack_encore.traceable' => ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService());
  12756.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  12757.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  12758.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  12759.         }, 12));
  12760.         $instance->setName('cache:pool:prune');
  12761.         $instance->setDescription('Prune cache pools');
  12762.         return $instance;
  12763.     }
  12764.     /**
  12765.      * Gets the private 'console.command.cache_warmup' shared service.
  12766.      *
  12767.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  12768.      */
  12769.     protected function getConsole_Command_CacheWarmupService()
  12770.     {
  12771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12772.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  12773.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  12774.         $instance->setName('cache:warmup');
  12775.         $instance->setDescription('Warm up an empty cache');
  12776.         return $instance;
  12777.     }
  12778.     /**
  12779.      * Gets the private 'console.command.config_debug' shared service.
  12780.      *
  12781.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  12782.      */
  12783.     protected function getConsole_Command_ConfigDebugService()
  12784.     {
  12785.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12786.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  12787.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  12788.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  12789.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  12790.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  12791.         $instance->setName('debug:config');
  12792.         $instance->setDescription('Dump the current configuration for an extension');
  12793.         return $instance;
  12794.     }
  12795.     /**
  12796.      * Gets the private 'console.command.config_dump_reference' shared service.
  12797.      *
  12798.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  12799.      */
  12800.     protected function getConsole_Command_ConfigDumpReferenceService()
  12801.     {
  12802.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12803.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  12804.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  12805.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  12806.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  12807.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  12808.         $instance->setName('config:dump-reference');
  12809.         $instance->setDescription('Dump the default configuration for an extension');
  12810.         return $instance;
  12811.     }
  12812.     /**
  12813.      * Gets the private 'console.command.container_debug' shared service.
  12814.      *
  12815.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  12816.      */
  12817.     protected function getConsole_Command_ContainerDebugService()
  12818.     {
  12819.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12820.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  12821.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  12822.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  12823.         $instance->setName('debug:container');
  12824.         $instance->setDescription('Display current services for an application');
  12825.         return $instance;
  12826.     }
  12827.     /**
  12828.      * Gets the private 'console.command.container_lint' shared service.
  12829.      *
  12830.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  12831.      */
  12832.     protected function getConsole_Command_ContainerLintService()
  12833.     {
  12834.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12835.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  12836.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  12837.         $instance->setName('lint:container');
  12838.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  12839.         return $instance;
  12840.     }
  12841.     /**
  12842.      * Gets the private 'console.command.debug_autowiring' shared service.
  12843.      *
  12844.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  12845.      */
  12846.     protected function getConsole_Command_DebugAutowiringService()
  12847.     {
  12848.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12849.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  12850.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  12851.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  12852.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  12853.         $instance->setName('debug:autowiring');
  12854.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  12855.         return $instance;
  12856.     }
  12857.     /**
  12858.      * Gets the private 'console.command.dotenv_debug' shared service.
  12859.      *
  12860.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  12861.      */
  12862.     protected function getConsole_Command_DotenvDebugService()
  12863.     {
  12864.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12865.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  12866.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  12867.         $instance->setName('debug:dotenv');
  12868.         $instance->setDescription('Lists all dotenv files with variables and values');
  12869.         return $instance;
  12870.     }
  12871.     /**
  12872.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  12873.      *
  12874.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  12875.      */
  12876.     protected function getConsole_Command_EventDispatcherDebugService()
  12877.     {
  12878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12879.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  12880.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.wBbyE11'] ?? $this->get_ServiceLocator_WBbyE11Service()));
  12881.         $instance->setName('debug:event-dispatcher');
  12882.         $instance->setDescription('Display configured listeners for an application');
  12883.         return $instance;
  12884.     }
  12885.     /**
  12886.      * Gets the private 'console.command.form_debug' shared service.
  12887.      *
  12888.      * @return \Symfony\Component\Form\Command\DebugCommand
  12889.      */
  12890.     protected function getConsole_Command_FormDebugService()
  12891.     {
  12892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12893.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  12894.         $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\\DataSync\\Form\\Filter'=> 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor'=> 'Nellapp\\Bundle\\SDKBundle\\Filter'10 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Common'11 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView'12 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData'13 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat'14 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Common'15 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter'16 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression'17 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter'18 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session'19 => 'Nellapp\\Bundle\\SDKBundle\\Form'20 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type'21 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form'22 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter'23 => 'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form'24 => 'Drosalys\\Bundle\\ApiBundle\\Filter'25 => 'Liip\\ImagineBundle\\Form\\Type'26 => ''], [=> '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\\DataSync\\Form\\Filter\\CollectionFilter'22 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType'23 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType'24 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType'25 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType'26 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType'27 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType'28 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType'29 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter'30 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType'31 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType'32 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType'33 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType'34 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter'35 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Common\\TextListFilterType'36 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\DateRangeFilterType'37 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter'38 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType'39 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType'40 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType'41 => 'Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType'42 => 'Nellapp\\Bundle\\SDKBundle\\Form\\TabType'43 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType'44 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType'45 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType'46 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType'47 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType'48 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType'49 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType'50 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType'51 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter'52 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter'53 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType'54 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType'55 => 'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType'56 => 'Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter'57 => 'Liip\\ImagineBundle\\Form\\Type\\ImageType'58 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType'59 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType'60 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType'61 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType'62 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType'63 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType'64 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType'65 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType'66 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType'67 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType'68 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType'69 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType'70 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType'71 => '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()));
  12895.         $instance->setName('debug:form');
  12896.         $instance->setDescription('Display form type information');
  12897.         return $instance;
  12898.     }
  12899.     /**
  12900.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  12901.      *
  12902.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  12903.      */
  12904.     protected function getConsole_Command_MessengerConsumeMessagesService()
  12905.     {
  12906.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12907.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  12908.         $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'=> 'failed'], NULL, [=> 'messenger.bus.default']);
  12909.         $instance->setName('messenger:consume');
  12910.         $instance->setDescription('Consume messages');
  12911.         return $instance;
  12912.     }
  12913.     /**
  12914.      * Gets the private 'console.command.messenger_debug' shared service.
  12915.      *
  12916.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  12917.      */
  12918.     protected function getConsole_Command_MessengerDebugService()
  12919.     {
  12920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12921.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  12922.         $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\\DataSync\\Messenger\\DataSyncMessageInterface' => [=> [=> 'Nellapp\\Bundle\\SDKBundle\\Sync\\Messenger\\Handler\\EntitySyncHandler'=> []]]]]);
  12923.         $instance->setName('debug:messenger');
  12924.         $instance->setDescription('List messages you can dispatch using the message buses');
  12925.         return $instance;
  12926.     }
  12927.     /**
  12928.      * Gets the private 'console.command.messenger_failed_messages_remove' shared service.
  12929.      *
  12930.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
  12931.      */
  12932.     protected function getConsole_Command_MessengerFailedMessagesRemoveService()
  12933.     {
  12934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12935.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  12936.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRemoveCommand.php';
  12937.         $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()));
  12938.         $instance->setName('messenger:failed:remove');
  12939.         $instance->setDescription('Remove given messages from the failure transport');
  12940.         return $instance;
  12941.     }
  12942.     /**
  12943.      * Gets the private 'console.command.messenger_failed_messages_retry' shared service.
  12944.      *
  12945.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand
  12946.      */
  12947.     protected function getConsole_Command_MessengerFailedMessagesRetryService()
  12948.     {
  12949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12950.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  12951.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRetryCommand.php';
  12952.         $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()));
  12953.         $instance->setName('messenger:failed:retry');
  12954.         $instance->setDescription('Retry one or more messages from the failure transport');
  12955.         return $instance;
  12956.     }
  12957.     /**
  12958.      * Gets the private 'console.command.messenger_failed_messages_show' shared service.
  12959.      *
  12960.      * @return \Symfony\Component\Messenger\Command\FailedMessagesShowCommand
  12961.      */
  12962.     protected function getConsole_Command_MessengerFailedMessagesShowService()
  12963.     {
  12964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12965.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  12966.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesShowCommand.php';
  12967.         $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()));
  12968.         $instance->setName('messenger:failed:show');
  12969.         $instance->setDescription('Show one or more messages from the failure transport');
  12970.         return $instance;
  12971.     }
  12972.     /**
  12973.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  12974.      *
  12975.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  12976.      */
  12977.     protected function getConsole_Command_MessengerSetupTransportsService()
  12978.     {
  12979.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12980.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  12981.         $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'=> 'failed']);
  12982.         $instance->setName('messenger:setup-transports');
  12983.         $instance->setDescription('Prepare the required infrastructure for the transport');
  12984.         return $instance;
  12985.     }
  12986.     /**
  12987.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  12988.      *
  12989.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  12990.      */
  12991.     protected function getConsole_Command_MessengerStopWorkersService()
  12992.     {
  12993.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12994.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  12995.         $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()));
  12996.         $instance->setName('messenger:stop-workers');
  12997.         $instance->setDescription('Stop workers after their current message');
  12998.         return $instance;
  12999.     }
  13000.     /**
  13001.      * Gets the private 'console.command.router_debug' shared service.
  13002.      *
  13003.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  13004.      */
  13005.     protected function getConsole_Command_RouterDebugService()
  13006.     {
  13007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13008.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  13009.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  13010.         $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()));
  13011.         $instance->setName('debug:router');
  13012.         $instance->setDescription('Display current routes for an application');
  13013.         return $instance;
  13014.     }
  13015.     /**
  13016.      * Gets the private 'console.command.router_match' shared service.
  13017.      *
  13018.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  13019.      */
  13020.     protected function getConsole_Command_RouterMatchService()
  13021.     {
  13022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13023.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  13024.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  13025.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  13026.         }, 1));
  13027.         $instance->setName('router:match');
  13028.         $instance->setDescription('Help debug routes by simulating a path info match');
  13029.         return $instance;
  13030.     }
  13031.     /**
  13032.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  13033.      *
  13034.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  13035.      */
  13036.     protected function getConsole_Command_SecretsDecryptToLocalService()
  13037.     {
  13038.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13039.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  13040.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  13041.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  13042.         $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')))));
  13043.         $instance->setName('secrets:decrypt-to-local');
  13044.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  13045.         return $instance;
  13046.     }
  13047.     /**
  13048.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  13049.      *
  13050.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  13051.      */
  13052.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  13053.     {
  13054.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13055.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  13056.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  13057.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  13058.         $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')))));
  13059.         $instance->setName('secrets:encrypt-from-local');
  13060.         $instance->setDescription('Encrypt all local secrets to the vault');
  13061.         return $instance;
  13062.     }
  13063.     /**
  13064.      * Gets the private 'console.command.secrets_generate_key' shared service.
  13065.      *
  13066.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  13067.      */
  13068.     protected function getConsole_Command_SecretsGenerateKeyService()
  13069.     {
  13070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13071.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  13072.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  13073.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  13074.         $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')))));
  13075.         $instance->setName('secrets:generate-keys');
  13076.         $instance->setDescription('Generate new encryption keys');
  13077.         return $instance;
  13078.     }
  13079.     /**
  13080.      * Gets the private 'console.command.secrets_list' shared service.
  13081.      *
  13082.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  13083.      */
  13084.     protected function getConsole_Command_SecretsListService()
  13085.     {
  13086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13087.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  13088.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  13089.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  13090.         $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')))));
  13091.         $instance->setName('secrets:list');
  13092.         $instance->setDescription('List all secrets');
  13093.         return $instance;
  13094.     }
  13095.     /**
  13096.      * Gets the private 'console.command.secrets_remove' shared service.
  13097.      *
  13098.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  13099.      */
  13100.     protected function getConsole_Command_SecretsRemoveService()
  13101.     {
  13102.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13103.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  13104.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  13105.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  13106.         $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')))));
  13107.         $instance->setName('secrets:remove');
  13108.         $instance->setDescription('Remove a secret from the vault');
  13109.         return $instance;
  13110.     }
  13111.     /**
  13112.      * Gets the private 'console.command.secrets_set' shared service.
  13113.      *
  13114.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  13115.      */
  13116.     protected function getConsole_Command_SecretsSetService()
  13117.     {
  13118.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13119.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  13120.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  13121.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  13122.         $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')))));
  13123.         $instance->setName('secrets:set');
  13124.         $instance->setDescription('Set a secret in the vault');
  13125.         return $instance;
  13126.     }
  13127.     /**
  13128.      * Gets the private 'console.command.translation_debug' shared service.
  13129.      *
  13130.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  13131.      */
  13132.     protected function getConsole_Command_TranslationDebugService()
  13133.     {
  13134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13135.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  13136.         $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/FormRuntime.php'), 18 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/UserRunTime.php'), 19 => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php'), 20 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 21 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 22 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 23 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 24 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  13137.         $instance->setName('debug:translation');
  13138.         $instance->setDescription('Display translation messages information');
  13139.         return $instance;
  13140.     }
  13141.     /**
  13142.      * Gets the private 'console.command.translation_extract' shared service.
  13143.      *
  13144.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  13145.      */
  13146.     protected function getConsole_Command_TranslationExtractService()
  13147.     {
  13148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13149.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  13150.         $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/FormRuntime.php'), 18 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/UserRunTime.php'), 19 => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php'), 20 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 21 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 22 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 23 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 24 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  13151.         $instance->setName('translation:extract');
  13152.         $instance->setAliases([=> 'translation:update']);
  13153.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  13154.         return $instance;
  13155.     }
  13156.     /**
  13157.      * Gets the private 'console.command.translation_pull' shared service.
  13158.      *
  13159.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  13160.      */
  13161.     protected function getConsole_Command_TranslationPullService()
  13162.     {
  13163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13164.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  13165.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  13166.         $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', [], []);
  13167.         $instance->setName('translation:pull');
  13168.         $instance->setDescription('Pull translations from a given provider.');
  13169.         return $instance;
  13170.     }
  13171.     /**
  13172.      * Gets the private 'console.command.translation_push' shared service.
  13173.      *
  13174.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  13175.      */
  13176.     protected function getConsole_Command_TranslationPushService()
  13177.     {
  13178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13179.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  13180.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  13181.         $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()), [], []);
  13182.         $instance->setName('translation:push');
  13183.         $instance->setDescription('Push translations to a given provider.');
  13184.         return $instance;
  13185.     }
  13186.     /**
  13187.      * Gets the private 'console.command.validator_debug' shared service.
  13188.      *
  13189.      * @return \Symfony\Component\Validator\Command\DebugCommand
  13190.      */
  13191.     protected function getConsole_Command_ValidatorDebugService()
  13192.     {
  13193.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13194.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  13195.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  13196.         $instance->setName('debug:validator');
  13197.         $instance->setDescription('Display validation constraints for classes');
  13198.         return $instance;
  13199.     }
  13200.     /**
  13201.      * Gets the private 'console.command.xliff_lint' shared service.
  13202.      *
  13203.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  13204.      */
  13205.     protected function getConsole_Command_XliffLintService()
  13206.     {
  13207.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13208.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  13209.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  13210.         $instance->setName('lint:xliff');
  13211.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  13212.         return $instance;
  13213.     }
  13214.     /**
  13215.      * Gets the private 'console.command.yaml_lint' shared service.
  13216.      *
  13217.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  13218.      */
  13219.     protected function getConsole_Command_YamlLintService()
  13220.     {
  13221.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13222.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  13223.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  13224.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  13225.         $instance->setName('lint:yaml');
  13226.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  13227.         return $instance;
  13228.     }
  13229.     /**
  13230.      * Gets the private 'console.error_listener' shared service.
  13231.      *
  13232.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  13233.      */
  13234.     protected function getConsole_ErrorListenerService()
  13235.     {
  13236.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  13237.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  13238.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13239.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13240.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  13241.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  13242.     }
  13243.     /**
  13244.      * Gets the private 'container.env_var_processor' shared service.
  13245.      *
  13246.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  13247.      */
  13248.     protected function getContainer_EnvVarProcessorService()
  13249.     {
  13250.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  13251.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  13252.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  13253.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  13254.         }, 1));
  13255.     }
  13256.     /**
  13257.      * Gets the private 'container.getenv' shared service.
  13258.      *
  13259.      * @return \Closure
  13260.      */
  13261.     protected function getContainer_GetenvService()
  13262.     {
  13263.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  13264.     }
  13265.     /**
  13266.      * Gets the private 'data_collector.form' shared service.
  13267.      *
  13268.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  13269.      */
  13270.     protected function getDataCollector_FormService()
  13271.     {
  13272.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  13273.     }
  13274.     /**
  13275.      * Gets the private 'data_collector.request' shared service.
  13276.      *
  13277.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  13278.      */
  13279.     protected function getDataCollector_RequestService()
  13280.     {
  13281.         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())));
  13282.     }
  13283.     /**
  13284.      * Gets the private 'data_collector.request.session_collector' shared service.
  13285.      *
  13286.      * @return \Closure
  13287.      */
  13288.     protected function getDataCollector_Request_SessionCollectorService()
  13289.     {
  13290.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  13291.     }
  13292.     /**
  13293.      * Gets the private 'debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\ActionResolver' shared service.
  13294.      *
  13295.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13296.      */
  13297.     protected function getActionResolverService()
  13298.     {
  13299.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13300.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13301.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ArgumentResolver/ActionResolver.php';
  13302.         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))));
  13303.     }
  13304.     /**
  13305.      * Gets the private 'debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\ConstraintViolationListResolver' shared service.
  13306.      *
  13307.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13308.      */
  13309.     protected function getConstraintViolationListResolverService()
  13310.     {
  13311.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13312.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13313.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ArgumentResolver/ConstraintViolationListResolver.php';
  13314.         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))));
  13315.     }
  13316.     /**
  13317.      * Gets the private 'debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\DeserializeResolver' shared service.
  13318.      *
  13319.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13320.      */
  13321.     protected function getDeserializeResolverService()
  13322.     {
  13323.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13324.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13325.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ArgumentResolver/DeserializeResolver.php';
  13326.         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))));
  13327.     }
  13328.     /**
  13329.      * Gets the private 'debug.argument_resolver' shared service.
  13330.      *
  13331.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  13332.      */
  13333.     protected function getDebug_ArgumentResolverService()
  13334.     {
  13335.         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 () {
  13336.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  13337.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  13338.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  13339.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  13340.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\ActionResolver'] ?? $this->getActionResolverService());
  13341.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\ConstraintViolationListResolver'] ?? $this->getConstraintViolationListResolverService());
  13342.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\DeserializeResolver'] ?? $this->getDeserializeResolverService());
  13343.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  13344.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  13345.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  13346.             yield 10 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  13347.         }, 11)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  13348.     }
  13349.     /**
  13350.      * Gets the private 'debug.argument_resolver.default' shared service.
  13351.      *
  13352.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13353.      */
  13354.     protected function getDebug_ArgumentResolver_DefaultService()
  13355.     {
  13356.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13357.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13358.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  13359.         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))));
  13360.     }
  13361.     /**
  13362.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  13363.      *
  13364.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13365.      */
  13366.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  13367.     {
  13368.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13369.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13370.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  13371.         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))));
  13372.     }
  13373.     /**
  13374.      * Gets the private 'debug.argument_resolver.request' shared service.
  13375.      *
  13376.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13377.      */
  13378.     protected function getDebug_ArgumentResolver_RequestService()
  13379.     {
  13380.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13381.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13382.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  13383.         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))));
  13384.     }
  13385.     /**
  13386.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  13387.      *
  13388.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13389.      */
  13390.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  13391.     {
  13392.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13393.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13394.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  13395.         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))));
  13396.     }
  13397.     /**
  13398.      * Gets the private 'debug.argument_resolver.service' shared service.
  13399.      *
  13400.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13401.      */
  13402.     protected function getDebug_ArgumentResolver_ServiceService()
  13403.     {
  13404.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13405.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13406.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  13407.         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))));
  13408.     }
  13409.     /**
  13410.      * Gets the private 'debug.argument_resolver.session' shared service.
  13411.      *
  13412.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13413.      */
  13414.     protected function getDebug_ArgumentResolver_SessionService()
  13415.     {
  13416.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13417.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13418.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  13419.         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))));
  13420.     }
  13421.     /**
  13422.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  13423.      *
  13424.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13425.      */
  13426.     protected function getDebug_ArgumentResolver_VariadicService()
  13427.     {
  13428.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13429.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13430.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  13431.         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))));
  13432.     }
  13433.     /**
  13434.      * Gets the private 'debug.debug_handlers_listener' shared service.
  13435.      *
  13436.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  13437.      */
  13438.     protected function getDebug_DebugHandlersListenerService()
  13439.     {
  13440.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  13441.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13442.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13443.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13444.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  13445.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  13446.     }
  13447.     /**
  13448.      * Gets the private 'debug.dump_listener' shared service.
  13449.      *
  13450.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  13451.      */
  13452.     protected function getDebug_DumpListenerService()
  13453.     {
  13454.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  13455.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  13456.         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()));
  13457.     }
  13458.     /**
  13459.      * Gets the private 'debug.file_link_formatter' shared service.
  13460.      *
  13461.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  13462.      */
  13463.     protected function getDebug_FileLinkFormatterService()
  13464.     {
  13465.         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 () {
  13466.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  13467.         });
  13468.     }
  13469.     /**
  13470.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  13471.      *
  13472.      * @return \string
  13473.      */
  13474.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  13475.     {
  13476.         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');
  13477.     }
  13478.     /**
  13479.      * Gets the private 'debug.log_processor' shared service.
  13480.      *
  13481.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  13482.      */
  13483.     protected function getDebug_LogProcessorService()
  13484.     {
  13485.         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())));
  13486.     }
  13487.     /**
  13488.      * Gets the private 'debug.security.access.decision_manager' shared service.
  13489.      *
  13490.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  13491.      */
  13492.     protected function getDebug_Security_Access_DecisionManagerService()
  13493.     {
  13494.         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 () {
  13495.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  13496.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  13497.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  13498.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\AdminVoter'] ?? $this->getAdminVoterService());
  13499.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Channel\\ShowVoter'] ?? $this->getShowVoterService());
  13500.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\ChatNotification\\ShowVoter'] ?? $this->getShowVoter2Service());
  13501.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Conversation\\CreateMessageVoter'] ?? $this->getCreateMessageVoterService());
  13502.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Conversation\\ShowVoter'] ?? $this->getShowVoter3Service());
  13503.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\CoordinatorVoter'] ?? $this->getCoordinatorVoterService());
  13504.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\File\\ShowVoter'] ?? $this->getShowVoter4Service());
  13505.             yield 10 => ($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\CreateMessageReactionVoter'] ?? $this->getCreateMessageReactionVoterService());
  13506.             yield 11 => ($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\DeleteVoter'] ?? $this->getDeleteVoterService());
  13507.             yield 12 => ($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\EditVoter'] ?? $this->getEditVoterService());
  13508.             yield 13 => ($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\PinVoter'] ?? $this->getPinVoterService());
  13509.             yield 14 => ($this->privates['debug.security.voter.App\\Security\\Voter\\MessageReaction\\DeleteVoter'] ?? $this->getDeleteVoter2Service());
  13510.             yield 15 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserDataVoter'] ?? $this->getChannelUserDataVoterService());
  13511.             yield 16 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserMenuVoter'] ?? $this->getChannelUserMenuVoterService());
  13512.             yield 17 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'] ?? $this->getChannelUserPermissionResourceVoterService());
  13513.             yield 18 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'] ?? $this->getChannelUserPermissionVoterService());
  13514.             yield 19 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'] ?? $this->getSharableChannelPermissionVoterService());
  13515.             yield 20 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'] ?? $this->getSharableChannelResourcePermissionVoterService());
  13516.             yield 21 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableUsersResourcePermissionVoter'] ?? $this->getSharableUsersResourcePermissionVoterService());
  13517.             yield 22 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SuperAdminVoter'] ?? $this->getSuperAdminVoterService());
  13518.             yield 23 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UserOwnerVoter'] ?? $this->getUserOwnerVoterService());
  13519.             yield 24 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UsersResourceVoter'] ?? $this->getUsersResourceVoterService());
  13520.         }, 25), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  13521.     }
  13522.     /**
  13523.      * Gets the private 'debug.security.firewall' shared service.
  13524.      *
  13525.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  13526.      */
  13527.     protected function getDebug_Security_FirewallService()
  13528.     {
  13529.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  13530.         if (isset($this->privates['debug.security.firewall'])) {
  13531.             return $this->privates['debug.security.firewall'];
  13532.         }
  13533.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13534.         if (isset($this->privates['debug.security.firewall'])) {
  13535.             return $this->privates['debug.security.firewall'];
  13536.         }
  13537.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  13538.     }
  13539.     /**
  13540.      * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  13541.      *
  13542.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  13543.      */
  13544.     protected function getDebug_Security_Firewall_Authenticator_MainService()
  13545.     {
  13546.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  13547.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  13548.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  13549.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  13550.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  13551.         $a = ($this->privates['security.authenticator.guard.main.0'] ?? $this->getSecurity_Authenticator_Guard_Main_0Service());
  13552.         if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  13553.             return $this->privates['debug.security.firewall.authenticator.main'];
  13554.         }
  13555.         $b = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  13556.         if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  13557.             return $this->privates['debug.security.firewall.authenticator.main'];
  13558.         }
  13559.         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, [])));
  13560.     }
  13561.     /**
  13562.      * Gets the private 'debug.security.firewall.authenticator.reverse_sync' shared service.
  13563.      *
  13564.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  13565.      */
  13566.     protected function getDebug_Security_Firewall_Authenticator_ReverseSyncService()
  13567.     {
  13568.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  13569.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  13570.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  13571.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  13572.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  13573.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  13574.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  13575.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Security/CoreAuthenticator.php';
  13576.         $a = ($this->privates['security.event_dispatcher.reverse_sync'] ?? $this->getSecurity_EventDispatcher_ReverseSyncService());
  13577.         if (isset($this->privates['debug.security.firewall.authenticator.reverse_sync'])) {
  13578.             return $this->privates['debug.security.firewall.authenticator.reverse_sync'];
  13579.         }
  13580.         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, [])));
  13581.     }
  13582.     /**
  13583.      * Gets the private 'debug.security.user_value_resolver' shared service.
  13584.      *
  13585.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13586.      */
  13587.     protected function getDebug_Security_UserValueResolverService()
  13588.     {
  13589.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13590.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13591.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  13592.         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))));
  13593.     }
  13594.     /**
  13595.      * Gets the private 'debug.security.voter.App\Security\Voter\AdminVoter' shared service.
  13596.      *
  13597.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13598.      */
  13599.     protected function getAdminVoterService()
  13600.     {
  13601.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13602.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13603.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13604.         include_once \dirname(__DIR__4).'/src/Security/Voter/AdminVoter.php';
  13605.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13606.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\AdminVoter'])) {
  13607.             return $this->privates['debug.security.voter.App\\Security\\Voter\\AdminVoter'];
  13608.         }
  13609.         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);
  13610.     }
  13611.     /**
  13612.      * Gets the private 'debug.security.voter.App\Security\Voter\Channel\ShowVoter' shared service.
  13613.      *
  13614.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13615.      */
  13616.     protected function getShowVoterService()
  13617.     {
  13618.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13619.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13620.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13621.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  13622.         include_once \dirname(__DIR__4).'/src/Security/Voter/Channel/ShowVoter.php';
  13623.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13624.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Channel\\ShowVoter'])) {
  13625.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Channel\\ShowVoter'];
  13626.         }
  13627.         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);
  13628.     }
  13629.     /**
  13630.      * Gets the private 'debug.security.voter.App\Security\Voter\ChatNotification\ShowVoter' shared service.
  13631.      *
  13632.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13633.      */
  13634.     protected function getShowVoter2Service()
  13635.     {
  13636.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13637.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13638.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13639.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  13640.         include_once \dirname(__DIR__4).'/src/Security/Voter/ChatNotification/ShowVoter.php';
  13641.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13642.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\ChatNotification\\ShowVoter'])) {
  13643.             return $this->privates['debug.security.voter.App\\Security\\Voter\\ChatNotification\\ShowVoter'];
  13644.         }
  13645.         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);
  13646.     }
  13647.     /**
  13648.      * Gets the private 'debug.security.voter.App\Security\Voter\Conversation\CreateMessageVoter' shared service.
  13649.      *
  13650.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13651.      */
  13652.     protected function getCreateMessageVoterService()
  13653.     {
  13654.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13655.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13656.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13657.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  13658.         include_once \dirname(__DIR__4).'/src/Security/Voter/Conversation/AbstractConversationVoter.php';
  13659.         include_once \dirname(__DIR__4).'/src/Security/Voter/Conversation/CreateMessageVoter.php';
  13660.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13661.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Conversation\\CreateMessageVoter'])) {
  13662.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Conversation\\CreateMessageVoter'];
  13663.         }
  13664.         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);
  13665.     }
  13666.     /**
  13667.      * Gets the private 'debug.security.voter.App\Security\Voter\Conversation\ShowVoter' shared service.
  13668.      *
  13669.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13670.      */
  13671.     protected function getShowVoter3Service()
  13672.     {
  13673.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13674.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13675.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13676.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  13677.         include_once \dirname(__DIR__4).'/src/Security/Voter/Conversation/AbstractConversationVoter.php';
  13678.         include_once \dirname(__DIR__4).'/src/Security/Voter/Conversation/ShowVoter.php';
  13679.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13680.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Conversation\\ShowVoter'])) {
  13681.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Conversation\\ShowVoter'];
  13682.         }
  13683.         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);
  13684.     }
  13685.     /**
  13686.      * Gets the private 'debug.security.voter.App\Security\Voter\CoordinatorVoter' shared service.
  13687.      *
  13688.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13689.      */
  13690.     protected function getCoordinatorVoterService()
  13691.     {
  13692.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13693.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13694.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13695.         include_once \dirname(__DIR__4).'/src/Security/Voter/CoordinatorVoter.php';
  13696.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13697.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\CoordinatorVoter'])) {
  13698.             return $this->privates['debug.security.voter.App\\Security\\Voter\\CoordinatorVoter'];
  13699.         }
  13700.         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);
  13701.     }
  13702.     /**
  13703.      * Gets the private 'debug.security.voter.App\Security\Voter\File\ShowVoter' shared service.
  13704.      *
  13705.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13706.      */
  13707.     protected function getShowVoter4Service()
  13708.     {
  13709.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13710.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13711.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13712.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  13713.         include_once \dirname(__DIR__4).'/src/Security/Voter/File/ShowVoter.php';
  13714.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  13715.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\File\\ShowVoter'])) {
  13716.             return $this->privates['debug.security.voter.App\\Security\\Voter\\File\\ShowVoter'];
  13717.         }
  13718.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13719.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\File\\ShowVoter'])) {
  13720.             return $this->privates['debug.security.voter.App\\Security\\Voter\\File\\ShowVoter'];
  13721.         }
  13722.         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);
  13723.     }
  13724.     /**
  13725.      * Gets the private 'debug.security.voter.App\Security\Voter\MessageReaction\DeleteVoter' shared service.
  13726.      *
  13727.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13728.      */
  13729.     protected function getDeleteVoter2Service()
  13730.     {
  13731.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13732.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13733.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13734.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  13735.         include_once \dirname(__DIR__4).'/src/Security/Voter/MessageReaction/AbstractMessageReactionVoter.php';
  13736.         include_once \dirname(__DIR__4).'/src/Security/Voter/MessageReaction/DeleteVoter.php';
  13737.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13738.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\MessageReaction\\DeleteVoter'])) {
  13739.             return $this->privates['debug.security.voter.App\\Security\\Voter\\MessageReaction\\DeleteVoter'];
  13740.         }
  13741.         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);
  13742.     }
  13743.     /**
  13744.      * Gets the private 'debug.security.voter.App\Security\Voter\Message\CreateMessageReactionVoter' shared service.
  13745.      *
  13746.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13747.      */
  13748.     protected function getCreateMessageReactionVoterService()
  13749.     {
  13750.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13751.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13752.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13753.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  13754.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/AbstractMessageVoter.php';
  13755.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/CreateMessageReactionVoter.php';
  13756.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13757.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\CreateMessageReactionVoter'])) {
  13758.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Message\\CreateMessageReactionVoter'];
  13759.         }
  13760.         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);
  13761.     }
  13762.     /**
  13763.      * Gets the private 'debug.security.voter.App\Security\Voter\Message\DeleteVoter' shared service.
  13764.      *
  13765.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13766.      */
  13767.     protected function getDeleteVoterService()
  13768.     {
  13769.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13770.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13771.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13772.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  13773.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/AbstractMessageVoter.php';
  13774.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/DeleteVoter.php';
  13775.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13776.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\DeleteVoter'])) {
  13777.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Message\\DeleteVoter'];
  13778.         }
  13779.         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);
  13780.     }
  13781.     /**
  13782.      * Gets the private 'debug.security.voter.App\Security\Voter\Message\EditVoter' shared service.
  13783.      *
  13784.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13785.      */
  13786.     protected function getEditVoterService()
  13787.     {
  13788.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13789.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13790.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13791.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  13792.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/AbstractMessageVoter.php';
  13793.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/EditVoter.php';
  13794.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13795.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\EditVoter'])) {
  13796.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Message\\EditVoter'];
  13797.         }
  13798.         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);
  13799.     }
  13800.     /**
  13801.      * Gets the private 'debug.security.voter.App\Security\Voter\Message\PinVoter' shared service.
  13802.      *
  13803.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13804.      */
  13805.     protected function getPinVoterService()
  13806.     {
  13807.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13808.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13809.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13810.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  13811.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/AbstractMessageVoter.php';
  13812.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/PinVoter.php';
  13813.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13814.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\PinVoter'])) {
  13815.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Message\\PinVoter'];
  13816.         }
  13817.         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);
  13818.     }
  13819.     /**
  13820.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserDataVoter' shared service.
  13821.      *
  13822.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13823.      */
  13824.     protected function getChannelUserDataVoterService()
  13825.     {
  13826.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13827.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13828.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13829.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  13830.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserDataVoter.php';
  13831.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13832.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserDataVoter'])) {
  13833.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserDataVoter'];
  13834.         }
  13835.         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);
  13836.     }
  13837.     /**
  13838.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserMenuVoter' shared service.
  13839.      *
  13840.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13841.      */
  13842.     protected function getChannelUserMenuVoterService()
  13843.     {
  13844.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13845.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13846.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13847.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  13848.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserMenuVoter.php';
  13849.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13850.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserMenuVoter'])) {
  13851.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserMenuVoter'];
  13852.         }
  13853.         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);
  13854.     }
  13855.     /**
  13856.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionResourceVoter' shared service.
  13857.      *
  13858.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13859.      */
  13860.     protected function getChannelUserPermissionResourceVoterService()
  13861.     {
  13862.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13863.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13864.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13865.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  13866.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserPermissionResourceVoter.php';
  13867.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService());
  13868.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'])) {
  13869.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'];
  13870.         }
  13871.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] ?? $this->getAuthorizationHelperService());
  13872.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'])) {
  13873.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'];
  13874.         }
  13875.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13876.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'])) {
  13877.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'];
  13878.         }
  13879.         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);
  13880.     }
  13881.     /**
  13882.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionVoter' shared service.
  13883.      *
  13884.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13885.      */
  13886.     protected function getChannelUserPermissionVoterService()
  13887.     {
  13888.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13889.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13890.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13891.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  13892.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserPermissionVoter.php';
  13893.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService());
  13894.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'])) {
  13895.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'];
  13896.         }
  13897.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13898.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'])) {
  13899.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'];
  13900.         }
  13901.         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);
  13902.     }
  13903.     /**
  13904.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelPermissionVoter' shared service.
  13905.      *
  13906.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13907.      */
  13908.     protected function getSharableChannelPermissionVoterService()
  13909.     {
  13910.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13911.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13912.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13913.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  13914.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SharableChannelPermissionVoter.php';
  13915.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/SharableChannelPermissionService.php';
  13916.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/ChannelResourceToChannel/SharableChannelResourceToChannelPermissionManagerInterface.php';
  13917.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/ChannelResourceToChannel/SharableChannelResourceToChannelPermissionManager.php';
  13918.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'] ?? $this->getChannelResourceServiceService());
  13919.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'])) {
  13920.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'];
  13921.         }
  13922.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13923.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'])) {
  13924.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'];
  13925.         }
  13926.         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 () {
  13927.             return new \EmptyIterator();
  13928.         }, 0)), $a)), $b);
  13929.     }
  13930.     /**
  13931.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelResourcePermissionVoter' shared service.
  13932.      *
  13933.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13934.      */
  13935.     protected function getSharableChannelResourcePermissionVoterService()
  13936.     {
  13937.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13938.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13939.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13940.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  13941.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SharableChannelResourcePermissionVoter.php';
  13942.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/SharableChannelResourcePermissionService.php';
  13943.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/ChannelResources/SharableChannelResourcePermissionManagerInterface.php';
  13944.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/ChannelResources/SharableChannelResourcePermissionManager.php';
  13945.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] ?? $this->getAuthorizationHelperService());
  13946.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'])) {
  13947.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'];
  13948.         }
  13949.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13950.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'])) {
  13951.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'];
  13952.         }
  13953.         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 () {
  13954.             return new \EmptyIterator();
  13955.         }, 0)), $a)), $b);
  13956.     }
  13957.     /**
  13958.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableUsersResourcePermissionVoter' shared service.
  13959.      *
  13960.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13961.      */
  13962.     protected function getSharableUsersResourcePermissionVoterService()
  13963.     {
  13964.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13965.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13966.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13967.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  13968.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SharableUsersResourcePermissionVoter.php';
  13969.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/SharableUsersResourcePermissionService.php';
  13970.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/UsersResourceToChannelResource/SharableUsersResourceToChannelResourcePermissionManagerInterface.php';
  13971.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/UsersResourceToChannelResource/SharableUsersResourceToChannelResourcePermissionManager.php';
  13972.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13973.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableUsersResourcePermissionVoter'])) {
  13974.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableUsersResourcePermissionVoter'];
  13975.         }
  13976.         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 () {
  13977.             return new \EmptyIterator();
  13978.         }, 0)))), $a);
  13979.     }
  13980.     /**
  13981.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter' shared service.
  13982.      *
  13983.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13984.      */
  13985.     protected function getSuperAdminVoterService()
  13986.     {
  13987.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13988.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13989.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13990.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SuperAdminVoter.php';
  13991.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13992.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SuperAdminVoter'])) {
  13993.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SuperAdminVoter'];
  13994.         }
  13995.         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);
  13996.     }
  13997.     /**
  13998.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UserOwnerVoter' shared service.
  13999.      *
  14000.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14001.      */
  14002.     protected function getUserOwnerVoterService()
  14003.     {
  14004.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14005.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14006.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14007.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  14008.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/UserOwnerVoter.php';
  14009.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14010.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UserOwnerVoter'])) {
  14011.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UserOwnerVoter'];
  14012.         }
  14013.         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);
  14014.     }
  14015.     /**
  14016.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UsersResourceVoter' shared service.
  14017.      *
  14018.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14019.      */
  14020.     protected function getUsersResourceVoterService()
  14021.     {
  14022.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14023.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14024.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14025.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  14026.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/UsersResourceVoter.php';
  14027.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14028.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UsersResourceVoter'])) {
  14029.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UsersResourceVoter'];
  14030.         }
  14031.         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);
  14032.     }
  14033.     /**
  14034.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  14035.      *
  14036.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14037.      */
  14038.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  14039.     {
  14040.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14041.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14042.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14043.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  14044.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14045.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  14046.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  14047.         }
  14048.         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);
  14049.     }
  14050.     /**
  14051.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  14052.      *
  14053.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14054.      */
  14055.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  14056.     {
  14057.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14058.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14059.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14060.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  14061.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  14062.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  14063.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  14064.         }
  14065.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14066.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  14067.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  14068.         }
  14069.         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);
  14070.     }
  14071.     /**
  14072.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  14073.      *
  14074.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14075.      */
  14076.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  14077.     {
  14078.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14079.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14080.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14081.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  14082.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14083.         if (isset($this->privates['debug.security.voter.security.access.simple_role_voter'])) {
  14084.             return $this->privates['debug.security.voter.security.access.simple_role_voter'];
  14085.         }
  14086.         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);
  14087.     }
  14088.     /**
  14089.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  14090.      *
  14091.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  14092.      */
  14093.     protected function getDebug_Security_Voter_VoteListenerService()
  14094.     {
  14095.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  14096.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  14097.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  14098.             return $this->privates['debug.security.voter.vote_listener'];
  14099.         }
  14100.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  14101.     }
  14102.     /**
  14103.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  14104.      *
  14105.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  14106.      */
  14107.     protected function getDoctrine_CacheClearMetadataCommandService()
  14108.     {
  14109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14110.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14111.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  14112.         $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()));
  14113.         $instance->setName('doctrine:cache:clear-metadata');
  14114.         return $instance;
  14115.     }
  14116.     /**
  14117.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  14118.      *
  14119.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  14120.      */
  14121.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  14122.     {
  14123.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14124.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14125.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  14126.         $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()));
  14127.         $instance->setName('doctrine:cache:clear-query');
  14128.         return $instance;
  14129.     }
  14130.     /**
  14131.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  14132.      *
  14133.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  14134.      */
  14135.     protected function getDoctrine_CacheClearResultCommandService()
  14136.     {
  14137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14138.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14139.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  14140.         $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()));
  14141.         $instance->setName('doctrine:cache:clear-result');
  14142.         return $instance;
  14143.     }
  14144.     /**
  14145.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  14146.      *
  14147.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  14148.      */
  14149.     protected function getDoctrine_CacheCollectionRegionCommandService()
  14150.     {
  14151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14152.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14153.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  14154.         $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()));
  14155.         $instance->setName('doctrine:cache:clear-collection-region');
  14156.         return $instance;
  14157.     }
  14158.     /**
  14159.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  14160.      *
  14161.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  14162.      */
  14163.     protected function getDoctrine_ClearEntityRegionCommandService()
  14164.     {
  14165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14166.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14167.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  14168.         $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()));
  14169.         $instance->setName('doctrine:cache:clear-entity-region');
  14170.         return $instance;
  14171.     }
  14172.     /**
  14173.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  14174.      *
  14175.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  14176.      */
  14177.     protected function getDoctrine_ClearQueryRegionCommandService()
  14178.     {
  14179.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14180.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14181.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  14182.         $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()));
  14183.         $instance->setName('doctrine:cache:clear-query-region');
  14184.         return $instance;
  14185.     }
  14186.     /**
  14187.      * Gets the private 'doctrine.database_create_command' shared service.
  14188.      *
  14189.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  14190.      */
  14191.     protected function getDoctrine_DatabaseCreateCommandService()
  14192.     {
  14193.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14194.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  14195.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  14196.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14197.         $instance->setName('doctrine:database:create');
  14198.         return $instance;
  14199.     }
  14200.     /**
  14201.      * Gets the private 'doctrine.database_drop_command' shared service.
  14202.      *
  14203.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  14204.      */
  14205.     protected function getDoctrine_DatabaseDropCommandService()
  14206.     {
  14207.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14208.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  14209.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  14210.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14211.         $instance->setName('doctrine:database:drop');
  14212.         return $instance;
  14213.     }
  14214.     /**
  14215.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  14216.      *
  14217.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  14218.      */
  14219.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  14220.     {
  14221.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14222.             'App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber''getGroupUsersSubscriberService'false],
  14223.             'App\\Doctrine\\EventSubscriber\\ServiceUsersSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\ServiceUsersSubscriber''getServiceUsersSubscriberService'false],
  14224.             'App\\Doctrine\\EventSubscriber\\WebSocketFlushSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\WebSocketFlushSubscriber''getWebSocketFlushSubscriberService'false],
  14225.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber''getBlameSubscriberService'false],
  14226.             '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],
  14227.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber''getHierarchySubscriberService'false],
  14228.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber''getTimestampSubscriberService'false],
  14229.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber''getTranslationSubscriberService'false],
  14230.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SerializeLogSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SerializeLogSubscriber''getSerializeLogSubscriberService'false],
  14231.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber''getTimestampSubscriber2Service'false],
  14232.             'Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber''getTerminateExportableSubscriberService'false],
  14233.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber''getValidGlobalChannelAndUserSubscriberService'false],
  14234.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber''getChannelMenuDisplayedSubscriber2Service'false],
  14235.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber''getPermissionConstraintSubscriberService'false],
  14236.             'Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Doctrine\\EventSubscriber\\ReverseSyncSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Doctrine\\EventSubscriber\\ReverseSyncSubscriber''getReverseSyncSubscriberService'false],
  14237.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber''getNellappFileSubscriberService'false],
  14238.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  14239.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  14240.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  14241.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  14242.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  14243.             'nellapp_sdk.auth.user_resolve_target_entity' => ['privates''nellapp_sdk.auth.user_resolve_target_entity''getNellappSdk_Auth_UserResolveTargetEntityService'false],
  14244.             'nellapp_sdk.channel.abstract_cursus_resolve_target_entity' => ['privates''nellapp_sdk.channel.abstract_cursus_resolve_target_entity''getNellappSdk_Channel_AbstractCursusResolveTargetEntityService'false],
  14245.             'nellapp_sdk.channel.channel_channel_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_channel_resolve_target_entity''getNellappSdk_Channel_ChannelChannelResolveTargetEntityService'false],
  14246.             'nellapp_sdk.channel.channel_configuration_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_configuration_resolve_target_entity''getNellappSdk_Channel_ChannelConfigurationResolveTargetEntityService'false],
  14247.             'nellapp_sdk.channel.channel_group_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_group_resolve_target_entity''getNellappSdk_Channel_ChannelGroupResolveTargetEntityService'false],
  14248.             'nellapp_sdk.channel.channel_place_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_place_resolve_target_entity''getNellappSdk_Channel_ChannelPlaceResolveTargetEntityService'false],
  14249.             'nellapp_sdk.channel.channel_service_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_service_resolve_target_entity''getNellappSdk_Channel_ChannelServiceResolveTargetEntityService'false],
  14250.             'nellapp_sdk.channel.channel_session_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_session_resolve_target_entity''getNellappSdk_Channel_ChannelSessionResolveTargetEntityService'false],
  14251.             'nellapp_sdk.channel.channel_training_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_training_resolve_target_entity''getNellappSdk_Channel_ChannelTrainingResolveTargetEntityService'false],
  14252.             'nellapp_sdk.channel.channel_user_data_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_user_data_resolve_target_entity''getNellappSdk_Channel_ChannelUserDataResolveTargetEntityService'false],
  14253.             '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],
  14254.             '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],
  14255.             '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],
  14256.             'nellapp_sdk.channel.channel_user_role_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_user_role_resolve_target_entity''getNellappSdk_Channel_ChannelUserRoleResolveTargetEntityService'false],
  14257.             'nellapp_sdk.channel.channel_white_label_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_white_label_resolve_target_entity''getNellappSdk_Channel_ChannelWhiteLabelResolveTargetEntityService'false],
  14258.             'nellapp_sdk.global_getter.channel_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.channel_class_resolve_target_entity''getNellappSdk_GlobalGetter_ChannelClassResolveTargetEntityService'false],
  14259.             '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],
  14260.             '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],
  14261.             '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],
  14262.             'nellapp_sdk.global_getter.user_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.user_class_resolve_target_entity''getNellappSdk_GlobalGetter_UserClassResolveTargetEntityService'false],
  14263.         ], [
  14264.             'App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber' => '?',
  14265.             'App\\Doctrine\\EventSubscriber\\ServiceUsersSubscriber' => '?',
  14266.             'App\\Doctrine\\EventSubscriber\\WebSocketFlushSubscriber' => '?',
  14267.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber' => '?',
  14268.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\BlameSubscriber.App\\Entity\\Account\\User' => '?',
  14269.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber' => '?',
  14270.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber' => '?',
  14271.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber' => '?',
  14272.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SerializeLogSubscriber' => '?',
  14273.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber' => '?',
  14274.             'Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber' => '?',
  14275.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber' => '?',
  14276.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber' => '?',
  14277.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber' => '?',
  14278.             'Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Doctrine\\EventSubscriber\\ReverseSyncSubscriber' => '?',
  14279.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber' => '?',
  14280.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  14281.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  14282.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  14283.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  14284.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  14285.             'nellapp_sdk.auth.user_resolve_target_entity' => '?',
  14286.             'nellapp_sdk.channel.abstract_cursus_resolve_target_entity' => '?',
  14287.             'nellapp_sdk.channel.channel_channel_resolve_target_entity' => '?',
  14288.             'nellapp_sdk.channel.channel_configuration_resolve_target_entity' => '?',
  14289.             'nellapp_sdk.channel.channel_group_resolve_target_entity' => '?',
  14290.             'nellapp_sdk.channel.channel_place_resolve_target_entity' => '?',
  14291.             'nellapp_sdk.channel.channel_service_resolve_target_entity' => '?',
  14292.             'nellapp_sdk.channel.channel_session_resolve_target_entity' => '?',
  14293.             'nellapp_sdk.channel.channel_training_resolve_target_entity' => '?',
  14294.             'nellapp_sdk.channel.channel_user_data_resolve_target_entity' => '?',
  14295.             'nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity' => '?',
  14296.             'nellapp_sdk.channel.channel_user_perm_service_resolve_target_entity' => '?',
  14297.             'nellapp_sdk.channel.channel_user_perm_session_resolve_target_entity' => '?',
  14298.             'nellapp_sdk.channel.channel_user_role_resolve_target_entity' => '?',
  14299.             'nellapp_sdk.channel.channel_white_label_resolve_target_entity' => '?',
  14300.             'nellapp_sdk.global_getter.channel_class_resolve_target_entity' => '?',
  14301.             'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity' => '?',
  14302.             'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity' => '?',
  14303.             'nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity' => '?',
  14304.             'nellapp_sdk.global_getter.user_class_resolve_target_entity' => '?',
  14305.         ]), [=> '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\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber'11 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber'12 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber'13 => 'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber'14 => 'nellapp_sdk.global_getter.channel_class_resolve_target_entity'15 => 'nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity'16 => 'nellapp_sdk.global_getter.user_class_resolve_target_entity'17 => 'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity'18 => 'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity'19 => 'nellapp_sdk.auth.user_resolve_target_entity'20 => 'Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Doctrine\\EventSubscriber\\ReverseSyncSubscriber'21 => 'nellapp_sdk.channel.channel_channel_resolve_target_entity'22 => 'nellapp_sdk.channel.channel_configuration_resolve_target_entity'23 => 'nellapp_sdk.channel.channel_white_label_resolve_target_entity'24 => 'nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity'25 => 'nellapp_sdk.channel.channel_group_resolve_target_entity'26 => 'nellapp_sdk.channel.channel_user_role_resolve_target_entity'27 => 'nellapp_sdk.channel.channel_session_resolve_target_entity'28 => 'nellapp_sdk.channel.channel_place_resolve_target_entity'29 => 'nellapp_sdk.channel.channel_user_data_resolve_target_entity'30 => 'nellapp_sdk.channel.abstract_cursus_resolve_target_entity'31 => 'nellapp_sdk.channel.channel_training_resolve_target_entity'32 => 'nellapp_sdk.channel.channel_service_resolve_target_entity'33 => 'nellapp_sdk.channel.channel_user_perm_session_resolve_target_entity'34 => 'nellapp_sdk.channel.channel_user_perm_service_resolve_target_entity'35 => 'Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber'36 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 37 => [=> [=> 'prePersist'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber'], 38 => [=> [=> 'preUpdate'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber'], 39 => [=> [=> 'loadClassMetadata'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\BlameSubscriber.App\\Entity\\Account\\User'], 40 => [=> [=> 'loadClassMetadata'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber'], 41 => [=> [=> 'prePersist'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber'], 42 => [=> [=> 'preUpdate'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber']]);
  14306.     }
  14307.     /**
  14308.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  14309.      *
  14310.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  14311.      */
  14312.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  14313.     {
  14314.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14315.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14316.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  14317.         $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()));
  14318.         $instance->setName('doctrine:ensure-production-settings');
  14319.         return $instance;
  14320.     }
  14321.     /**
  14322.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  14323.      *
  14324.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  14325.      */
  14326.     protected function getDoctrine_MappingConvertCommandService()
  14327.     {
  14328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14329.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14330.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  14331.         $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()));
  14332.         $instance->setName('doctrine:mapping:convert');
  14333.         return $instance;
  14334.     }
  14335.     /**
  14336.      * Gets the private 'doctrine.mapping_import_command' shared service.
  14337.      *
  14338.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  14339.      */
  14340.     protected function getDoctrine_MappingImportCommandService()
  14341.     {
  14342.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14343.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  14344.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  14345.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  14346.         $instance->setName('doctrine:mapping:import');
  14347.         return $instance;
  14348.     }
  14349.     /**
  14350.      * Gets the private 'doctrine.mapping_info_command' shared service.
  14351.      *
  14352.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  14353.      */
  14354.     protected function getDoctrine_MappingInfoCommandService()
  14355.     {
  14356.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14357.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14358.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  14359.         $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()));
  14360.         $instance->setName('doctrine:mapping:info');
  14361.         return $instance;
  14362.     }
  14363.     /**
  14364.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  14365.      *
  14366.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  14367.      */
  14368.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  14369.     {
  14370.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  14371.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  14372.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  14373.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  14374.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  14375.         }
  14376.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  14377.     }
  14378.     /**
  14379.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  14380.      *
  14381.      * @return \Doctrine\Migrations\DependencyFactory
  14382.      */
  14383.     protected function getDoctrine_Migrations_DependencyFactoryService()
  14384.     {
  14385.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  14386.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  14387.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  14388.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  14389.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  14390.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  14391.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  14392.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  14393.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  14394.         $b = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
  14395.         $b->setTableName('migration_versions');
  14396.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  14397.         $a->setAllOrNothing(false);
  14398.         $a->setCheckDatabasePlatform(true);
  14399.         $a->setTransactional(false);
  14400.         $a->setMetadataStorageConfiguration($b);
  14401.         $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()));
  14402.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  14403.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  14404.         });
  14405.         return $instance;
  14406.     }
  14407.     /**
  14408.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  14409.      *
  14410.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  14411.      */
  14412.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  14413.     {
  14414.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  14415.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  14416.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14417.     }
  14418.     /**
  14419.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  14420.      *
  14421.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  14422.      */
  14423.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  14424.     {
  14425.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  14426.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14427.         if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  14428.             return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  14429.         }
  14430.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  14431.     }
  14432.     /**
  14433.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  14434.      *
  14435.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  14436.      */
  14437.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  14438.     {
  14439.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  14440.         $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = $instance = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  14441.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\AbstractCursus''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''postPersist');
  14442.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\AbstractCursus''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''preUpdate');
  14443.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\AbstractCursus''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''postUpdate');
  14444.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\AbstractCursus''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''preRemove');
  14445.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\AbstractCursus''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''postRemove');
  14446.         $instance->addEntityListener('App\\Entity\\Chat\\Canal''App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber''postPersist');
  14447.         $instance->addEntityListener('App\\Entity\\Channel\\Channel''App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber''postPersist');
  14448.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\ChannelUserData''App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber''postPersist');
  14449.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\ChannelUserData''App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber''postUpdate');
  14450.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\ChannelUserData''App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber''preUpdate');
  14451.         $instance->addEntityListener('App\\Entity\\Chat\\ChatNotification''App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber''postPersist');
  14452.         $instance->addEntityListener('App\\Entity\\Chat\\Conversation''App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber''preRemove');
  14453.         $instance->addEntityListener('App\\Entity\\Chat\\Conversation''App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber''postRemove');
  14454.         $instance->addEntityListener('App\\Entity\\Chat\\ConversationUser''App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber''preUpdate');
  14455.         $instance->addEntityListener('App\\Entity\\Chat\\ConversationUser''App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber''postUpdate');
  14456.         $instance->addEntityListener('App\\Entity\\Chat\\ConversationUser''App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber''postPersist');
  14457.         $instance->addEntityListener('App\\Entity\\Chat\\File''App\\Doctrine\\EventEntitySubscriber\\FileSubscriber''postRemove');
  14458.         $instance->addEntityListener('App\\Entity\\Channel\\Group''App\\Doctrine\\EventEntitySubscriber\\GroupSubscriberAbstract''postPersist');
  14459.         $instance->addEntityListener('App\\Entity\\Chat\\Message''App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber''postPersist');
  14460.         $instance->addEntityListener('App\\Entity\\Channel\\Place''App\\Doctrine\\EventEntitySubscriber\\PlaceSubscriber''postPersist');
  14461.         $instance->addEntityListener('App\\Entity\\Chat\\ServiceConversation''App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber''postPersist');
  14462.         $instance->addEntityListener('App\\Entity\\Channel\\Service''App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber''postPersist');
  14463.         $instance->addEntityListener('App\\Entity\\Channel\\Service''App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber''preRemove');
  14464.         $instance->addEntityListener('App\\Entity\\Channel\\Service''App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber''postRemove');
  14465.         $instance->addEntityListener('App\\Entity\\Channel\\ChannelUserSessionPermission''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''preUpdate');
  14466.         $instance->addEntityListener('App\\Entity\\Channel\\ChannelUserSessionPermission''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''postUpdate');
  14467.         $instance->addEntityListener('App\\Entity\\Channel\\ChannelUserSessionPermission''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''postPersist');
  14468.         $instance->addEntityListener('App\\Entity\\Channel\\ChannelUserSessionPermission''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''postRemove');
  14469.         $instance->addEntityListener('App\\Entity\\Channel\\Session''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''postPersist');
  14470.         $instance->addEntityListener('App\\Entity\\Channel\\Session''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''preUpdate');
  14471.         $instance->addEntityListener('App\\Entity\\Channel\\Session''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''postUpdate');
  14472.         $instance->addEntityListener('App\\Entity\\Channel\\Session''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''preRemove');
  14473.         $instance->addEntityListener('App\\Entity\\Channel\\Session''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''postRemove');
  14474.         $instance->addEntityListener('App\\Entity\\Channel\\Training''App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract''postPersist');
  14475.         $instance->addEntityListener('App\\Entity\\Account\\User''App\\Doctrine\\EventEntitySubscriber\\UserSubscriber''prePersist');
  14476.         $instance->addEntityListener('App\\Entity\\Account\\User''App\\Doctrine\\EventEntitySubscriber\\UserSubscriber''preUpdate');
  14477.         return $instance;
  14478.     }
  14479.     /**
  14480.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  14481.      *
  14482.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  14483.      */
  14484.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  14485.     {
  14486.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  14487.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  14488.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  14489.     }
  14490.     /**
  14491.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  14492.      *
  14493.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  14494.      */
  14495.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  14496.     {
  14497.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  14498.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  14499.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  14500.             return new \EmptyIterator();
  14501.         }, 0));
  14502.     }
  14503.     /**
  14504.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  14505.      *
  14506.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  14507.      */
  14508.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  14509.     {
  14510.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  14511.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  14512.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  14513.     }
  14514.     /**
  14515.      * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  14516.      *
  14517.      * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  14518.      */
  14519.     protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  14520.     {
  14521.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  14522.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  14523.         return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  14524.             yield => ($this->privates['messenger.transport.sync_full_user_transport'] ?? $this->getMessenger_Transport_SyncFullUserTransportService());
  14525.             yield => ($this->privates['messenger.transport.sync_transport'] ?? $this->getMessenger_Transport_SyncTransportService());
  14526.             yield => ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService());
  14527.         }, 3));
  14528.     }
  14529.     /**
  14530.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  14531.      *
  14532.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  14533.      */
  14534.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  14535.     {
  14536.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  14537.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14538.     }
  14539.     /**
  14540.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  14541.      *
  14542.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  14543.      */
  14544.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  14545.     {
  14546.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14547.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  14548.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14549.     }
  14550.     /**
  14551.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  14552.      *
  14553.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  14554.      */
  14555.     protected function getDoctrine_Orm_Validator_UniqueService()
  14556.     {
  14557.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  14558.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  14559.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  14560.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14561.     }
  14562.     /**
  14563.      * Gets the private 'doctrine.query_dql_command' shared service.
  14564.      *
  14565.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  14566.      */
  14567.     protected function getDoctrine_QueryDqlCommandService()
  14568.     {
  14569.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14570.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14571.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  14572.         $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()));
  14573.         $instance->setName('doctrine:query:dql');
  14574.         return $instance;
  14575.     }
  14576.     /**
  14577.      * Gets the private 'doctrine.query_sql_command' shared service.
  14578.      *
  14579.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  14580.      */
  14581.     protected function getDoctrine_QuerySqlCommandService()
  14582.     {
  14583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14584.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  14585.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  14586.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  14587.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  14588.         $instance->setName('doctrine:query:sql');
  14589.         return $instance;
  14590.     }
  14591.     /**
  14592.      * Gets the private 'doctrine.schema_create_command' shared service.
  14593.      *
  14594.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  14595.      */
  14596.     protected function getDoctrine_SchemaCreateCommandService()
  14597.     {
  14598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14599.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14600.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  14601.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  14602.         $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()));
  14603.         $instance->setName('doctrine:schema:create');
  14604.         return $instance;
  14605.     }
  14606.     /**
  14607.      * Gets the private 'doctrine.schema_drop_command' shared service.
  14608.      *
  14609.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  14610.      */
  14611.     protected function getDoctrine_SchemaDropCommandService()
  14612.     {
  14613.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14614.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14615.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  14616.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  14617.         $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()));
  14618.         $instance->setName('doctrine:schema:drop');
  14619.         return $instance;
  14620.     }
  14621.     /**
  14622.      * Gets the private 'doctrine.schema_update_command' shared service.
  14623.      *
  14624.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  14625.      */
  14626.     protected function getDoctrine_SchemaUpdateCommandService()
  14627.     {
  14628.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14629.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14630.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  14631.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  14632.         $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()));
  14633.         $instance->setName('doctrine:schema:update');
  14634.         return $instance;
  14635.     }
  14636.     /**
  14637.      * Gets the private 'doctrine.schema_validate_command' shared service.
  14638.      *
  14639.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  14640.      */
  14641.     protected function getDoctrine_SchemaValidateCommandService()
  14642.     {
  14643.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14644.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14645.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  14646.         $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()));
  14647.         $instance->setName('doctrine:schema:validate');
  14648.         return $instance;
  14649.     }
  14650.     /**
  14651.      * Gets the private 'doctrine.ulid_generator' shared service.
  14652.      *
  14653.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  14654.      */
  14655.     protected function getDoctrine_UlidGeneratorService()
  14656.     {
  14657.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  14658.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  14659.         include_once \dirname(__DIR__4).'/vendor/symfony/uid/Factory/UlidFactory.php';
  14660.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(new \Symfony\Component\Uid\Factory\UlidFactory());
  14661.     }
  14662.     /**
  14663.      * Gets the private 'doctrine.uuid_generator' shared service.
  14664.      *
  14665.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  14666.      */
  14667.     protected function getDoctrine_UuidGeneratorService()
  14668.     {
  14669.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  14670.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  14671.         include_once \dirname(__DIR__4).'/vendor/symfony/uid/Factory/UuidFactory.php';
  14672.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(new \Symfony\Component\Uid\Factory\UuidFactory(665'Symfony\\Component\\Uid\\UuidV4'NULLNULL));
  14673.     }
  14674.     /**
  14675.      * Gets the private 'doctrine_migrations.current_command' shared service.
  14676.      *
  14677.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  14678.      */
  14679.     protected function getDoctrineMigrations_CurrentCommandService()
  14680.     {
  14681.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14682.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14683.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  14684.         $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');
  14685.         $instance->setName('doctrine:migrations:current');
  14686.         return $instance;
  14687.     }
  14688.     /**
  14689.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  14690.      *
  14691.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  14692.      */
  14693.     protected function getDoctrineMigrations_DiffCommandService()
  14694.     {
  14695.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14696.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14697.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  14698.         $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');
  14699.         $instance->setName('doctrine:migrations:diff');
  14700.         return $instance;
  14701.     }
  14702.     /**
  14703.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  14704.      *
  14705.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  14706.      */
  14707.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  14708.     {
  14709.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14710.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14711.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  14712.         $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');
  14713.         $instance->setName('doctrine:migrations:dump-schema');
  14714.         return $instance;
  14715.     }
  14716.     /**
  14717.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  14718.      *
  14719.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  14720.      */
  14721.     protected function getDoctrineMigrations_ExecuteCommandService()
  14722.     {
  14723.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14724.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14725.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  14726.         $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');
  14727.         $instance->setName('doctrine:migrations:execute');
  14728.         return $instance;
  14729.     }
  14730.     /**
  14731.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  14732.      *
  14733.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  14734.      */
  14735.     protected function getDoctrineMigrations_GenerateCommandService()
  14736.     {
  14737.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14738.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14739.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  14740.         $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');
  14741.         $instance->setName('doctrine:migrations:generate');
  14742.         return $instance;
  14743.     }
  14744.     /**
  14745.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  14746.      *
  14747.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  14748.      */
  14749.     protected function getDoctrineMigrations_LatestCommandService()
  14750.     {
  14751.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14752.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14753.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  14754.         $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');
  14755.         $instance->setName('doctrine:migrations:latest');
  14756.         return $instance;
  14757.     }
  14758.     /**
  14759.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  14760.      *
  14761.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  14762.      */
  14763.     protected function getDoctrineMigrations_MigrateCommandService()
  14764.     {
  14765.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14766.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14767.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  14768.         $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');
  14769.         $instance->setName('doctrine:migrations:migrate');
  14770.         return $instance;
  14771.     }
  14772.     /**
  14773.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  14774.      *
  14775.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  14776.      */
  14777.     protected function getDoctrineMigrations_RollupCommandService()
  14778.     {
  14779.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14780.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14781.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  14782.         $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');
  14783.         $instance->setName('doctrine:migrations:rollup');
  14784.         return $instance;
  14785.     }
  14786.     /**
  14787.      * Gets the private 'doctrine_migrations.status_command' shared service.
  14788.      *
  14789.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  14790.      */
  14791.     protected function getDoctrineMigrations_StatusCommandService()
  14792.     {
  14793.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14794.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14795.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  14796.         $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');
  14797.         $instance->setName('doctrine:migrations:status');
  14798.         return $instance;
  14799.     }
  14800.     /**
  14801.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  14802.      *
  14803.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  14804.      */
  14805.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  14806.     {
  14807.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14808.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14809.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  14810.         $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');
  14811.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  14812.         return $instance;
  14813.     }
  14814.     /**
  14815.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  14816.      *
  14817.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  14818.      */
  14819.     protected function getDoctrineMigrations_UpToDateCommandService()
  14820.     {
  14821.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14822.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14823.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  14824.         $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');
  14825.         $instance->setName('doctrine:migrations:up-to-date');
  14826.         return $instance;
  14827.     }
  14828.     /**
  14829.      * Gets the private 'doctrine_migrations.version_command' shared service.
  14830.      *
  14831.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  14832.      */
  14833.     protected function getDoctrineMigrations_VersionCommandService()
  14834.     {
  14835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14836.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14837.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  14838.         $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');
  14839.         $instance->setName('doctrine:migrations:version');
  14840.         return $instance;
  14841.     }
  14842.     /**
  14843.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  14844.      *
  14845.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  14846.      */
  14847.     protected function getDoctrineMigrations_VersionsCommandService()
  14848.     {
  14849.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14850.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14851.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  14852.         $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');
  14853.         $instance->setName('doctrine:migrations:list');
  14854.         return $instance;
  14855.     }
  14856.     /**
  14857.      * Gets the private 'drosalys.web_socket.routing.sf_router' shared service.
  14858.      *
  14859.      * @return \Symfony\Component\Routing\Router
  14860.      */
  14861.     protected function getDrosalys_WebSocket_Routing_SfRouterService()
  14862.     {
  14863.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  14864.         $b = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  14865.         $c = new \DrosalysWeb\Bundle\WebSocketBundle\Routing\Loader\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  14866.         $a->addLoader(new \DrosalysWeb\Bundle\WebSocketBundle\Routing\Loader\YamlFileLoader($b));
  14867.         $a->addLoader(new \DrosalysWeb\Bundle\WebSocketBundle\Routing\Loader\XmlFileLoader($b));
  14868.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  14869.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  14870.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  14871.         $a->addLoader($c);
  14872.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  14873.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  14874.         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');
  14875.     }
  14876.     /**
  14877.      * Gets the private 'drosalys.web_socket.routing.ws_url_generator' shared service.
  14878.      *
  14879.      * @return \DrosalysWeb\Bundle\WebSocketBundle\Routing\Generator\WebSocketWrapperUrlGenerator
  14880.      */
  14881.     protected function getDrosalys_WebSocket_Routing_WsUrlGeneratorService()
  14882.     {
  14883.         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()));
  14884.     }
  14885.     /**
  14886.      * Gets the private 'error_handler.error_renderer.html' shared service.
  14887.      *
  14888.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  14889.      */
  14890.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  14891.     {
  14892.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  14893.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  14894.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  14895.         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()));
  14896.     }
  14897.     /**
  14898.      * Gets the private 'exception_listener' shared service.
  14899.      *
  14900.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  14901.      */
  14902.     protected function getExceptionListenerService()
  14903.     {
  14904.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  14905.     }
  14906.     /**
  14907.      * Gets the private 'fidry_alice_data_fixtures.doctrine.persister_loader' shared service.
  14908.      *
  14909.      * @return \Fidry\AliceDataFixtures\Loader\PersisterLoader
  14910.      */
  14911.     protected function getFidryAliceDataFixtures_Doctrine_PersisterLoaderService($lazyLoad true)
  14912.     {
  14913.         if ($lazyLoad) {
  14914.             return $this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] = $this->createProxy('PersisterLoader_c8a8e24', function () {
  14915.                 return \PersisterLoader_c8a8e24::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  14916.                     $wrappedInstance $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService(false);
  14917.                     $proxy->setProxyInitializer(null);
  14918.                     return true;
  14919.                 });
  14920.             });
  14921.         }
  14922.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/ProcessorInterface.php';
  14923.         include_once \dirname(__DIR__4).'/src/Fixture/Processor/ChannelProcessor.php';
  14924.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/ArrayAccessorTrait.php';
  14925.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/GuardedPropertyTrait.php';
  14926.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/QueryBuilderTrait.php';
  14927.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Provider/AbstractProvider.php';
  14928.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php';
  14929.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/Provider/CoreProvider.php';
  14930.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2ClientInterface.php';
  14931.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Fixture/Processor/EaseUuidProcessor.php';
  14932.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  14933.         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()))]);
  14934.     }
  14935.     /**
  14936.      * Gets the private 'fidry_alice_data_fixtures.loader.simple' shared service.
  14937.      *
  14938.      * @return \Fidry\AliceDataFixtures\Loader\SimpleLoader
  14939.      */
  14940.     protected function getFidryAliceDataFixtures_Loader_SimpleService($lazyLoad true)
  14941.     {
  14942.         if ($lazyLoad) {
  14943.             return $this->privates['fidry_alice_data_fixtures.loader.simple'] = $this->createProxy('SimpleLoader_4473cb1', function () {
  14944.                 return \SimpleLoader_4473cb1::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  14945.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_SimpleService(false);
  14946.                     $proxy->setProxyInitializer(null);
  14947.                     return true;
  14948.                 });
  14949.             });
  14950.         }
  14951.         return new \Fidry\AliceDataFixtures\Loader\SimpleLoader(($this->services['nelmio_alice.files_loader'] ?? $this->getNelmioAlice_FilesLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  14952.     }
  14953.     /**
  14954.      * Gets the private 'form.choice_list_factory.cached' shared service.
  14955.      *
  14956.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  14957.      */
  14958.     protected function getForm_ChoiceListFactory_CachedService()
  14959.     {
  14960.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  14961.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  14962.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  14963.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  14964.         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())));
  14965.     }
  14966.     /**
  14967.      * Gets the private 'form.registry' shared service.
  14968.      *
  14969.      * @return \Symfony\Component\Form\FormRegistry
  14970.      */
  14971.     protected function getForm_RegistryService()
  14972.     {
  14973.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  14974.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  14975.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  14976.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  14977.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  14978.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  14979.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  14980.         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, [
  14981.             'App\\Form\\AddUsersType' => ['privates''App\\Form\\AddUsersType''getAddUsersTypeService'false],
  14982.             'App\\Form\\Admin\\AddAdminsType' => ['privates''App\\Form\\Admin\\AddAdminsType''getAddAdminsTypeService'false],
  14983.             'App\\Form\\Admin\\Chat\\CanalType' => ['privates''App\\Form\\Admin\\Chat\\CanalType''getCanalTypeService'false],
  14984.             'App\\Form\\Admin\\Chat\\EditCanalType' => ['privates''App\\Form\\Admin\\Chat\\EditCanalType''getEditCanalTypeService'false],
  14985.             'App\\Form\\ConversationSelektorType' => ['privates''App\\Form\\ConversationSelektorType''getConversationSelektorTypeService'false],
  14986.             'App\\Form\\Filter\\CanalFilterType' => ['privates''App\\Form\\Filter\\CanalFilterType''getCanalFilterTypeService'false],
  14987.             'App\\Form\\Filter\\ConversationFilterType' => ['privates''App\\Form\\Filter\\ConversationFilterType''getConversationFilterTypeService'false],
  14988.             'App\\Form\\Filter\\ResourceFilter' => ['privates''App\\Form\\Filter\\ResourceFilter''getResourceFilterService'false],
  14989.             'App\\Form\\Filter\\ServiceConversationFilterType' => ['privates''App\\Form\\Filter\\ServiceConversationFilterType''getServiceConversationFilterTypeService'false],
  14990.             'App\\Form\\Filter\\UserFilter' => ['privates''App\\Form\\Filter\\UserFilter''getUserFilterService'false],
  14991.             'App\\Form\\GlobalSearchType' => ['privates''App\\Form\\GlobalSearchType''getGlobalSearchTypeService'false],
  14992.             'App\\Form\\ResourceSelektorType' => ['privates''App\\Form\\ResourceSelektorType''getResourceSelektorTypeService'false],
  14993.             'App\\Form\\UploadFileType' => ['privates''App\\Form\\UploadFileType''getUploadFileTypeService'false],
  14994.             'App\\Form\\UserSelektorType' => ['privates''App\\Form\\UserSelektorType''getUserSelektorTypeService'false],
  14995.             'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType' => ['privates''DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType''getAsyncEntityTypeService'false],
  14996.             'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType' => ['privates''DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType''getSelectOrCreateTypeService'false],
  14997.             'Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter' => ['privates''Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter''getApiFilterService'false],
  14998.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'false],
  14999.             'Nellapp\\Bundle\\SDKBundle\\DataSync\\Form\\Filter\\CollectionFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\DataSync\\Form\\Filter\\CollectionFilter''getCollectionFilterService'false],
  15000.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType''getGroupeFilterTypeService'false],
  15001.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType''getServiceFilterTypeService'false],
  15002.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType''getSessionFilterTypeService'false],
  15003.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType''getTrainingFilterTypeService'false],
  15004.             'Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType''getUserFilterTypeService'false],
  15005.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType''getNellappBooleanTypeService'false],
  15006.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType''getNellappChoiceTypeService'false],
  15007.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter''getCustomViewColumnsFilterService'false],
  15008.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType''getCustomViewManagerTypeService'false],
  15009.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType''getEditCustomViewTypeService'false],
  15010.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType''getNewCustomViewTypeService'false],
  15011.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType''getChannelUserRoleFilterTypeService'false],
  15012.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter''getCollectionFilter2Service'false],
  15013.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Common\\TextListFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Common\\TextListFilterType''getTextListFilterTypeService'false],
  15014.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\DateRangeFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\DateRangeFilterType''getDateRangeFilterTypeService'false],
  15015.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter''getCollectionFilter3Service'false],
  15016.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType''getChannelUserRoleSelektorFilterTypeService'false],
  15017.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType''getUserSelektorFilterTypeService'false],
  15018.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType''getSessionStatusFilterTypeService'false],
  15019.             'Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType''getTabContainerTypeService'false],
  15020.             'Nellapp\\Bundle\\SDKBundle\\Form\\TabType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\TabType''getTabTypeService'false],
  15021.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType''getAsyncEntityType2Service'false],
  15022.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType''getChannelUserRoleSelektorTypeService'false],
  15023.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType''getGroupSelektorTypeService'false],
  15024.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType''getPlaceSelektorTypeService'false],
  15025.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType''getServiceSelektorTypeService'false],
  15026.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType''getUserSelektorType2Service'false],
  15027.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType''getChannelUserPermissionEnumTypeService'false],
  15028.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType''getChannelUserPermissionResourceTypeService'false],
  15029.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter''getChannelUserDataFilterService'false],
  15030.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter''getChannelUserPermissionResourceFilterService'false],
  15031.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType''getMultipleResourcePermissionsTypeService'false],
  15032.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType''getSelectUserForChannelResourcePermissionTypeService'false],
  15033.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType''getMimeTypeChoiceFilterTypeService'false],
  15034.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType' => ['privates''spiriit_form_filter.type.filter_boolean''getSpiriitFormFilter_Type_FilterBooleanService'false],
  15035.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType' => ['privates''spiriit_form_filter.type.filter_checkbox''getSpiriitFormFilter_Type_FilterCheckboxService'false],
  15036.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType' => ['privates''spiriit_form_filter.type.filter_choice''getSpiriitFormFilter_Type_FilterChoiceService'false],
  15037.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType' => ['privates''spiriit_form_filter.type.filter_collection_adapter''getSpiriitFormFilter_Type_FilterCollectionAdapterService'false],
  15038.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType' => ['privates''spiriit_form_filter.type.filter_date''getSpiriitFormFilter_Type_FilterDateService'false],
  15039.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType' => ['privates''spiriit_form_filter.type.filter_date_range''getSpiriitFormFilter_Type_FilterDateRangeService'false],
  15040.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType' => ['privates''spiriit_form_filter.type.filter_datetime''getSpiriitFormFilter_Type_FilterDatetimeService'false],
  15041.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType' => ['privates''spiriit_form_filter.type.filter_datetime_range''getSpiriitFormFilter_Type_FilterDatetimeRangeService'false],
  15042.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType' => ['privates''spiriit_form_filter.type.filter_entity''getSpiriitFormFilter_Type_FilterEntityService'false],
  15043.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType' => ['privates''spiriit_form_filter.type.filter_enum''getSpiriitFormFilter_Type_FilterEnumService'false],
  15044.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType' => ['privates''spiriit_form_filter.type.filter_number''getSpiriitFormFilter_Type_FilterNumberService'false],
  15045.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType' => ['privates''spiriit_form_filter.type.filter_number_range''getSpiriitFormFilter_Type_FilterNumberRangeService'false],
  15046.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType' => ['privates''spiriit_form_filter.type.filter_sharedable''getSpiriitFormFilter_Type_FilterSharedableService'false],
  15047.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType' => ['privates''spiriit_form_filter.type.filter_text''getSpiriitFormFilter_Type_FilterTextService'false],
  15048.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  15049.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  15050.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  15051.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  15052.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  15053.         ], [
  15054.             'App\\Form\\AddUsersType' => '?',
  15055.             'App\\Form\\Admin\\AddAdminsType' => '?',
  15056.             'App\\Form\\Admin\\Chat\\CanalType' => '?',
  15057.             'App\\Form\\Admin\\Chat\\EditCanalType' => '?',
  15058.             'App\\Form\\ConversationSelektorType' => '?',
  15059.             'App\\Form\\Filter\\CanalFilterType' => '?',
  15060.             'App\\Form\\Filter\\ConversationFilterType' => '?',
  15061.             'App\\Form\\Filter\\ResourceFilter' => '?',
  15062.             'App\\Form\\Filter\\ServiceConversationFilterType' => '?',
  15063.             'App\\Form\\Filter\\UserFilter' => '?',
  15064.             'App\\Form\\GlobalSearchType' => '?',
  15065.             'App\\Form\\ResourceSelektorType' => '?',
  15066.             'App\\Form\\UploadFileType' => '?',
  15067.             'App\\Form\\UserSelektorType' => '?',
  15068.             'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType' => '?',
  15069.             'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType' => '?',
  15070.             'Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter' => '?',
  15071.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  15072.             'Nellapp\\Bundle\\SDKBundle\\DataSync\\Form\\Filter\\CollectionFilter' => '?',
  15073.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType' => '?',
  15074.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType' => '?',
  15075.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType' => '?',
  15076.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType' => '?',
  15077.             'Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType' => '?',
  15078.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType' => '?',
  15079.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType' => '?',
  15080.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter' => '?',
  15081.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType' => '?',
  15082.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType' => '?',
  15083.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType' => '?',
  15084.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType' => '?',
  15085.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter' => '?',
  15086.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Common\\TextListFilterType' => '?',
  15087.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\DateRangeFilterType' => '?',
  15088.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter' => '?',
  15089.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType' => '?',
  15090.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType' => '?',
  15091.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType' => '?',
  15092.             'Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType' => '?',
  15093.             'Nellapp\\Bundle\\SDKBundle\\Form\\TabType' => '?',
  15094.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType' => '?',
  15095.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType' => '?',
  15096.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType' => '?',
  15097.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType' => '?',
  15098.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType' => '?',
  15099.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType' => '?',
  15100.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType' => '?',
  15101.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType' => '?',
  15102.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter' => '?',
  15103.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter' => '?',
  15104.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType' => '?',
  15105.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType' => '?',
  15106.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType' => '?',
  15107.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType' => '?',
  15108.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType' => '?',
  15109.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType' => '?',
  15110.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType' => '?',
  15111.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType' => '?',
  15112.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType' => '?',
  15113.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType' => '?',
  15114.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType' => '?',
  15115.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType' => '?',
  15116.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType' => '?',
  15117.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType' => '?',
  15118.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType' => '?',
  15119.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType' => '?',
  15120.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType' => '?',
  15121.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  15122.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  15123.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  15124.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  15125.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  15126.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\CollectionType' => new RewindableGenerator(function () {
  15127.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\CollectionExtension()));
  15128.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\TabsExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\TabsExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\TabsExtension()));
  15129.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingCollectionExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingCollectionExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\OrderingCollectionExtension()));
  15130.         }, 3), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  15131.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionInnerExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionInnerExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\CollectionInnerExtension()));
  15132.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\OrderingExtension()));
  15133.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  15134.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  15135.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  15136.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  15137.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  15138.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  15139.             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')));
  15140.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollapsableExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollapsableExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\CollapsableExtension()));
  15141.             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()));
  15142.             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()));
  15143.         }, 12), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  15144.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  15145.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  15146.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  15147.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\DateType' => new RewindableGenerator(function () {
  15148.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension()));
  15149.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\DateTimeType' => new RewindableGenerator(function () {
  15150.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension()));
  15151.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TimeType' => new RewindableGenerator(function () {
  15152.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension()));
  15153.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TelType' => new RewindableGenerator(function () {
  15154.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\TelTypeExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\TelTypeExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\TelTypeExtension()));
  15155.         }, 1)], new RewindableGenerator(function () {
  15156.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  15157.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  15158.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  15159.     }
  15160.     /**
  15161.      * Gets the private 'form.type.choice' shared service.
  15162.      *
  15163.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  15164.      */
  15165.     protected function getForm_Type_ChoiceService()
  15166.     {
  15167.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15168.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15169.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  15170.         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()));
  15171.     }
  15172.     /**
  15173.      * Gets the private 'form.type.color' shared service.
  15174.      *
  15175.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  15176.      */
  15177.     protected function getForm_Type_ColorService()
  15178.     {
  15179.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15180.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15181.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  15182.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  15183.     }
  15184.     /**
  15185.      * Gets the private 'form.type.entity' shared service.
  15186.      *
  15187.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  15188.      */
  15189.     protected function getForm_Type_EntityService()
  15190.     {
  15191.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15192.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15193.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  15194.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  15195.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15196.     }
  15197.     /**
  15198.      * Gets the private 'form.type.form' shared service.
  15199.      *
  15200.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  15201.      */
  15202.     protected function getForm_Type_FormService()
  15203.     {
  15204.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15205.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15206.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  15207.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  15208.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  15209.     }
  15210.     /**
  15211.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  15212.      *
  15213.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  15214.      */
  15215.     protected function getForm_TypeExtension_Form_DataCollectorService()
  15216.     {
  15217.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  15218.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  15219.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  15220.         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()));
  15221.     }
  15222.     /**
  15223.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  15224.      *
  15225.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  15226.      */
  15227.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  15228.     {
  15229.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  15230.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  15231.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  15232.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  15233.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  15234.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  15235.         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())))));
  15236.     }
  15237.     /**
  15238.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  15239.      *
  15240.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  15241.      */
  15242.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  15243.     {
  15244.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  15245.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  15246.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  15247.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  15248.     }
  15249.     /**
  15250.      * Gets the private 'form.type_extension.form.validator' shared service.
  15251.      *
  15252.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  15253.      */
  15254.     protected function getForm_TypeExtension_Form_ValidatorService()
  15255.     {
  15256.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  15257.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  15258.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  15259.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  15260.         $a = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  15261.         if (isset($this->privates['form.type_extension.form.validator'])) {
  15262.             return $this->privates['form.type_extension.form.validator'];
  15263.         }
  15264.         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()));
  15265.     }
  15266.     /**
  15267.      * Gets the private 'form.type_extension.upload.validator' shared service.
  15268.      *
  15269.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  15270.      */
  15271.     protected function getForm_TypeExtension_Upload_ValidatorService()
  15272.     {
  15273.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  15274.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  15275.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  15276.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  15277.     }
  15278.     /**
  15279.      * Gets the private 'form.type_guesser.doctrine' shared service.
  15280.      *
  15281.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  15282.      */
  15283.     protected function getForm_TypeGuesser_DoctrineService()
  15284.     {
  15285.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  15286.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  15287.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15288.     }
  15289.     /**
  15290.      * Gets the private 'form.type_guesser.validator' shared service.
  15291.      *
  15292.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  15293.      */
  15294.     protected function getForm_TypeGuesser_ValidatorService()
  15295.     {
  15296.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  15297.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  15298.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  15299.     }
  15300.     /**
  15301.      * Gets the private 'fragment.renderer.inline' shared service.
  15302.      *
  15303.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  15304.      */
  15305.     protected function getFragment_Renderer_InlineService()
  15306.     {
  15307.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  15308.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  15309.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  15310.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  15311.         if (isset($this->privates['fragment.renderer.inline'])) {
  15312.             return $this->privates['fragment.renderer.inline'];
  15313.         }
  15314.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15315.         if (isset($this->privates['fragment.renderer.inline'])) {
  15316.             return $this->privates['fragment.renderer.inline'];
  15317.         }
  15318.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  15319.         $instance->setFragmentPath('/_fragment');
  15320.         return $instance;
  15321.     }
  15322.     /**
  15323.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  15324.      *
  15325.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  15326.      */
  15327.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  15328.     {
  15329.         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())));
  15330.     }
  15331.     /**
  15332.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  15333.      *
  15334.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  15335.      */
  15336.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  15337.     {
  15338.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  15339.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  15340.             return $this->privates['framework_extra_bundle.event.is_granted'];
  15341.         }
  15342.         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);
  15343.     }
  15344.     /**
  15345.      * Gets the private 'knp_menu.menu_provider.builder_alias' shared service.
  15346.      *
  15347.      * @return \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider
  15348.      */
  15349.     protected function getKnpMenu_MenuProvider_BuilderAliasService()
  15350.     {
  15351.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Provider/BuilderAliasProvider.php';
  15352.         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()));
  15353.     }
  15354.     /**
  15355.      * Gets the private 'knp_menu.menu_provider.lazy' shared service.
  15356.      *
  15357.      * @return \Knp\Menu\Provider\LazyProvider
  15358.      */
  15359.     protected function getKnpMenu_MenuProvider_LazyService()
  15360.     {
  15361.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/LazyProvider.php';
  15362.         return $this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider(['channel_side_nav' => function () {
  15363.             return ($this->privates['nellapp_sdk.channel_side_nav'] ?? $this->getNellappSdk_ChannelSideNavService());
  15364.         }]);
  15365.     }
  15366.     /**
  15367.      * Gets the private 'knp_menu.renderer.list' shared service.
  15368.      *
  15369.      * @return \Knp\Menu\Renderer\ListRenderer
  15370.      */
  15371.     protected function getKnpMenu_Renderer_ListService()
  15372.     {
  15373.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
  15374.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  15375.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/ListRenderer.php';
  15376.         return $this->privates['knp_menu.renderer.list'] = new \Knp\Menu\Renderer\ListRenderer(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), [], 'UTF-8');
  15377.     }
  15378.     /**
  15379.      * Gets the private 'knp_menu.renderer.twig' shared service.
  15380.      *
  15381.      * @return \Knp\Menu\Renderer\TwigRenderer
  15382.      */
  15383.     protected function getKnpMenu_Renderer_TwigService()
  15384.     {
  15385.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  15386.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/TwigRenderer.php';
  15387.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  15388.         if (isset($this->privates['knp_menu.renderer.twig'])) {
  15389.             return $this->privates['knp_menu.renderer.twig'];
  15390.         }
  15391.         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()), []);
  15392.     }
  15393.     /**
  15394.      * Gets the private 'knp_menu.voter.router' shared service.
  15395.      *
  15396.      * @return \Knp\Menu\Matcher\Voter\RouteVoter
  15397.      */
  15398.     protected function getKnpMenu_Voter_RouterService()
  15399.     {
  15400.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  15401.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/RouteVoter.php';
  15402.         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())));
  15403.     }
  15404.     /**
  15405.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  15406.      *
  15407.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  15408.      */
  15409.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  15410.     {
  15411.         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]);
  15412.     }
  15413.     /**
  15414.      * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  15415.      *
  15416.      * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  15417.      */
  15418.     protected function getLiipImagine_Binary_MimeTypeGuesserService()
  15419.     {
  15420.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  15421.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  15422.         return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
  15423.     }
  15424.     /**
  15425.      * Gets the private 'liip_imagine.command.cache_remove' shared service.
  15426.      *
  15427.      * @return \Liip\ImagineBundle\Command\RemoveCacheCommand
  15428.      */
  15429.     protected function getLiipImagine_Command_CacheRemoveService()
  15430.     {
  15431.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15432.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  15433.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
  15434.         $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()));
  15435.         $instance->setName('liip:imagine:cache:remove');
  15436.         return $instance;
  15437.     }
  15438.     /**
  15439.      * Gets the private 'liip_imagine.command.cache_resolve' shared service.
  15440.      *
  15441.      * @return \Liip\ImagineBundle\Command\ResolveCacheCommand
  15442.      */
  15443.     protected function getLiipImagine_Command_CacheResolveService()
  15444.     {
  15445.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15446.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  15447.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
  15448.         $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()));
  15449.         $instance->setName('liip:imagine:cache:resolve');
  15450.         return $instance;
  15451.     }
  15452.     /**
  15453.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  15454.      *
  15455.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  15456.      */
  15457.     protected function getLiipImagine_Filter_ConfigurationService()
  15458.     {
  15459.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  15460.     }
  15461.     /**
  15462.      * Gets the private 'liip_imagine.form.type.image' shared service.
  15463.      *
  15464.      * @return \Liip\ImagineBundle\Form\Type\ImageType
  15465.      */
  15466.     protected function getLiipImagine_Form_Type_ImageService()
  15467.     {
  15468.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15469.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15470.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
  15471.         return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
  15472.     }
  15473.     /**
  15474.      * Gets the private 'liip_imagine.gd' shared service.
  15475.      *
  15476.      * @return \Imagine\Gd\Imagine
  15477.      */
  15478.     protected function getLiipImagine_GdService()
  15479.     {
  15480.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  15481.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  15482.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  15483.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  15484.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  15485.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
  15486.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
  15487.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
  15488.         $this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
  15489.         $instance->setMetadataReader(new \Imagine\Image\Metadata\ExifMetadataReader());
  15490.         return $instance;
  15491.     }
  15492.     /**
  15493.      * Gets the private 'liip_imagine.service.filter' shared service.
  15494.      *
  15495.      * @return \Liip\ImagineBundle\Service\FilterService
  15496.      */
  15497.     protected function getLiipImagine_Service_FilterService()
  15498.     {
  15499.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
  15500.         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()));
  15501.     }
  15502.     /**
  15503.      * Gets the private 'locale_aware_listener' shared service.
  15504.      *
  15505.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  15506.      */
  15507.     protected function getLocaleAwareListenerService()
  15508.     {
  15509.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  15510.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  15511.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  15512.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  15513.     }
  15514.     /**
  15515.      * Gets the private 'locale_listener' shared service.
  15516.      *
  15517.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  15518.      */
  15519.     protected function getLocaleListenerService()
  15520.     {
  15521.         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, []);
  15522.     }
  15523.     /**
  15524.      * Gets the private 'mailer.transport_factory.native' shared service.
  15525.      *
  15526.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  15527.      */
  15528.     protected function getMailer_TransportFactory_NativeService()
  15529.     {
  15530.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  15531.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  15532.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  15533.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15534.         if (isset($this->privates['mailer.transport_factory.native'])) {
  15535.             return $this->privates['mailer.transport_factory.native'];
  15536.         }
  15537.         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()));
  15538.     }
  15539.     /**
  15540.      * Gets the private 'mailer.transport_factory.null' shared service.
  15541.      *
  15542.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  15543.      */
  15544.     protected function getMailer_TransportFactory_NullService()
  15545.     {
  15546.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  15547.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  15548.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  15549.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15550.         if (isset($this->privates['mailer.transport_factory.null'])) {
  15551.             return $this->privates['mailer.transport_factory.null'];
  15552.         }
  15553.         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()));
  15554.     }
  15555.     /**
  15556.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  15557.      *
  15558.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  15559.      */
  15560.     protected function getMailer_TransportFactory_SendmailService()
  15561.     {
  15562.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  15563.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  15564.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  15565.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15566.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  15567.             return $this->privates['mailer.transport_factory.sendmail'];
  15568.         }
  15569.         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()));
  15570.     }
  15571.     /**
  15572.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  15573.      *
  15574.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  15575.      */
  15576.     protected function getMailer_TransportFactory_SmtpService()
  15577.     {
  15578.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  15579.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  15580.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  15581.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15582.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  15583.             return $this->privates['mailer.transport_factory.smtp'];
  15584.         }
  15585.         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()));
  15586.     }
  15587.     /**
  15588.      * Gets the private 'maker.auto_command.make_auth' shared service.
  15589.      *
  15590.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15591.      */
  15592.     protected function getMaker_AutoCommand_MakeAuthService()
  15593.     {
  15594.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15595.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15596.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15597.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15598.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  15599.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  15600.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  15601.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  15602.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  15603.         $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);
  15604.         $instance->setName('make:auth');
  15605.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  15606.         return $instance;
  15607.     }
  15608.     /**
  15609.      * Gets the private 'maker.auto_command.make_command' shared service.
  15610.      *
  15611.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15612.      */
  15613.     protected function getMaker_AutoCommand_MakeCommandService()
  15614.     {
  15615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15616.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15617.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15618.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15619.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  15620.         $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()));
  15621.         $instance->setName('make:command');
  15622.         $instance->setDescription('Creates a new console command class');
  15623.         return $instance;
  15624.     }
  15625.     /**
  15626.      * Gets the private 'maker.auto_command.make_controller' shared service.
  15627.      *
  15628.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15629.      */
  15630.     protected function getMaker_AutoCommand_MakeControllerService()
  15631.     {
  15632.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15633.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15634.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15635.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15636.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  15637.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  15638.         $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()));
  15639.         $instance->setName('make:controller');
  15640.         $instance->setDescription('Creates a new controller class');
  15641.         return $instance;
  15642.     }
  15643.     /**
  15644.      * Gets the private 'maker.auto_command.make_crud' shared service.
  15645.      *
  15646.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15647.      */
  15648.     protected function getMaker_AutoCommand_MakeCrudService()
  15649.     {
  15650.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15651.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15652.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15653.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15654.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  15655.         $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()));
  15656.         $instance->setName('make:crud');
  15657.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  15658.         return $instance;
  15659.     }
  15660.     /**
  15661.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  15662.      *
  15663.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15664.      */
  15665.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  15666.     {
  15667.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15668.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15669.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15670.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15671.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  15672.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  15673.         $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()));
  15674.         $instance->setName('make:docker:database');
  15675.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  15676.         return $instance;
  15677.     }
  15678.     /**
  15679.      * Gets the private 'maker.auto_command.make_entity' shared service.
  15680.      *
  15681.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15682.      */
  15683.     protected function getMaker_AutoCommand_MakeEntityService()
  15684.     {
  15685.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15686.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15687.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15688.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15689.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  15690.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  15691.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  15692.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  15693.         $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);
  15694.         $instance->setName('make:entity');
  15695.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  15696.         return $instance;
  15697.     }
  15698.     /**
  15699.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  15700.      *
  15701.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15702.      */
  15703.     protected function getMaker_AutoCommand_MakeFixturesService()
  15704.     {
  15705.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15706.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15707.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15708.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15709.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  15710.         $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()));
  15711.         $instance->setName('make:fixtures');
  15712.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  15713.         return $instance;
  15714.     }
  15715.     /**
  15716.      * Gets the private 'maker.auto_command.make_form' shared service.
  15717.      *
  15718.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15719.      */
  15720.     protected function getMaker_AutoCommand_MakeFormService()
  15721.     {
  15722.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15723.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15724.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15725.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15726.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  15727.         $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()));
  15728.         $instance->setName('make:form');
  15729.         $instance->setDescription('Creates a new form class');
  15730.         return $instance;
  15731.     }
  15732.     /**
  15733.      * Gets the private 'maker.auto_command.make_message' shared service.
  15734.      *
  15735.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15736.      */
  15737.     protected function getMaker_AutoCommand_MakeMessageService()
  15738.     {
  15739.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15740.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15741.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15742.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15743.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  15744.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  15745.         $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()));
  15746.         $instance->setName('make:message');
  15747.         $instance->setDescription('Creates a new message and handler');
  15748.         return $instance;
  15749.     }
  15750.     /**
  15751.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  15752.      *
  15753.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15754.      */
  15755.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  15756.     {
  15757.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15758.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15759.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15760.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15761.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  15762.         $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()));
  15763.         $instance->setName('make:messenger-middleware');
  15764.         $instance->setDescription('Creates a new messenger middleware');
  15765.         return $instance;
  15766.     }
  15767.     /**
  15768.      * Gets the private 'maker.auto_command.make_migration' shared service.
  15769.      *
  15770.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15771.      */
  15772.     protected function getMaker_AutoCommand_MakeMigrationService()
  15773.     {
  15774.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15775.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15776.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15777.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15778.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  15779.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  15780.         $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()));
  15781.         $instance->setName('make:migration');
  15782.         $instance->setDescription('Creates a new migration based on database changes');
  15783.         return $instance;
  15784.     }
  15785.     /**
  15786.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  15787.      *
  15788.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15789.      */
  15790.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  15791.     {
  15792.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15793.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15794.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15795.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15796.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  15797.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  15798.         $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()));
  15799.         $instance->setName('make:registration-form');
  15800.         $instance->setDescription('Creates a new registration form system');
  15801.         return $instance;
  15802.     }
  15803.     /**
  15804.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  15805.      *
  15806.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15807.      */
  15808.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  15809.     {
  15810.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15811.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15812.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15813.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15814.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  15815.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  15816.         $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()));
  15817.         $instance->setName('make:reset-password');
  15818.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  15819.         return $instance;
  15820.     }
  15821.     /**
  15822.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  15823.      *
  15824.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15825.      */
  15826.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  15827.     {
  15828.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15829.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15830.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15831.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15832.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  15833.         $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()));
  15834.         $instance->setName('make:serializer:encoder');
  15835.         $instance->setDescription('Creates a new serializer encoder class');
  15836.         return $instance;
  15837.     }
  15838.     /**
  15839.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  15840.      *
  15841.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15842.      */
  15843.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  15844.     {
  15845.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15846.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15847.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15848.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15849.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  15850.         $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()));
  15851.         $instance->setName('make:serializer:normalizer');
  15852.         $instance->setDescription('Creates a new serializer normalizer class');
  15853.         return $instance;
  15854.     }
  15855.     /**
  15856.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  15857.      *
  15858.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15859.      */
  15860.     protected function getMaker_AutoCommand_MakeSubscriberService()
  15861.     {
  15862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15863.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15864.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15865.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15866.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  15867.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  15868.         $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()));
  15869.         $instance->setName('make:subscriber');
  15870.         $instance->setDescription('Creates a new event subscriber class');
  15871.         return $instance;
  15872.     }
  15873.     /**
  15874.      * Gets the private 'maker.auto_command.make_test' shared service.
  15875.      *
  15876.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15877.      */
  15878.     protected function getMaker_AutoCommand_MakeTestService()
  15879.     {
  15880.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15881.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15882.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15883.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15884.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  15885.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  15886.         $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()));
  15887.         $instance->setName('make:test');
  15888.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  15889.         $instance->setDescription('Creates a new test class');
  15890.         return $instance;
  15891.     }
  15892.     /**
  15893.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  15894.      *
  15895.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15896.      */
  15897.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  15898.     {
  15899.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15900.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15901.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15902.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15903.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  15904.         $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()));
  15905.         $instance->setName('make:twig-extension');
  15906.         $instance->setDescription('Creates a new Twig extension class');
  15907.         return $instance;
  15908.     }
  15909.     /**
  15910.      * Gets the private 'maker.auto_command.make_user' shared service.
  15911.      *
  15912.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15913.      */
  15914.     protected function getMaker_AutoCommand_MakeUserService()
  15915.     {
  15916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15917.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15918.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15919.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15920.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  15921.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  15922.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  15923.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  15924.         $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()));
  15925.         $instance->setName('make:user');
  15926.         $instance->setDescription('Creates a new security user class');
  15927.         return $instance;
  15928.     }
  15929.     /**
  15930.      * Gets the private 'maker.auto_command.make_validator' shared service.
  15931.      *
  15932.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15933.      */
  15934.     protected function getMaker_AutoCommand_MakeValidatorService()
  15935.     {
  15936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15937.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15938.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15939.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15940.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  15941.         $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()));
  15942.         $instance->setName('make:validator');
  15943.         $instance->setDescription('Creates a new validator and constraint class');
  15944.         return $instance;
  15945.     }
  15946.     /**
  15947.      * Gets the private 'maker.auto_command.make_voter' shared service.
  15948.      *
  15949.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15950.      */
  15951.     protected function getMaker_AutoCommand_MakeVoterService()
  15952.     {
  15953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15954.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15955.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15956.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15957.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  15958.         $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()));
  15959.         $instance->setName('make:voter');
  15960.         $instance->setDescription('Creates a new security voter class');
  15961.         return $instance;
  15962.     }
  15963.     /**
  15964.      * Gets the private 'maker.doctrine_helper' shared service.
  15965.      *
  15966.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  15967.      */
  15968.     protected function getMaker_DoctrineHelperService()
  15969.     {
  15970.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  15971.         $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)));
  15972.         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]]]);
  15973.     }
  15974.     /**
  15975.      * Gets the private 'maker.entity_class_generator' shared service.
  15976.      *
  15977.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  15978.      */
  15979.     protected function getMaker_EntityClassGeneratorService()
  15980.     {
  15981.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  15982.         $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()));
  15983.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  15984.         return $instance;
  15985.     }
  15986.     /**
  15987.      * Gets the private 'maker.file_manager' shared service.
  15988.      *
  15989.      * @return \Symfony\Bundle\MakerBundle\FileManager
  15990.      */
  15991.     protected function getMaker_FileManagerService()
  15992.     {
  15993.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  15994.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  15995.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  15996.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  15997.         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'));
  15998.     }
  15999.     /**
  16000.      * Gets the private 'maker.generator' shared service.
  16001.      *
  16002.      * @return \Symfony\Bundle\MakerBundle\Generator
  16003.      */
  16004.     protected function getMaker_GeneratorService()
  16005.     {
  16006.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  16007.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  16008.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  16009.         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));
  16010.     }
  16011.     /**
  16012.      * Gets the private 'maker.php_compat_util' shared service.
  16013.      *
  16014.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  16015.      */
  16016.     protected function getMaker_PhpCompatUtilService()
  16017.     {
  16018.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  16019.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  16020.     }
  16021.     /**
  16022.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  16023.      *
  16024.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  16025.      */
  16026.     protected function getMaker_Renderer_FormTypeRendererService()
  16027.     {
  16028.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  16029.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16030.     }
  16031.     /**
  16032.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  16033.      *
  16034.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  16035.      */
  16036.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  16037.     {
  16038.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  16039.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  16040.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  16041.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  16042.         $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 () {
  16043.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  16044.         }, 1), 'Nellapp\\Bundle\\SDKBundle\\Auth\\Messenger\\Message\\RefreshUserMessage' => new RewindableGenerator(function () {
  16045.             yield => ($this->privates['.messenger.handler_descriptor.jADa3cd'] ?? $this->get_Messenger_HandlerDescriptor_JADa3cdService());
  16046.         }, 1), 'Nellapp\\Bundle\\SDKBundle\\DataSync\\Messenger\\DataSyncMessageInterface' => new RewindableGenerator(function () {
  16047.             yield => ($this->privates['.messenger.handler_descriptor.Nu9db1O'] ?? $this->get_Messenger_HandlerDescriptor_Nu9db1OService());
  16048.         }, 1)]));
  16049.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  16050.         return $instance;
  16051.     }
  16052.     /**
  16053.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  16054.      *
  16055.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  16056.      */
  16057.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  16058.     {
  16059.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  16060.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  16061.         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');
  16062.     }
  16063.     /**
  16064.      * Gets the private 'messenger.failure.send_failed_message_to_failure_transport_listener' shared service.
  16065.      *
  16066.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener
  16067.      */
  16068.     protected function getMessenger_Failure_SendFailedMessageToFailureTransportListenerService()
  16069.     {
  16070.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageToFailureTransportListener.php';
  16071.         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, [
  16072.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  16073.             'sync_full_user_transport' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  16074.             'sync_transport' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  16075.         ], [
  16076.             'failed' => '?',
  16077.             'sync_full_user_transport' => '?',
  16078.             'sync_transport' => '?',
  16079.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  16080.     }
  16081.     /**
  16082.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  16083.      *
  16084.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  16085.      */
  16086.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  16087.     {
  16088.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  16089.         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()));
  16090.     }
  16091.     /**
  16092.      * Gets the private 'messenger.middleware.send_message' shared service.
  16093.      *
  16094.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  16095.      */
  16096.     protected function getMessenger_Middleware_SendMessageService()
  16097.     {
  16098.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  16099.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  16100.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  16101.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  16102.         $a = ($this->privates['.service_locator.rbKFZjg'] ?? $this->get_ServiceLocator_RbKFZjgService());
  16103.         if (isset($this->privates['messenger.middleware.send_message'])) {
  16104.             return $this->privates['messenger.middleware.send_message'];
  16105.         }
  16106.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16107.         if (isset($this->privates['messenger.middleware.send_message'])) {
  16108.             return $this->privates['messenger.middleware.send_message'];
  16109.         }
  16110.         $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\\Auth\\Messenger\\Message\\RefreshUserMessage' => [=> 'sync_full_user_transport']], $a), $b);
  16111.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  16112.         return $instance;
  16113.     }
  16114.     /**
  16115.      * Gets the private 'messenger.receiver_locator' shared service.
  16116.      *
  16117.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16118.      */
  16119.     protected function getMessenger_ReceiverLocatorService()
  16120.     {
  16121.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16122.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  16123.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  16124.             'messenger.transport.sync_full_user_transport' => ['privates''messenger.transport.sync_full_user_transport''getMessenger_Transport_SyncFullUserTransportService'false],
  16125.             'messenger.transport.sync_transport' => ['privates''messenger.transport.sync_transport''getMessenger_Transport_SyncTransportService'false],
  16126.             'sync_full_user_transport' => ['privates''messenger.transport.sync_full_user_transport''getMessenger_Transport_SyncFullUserTransportService'false],
  16127.             'sync_transport' => ['privates''messenger.transport.sync_transport''getMessenger_Transport_SyncTransportService'false],
  16128.         ], [
  16129.             'failed' => '?',
  16130.             'messenger.transport.failed' => '?',
  16131.             'messenger.transport.sync_full_user_transport' => '?',
  16132.             'messenger.transport.sync_transport' => '?',
  16133.             'sync_full_user_transport' => '?',
  16134.             'sync_transport' => '?',
  16135.         ]);
  16136.     }
  16137.     /**
  16138.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
  16139.      *
  16140.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  16141.      */
  16142.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
  16143.     {
  16144.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  16145.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  16146.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  16147.     }
  16148.     /**
  16149.      * Gets the private 'messenger.retry.multiplier_retry_strategy.sync_full_user_transport' shared service.
  16150.      *
  16151.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  16152.      */
  16153.     protected function getMessenger_Retry_MultiplierRetryStrategy_SyncFullUserTransportService()
  16154.     {
  16155.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  16156.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  16157.         return $this->privates['messenger.retry.multiplier_retry_strategy.sync_full_user_transport'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  16158.     }
  16159.     /**
  16160.      * Gets the private 'messenger.retry.multiplier_retry_strategy.sync_transport' shared service.
  16161.      *
  16162.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  16163.      */
  16164.     protected function getMessenger_Retry_MultiplierRetryStrategy_SyncTransportService()
  16165.     {
  16166.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  16167.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  16168.         return $this->privates['messenger.retry.multiplier_retry_strategy.sync_transport'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  16169.     }
  16170.     /**
  16171.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  16172.      *
  16173.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  16174.      */
  16175.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  16176.     {
  16177.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  16178.         $a = ($this->privates['.service_locator.rbKFZjg'] ?? $this->get_ServiceLocator_RbKFZjgService());
  16179.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  16180.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  16181.         }
  16182.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16183.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  16184.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  16185.         }
  16186.         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, [
  16187.             'failed' => ['privates''messenger.retry.multiplier_retry_strategy.failed''getMessenger_Retry_MultiplierRetryStrategy_FailedService'false],
  16188.             'sync_full_user_transport' => ['privates''messenger.retry.multiplier_retry_strategy.sync_full_user_transport''getMessenger_Retry_MultiplierRetryStrategy_SyncFullUserTransportService'false],
  16189.             'sync_transport' => ['privates''messenger.retry.multiplier_retry_strategy.sync_transport''getMessenger_Retry_MultiplierRetryStrategy_SyncTransportService'false],
  16190.         ], [
  16191.             'failed' => '?',
  16192.             'sync_full_user_transport' => '?',
  16193.             'sync_transport' => '?',
  16194.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $b);
  16195.     }
  16196.     /**
  16197.      * Gets the private 'messenger.routable_message_bus' shared service.
  16198.      *
  16199.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  16200.      */
  16201.     protected function getMessenger_RoutableMessageBusService()
  16202.     {
  16203.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  16204.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  16205.         if (isset($this->privates['messenger.routable_message_bus'])) {
  16206.             return $this->privates['messenger.routable_message_bus'];
  16207.         }
  16208.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16209.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  16210.         ], [
  16211.             'messenger.bus.default' => '?',
  16212.         ]), $a);
  16213.     }
  16214.     /**
  16215.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  16216.      *
  16217.      * @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
  16218.      */
  16219.     protected function getMessenger_Transport_Doctrine_FactoryService()
  16220.     {
  16221.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  16222.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
  16223.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16224.     }
  16225.     /**
  16226.      * Gets the private 'messenger.transport.failed' shared service.
  16227.      *
  16228.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  16229.      */
  16230.     protected function getMessenger_Transport_FailedService()
  16231.     {
  16232.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  16233.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  16234.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  16235.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  16236.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  16237.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  16238.         if (isset($this->privates['messenger.transport.failed'])) {
  16239.             return $this->privates['messenger.transport.failed'];
  16240.         }
  16241.         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())));
  16242.     }
  16243.     /**
  16244.      * Gets the private 'messenger.transport.sync.factory' shared service.
  16245.      *
  16246.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  16247.      */
  16248.     protected function getMessenger_Transport_Sync_FactoryService()
  16249.     {
  16250.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  16251.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  16252.         $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  16253.         if (isset($this->privates['messenger.transport.sync.factory'])) {
  16254.             return $this->privates['messenger.transport.sync.factory'];
  16255.         }
  16256.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  16257.     }
  16258.     /**
  16259.      * Gets the private 'messenger.transport.sync_full_user_transport' shared service.
  16260.      *
  16261.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  16262.      */
  16263.     protected function getMessenger_Transport_SyncFullUserTransportService()
  16264.     {
  16265.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  16266.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  16267.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  16268.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  16269.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  16270.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  16271.         if (isset($this->privates['messenger.transport.sync_full_user_transport'])) {
  16272.             return $this->privates['messenger.transport.sync_full_user_transport'];
  16273.         }
  16274.         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())));
  16275.     }
  16276.     /**
  16277.      * Gets the private 'messenger.transport.sync_transport' shared service.
  16278.      *
  16279.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  16280.      */
  16281.     protected function getMessenger_Transport_SyncTransportService()
  16282.     {
  16283.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  16284.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  16285.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  16286.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  16287.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  16288.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  16289.         if (isset($this->privates['messenger.transport.sync_transport'])) {
  16290.             return $this->privates['messenger.transport.sync_transport'];
  16291.         }
  16292.         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())));
  16293.     }
  16294.     /**
  16295.      * Gets the private 'messenger.transport_factory' shared service.
  16296.      *
  16297.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  16298.      */
  16299.     protected function getMessenger_TransportFactoryService()
  16300.     {
  16301.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  16302.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  16303.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  16304.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
  16305.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory()));
  16306.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  16307.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  16308.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  16309.         }, 5));
  16310.     }
  16311.     /**
  16312.      * Gets the private 'mime_types' shared service.
  16313.      *
  16314.      * @return \Symfony\Component\Mime\MimeTypes
  16315.      */
  16316.     protected function getMimeTypesService()
  16317.     {
  16318.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  16319.         $instance->setDefault($instance);
  16320.         return $instance;
  16321.     }
  16322.     /**
  16323.      * Gets the private 'monolog.command.server_log' shared service.
  16324.      *
  16325.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  16326.      */
  16327.     protected function getMonolog_Command_ServerLogService()
  16328.     {
  16329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16330.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  16331.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  16332.         $instance->setName('server:log');
  16333.         $instance->setDescription('Start a log server that displays logs in real time');
  16334.         return $instance;
  16335.     }
  16336.     /**
  16337.      * Gets the private 'monolog.handler.console' shared service.
  16338.      *
  16339.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  16340.      */
  16341.     protected function getMonolog_Handler_ConsoleService()
  16342.     {
  16343.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  16344.     }
  16345.     /**
  16346.      * Gets the private 'monolog.handler.main' shared service.
  16347.      *
  16348.      * @return \Monolog\Handler\StreamHandler
  16349.      */
  16350.     protected function getMonolog_Handler_MainService()
  16351.     {
  16352.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  16353.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  16354.         return $instance;
  16355.     }
  16356.     /**
  16357.      * Gets the private 'monolog.logger' shared service.
  16358.      *
  16359.      * @return \Symfony\Bridge\Monolog\Logger
  16360.      */
  16361.     protected function getMonolog_LoggerService()
  16362.     {
  16363.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  16364.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  16365.         $instance->useMicrosecondTimestamps(true);
  16366.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  16367.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  16368.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  16369.         return $instance;
  16370.     }
  16371.     /**
  16372.      * Gets the private 'monolog.logger.cache' shared service.
  16373.      *
  16374.      * @return \Symfony\Bridge\Monolog\Logger
  16375.      */
  16376.     protected function getMonolog_Logger_CacheService()
  16377.     {
  16378.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  16379.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  16380.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  16381.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  16382.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  16383.         return $instance;
  16384.     }
  16385.     /**
  16386.      * Gets the private 'monolog.logger.mailer' shared service.
  16387.      *
  16388.      * @return \Symfony\Bridge\Monolog\Logger
  16389.      */
  16390.     protected function getMonolog_Logger_MailerService()
  16391.     {
  16392.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  16393.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  16394.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  16395.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  16396.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  16397.         return $instance;
  16398.     }
  16399.     /**
  16400.      * Gets the private 'monolog.logger.messenger' shared service.
  16401.      *
  16402.      * @return \Symfony\Bridge\Monolog\Logger
  16403.      */
  16404.     protected function getMonolog_Logger_MessengerService()
  16405.     {
  16406.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  16407.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  16408.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  16409.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  16410.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  16411.         return $instance;
  16412.     }
  16413.     /**
  16414.      * Gets the private 'monolog.logger.request' shared service.
  16415.      *
  16416.      * @return \Symfony\Bridge\Monolog\Logger
  16417.      */
  16418.     protected function getMonolog_Logger_RequestService()
  16419.     {
  16420.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  16421.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  16422.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  16423.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  16424.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  16425.         return $instance;
  16426.     }
  16427.     /**
  16428.      * Gets the private 'monolog.logger.router' shared service.
  16429.      *
  16430.      * @return \Symfony\Bridge\Monolog\Logger
  16431.      */
  16432.     protected function getMonolog_Logger_RouterService()
  16433.     {
  16434.         $this->privates['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router');
  16435.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  16436.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  16437.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  16438.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  16439.         return $instance;
  16440.     }
  16441.     /**
  16442.      * Gets the private 'monolog.logger.security' shared service.
  16443.      *
  16444.      * @return \Symfony\Bridge\Monolog\Logger
  16445.      */
  16446.     protected function getMonolog_Logger_SecurityService()
  16447.     {
  16448.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  16449.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  16450.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  16451.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  16452.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  16453.         return $instance;
  16454.     }
  16455.     /**
  16456.      * Gets the private 'nellapp_sdk.assets._package_channel_image' shared service.
  16457.      *
  16458.      * @return \Symfony\Component\Asset\UrlPackage
  16459.      */
  16460.     protected function getNellappSdk_Assets_PackageChannelImageService()
  16461.     {
  16462.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  16463.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  16464.         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()));
  16465.     }
  16466.     /**
  16467.      * Gets the private 'nellapp_sdk.assets._package_core' shared service.
  16468.      *
  16469.      * @return \Symfony\Component\Asset\PathPackage
  16470.      */
  16471.     protected function getNellappSdk_Assets_PackageCoreService()
  16472.     {
  16473.         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()));
  16474.     }
  16475.     /**
  16476.      * Gets the private 'nellapp_sdk.assets._package_organization_file' shared service.
  16477.      *
  16478.      * @return \Symfony\Component\Asset\UrlPackage
  16479.      */
  16480.     protected function getNellappSdk_Assets_PackageOrganizationFileService()
  16481.     {
  16482.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  16483.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  16484.         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()));
  16485.     }
  16486.     /**
  16487.      * Gets the private 'nellapp_sdk.assets._package_user_avatar' shared service.
  16488.      *
  16489.      * @return \Symfony\Component\Asset\UrlPackage
  16490.      */
  16491.     protected function getNellappSdk_Assets_PackageUserAvatarService()
  16492.     {
  16493.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  16494.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  16495.         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()));
  16496.     }
  16497.     /**
  16498.      * Gets the private 'nellapp_sdk.auth.user_resolve_target_entity' shared service.
  16499.      *
  16500.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16501.      */
  16502.     protected function getNellappSdk_Auth_UserResolveTargetEntityService()
  16503.     {
  16504.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16505.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16506.         $this->privates['nellapp_sdk.auth.user_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16507.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Auth\\Entity\\UserInterface''App\\Entity\\Account\\User', []);
  16508.         return $instance;
  16509.     }
  16510.     /**
  16511.      * Gets the private 'nellapp_sdk.channel.abstract_cursus_resolve_target_entity' shared service.
  16512.      *
  16513.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16514.      */
  16515.     protected function getNellappSdk_Channel_AbstractCursusResolveTargetEntityService()
  16516.     {
  16517.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16518.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16519.         $this->privates['nellapp_sdk.channel.abstract_cursus_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16520.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Cursus\\AbstractCursusInterface''App\\Entity\\ChannelUserData\\AbstractCursus', []);
  16521.         return $instance;
  16522.     }
  16523.     /**
  16524.      * Gets the private 'nellapp_sdk.channel.channel_channel_resolve_target_entity' shared service.
  16525.      *
  16526.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16527.      */
  16528.     protected function getNellappSdk_Channel_ChannelChannelResolveTargetEntityService()
  16529.     {
  16530.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16531.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16532.         $this->privates['nellapp_sdk.channel.channel_channel_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16533.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelInterface''App\\Entity\\Channel\\Channel', []);
  16534.         return $instance;
  16535.     }
  16536.     /**
  16537.      * Gets the private 'nellapp_sdk.channel.channel_configuration_resolve_target_entity' shared service.
  16538.      *
  16539.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16540.      */
  16541.     protected function getNellappSdk_Channel_ChannelConfigurationResolveTargetEntityService()
  16542.     {
  16543.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16544.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16545.         $this->privates['nellapp_sdk.channel.channel_configuration_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16546.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Configuration\\BaseChannelConfigurationInterface''App\\Entity\\Channel\\ChannelConfiguration', []);
  16547.         return $instance;
  16548.     }
  16549.     /**
  16550.      * Gets the private 'nellapp_sdk.channel.channel_group_resolve_target_entity' shared service.
  16551.      *
  16552.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16553.      */
  16554.     protected function getNellappSdk_Channel_ChannelGroupResolveTargetEntityService()
  16555.     {
  16556.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16557.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16558.         $this->privates['nellapp_sdk.channel.channel_group_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16559.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Group\\GroupInterface''App\\Entity\\Channel\\Group', []);
  16560.         return $instance;
  16561.     }
  16562.     /**
  16563.      * Gets the private 'nellapp_sdk.channel.channel_place_resolve_target_entity' shared service.
  16564.      *
  16565.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16566.      */
  16567.     protected function getNellappSdk_Channel_ChannelPlaceResolveTargetEntityService()
  16568.     {
  16569.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16570.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16571.         $this->privates['nellapp_sdk.channel.channel_place_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16572.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Place\\PlaceInterface''App\\Entity\\Channel\\Place', []);
  16573.         return $instance;
  16574.     }
  16575.     /**
  16576.      * Gets the private 'nellapp_sdk.channel.channel_service_resolve_target_entity' shared service.
  16577.      *
  16578.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16579.      */
  16580.     protected function getNellappSdk_Channel_ChannelServiceResolveTargetEntityService()
  16581.     {
  16582.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16583.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16584.         $this->privates['nellapp_sdk.channel.channel_service_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16585.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Service\\ServiceInterface''App\\Entity\\Channel\\Service', []);
  16586.         return $instance;
  16587.     }
  16588.     /**
  16589.      * Gets the private 'nellapp_sdk.channel.channel_session_resolve_target_entity' shared service.
  16590.      *
  16591.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16592.      */
  16593.     protected function getNellappSdk_Channel_ChannelSessionResolveTargetEntityService()
  16594.     {
  16595.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16596.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16597.         $this->privates['nellapp_sdk.channel.channel_session_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16598.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Session\\SessionInterface''App\\Entity\\Channel\\Session', []);
  16599.         return $instance;
  16600.     }
  16601.     /**
  16602.      * Gets the private 'nellapp_sdk.channel.channel_training_resolve_target_entity' shared service.
  16603.      *
  16604.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16605.      */
  16606.     protected function getNellappSdk_Channel_ChannelTrainingResolveTargetEntityService()
  16607.     {
  16608.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16609.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16610.         $this->privates['nellapp_sdk.channel.channel_training_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16611.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Training\\TrainingInterface''App\\Entity\\Channel\\Training', []);
  16612.         return $instance;
  16613.     }
  16614.     /**
  16615.      * Gets the private 'nellapp_sdk.channel.channel_user_data_resolve_target_entity' shared service.
  16616.      *
  16617.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16618.      */
  16619.     protected function getNellappSdk_Channel_ChannelUserDataResolveTargetEntityService()
  16620.     {
  16621.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16622.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16623.         $this->privates['nellapp_sdk.channel.channel_user_data_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16624.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserData\\SyncedChannelUserDataInterface''App\\Entity\\ChannelUserData\\ChannelUserData', []);
  16625.         return $instance;
  16626.     }
  16627.     /**
  16628.      * Gets the private 'nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity' shared service.
  16629.      *
  16630.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16631.      */
  16632.     protected function getNellappSdk_Channel_ChannelUserFromChannelsResolveTargetEntityService()
  16633.     {
  16634.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16635.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16636.         $this->privates['nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16637.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\UserFromChannel''Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\UserFromChannel', []);
  16638.         return $instance;
  16639.     }
  16640.     /**
  16641.      * Gets the private 'nellapp_sdk.channel.channel_user_perm_service_resolve_target_entity' shared service.
  16642.      *
  16643.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16644.      */
  16645.     protected function getNellappSdk_Channel_ChannelUserPermServiceResolveTargetEntityService()
  16646.     {
  16647.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16648.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16649.         $this->privates['nellapp_sdk.channel.channel_user_perm_service_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16650.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserServicePermission\\ChannelUserServicePermissionInterface''App\\Entity\\Channel\\ChannelUserServicePermission', []);
  16651.         return $instance;
  16652.     }
  16653.     /**
  16654.      * Gets the private 'nellapp_sdk.channel.channel_user_perm_session_resolve_target_entity' shared service.
  16655.      *
  16656.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16657.      */
  16658.     protected function getNellappSdk_Channel_ChannelUserPermSessionResolveTargetEntityService()
  16659.     {
  16660.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16661.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16662.         $this->privates['nellapp_sdk.channel.channel_user_perm_session_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16663.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserSessionPermission\\ChannelUserSessionPermissionInterface''App\\Entity\\Channel\\ChannelUserSessionPermission', []);
  16664.         return $instance;
  16665.     }
  16666.     /**
  16667.      * Gets the private 'nellapp_sdk.channel.channel_user_role_resolve_target_entity' shared service.
  16668.      *
  16669.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16670.      */
  16671.     protected function getNellappSdk_Channel_ChannelUserRoleResolveTargetEntityService()
  16672.     {
  16673.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16674.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16675.         $this->privates['nellapp_sdk.channel.channel_user_role_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16676.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRoleInterface''Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRole', []);
  16677.         return $instance;
  16678.     }
  16679.     /**
  16680.      * Gets the private 'nellapp_sdk.channel.channel_white_label_resolve_target_entity' shared service.
  16681.      *
  16682.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16683.      */
  16684.     protected function getNellappSdk_Channel_ChannelWhiteLabelResolveTargetEntityService()
  16685.     {
  16686.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16687.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16688.         $this->privates['nellapp_sdk.channel.channel_white_label_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16689.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelWhiteLabel\\ChannelWhiteLabelInterface''App\\Entity\\Channel\\ChannelWhiteLabel', []);
  16690.         return $instance;
  16691.     }
  16692.     /**
  16693.      * Gets the private 'nellapp_sdk.channel_side_nav' shared autowired service.
  16694.      *
  16695.      * @return \Knp\Menu\MenuItem
  16696.      */
  16697.     protected function getNellappSdk_ChannelSideNavService()
  16698.     {
  16699.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/ItemInterface.php';
  16700.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuItem.php';
  16701.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Menu/MenuBuilder.php';
  16702.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  16703.         if (isset($this->privates['nellapp_sdk.channel_side_nav'])) {
  16704.             return $this->privates['nellapp_sdk.channel_side_nav'];
  16705.         }
  16706.         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())));
  16707.     }
  16708.     /**
  16709.      * Gets the private 'nellapp_sdk.global_getter.channel_class_resolve_target_entity' shared service.
  16710.      *
  16711.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16712.      */
  16713.     protected function getNellappSdk_GlobalGetter_ChannelClassResolveTargetEntityService()
  16714.     {
  16715.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16716.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16717.         $this->privates['nellapp_sdk.global_getter.channel_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16718.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelInterface''App\\Entity\\Channel\\Channel', []);
  16719.         return $instance;
  16720.     }
  16721.     /**
  16722.      * Gets the private 'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity' shared service.
  16723.      *
  16724.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16725.      */
  16726.     protected function getNellappSdk_GlobalGetter_ChannelUserDataClassResolveTargetEntityService()
  16727.     {
  16728.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16729.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16730.         $this->privates['nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16731.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserData\\ChannelUserDataInterface''App\\Entity\\ChannelUserData\\ChannelUserData', []);
  16732.         return $instance;
  16733.     }
  16734.     /**
  16735.      * Gets the private 'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity' shared service.
  16736.      *
  16737.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16738.      */
  16739.     protected function getNellappSdk_GlobalGetter_ChannelUserRoleClassResolveTargetEntityService()
  16740.     {
  16741.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16742.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16743.         $this->privates['nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16744.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRoleInterface''Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRole', []);
  16745.         return $instance;
  16746.     }
  16747.     /**
  16748.      * Gets the private 'nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity' shared service.
  16749.      *
  16750.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16751.      */
  16752.     protected function getNellappSdk_GlobalGetter_ChannelWhiteLabelClassResolveTargetEntityService()
  16753.     {
  16754.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16755.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16756.         $this->privates['nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16757.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelWhiteLabel\\ChannelWhiteLabelInterface''App\\Entity\\Channel\\ChannelWhiteLabel', []);
  16758.         return $instance;
  16759.     }
  16760.     /**
  16761.      * Gets the private 'nellapp_sdk.global_getter.user_class_resolve_target_entity' shared service.
  16762.      *
  16763.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16764.      */
  16765.     protected function getNellappSdk_GlobalGetter_UserClassResolveTargetEntityService()
  16766.     {
  16767.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16768.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16769.         $this->privates['nellapp_sdk.global_getter.user_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16770.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Auth\\Entity\\UserInterface''App\\Entity\\Account\\User', []);
  16771.         return $instance;
  16772.     }
  16773.     /**
  16774.      * Gets the private 'nellapp_sdk.routing.internal_url_generator' shared autowired service.
  16775.      *
  16776.      * @return \Nellapp\Bundle\SDKBundle\Routing\InternalUrlGenerator
  16777.      */
  16778.     protected function getNellappSdk_Routing_InternalUrlGeneratorService()
  16779.     {
  16780.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/InternalUrlGenerator.php';
  16781.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'] ?? $this->getChannelMainDomainUtilsService());
  16782.         if (isset($this->privates['nellapp_sdk.routing.internal_url_generator'])) {
  16783.             return $this->privates['nellapp_sdk.routing.internal_url_generator'];
  16784.         }
  16785.         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);
  16786.     }
  16787.     /**
  16788.      * Gets the private 'nellapp_sdk.routing.url_generator' shared autowired service.
  16789.      *
  16790.      * @return \Nellapp\Bundle\SDKBundle\Routing\UrlGenerator
  16791.      */
  16792.     protected function getNellappSdk_Routing_UrlGeneratorService()
  16793.     {
  16794.         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()));
  16795.     }
  16796.     /**
  16797.      * Gets the private 'nelmio_alice.file_parser.runtime_cache' shared service.
  16798.      *
  16799.      * @return \Nelmio\Alice\Parser\RuntimeCacheParser
  16800.      */
  16801.     protected function getNelmioAlice_FileParser_RuntimeCacheService()
  16802.     {
  16803.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/ParserInterface.php';
  16804.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/RuntimeCacheParser.php';
  16805.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ParserRegistry.php';
  16806.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
  16807.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/YamlParser.php';
  16808.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Parser.php';
  16809.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/PhpParser.php';
  16810.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/JsonParser.php';
  16811.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocatorInterface.php';
  16812.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/FileLocator/KernelFileLocator.php';
  16813.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocator/DefaultFileLocator.php';
  16814.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessorInterface.php';
  16815.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessor/DefaultIncludeProcessor.php';
  16816.         $a = new \Hautelook\AliceBundle\Alice\FileLocator\KernelFileLocator(new \Nelmio\Alice\FileLocator\DefaultFileLocator(), ($this->services['kernel'] ?? $this->get('kernel'1)));
  16817.         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));
  16818.     }
  16819.     /**
  16820.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  16821.      *
  16822.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  16823.      */
  16824.     protected function getNelmioApiDoc_Describers_ConfigService()
  16825.     {
  16826.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  16827.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  16828.         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']]);
  16829.     }
  16830.     /**
  16831.      * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  16832.      *
  16833.      * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  16834.      */
  16835.     protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  16836.     {
  16837.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/SetsContextTrait.php';
  16838.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/OpenApiPhpDescriber.php';
  16839.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  16840.         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()));
  16841.     }
  16842.     /**
  16843.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  16844.      *
  16845.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  16846.      */
  16847.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  16848.     {
  16849.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  16850.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  16851.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  16852.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  16853.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  16854.         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 () {
  16855.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  16856.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  16857.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionRequestBodyDescriber'] ?? $this->getActionRequestBodyDescriberService());
  16858.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\OperationIdDescriber'] ?? $this->getOperationIdDescriberService());
  16859.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\PaginationDescriber'] ?? $this->getPaginationDescriberService());
  16860.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\SecurityDescriber'] ?? $this->getSecurityDescriberService());
  16861.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\TagDescriber'] ?? $this->getTagDescriberService());
  16862.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionResponseDescriber'] ?? $this->getActionResponseDescriberService());
  16863.         }, 8));
  16864.     }
  16865.     /**
  16866.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  16867.      *
  16868.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  16869.      */
  16870.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  16871.     {
  16872.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  16873.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  16874.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  16875.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
  16876.         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']);
  16877.     }
  16878.     /**
  16879.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  16880.      *
  16881.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  16882.      */
  16883.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  16884.     {
  16885.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  16886.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  16887.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  16888.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  16889.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
  16890.         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 () {
  16891.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  16892.             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()));
  16893.             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()));
  16894.             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()));
  16895.             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()));
  16896.             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()));
  16897.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService());
  16898.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  16899.         }, 8), [=> 'json'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  16900.     }
  16901.     /**
  16902.      * Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
  16903.      *
  16904.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
  16905.      */
  16906.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
  16907.     {
  16908.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  16909.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  16910.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  16911.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
  16912.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
  16913.         return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
  16914.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  16915.             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()));
  16916.             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()));
  16917.             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()));
  16918.             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()));
  16919.             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()));
  16920.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService());
  16921.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  16922.         }, 8));
  16923.     }
  16924.     /**
  16925.      * Gets the private 'nelmio_api_doc.object_model.property_describers.compound' shared service.
  16926.      *
  16927.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber
  16928.      */
  16929.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService()
  16930.     {
  16931.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  16932.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  16933.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  16934.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/CompoundPropertyDescriber.php';
  16935.         return $this->privates['nelmio_api_doc.object_model.property_describers.compound'] = new \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber(new RewindableGenerator(function () {
  16936.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  16937.             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()));
  16938.             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()));
  16939.             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()));
  16940.             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()));
  16941.             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()));
  16942.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService());
  16943.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  16944.         }, 8));
  16945.     }
  16946.     /**
  16947.      * Gets the private 'nelmio_api_doc.object_model.property_describers.object' shared service.
  16948.      *
  16949.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\PropertyDescriber\EntityIdPropertyDescriber
  16950.      */
  16951.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService()
  16952.     {
  16953.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  16954.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  16955.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  16956.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ObjectPropertyDescriber.php';
  16957.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/PropertyDescriber/EntityIdPropertyDescriber.php';
  16958.         $this->privates['nelmio_api_doc.object_model.property_describers.object'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\PropertyDescriber\EntityIdPropertyDescriber();
  16959.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  16960.         return $instance;
  16961.     }
  16962.     /**
  16963.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  16964.      *
  16965.      * @return \Symfony\Component\Routing\RouteCollection
  16966.      */
  16967.     protected function getNelmioApiDoc_Routes_DefaultService()
  16968.     {
  16969.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  16970.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  16971.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  16972.         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());
  16973.     }
  16974.     /**
  16975.      * Gets the private 'oneup_uploader.command.clear_chunks' shared service.
  16976.      *
  16977.      * @return \Oneup\UploaderBundle\Command\ClearChunkCommand
  16978.      */
  16979.     protected function getOneupUploader_Command_ClearChunksService()
  16980.     {
  16981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16982.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Command/ClearChunkCommand.php';
  16983.         $this->privates['oneup_uploader.command.clear_chunks'] = $instance = new \Oneup\UploaderBundle\Command\ClearChunkCommand(($this->services['oneup_uploader.chunk_manager'] ?? $this->getOneupUploader_ChunkManagerService()));
  16984.         $instance->setName('oneup:uploader:clear-chunks');
  16985.         return $instance;
  16986.     }
  16987.     /**
  16988.      * Gets the private 'oneup_uploader.command.clear_orphans' shared service.
  16989.      *
  16990.      * @return \Oneup\UploaderBundle\Command\ClearOrphansCommand
  16991.      */
  16992.     protected function getOneupUploader_Command_ClearOrphansService()
  16993.     {
  16994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16995.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Command/ClearOrphansCommand.php';
  16996.         $this->privates['oneup_uploader.command.clear_orphans'] = $instance = new \Oneup\UploaderBundle\Command\ClearOrphansCommand(($this->services['oneup_uploader.orphanage_manager'] ?? $this->getOneupUploader_OrphanageManagerService()));
  16997.         $instance->setName('oneup:uploader:clear-orphans');
  16998.         return $instance;
  16999.     }
  17000.     /**
  17001.      * Gets the private 'parameter_bag' shared service.
  17002.      *
  17003.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  17004.      */
  17005.     protected function getParameterBagService()
  17006.     {
  17007.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  17008.     }
  17009.     /**
  17010.      * Gets the private 'profiler_listener' shared service.
  17011.      *
  17012.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  17013.      */
  17014.     protected function getProfilerListenerService()
  17015.     {
  17016.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  17017.         if (isset($this->privates['profiler_listener'])) {
  17018.             return $this->privates['profiler_listener'];
  17019.         }
  17020.         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);
  17021.     }
  17022.     /**
  17023.      * Gets the private 'property_accessor' shared service.
  17024.      *
  17025.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  17026.      */
  17027.     protected function getPropertyAccessorService()
  17028.     {
  17029.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  17030.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  17031.     }
  17032.     /**
  17033.      * Gets the private 'property_info' shared service.
  17034.      *
  17035.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  17036.      */
  17037.     protected function getPropertyInfoService()
  17038.     {
  17039.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  17040.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  17041.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  17042.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  17043.         }, 3), new RewindableGenerator(function () {
  17044.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  17045.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  17046.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  17047.         }, 3), new RewindableGenerator(function () {
  17048.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  17049.         }, 1), new RewindableGenerator(function () {
  17050.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  17051.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  17052.         }, 2), new RewindableGenerator(function () {
  17053.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  17054.         }, 1));
  17055.     }
  17056.     /**
  17057.      * Gets the private 'property_info.serializer_extractor' shared service.
  17058.      *
  17059.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  17060.      */
  17061.     protected function getPropertyInfo_SerializerExtractorService()
  17062.     {
  17063.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  17064.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  17065.     }
  17066.     /**
  17067.      * Gets the private 'router.cache_warmer' shared service.
  17068.      *
  17069.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  17070.      */
  17071.     protected function getRouter_CacheWarmerService()
  17072.     {
  17073.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  17074.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  17075.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17076.             'router' => ['services''router''getRouterService'false],
  17077.         ], [
  17078.             'router' => '?',
  17079.         ]))->withContext('router.cache_warmer'$this));
  17080.     }
  17081.     /**
  17082.      * Gets the private 'router.expression_language_provider' shared service.
  17083.      *
  17084.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  17085.      */
  17086.     protected function getRouter_ExpressionLanguageProviderService()
  17087.     {
  17088.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17089.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  17090.         ], [
  17091.             'env' => 'Closure',
  17092.         ]));
  17093.     }
  17094.     /**
  17095.      * Gets the private 'router.request_context' shared service.
  17096.      *
  17097.      * @return \Symfony\Component\Routing\RequestContext
  17098.      */
  17099.     protected function getRouter_RequestContextService()
  17100.     {
  17101.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  17102.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  17103.         return $instance;
  17104.     }
  17105.     /**
  17106.      * Gets the private 'router_listener' shared service.
  17107.      *
  17108.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  17109.      */
  17110.     protected function getRouterListenerService()
  17111.     {
  17112.         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);
  17113.     }
  17114.     /**
  17115.      * Gets the private 'secrets.vault' shared service.
  17116.      *
  17117.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  17118.      */
  17119.     protected function getSecrets_VaultService()
  17120.     {
  17121.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  17122.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  17123.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  17124.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  17125.         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'));
  17126.     }
  17127.     /**
  17128.      * Gets the private 'security.access_listener' shared service.
  17129.      *
  17130.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  17131.      */
  17132.     protected function getSecurity_AccessListenerService()
  17133.     {
  17134.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  17135.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  17136.         if (isset($this->privates['security.access_listener'])) {
  17137.             return $this->privates['security.access_listener'];
  17138.         }
  17139.         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);
  17140.     }
  17141.     /**
  17142.      * Gets the private 'security.access_map' shared service.
  17143.      *
  17144.      * @return \Symfony\Component\Security\Http\AccessMap
  17145.      */
  17146.     protected function getSecurity_AccessMapService()
  17147.     {
  17148.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  17149.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  17150.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  17151.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  17152.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  17153.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(login)|(connect)'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  17154.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:CORE_REVERSE_SYNC')), [=> 'IS_AUTHENTICATED_REMEMBERED'], NULL);
  17155.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/logged-out'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  17156.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'IS_AUTHENTICATED_REMEMBERED'], NULL);
  17157.         return $instance;
  17158.     }
  17159.     /**
  17160.      * Gets the private 'security.authenticator.guard.main.0' shared service.
  17161.      *
  17162.      * @return \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator
  17163.      */
  17164.     protected function getSecurity_Authenticator_Guard_Main_0Service()
  17165.     {
  17166.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  17167.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  17168.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  17169.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php';
  17170.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  17171.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  17172.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Helper/FinishRegistrationBehavior.php';
  17173.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Helper/PreviousUrlHelper.php';
  17174.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Helper/SaveAuthFailureMessage.php';
  17175.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Authenticator/SocialAuthenticator.php';
  17176.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  17177.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/CoreAuthenticator.php';
  17178.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/UserRetriever/UserRetrieverInterface.php';
  17179.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/UserRetriever/DoctrineUserRetriever.php';
  17180.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  17181.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17182.         if (isset($this->privates['security.authenticator.guard.main.0'])) {
  17183.             return $this->privates['security.authenticator.guard.main.0'];
  17184.         }
  17185.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  17186.         if (isset($this->privates['security.authenticator.guard.main.0'])) {
  17187.             return $this->privates['security.authenticator.guard.main.0'];
  17188.         }
  17189.         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()));
  17190.     }
  17191.     /**
  17192.      * Gets the private 'security.channel_listener' shared service.
  17193.      *
  17194.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  17195.      */
  17196.     protected function getSecurity_ChannelListenerService()
  17197.     {
  17198.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  17199.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  17200.         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());
  17201.     }
  17202.     /**
  17203.      * Gets the private 'security.command.debug_firewall' shared service.
  17204.      *
  17205.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  17206.      */
  17207.     protected function getSecurity_Command_DebugFirewallService()
  17208.     {
  17209.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17210.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  17211.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  17212.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  17213.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Security/CoreAuthenticator.php';
  17214.         $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);
  17215.         $instance->setName('debug:firewall');
  17216.         $instance->setDescription('Display information about your security firewall(s)');
  17217.         return $instance;
  17218.     }
  17219.     /**
  17220.      * Gets the private 'security.command.user_password_encoder' shared service.
  17221.      *
  17222.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  17223.      *
  17224.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  17225.      */
  17226.     protected function getSecurity_Command_UserPasswordEncoderService()
  17227.     {
  17228.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  17229.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), []);
  17230.         $instance->setName('security:encode-password');
  17231.         $instance->setDescription('Encode a password');
  17232.         return $instance;
  17233.     }
  17234.     /**
  17235.      * Gets the private 'security.command.user_password_hash' shared service.
  17236.      *
  17237.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  17238.      */
  17239.     protected function getSecurity_Command_UserPasswordHashService()
  17240.     {
  17241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17242.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  17243.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  17244.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  17245.         $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([]))), []);
  17246.         $instance->setName('security:hash-password');
  17247.         $instance->setDescription('Hash a user password');
  17248.         return $instance;
  17249.     }
  17250.     /**
  17251.      * Gets the private 'security.context_listener.0' shared service.
  17252.      *
  17253.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  17254.      */
  17255.     protected function getSecurity_ContextListener_0Service()
  17256.     {
  17257.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  17258.         if (isset($this->privates['security.context_listener.0'])) {
  17259.             return $this->privates['security.context_listener.0'];
  17260.         }
  17261.         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 () {
  17262.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  17263.         }, 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']);
  17264.     }
  17265.     /**
  17266.      * Gets the private 'security.encoder_factory.generic' shared service.
  17267.      *
  17268.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  17269.      *
  17270.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  17271.      */
  17272.     protected function getSecurity_EncoderFactory_GenericService()
  17273.     {
  17274.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  17275.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory([]);
  17276.     }
  17277.     /**
  17278.      * Gets the private 'security.event_dispatcher.main' shared service.
  17279.      *
  17280.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  17281.      */
  17282.     protected function getSecurity_EventDispatcher_MainService()
  17283.     {
  17284.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  17285.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  17286.             return ($this->privates['security.listener.main.user_provider'] ?? $this->getSecurity_Listener_Main_UserProviderService());
  17287.         }, => 'checkPassport'], 2048);
  17288.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  17289.             return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  17290.         }, => 'onSuccessfulLogin'], 0);
  17291.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  17292.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  17293.         }, => 'onLogout'], 64);
  17294.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  17295.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  17296.         }, => 'onLogout'], 0);
  17297.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  17298.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  17299.         }, => 'preCheckCredentials'], 256);
  17300.         $instance->addListener('security.authentication.success', [=> function () {
  17301.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  17302.         }, => 'postCheckCredentials'], 256);
  17303.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  17304.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  17305.         }, => 'checkPassport'], 1024);
  17306.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  17307.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  17308.         }, => 'handleLoginSuccessEvent'], 0);
  17309.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  17310.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  17311.         }, => 'checkPassport'], 0);
  17312.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  17313.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  17314.         }, => 'onLoginSuccess'], 0);
  17315.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  17316.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LoginSubscriber'] ?? $this->getLoginSubscriberService());
  17317.         }, => 'onLoginSuccess'], 0);
  17318.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  17319.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  17320.         }, => 'logout'], 0);
  17321.         return $instance;
  17322.     }
  17323.     /**
  17324.      * Gets the private 'security.event_dispatcher.reverse_sync' shared service.
  17325.      *
  17326.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  17327.      */
  17328.     protected function getSecurity_EventDispatcher_ReverseSyncService()
  17329.     {
  17330.         $this->privates['security.event_dispatcher.reverse_sync'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  17331.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  17332.             return ($this->privates['security.listener.user_checker.reverse_sync'] ?? $this->getSecurity_Listener_UserChecker_ReverseSyncService());
  17333.         }, => 'preCheckCredentials'], 256);
  17334.         $instance->addListener('security.authentication.success', [=> function () {
  17335.             return ($this->privates['security.listener.user_checker.reverse_sync'] ?? $this->getSecurity_Listener_UserChecker_ReverseSyncService());
  17336.         }, => 'postCheckCredentials'], 256);
  17337.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  17338.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  17339.         }, => 'checkPassport'], 1024);
  17340.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  17341.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  17342.         }, => 'handleLoginSuccessEvent'], 0);
  17343.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  17344.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  17345.         }, => 'checkPassport'], 0);
  17346.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  17347.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  17348.         }, => 'onLoginSuccess'], 0);
  17349.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  17350.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LoginSubscriber'] ?? $this->getLoginSubscriberService());
  17351.         }, => 'onLoginSuccess'], 0);
  17352.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  17353.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  17354.         }, => 'logout'], 0);
  17355.         return $instance;
  17356.     }
  17357.     /**
  17358.      * Gets the private 'security.firewall.map' shared service.
  17359.      *
  17360.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  17361.      */
  17362.     protected function getSecurity_Firewall_MapService()
  17363.     {
  17364.         $a = ($this->privates['.service_locator.lH2X8k5'] ?? $this->get_ServiceLocator_LH2X8k5Service());
  17365.         if (isset($this->privates['security.firewall.map'])) {
  17366.             return $this->privates['security.firewall.map'];
  17367.         }
  17368.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  17369.             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)/')));
  17370.             yield 'security.firewall.map.context.reverse_sync_doc' => ($this->privates['.security.request_matcher.WM0s4_R'] ?? ($this->privates['.security.request_matcher.WM0s4_R'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:CORE_REVERSE_SYNC').'/doc')));
  17371.             yield 'security.firewall.map.context.reverse_sync' => ($this->privates['.security.request_matcher.dlJ8z1m'] ?? ($this->privates['.security.request_matcher.dlJ8z1m'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:CORE_REVERSE_SYNC').'/')));
  17372.             yield 'security.firewall.map.context.main' => NULL;
  17373.         }, 4));
  17374.     }
  17375.     /**
  17376.      * Gets the private 'security.firewall.map.context.dev' shared service.
  17377.      *
  17378.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  17379.      */
  17380.     protected function getSecurity_Firewall_Map_Context_DevService()
  17381.     {
  17382.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  17383.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  17384.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  17385.             return new \EmptyIterator();
  17386.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  17387.     }
  17388.     /**
  17389.      * Gets the private 'security.firewall.map.context.main' shared service.
  17390.      *
  17391.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  17392.      */
  17393.     protected function getSecurity_Firewall_Map_Context_MainService()
  17394.     {
  17395.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  17396.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  17397.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  17398.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  17399.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  17400.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  17401.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  17402.         if (isset($this->privates['security.firewall.map.context.main'])) {
  17403.             return $this->privates['security.firewall.map.context.main'];
  17404.         }
  17405.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  17406.         $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  17407.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  17408.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  17409.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  17410.             yield => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  17411.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  17412.         }, 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())));
  17413.     }
  17414.     /**
  17415.      * Gets the private 'security.firewall.map.context.reverse_sync' shared service.
  17416.      *
  17417.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  17418.      */
  17419.     protected function getSecurity_Firewall_Map_Context_ReverseSyncService()
  17420.     {
  17421.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  17422.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  17423.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  17424.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  17425.         return $this->privates['security.firewall.map.context.reverse_sync'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  17426.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  17427.             yield => ($this->privates['debug.security.firewall.authenticator.reverse_sync'] ?? $this->getDebug_Security_Firewall_Authenticator_ReverseSyncService());
  17428.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  17429.         }, 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.dlJ8z1m'truetrue'security.user.provider.concrete.app_user_provider'NULLNULLNULLNULL, [=> 'Nellapp\\Bundle\\SDKBundle\\Sync\\Security\\CoreAuthenticator'], NULL));
  17430.     }
  17431.     /**
  17432.      * Gets the private 'security.firewall.map.context.reverse_sync_doc' shared service.
  17433.      *
  17434.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  17435.      */
  17436.     protected function getSecurity_Firewall_Map_Context_ReverseSyncDocService()
  17437.     {
  17438.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  17439.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  17440.         return $this->privates['security.firewall.map.context.reverse_sync_doc'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  17441.             return new \EmptyIterator();
  17442.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('reverse_sync_doc''security.user_checker''.security.request_matcher.WM0s4_R'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  17443.     }
  17444.     /**
  17445.      * Gets the private 'security.helper' shared service.
  17446.      *
  17447.      * @return \Symfony\Component\Security\Core\Security
  17448.      */
  17449.     protected function getSecurity_HelperService()
  17450.     {
  17451.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17452.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  17453.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  17454.         ], [
  17455.             'security.authorization_checker' => '?',
  17456.             'security.token_storage' => '?',
  17457.         ]));
  17458.     }
  17459.     /**
  17460.      * Gets the private 'security.http_utils' shared service.
  17461.      *
  17462.      * @return \Symfony\Component\Security\Http\HttpUtils
  17463.      */
  17464.     protected function getSecurity_HttpUtilsService()
  17465.     {
  17466.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  17467.         $a = ($this->services['router'] ?? $this->getRouterService());
  17468.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  17469.     }
  17470.     /**
  17471.      * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  17472.      *
  17473.      * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  17474.      */
  17475.     protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  17476.     {
  17477.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  17478.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  17479.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  17480.         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([]))));
  17481.     }
  17482.     /**
  17483.      * Gets the private 'security.listener.main.user_provider' shared service.
  17484.      *
  17485.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  17486.      */
  17487.     protected function getSecurity_Listener_Main_UserProviderService()
  17488.     {
  17489.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  17490.         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()));
  17491.     }
  17492.     /**
  17493.      * Gets the private 'security.listener.password_migrating' shared service.
  17494.      *
  17495.      * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  17496.      */
  17497.     protected function getSecurity_Listener_PasswordMigratingService()
  17498.     {
  17499.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  17500.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  17501.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  17502.         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([]))));
  17503.     }
  17504.     /**
  17505.      * Gets the private 'security.listener.session.main' shared service.
  17506.      *
  17507.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  17508.      */
  17509.     protected function getSecurity_Listener_Session_MainService()
  17510.     {
  17511.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  17512.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  17513.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  17514.         return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'));
  17515.     }
  17516.     /**
  17517.      * Gets the private 'security.listener.user_checker.main' shared service.
  17518.      *
  17519.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  17520.      */
  17521.     protected function getSecurity_Listener_UserChecker_MainService()
  17522.     {
  17523.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  17524.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  17525.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  17526.         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())));
  17527.     }
  17528.     /**
  17529.      * Gets the private 'security.listener.user_checker.reverse_sync' shared service.
  17530.      *
  17531.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  17532.      */
  17533.     protected function getSecurity_Listener_UserChecker_ReverseSyncService()
  17534.     {
  17535.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  17536.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  17537.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  17538.         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())));
  17539.     }
  17540.     /**
  17541.      * Gets the private 'security.listener.user_provider' shared service.
  17542.      *
  17543.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  17544.      */
  17545.     protected function getSecurity_Listener_UserProviderService()
  17546.     {
  17547.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  17548.         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()));
  17549.     }
  17550.     /**
  17551.      * Gets the private 'security.logout.listener.default.main' shared service.
  17552.      *
  17553.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  17554.      */
  17555.     protected function getSecurity_Logout_Listener_Default_MainService()
  17556.     {
  17557.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  17558.         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');
  17559.     }
  17560.     /**
  17561.      * Gets the private 'security.logout_url_generator' shared service.
  17562.      *
  17563.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  17564.      */
  17565.     protected function getSecurity_LogoutUrlGeneratorService()
  17566.     {
  17567.         $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()));
  17568.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  17569.         return $instance;
  17570.     }
  17571.     /**
  17572.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  17573.      *
  17574.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  17575.      */
  17576.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  17577.     {
  17578.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  17579.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  17580.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  17581.         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);
  17582.     }
  17583.     /**
  17584.      * Gets the private 'security.validator.user_password' shared service.
  17585.      *
  17586.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  17587.      */
  17588.     protected function getSecurity_Validator_UserPasswordService()
  17589.     {
  17590.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  17591.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  17592.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  17593.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  17594.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  17595.         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([]))));
  17596.     }
  17597.     /**
  17598.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  17599.      *
  17600.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  17601.      */
  17602.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  17603.     {
  17604.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  17605.     }
  17606.     /**
  17607.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  17608.      *
  17609.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  17610.      */
  17611.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  17612.     {
  17613.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  17614.         $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');
  17615.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  17616.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  17617.     }
  17618.     /**
  17619.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  17620.      *
  17621.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  17622.      */
  17623.     protected function getSensioFrameworkExtra_Security_ListenerService()
  17624.     {
  17625.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  17626.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  17627.             return $this->privates['sensio_framework_extra.security.listener'];
  17628.         }
  17629.         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()));
  17630.     }
  17631.     /**
  17632.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  17633.      *
  17634.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  17635.      */
  17636.     protected function getSensioFrameworkExtra_View_ListenerService()
  17637.     {
  17638.         $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))));
  17639.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17640.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  17641.         ], [
  17642.             'twig' => '?',
  17643.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  17644.         return $instance;
  17645.     }
  17646.     /**
  17647.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  17648.      *
  17649.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  17650.      */
  17651.     protected function getSerializer_Mapping_CacheWarmerService()
  17652.     {
  17653.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  17654.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  17655.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  17656.         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'));
  17657.     }
  17658.     /**
  17659.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  17660.      *
  17661.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  17662.      */
  17663.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  17664.     {
  17665.         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()))]));
  17666.     }
  17667.     /**
  17668.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  17669.      *
  17670.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  17671.      */
  17672.     protected function getSerializer_NameConverter_MetadataAwareService()
  17673.     {
  17674.         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()));
  17675.     }
  17676.     /**
  17677.      * Gets the private 'session.factory' shared service.
  17678.      *
  17679.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  17680.      */
  17681.     protected function getSession_FactoryService()
  17682.     {
  17683.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  17684.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  17685.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  17686.         if (isset($this->privates['session.factory'])) {
  17687.             return $this->privates['session.factory'];
  17688.         }
  17689.         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']);
  17690.     }
  17691.     /**
  17692.      * Gets the private 'session.storage.factory.service' shared service.
  17693.      *
  17694.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  17695.      *
  17696.      * @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.
  17697.      */
  17698.     protected function getSession_Storage_Factory_ServiceService()
  17699.     {
  17700.         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.');
  17701.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  17702.     }
  17703.     /**
  17704.      * Gets the private 'session.storage.metadata_bag' shared service.
  17705.      *
  17706.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  17707.      *
  17708.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  17709.      */
  17710.     protected function getSession_Storage_MetadataBagService()
  17711.     {
  17712.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  17713.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  17714.     }
  17715.     /**
  17716.      * Gets the private 'session.storage.native' shared service.
  17717.      *
  17718.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  17719.      *
  17720.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  17721.      */
  17722.     protected function getSession_Storage_NativeService()
  17723.     {
  17724.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  17725.         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());
  17726.     }
  17727.     /**
  17728.      * Gets the private 'session_listener' shared service.
  17729.      *
  17730.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  17731.      */
  17732.     protected function getSessionListenerService()
  17733.     {
  17734.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17735.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  17736.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  17737.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  17738.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  17739.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  17740.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  17741.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  17742.         ], [
  17743.             'initialized_session' => '?',
  17744.             'logger' => '?',
  17745.             'request_stack' => '?',
  17746.             'session' => '?',
  17747.             'session_collector' => '?',
  17748.             'session_factory' => '?',
  17749.             'session_storage' => '?',
  17750.         ]), true$this->parameters['session.storage.options']);
  17751.     }
  17752.     /**
  17753.      * Gets the private 'spiriit_form_filter.type.filter_boolean' shared service.
  17754.      *
  17755.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\BooleanFilterType
  17756.      */
  17757.     protected function getSpiriitFormFilter_Type_FilterBooleanService()
  17758.     {
  17759.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17760.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17761.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/BooleanFilterType.php';
  17762.         return $this->privates['spiriit_form_filter.type.filter_boolean'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\BooleanFilterType();
  17763.     }
  17764.     /**
  17765.      * Gets the private 'spiriit_form_filter.type.filter_checkbox' shared service.
  17766.      *
  17767.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CheckboxFilterType
  17768.      */
  17769.     protected function getSpiriitFormFilter_Type_FilterCheckboxService()
  17770.     {
  17771.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17772.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17773.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/CheckboxFilterType.php';
  17774.         return $this->privates['spiriit_form_filter.type.filter_checkbox'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CheckboxFilterType();
  17775.     }
  17776.     /**
  17777.      * Gets the private 'spiriit_form_filter.type.filter_choice' shared service.
  17778.      *
  17779.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\ChoiceFilterType
  17780.      */
  17781.     protected function getSpiriitFormFilter_Type_FilterChoiceService()
  17782.     {
  17783.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17784.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17785.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/ChoiceFilterType.php';
  17786.         return $this->privates['spiriit_form_filter.type.filter_choice'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\ChoiceFilterType();
  17787.     }
  17788.     /**
  17789.      * Gets the private 'spiriit_form_filter.type.filter_collection_adapter' shared service.
  17790.      *
  17791.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CollectionAdapterFilterType
  17792.      */
  17793.     protected function getSpiriitFormFilter_Type_FilterCollectionAdapterService()
  17794.     {
  17795.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17796.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17797.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/CollectionAdapterFilterType.php';
  17798.         return $this->privates['spiriit_form_filter.type.filter_collection_adapter'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CollectionAdapterFilterType();
  17799.     }
  17800.     /**
  17801.      * Gets the private 'spiriit_form_filter.type.filter_date' shared service.
  17802.      *
  17803.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateFilterType
  17804.      */
  17805.     protected function getSpiriitFormFilter_Type_FilterDateService()
  17806.     {
  17807.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17808.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17809.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateFilterType.php';
  17810.         return $this->privates['spiriit_form_filter.type.filter_date'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateFilterType();
  17811.     }
  17812.     /**
  17813.      * Gets the private 'spiriit_form_filter.type.filter_date_range' shared service.
  17814.      *
  17815.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateRangeFilterType
  17816.      */
  17817.     protected function getSpiriitFormFilter_Type_FilterDateRangeService()
  17818.     {
  17819.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17820.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17821.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateRangeFilterType.php';
  17822.         return $this->privates['spiriit_form_filter.type.filter_date_range'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateRangeFilterType();
  17823.     }
  17824.     /**
  17825.      * Gets the private 'spiriit_form_filter.type.filter_datetime' shared service.
  17826.      *
  17827.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeFilterType
  17828.      */
  17829.     protected function getSpiriitFormFilter_Type_FilterDatetimeService()
  17830.     {
  17831.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17832.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17833.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateTimeFilterType.php';
  17834.         return $this->privates['spiriit_form_filter.type.filter_datetime'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeFilterType();
  17835.     }
  17836.     /**
  17837.      * Gets the private 'spiriit_form_filter.type.filter_datetime_range' shared service.
  17838.      *
  17839.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeRangeFilterType
  17840.      */
  17841.     protected function getSpiriitFormFilter_Type_FilterDatetimeRangeService()
  17842.     {
  17843.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17844.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17845.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateTimeRangeFilterType.php';
  17846.         return $this->privates['spiriit_form_filter.type.filter_datetime_range'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeRangeFilterType();
  17847.     }
  17848.     /**
  17849.      * Gets the private 'spiriit_form_filter.type.filter_entity' shared service.
  17850.      *
  17851.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EntityFilterType
  17852.      */
  17853.     protected function getSpiriitFormFilter_Type_FilterEntityService()
  17854.     {
  17855.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17856.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17857.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/EntityFilterType.php';
  17858.         return $this->privates['spiriit_form_filter.type.filter_entity'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EntityFilterType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17859.     }
  17860.     /**
  17861.      * Gets the private 'spiriit_form_filter.type.filter_enum' shared service.
  17862.      *
  17863.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EnumFilterType
  17864.      */
  17865.     protected function getSpiriitFormFilter_Type_FilterEnumService()
  17866.     {
  17867.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17868.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17869.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/EnumFilterType.php';
  17870.         return $this->privates['spiriit_form_filter.type.filter_enum'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EnumFilterType();
  17871.     }
  17872.     /**
  17873.      * Gets the private 'spiriit_form_filter.type.filter_number' shared service.
  17874.      *
  17875.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberFilterType
  17876.      */
  17877.     protected function getSpiriitFormFilter_Type_FilterNumberService()
  17878.     {
  17879.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17880.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17881.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/NumberFilterType.php';
  17882.         return $this->privates['spiriit_form_filter.type.filter_number'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberFilterType();
  17883.     }
  17884.     /**
  17885.      * Gets the private 'spiriit_form_filter.type.filter_number_range' shared service.
  17886.      *
  17887.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberRangeFilterType
  17888.      */
  17889.     protected function getSpiriitFormFilter_Type_FilterNumberRangeService()
  17890.     {
  17891.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17892.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17893.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/NumberRangeFilterType.php';
  17894.         return $this->privates['spiriit_form_filter.type.filter_number_range'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberRangeFilterType();
  17895.     }
  17896.     /**
  17897.      * Gets the private 'spiriit_form_filter.type.filter_sharedable' shared service.
  17898.      *
  17899.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\SharedableFilterType
  17900.      */
  17901.     protected function getSpiriitFormFilter_Type_FilterSharedableService()
  17902.     {
  17903.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17904.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17905.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/SharedableFilterType.php';
  17906.         return $this->privates['spiriit_form_filter.type.filter_sharedable'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\SharedableFilterType();
  17907.     }
  17908.     /**
  17909.      * Gets the private 'spiriit_form_filter.type.filter_text' shared service.
  17910.      *
  17911.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\TextFilterType
  17912.      */
  17913.     protected function getSpiriitFormFilter_Type_FilterTextService()
  17914.     {
  17915.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17916.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17917.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/TextFilterType.php';
  17918.         return $this->privates['spiriit_form_filter.type.filter_text'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\TextFilterType(1);
  17919.     }
  17920.     /**
  17921.      * Gets the private 'translation.extractor' shared service.
  17922.      *
  17923.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  17924.      */
  17925.     protected function getTranslation_ExtractorService()
  17926.     {
  17927.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  17928.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  17929.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  17930.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  17931.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  17932.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  17933.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  17934.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  17935.         return $instance;
  17936.     }
  17937.     /**
  17938.      * Gets the private 'translation.loader.csv' shared service.
  17939.      *
  17940.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  17941.      */
  17942.     protected function getTranslation_Loader_CsvService()
  17943.     {
  17944.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17945.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  17946.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  17947.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  17948.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  17949.     }
  17950.     /**
  17951.      * Gets the private 'translation.loader.dat' shared service.
  17952.      *
  17953.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  17954.      */
  17955.     protected function getTranslation_Loader_DatService()
  17956.     {
  17957.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17958.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  17959.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  17960.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  17961.     }
  17962.     /**
  17963.      * Gets the private 'translation.loader.ini' shared service.
  17964.      *
  17965.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  17966.      */
  17967.     protected function getTranslation_Loader_IniService()
  17968.     {
  17969.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17970.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  17971.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  17972.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  17973.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  17974.     }
  17975.     /**
  17976.      * Gets the private 'translation.loader.json' shared service.
  17977.      *
  17978.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  17979.      */
  17980.     protected function getTranslation_Loader_JsonService()
  17981.     {
  17982.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17983.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  17984.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  17985.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  17986.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  17987.     }
  17988.     /**
  17989.      * Gets the private 'translation.loader.mo' shared service.
  17990.      *
  17991.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  17992.      */
  17993.     protected function getTranslation_Loader_MoService()
  17994.     {
  17995.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17996.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  17997.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  17998.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  17999.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  18000.     }
  18001.     /**
  18002.      * Gets the private 'translation.loader.php' shared service.
  18003.      *
  18004.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  18005.      */
  18006.     protected function getTranslation_Loader_PhpService()
  18007.     {
  18008.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18009.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18010.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18011.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  18012.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  18013.     }
  18014.     /**
  18015.      * Gets the private 'translation.loader.po' shared service.
  18016.      *
  18017.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  18018.      */
  18019.     protected function getTranslation_Loader_PoService()
  18020.     {
  18021.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18022.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18023.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18024.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  18025.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  18026.     }
  18027.     /**
  18028.      * Gets the private 'translation.loader.qt' shared service.
  18029.      *
  18030.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  18031.      */
  18032.     protected function getTranslation_Loader_QtService()
  18033.     {
  18034.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18035.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  18036.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  18037.     }
  18038.     /**
  18039.      * Gets the private 'translation.loader.res' shared service.
  18040.      *
  18041.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  18042.      */
  18043.     protected function getTranslation_Loader_ResService()
  18044.     {
  18045.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18046.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  18047.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  18048.     }
  18049.     /**
  18050.      * Gets the private 'translation.loader.xliff' shared service.
  18051.      *
  18052.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  18053.      */
  18054.     protected function getTranslation_Loader_XliffService()
  18055.     {
  18056.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18057.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  18058.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  18059.     }
  18060.     /**
  18061.      * Gets the private 'translation.loader.yml' shared service.
  18062.      *
  18063.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  18064.      */
  18065.     protected function getTranslation_Loader_YmlService()
  18066.     {
  18067.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18068.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18069.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18070.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  18071.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  18072.     }
  18073.     /**
  18074.      * Gets the private 'translation.provider_collection' shared service.
  18075.      *
  18076.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  18077.      */
  18078.     protected function getTranslation_ProviderCollectionService()
  18079.     {
  18080.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  18081.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  18082.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  18083.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  18084.         }, 1), []))->fromConfig([]);
  18085.     }
  18086.     /**
  18087.      * Gets the private 'translation.reader' shared service.
  18088.      *
  18089.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  18090.      */
  18091.     protected function getTranslation_ReaderService()
  18092.     {
  18093.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  18094.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  18095.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18096.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18097.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18098.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  18099.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  18100.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  18101.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  18102.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  18103.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  18104.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  18105.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  18106.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  18107.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  18108.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  18109.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  18110.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  18111.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  18112.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  18113.         $instance->addLoader('yaml'$a);
  18114.         $instance->addLoader('yml'$a);
  18115.         $instance->addLoader('xlf'$b);
  18116.         $instance->addLoader('xliff'$b);
  18117.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  18118.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  18119.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  18120.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  18121.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  18122.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  18123.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  18124.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  18125.         return $instance;
  18126.     }
  18127.     /**
  18128.      * Gets the private 'translation.warmer' shared service.
  18129.      *
  18130.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  18131.      */
  18132.     protected function getTranslation_WarmerService()
  18133.     {
  18134.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  18135.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  18136.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18137.             'translator' => ['services''translator''getTranslatorService'false],
  18138.         ], [
  18139.             'translator' => '?',
  18140.         ]))->withContext('translation.warmer'$this));
  18141.     }
  18142.     /**
  18143.      * Gets the private 'translation.writer' shared service.
  18144.      *
  18145.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  18146.      */
  18147.     protected function getTranslation_WriterService()
  18148.     {
  18149.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  18150.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  18151.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  18152.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  18153.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  18154.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  18155.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  18156.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  18157.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  18158.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  18159.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  18160.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  18161.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  18162.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  18163.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  18164.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  18165.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  18166.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  18167.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  18168.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  18169.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  18170.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  18171.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  18172.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  18173.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  18174.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  18175.         return $instance;
  18176.     }
  18177.     /**
  18178.      * Gets the private 'translator.default' shared service.
  18179.      *
  18180.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  18181.      */
  18182.     protected function getTranslator_DefaultService()
  18183.     {
  18184.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18185.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  18186.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  18187.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  18188.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  18189.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  18190.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  18191.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  18192.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  18193.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  18194.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  18195.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  18196.         ], [
  18197.             'translation.loader.csv' => '?',
  18198.             'translation.loader.dat' => '?',
  18199.             'translation.loader.ini' => '?',
  18200.             'translation.loader.json' => '?',
  18201.             'translation.loader.mo' => '?',
  18202.             'translation.loader.php' => '?',
  18203.             'translation.loader.po' => '?',
  18204.             'translation.loader.qt' => '?',
  18205.             'translation.loader.res' => '?',
  18206.             'translation.loader.xliff' => '?',
  18207.             'translation.loader.yml' => '?',
  18208.         ]), 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/email.fr.yaml'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.fr.yml'), => (\dirname(__DIR__4).'/translations/OneupUploaderBundle.fr.yaml'), => (\dirname(__DIR__4).'/translations/messages.fr.yaml'), 10 => (\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']]], []);
  18209.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  18210.         $instance->setFallbackLocales([=> 'fr']);
  18211.         return $instance;
  18212.     }
  18213.     /**
  18214.      * Gets the private 'twig.command.debug' shared service.
  18215.      *
  18216.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  18217.      */
  18218.     protected function getTwig_Command_DebugService()
  18219.     {
  18220.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18221.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  18222.         $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()));
  18223.         $instance->setName('debug:twig');
  18224.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  18225.         return $instance;
  18226.     }
  18227.     /**
  18228.      * Gets the private 'twig.command.lint' shared service.
  18229.      *
  18230.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  18231.      */
  18232.     protected function getTwig_Command_LintService()
  18233.     {
  18234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18235.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  18236.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  18237.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  18238.         $instance->setName('lint:twig');
  18239.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  18240.         return $instance;
  18241.     }
  18242.     /**
  18243.      * Gets the private 'twig.form.renderer' shared service.
  18244.      *
  18245.      * @return \Symfony\Component\Form\FormRenderer
  18246.      */
  18247.     protected function getTwig_Form_RendererService()
  18248.     {
  18249.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  18250.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  18251.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  18252.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  18253.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  18254.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  18255.         if (isset($this->privates['twig.form.renderer'])) {
  18256.             return $this->privates['twig.form.renderer'];
  18257.         }
  18258.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a), NULL);
  18259.     }
  18260.     /**
  18261.      * Gets the private 'twig.mailer.message_listener' shared service.
  18262.      *
  18263.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  18264.      */
  18265.     protected function getTwig_Mailer_MessageListenerService()
  18266.     {
  18267.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  18268.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  18269.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  18270.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  18271.         if (isset($this->privates['twig.mailer.message_listener'])) {
  18272.             return $this->privates['twig.mailer.message_listener'];
  18273.         }
  18274.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  18275.     }
  18276.     /**
  18277.      * Gets the private 'twig.runtime.httpkernel' shared service.
  18278.      *
  18279.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  18280.      */
  18281.     protected function getTwig_Runtime_HttpkernelService()
  18282.     {
  18283.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  18284.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  18285.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  18286.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  18287.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  18288.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  18289.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  18290.         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, [
  18291.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  18292.         ], [
  18293.             'inline' => '?',
  18294.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  18295.     }
  18296.     /**
  18297.      * Gets the private 'twig.runtime.serializer' shared service.
  18298.      *
  18299.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  18300.      */
  18301.     protected function getTwig_Runtime_SerializerService()
  18302.     {
  18303.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  18304.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  18305.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  18306.         if (isset($this->privates['twig.runtime.serializer'])) {
  18307.             return $this->privates['twig.runtime.serializer'];
  18308.         }
  18309.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime($a);
  18310.     }
  18311.     /**
  18312.      * Gets the private 'twig.template_cache_warmer' shared service.
  18313.      *
  18314.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  18315.      */
  18316.     protected function getTwig_TemplateCacheWarmerService()
  18317.     {
  18318.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  18319.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  18320.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  18321.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18322.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  18323.         ], [
  18324.             'twig' => '?',
  18325.         ]))->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')));
  18326.     }
  18327.     /**
  18328.      * Gets the private 'ux.twig_component.component_factory' shared service.
  18329.      *
  18330.      * @return \Symfony\UX\TwigComponent\ComponentFactory
  18331.      */
  18332.     protected function getUx_TwigComponent_ComponentFactoryService()
  18333.     {
  18334.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentFactory.php';
  18335.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18336.         if (isset($this->privates['ux.twig_component.component_factory'])) {
  18337.             return $this->privates['ux.twig_component.component_factory'];
  18338.         }
  18339.         return $this->privates['ux.twig_component.component_factory'] = new \Symfony\UX\TwigComponent\ComponentFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18340.             'ChannelUserData:Badge:ChannelUserRole' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\ChannelUserData\\ChannelUserRoleBadgeComponent''getChannelUserRoleBadgeComponentService'false],
  18341.             'ChannelUserPermissionFormComponent' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent''getChannelUserPermissionFormComponentService'false],
  18342.             'ChannelUserPermissionGroupFormComponent' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent''getChannelUserPermissionGroupFormComponentService'false],
  18343.             'ChannelUserProfileCard' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard''getChannelUserProfileCardService'false],
  18344.             'SdkBadgeComponent' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\SdkBadgeComponent''getSdkBadgeComponentService'false],
  18345.         ], [
  18346.             'ChannelUserData:Badge:ChannelUserRole' => '?',
  18347.             'ChannelUserPermissionFormComponent' => '?',
  18348.             'ChannelUserPermissionGroupFormComponent' => '?',
  18349.             'ChannelUserProfileCard' => '?',
  18350.             'SdkBadgeComponent' => '?',
  18351.         ]), ($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'], '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'], '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']]);
  18352.     }
  18353.     /**
  18354.      * Gets the private 'ux.twig_component.component_renderer' shared service.
  18355.      *
  18356.      * @return \Symfony\UX\TwigComponent\ComponentRenderer
  18357.      */
  18358.     protected function getUx_TwigComponent_ComponentRendererService()
  18359.     {
  18360.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentRendererInterface.php';
  18361.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentRenderer.php';
  18362.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentStack.php';
  18363.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  18364.         if (isset($this->privates['ux.twig_component.component_renderer'])) {
  18365.             return $this->privates['ux.twig_component.component_renderer'];
  18366.         }
  18367.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18368.         if (isset($this->privates['ux.twig_component.component_renderer'])) {
  18369.             return $this->privates['ux.twig_component.component_renderer'];
  18370.         }
  18371.         $c = ($this->privates['ux.twig_component.component_factory'] ?? $this->getUx_TwigComponent_ComponentFactoryService());
  18372.         if (isset($this->privates['ux.twig_component.component_renderer'])) {
  18373.             return $this->privates['ux.twig_component.component_renderer'];
  18374.         }
  18375.         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());
  18376.     }
  18377.     /**
  18378.      * Gets the private 'validator.builder' shared service.
  18379.      *
  18380.      * @return \Symfony\Component\Validator\ValidatorBuilder
  18381.      */
  18382.     protected function getValidator_BuilderService()
  18383.     {
  18384.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  18385.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  18386.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18387.             'Nellapp\\Bundle\\SDKBundle\\Validator\\AssertSameChannelValidator' => ['privates''Nellapp\\Bundle\\SDKBundle\\Validator\\AssertSameChannelValidator''getAssertSameChannelValidatorService'false],
  18388.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  18389.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  18390.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  18391.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  18392.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  18393.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  18394.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  18395.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  18396.         ], [
  18397.             'Nellapp\\Bundle\\SDKBundle\\Validator\\AssertSameChannelValidator' => '?',
  18398.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  18399.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  18400.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  18401.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  18402.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  18403.             'doctrine.orm.validator.unique' => '?',
  18404.             'security.validator.user_password' => '?',
  18405.             'validator.expression' => '?',
  18406.         ])));
  18407.         if ($this->has('translator')) {
  18408.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  18409.         }
  18410.         $instance->setTranslationDomain('validators');
  18411.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  18412.         $instance->enableAnnotationMapping(true);
  18413.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  18414.         $instance->addMethodMapping('loadValidatorMetadata');
  18415.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  18416.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  18417.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  18418.         return $instance;
  18419.     }
  18420.     /**
  18421.      * Gets the private 'validator.email' shared service.
  18422.      *
  18423.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  18424.      */
  18425.     protected function getValidator_EmailService()
  18426.     {
  18427.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  18428.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  18429.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  18430.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  18431.     }
  18432.     /**
  18433.      * Gets the private 'validator.expression' shared service.
  18434.      *
  18435.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  18436.      */
  18437.     protected function getValidator_ExpressionService()
  18438.     {
  18439.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  18440.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  18441.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  18442.         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())));
  18443.     }
  18444.     /**
  18445.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  18446.      *
  18447.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  18448.      */
  18449.     protected function getValidator_Mapping_CacheWarmerService()
  18450.     {
  18451.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  18452.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  18453.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  18454.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  18455.     }
  18456.     /**
  18457.      * Gets the private 'validator.not_compromised_password' shared service.
  18458.      *
  18459.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  18460.      */
  18461.     protected function getValidator_NotCompromisedPasswordService()
  18462.     {
  18463.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  18464.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  18465.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  18466.         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);
  18467.     }
  18468.     /**
  18469.      * Gets the private 'var_dumper.command.server_dump' shared service.
  18470.      *
  18471.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  18472.      */
  18473.     protected function getVarDumper_Command_ServerDumpService()
  18474.     {
  18475.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18476.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  18477.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  18478.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  18479.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  18480.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  18481.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  18482.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18483.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18484.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18485.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  18486.         $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()))]);
  18487.         $instance->setName('server:dump');
  18488.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  18489.         return $instance;
  18490.     }
  18491.     /**
  18492.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  18493.      *
  18494.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  18495.      */
  18496.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  18497.     {
  18498.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  18499.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  18500.         return $instance;
  18501.     }
  18502.     /**
  18503.      * Gets the private 'var_dumper.html_dumper' shared service.
  18504.      *
  18505.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  18506.      */
  18507.     protected function getVarDumper_HtmlDumperService()
  18508.     {
  18509.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  18510.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  18511.         return $instance;
  18512.     }
  18513.     /**
  18514.      * Gets the private 'var_dumper.server_connection' shared service.
  18515.      *
  18516.      * @return \Symfony\Component\VarDumper\Server\Connection
  18517.      */
  18518.     protected function getVarDumper_ServerConnectionService()
  18519.     {
  18520.         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()]);
  18521.     }
  18522.     /**
  18523.      * Gets the private 'web_profiler.csp.handler' shared service.
  18524.      *
  18525.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  18526.      */
  18527.     protected function getWebProfiler_Csp_HandlerService()
  18528.     {
  18529.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  18530.     }
  18531.     /**
  18532.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  18533.      *
  18534.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  18535.      */
  18536.     protected function getWebProfiler_DebugToolbarService()
  18537.     {
  18538.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  18539.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  18540.             return $this->privates['web_profiler.debug_toolbar'];
  18541.         }
  18542.         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()));
  18543.     }
  18544.     /**
  18545.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  18546.      *
  18547.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  18548.      */
  18549.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  18550.     {
  18551.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  18552.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  18553.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  18554.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  18555.     }
  18556.     /**
  18557.      * Gets the private 'webpack_encore.entrypoint_lookup[core]' shared service.
  18558.      *
  18559.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  18560.      */
  18561.     protected function getWebpackEncore_EntrypointLookupcoreService()
  18562.     {
  18563.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  18564.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  18565.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  18566.         return $this->privates['webpack_encore.entrypoint_lookup[core]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/bundles/nellappsdk/entrypoints.json'), NULL'core'true);
  18567.     }
  18568.     /**
  18569.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  18570.      *
  18571.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  18572.      */
  18573.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  18574.     {
  18575.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18576.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  18577.             'core' => ['privates''webpack_encore.entrypoint_lookup[core]''getWebpackEncore_EntrypointLookupcoreService'false],
  18578.         ], [
  18579.             '_default' => '?',
  18580.             'core' => '?',
  18581.         ]), '_default');
  18582.     }
  18583.     /**
  18584.      * Gets the private 'webpack_encore.exception_listener' shared service.
  18585.      *
  18586.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  18587.      */
  18588.     protected function getWebpackEncore_ExceptionListenerService()
  18589.     {
  18590.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  18591.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default'=> 'core']);
  18592.     }
  18593.     /**
  18594.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  18595.      *
  18596.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  18597.      */
  18598.     protected function getWebpackEncore_TagRendererService()
  18599.     {
  18600.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  18601.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18602.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  18603.             return $this->privates['webpack_encore.tag_renderer'];
  18604.         }
  18605.         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);
  18606.     }
  18607.     /**
  18608.      * Gets the public 'cache_clearer' alias.
  18609.      *
  18610.      * @return object The ".container.private.cache_clearer" service.
  18611.      */
  18612.     protected function getCacheClearerService()
  18613.     {
  18614.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  18615.         return $this->get('.container.private.cache_clearer');
  18616.     }
  18617.     /**
  18618.      * Gets the public 'filesystem' alias.
  18619.      *
  18620.      * @return object The ".container.private.filesystem" service.
  18621.      */
  18622.     protected function getFilesystemService()
  18623.     {
  18624.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  18625.         return $this->get('.container.private.filesystem');
  18626.     }
  18627.     /**
  18628.      * Gets the public 'serializer' alias.
  18629.      *
  18630.      * @return object The ".container.private.serializer" service.
  18631.      */
  18632.     protected function getSerializerService()
  18633.     {
  18634.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  18635.         return $this->get('.container.private.serializer');
  18636.     }
  18637.     /**
  18638.      * Gets the public 'form.factory' alias.
  18639.      *
  18640.      * @return object The ".container.private.form.factory" service.
  18641.      */
  18642.     protected function getForm_FactoryService()
  18643.     {
  18644.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  18645.         return $this->get('.container.private.form.factory');
  18646.     }
  18647.     /**
  18648.      * Gets the public 'form.type.file' alias.
  18649.      *
  18650.      * @return object The ".container.private.form.type.file" service.
  18651.      */
  18652.     protected function getForm_Type_FileService()
  18653.     {
  18654.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  18655.         return $this->get('.container.private.form.type.file');
  18656.     }
  18657.     /**
  18658.      * Gets the public 'profiler' alias.
  18659.      *
  18660.      * @return object The ".container.private.profiler" service.
  18661.      */
  18662.     protected function getProfilerService()
  18663.     {
  18664.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  18665.         return $this->get('.container.private.profiler');
  18666.     }
  18667.     /**
  18668.      * Gets the public 'twig' alias.
  18669.      *
  18670.      * @return object The ".container.private.twig" service.
  18671.      */
  18672.     protected function getTwigService()
  18673.     {
  18674.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  18675.         return $this->get('.container.private.twig');
  18676.     }
  18677.     /**
  18678.      * Gets the public 'security.authorization_checker' alias.
  18679.      *
  18680.      * @return object The ".container.private.security.authorization_checker" service.
  18681.      */
  18682.     protected function getSecurity_AuthorizationCheckerService()
  18683.     {
  18684.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  18685.         return $this->get('.container.private.security.authorization_checker');
  18686.     }
  18687.     /**
  18688.      * Gets the public 'security.token_storage' alias.
  18689.      *
  18690.      * @return object The ".container.private.security.token_storage" service.
  18691.      */
  18692.     protected function getSecurity_TokenStorageService()
  18693.     {
  18694.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  18695.         return $this->get('.container.private.security.token_storage');
  18696.     }
  18697.     /**
  18698.      * Gets the public 'security.password_encoder' alias.
  18699.      *
  18700.      * @return object The ".container.private.security.password_encoder" service.
  18701.      */
  18702.     protected function getSecurity_PasswordEncoderService()
  18703.     {
  18704.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  18705.         return $this->get('.container.private.security.password_encoder');
  18706.     }
  18707.     /**
  18708.      * Gets the public 'session' alias.
  18709.      *
  18710.      * @return object The ".container.private.session" service.
  18711.      */
  18712.     protected function getSessionService()
  18713.     {
  18714.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  18715.         return $this->get('.container.private.session');
  18716.     }
  18717.     /**
  18718.      * Gets the public 'validator' alias.
  18719.      *
  18720.      * @return object The ".container.private.validator" service.
  18721.      */
  18722.     protected function getValidatorService()
  18723.     {
  18724.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  18725.         return $this->get('.container.private.validator');
  18726.     }
  18727.     /**
  18728.      * @return array|bool|float|int|string|\UnitEnum|null
  18729.      */
  18730.     public function getParameter(string $name)
  18731.     {
  18732.         if (isset($this->buildParameters[$name])) {
  18733.             return $this->buildParameters[$name];
  18734.         }
  18735.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  18736.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  18737.         }
  18738.         if (isset($this->loadedDynamicParameters[$name])) {
  18739.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  18740.         }
  18741.         return $this->parameters[$name];
  18742.     }
  18743.     public function hasParameter(string $name): bool
  18744.     {
  18745.         if (isset($this->buildParameters[$name])) {
  18746.             return true;
  18747.         }
  18748.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  18749.     }
  18750.     public function setParameter(string $name$value): void
  18751.     {
  18752.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  18753.     }
  18754.     public function getParameterBag(): ParameterBagInterface
  18755.     {
  18756.         if (null === $this->parameterBag) {
  18757.             $parameters $this->parameters;
  18758.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  18759.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  18760.             }
  18761.             foreach ($this->buildParameters as $name => $value) {
  18762.                 $parameters[$name] = $value;
  18763.             }
  18764.             $this->parameterBag = new FrozenParameterBag($parameters);
  18765.         }
  18766.         return $this->parameterBag;
  18767.     }
  18768.     private $loadedDynamicParameters = [
  18769.         'kernel.runtime_environment' => false,
  18770.         'kernel.build_dir' => false,
  18771.         'kernel.cache_dir' => false,
  18772.         'core_sync_reverse' => false,
  18773.         'kernel.secret' => false,
  18774.         'kernel.trusted_proxies' => false,
  18775.         'debug.container.dump' => false,
  18776.         'serializer.mapping.cache.file' => false,
  18777.         'session.save_path' => false,
  18778.         'validator.mapping.cache.file' => false,
  18779.         'profiler.storage.dsn' => false,
  18780.         'doctrine.orm.proxy_dir' => false,
  18781.         'hautelook_alice.fixtures_path' => false,
  18782.         'nellapp_sdk.api_internal.secret' => false,
  18783.         'nellapp_sdk.sync.base_uri' => false,
  18784.         'nellapp_sdk.sync.secret' => false,
  18785.         'nellapp_sdk.routing.default_domain' => false,
  18786.         'drosalys.web_socket.server_uri' => false,
  18787.         'oneup_uploader.chunks' => false,
  18788.         'oneup_uploader.orphanage' => false,
  18789.         'oneup_uploader.config' => false,
  18790.     ];
  18791.     private $dynamicParameters = [];
  18792.     private function getDynamicParameter(string $name)
  18793.     {
  18794.         switch ($name) {
  18795.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  18796.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  18797.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  18798.             case 'core_sync_reverse'$value $this->getEnv('CORE_REVERSE_SYNC'); break;
  18799.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  18800.             case 'kernel.trusted_proxies'$value $this->getEnv('TRUSTED_PROXIES'); break;
  18801.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  18802.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  18803.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  18804.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  18805.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  18806.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  18807.             case 'hautelook_alice.fixtures_path'$value = [
  18808.                 => $this->getEnv('resolve:FIXTURES_DIRECTORY'),
  18809.             ]; break;
  18810.             case 'nellapp_sdk.api_internal.secret'$value $this->getEnv('APP_SECRET'); break;
  18811.             case 'nellapp_sdk.sync.base_uri'$value $this->getEnv('resolve:SYNC_DOMAIN'); break;
  18812.             case 'nellapp_sdk.sync.secret'$value $this->getEnv('resolve:SYNC_SECRET'); break;
  18813.             case 'nellapp_sdk.routing.default_domain'$value $this->getEnv('DEFAULT_DOMAIN'); break;
  18814.             case 'drosalys.web_socket.server_uri'$value $this->getEnv('resolve:WS_ADDRESS').':'.$this->getEnv('string:resolve:WS_PORT'); break;
  18815.             case 'oneup_uploader.chunks'$value = [
  18816.                 'maxage' => 604800,
  18817.                 'storage' => [
  18818.                     'type' => 'filesystem',
  18819.                     'filesystem' => NULL,
  18820.                     'directory' => ($this->targetDir.''.'/uploader/chunks'),
  18821.                     'stream_wrapper' => NULL,
  18822.                     'sync_buffer_size' => '100K',
  18823.                     'prefix' => 'chunks',
  18824.                 ],
  18825.                 'load_distribution' => true,
  18826.             ]; break;
  18827.             case 'oneup_uploader.orphanage'$value = [
  18828.                 'maxage' => 43200,
  18829.                 'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  18830.             ]; break;
  18831.             case 'oneup_uploader.config'$value = [
  18832.                 'orphanage' => [
  18833.                     'maxage' => 43200,
  18834.                     'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  18835.                 ],
  18836.                 'mappings' => [
  18837.                     'chat_upload' => [
  18838.                         'use_orphanage' => true,
  18839.                         'frontend' => 'dropzone',
  18840.                         'storage' => [
  18841.                             'type' => 'flysystem',
  18842.                             'filesystem' => 'oneup_flysystem.default_filesystem',
  18843.                             'service' => NULL,
  18844.                             'directory' => NULL,
  18845.                             'stream_wrapper' => NULL,
  18846.                             'sync_buffer_size' => '100K',
  18847.                         ],
  18848.                         'allowed_mimetypes' => [
  18849.                             'image/jpeg' => [
  18850.                                 => 'jpg',
  18851.                                 => 'jpeg',
  18852.                             ],
  18853.                             'image/png' => [
  18854.                                 => 'png',
  18855.                             ],
  18856.                             'application/pdf' => [
  18857.                                 => 'pdf',
  18858.                             ],
  18859.                             'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  18860.                                 => 'docx',
  18861.                             ],
  18862.                             'application/msword' => [
  18863.                                 => 'doc',
  18864.                             ],
  18865.                             'application/vnd.oasis.opendocument.text' => [
  18866.                                 => 'odt',
  18867.                             ],
  18868.                             'application/vnd.ms-excel' => [
  18869.                                 => 'xls',
  18870.                             ],
  18871.                             'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  18872.                                 => 'xlsx',
  18873.                             ],
  18874.                             'application/zip' => [
  18875.                                 => 'zip',
  18876.                             ],
  18877.                             'application/x-zip-compressed' => [
  18878.                                 => 'zip',
  18879.                             ],
  18880.                             'video/mp4' => [
  18881.                                 => 'mp4',
  18882.                             ],
  18883.                         ],
  18884.                         'max_size' => 10000000,
  18885.                         'namer' => 'app.chat_upload_namer',
  18886.                         'custom_frontend' => [
  18887.                             'name' => NULL,
  18888.                             'class' => NULL,
  18889.                         ],
  18890.                         'route_prefix' => '',
  18891.                         'endpoints' => [
  18892.                             'upload' => NULL,
  18893.                             'progress' => NULL,
  18894.                             'cancel' => NULL,
  18895.                         ],
  18896.                         'disallowed_mimetypes' => [
  18897.                         ],
  18898.                         'error_handler' => NULL,
  18899.                         'enable_progress' => false,
  18900.                         'enable_cancelation' => false,
  18901.                         'root_folder' => false,
  18902.                     ],
  18903.                 ],
  18904.                 'chunks' => [
  18905.                     'maxage' => 604800,
  18906.                     'storage' => [
  18907.                         'type' => 'filesystem',
  18908.                         'filesystem' => NULL,
  18909.                         'directory' => ($this->targetDir.''.'/uploader/chunks'),
  18910.                         'stream_wrapper' => NULL,
  18911.                         'sync_buffer_size' => '100K',
  18912.                         'prefix' => 'chunks',
  18913.                     ],
  18914.                     'load_distribution' => true,
  18915.                 ],
  18916.                 'twig' => true,
  18917.             ]; break;
  18918.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  18919.         }
  18920.         $this->loadedDynamicParameters[$name] = true;
  18921.         return $this->dynamicParameters[$name] = $value;
  18922.     }
  18923.     protected function getDefaultParameters(): array
  18924.     {
  18925.         return [
  18926.             'kernel.project_dir' => \dirname(__DIR__4),
  18927.             'kernel.environment' => 'dev',
  18928.             'kernel.debug' => true,
  18929.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  18930.             'kernel.bundles' => [
  18931.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  18932.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  18933.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  18934.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  18935.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  18936.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  18937.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  18938.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  18939.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  18940.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  18941.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  18942.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  18943.                 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  18944.                 'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
  18945.                 'DrosalysWebObjectExtensionsBundle' => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony\\DrosalysWebObjectExtensionsBundle',
  18946.                 'DrosalysWebDoctrineExtensionsBundle' => 'DrosalysWeb\\DoctrineExtensions\\Bridge\\Symfony\\DrosalysWebDoctrineExtensionsBundle',
  18947.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  18948.                 'KnpUOAuth2ClientBundle' => 'KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle',
  18949.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  18950.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  18951.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  18952.                 'DrosalysWebFormBundle' => 'DrosalysWeb\\Bundle\\FormBundle\\DrosalysWebFormBundle',
  18953.                 'NellappSDKBundle' => 'Nellapp\\Bundle\\SDKBundle\\NellappSDKBundle',
  18954.                 'DrosalysApiBundle' => 'Drosalys\\Bundle\\ApiBundle\\DrosalysApiBundle',
  18955.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  18956.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  18957.                 'DrosalysWebWebSocketBundle' => 'DrosalysWeb\\Bundle\\WebSocketBundle\\DrosalysWebWebSocketBundle',
  18958.                 'BazingaJsTranslationBundle' => 'Bazinga\\Bundle\\JsTranslationBundle\\BazingaJsTranslationBundle',
  18959.                 'OneupUploaderBundle' => 'Oneup\\UploaderBundle\\OneupUploaderBundle',
  18960.                 'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
  18961.                 'SpiriitFormFilterBundle' => 'Spiriit\\Bundle\\FormFilterBundle\\SpiriitFormFilterBundle',
  18962.                 'TwigComponentBundle' => 'Symfony\\UX\\TwigComponent\\TwigComponentBundle',
  18963.             ],
  18964.             'kernel.bundles_metadata' => [
  18965.                 'FrameworkBundle' => [
  18966.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  18967.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  18968.                 ],
  18969.                 'TwigBundle' => [
  18970.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  18971.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  18972.                 ],
  18973.                 'TwigExtraBundle' => [
  18974.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  18975.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  18976.                 ],
  18977.                 'SensioFrameworkExtraBundle' => [
  18978.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  18979.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  18980.                 ],
  18981.                 'DoctrineBundle' => [
  18982.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  18983.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  18984.                 ],
  18985.                 'DoctrineMigrationsBundle' => [
  18986.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  18987.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  18988.                 ],
  18989.                 'SecurityBundle' => [
  18990.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  18991.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  18992.                 ],
  18993.                 'WebProfilerBundle' => [
  18994.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  18995.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  18996.                 ],
  18997.                 'MonologBundle' => [
  18998.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  18999.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  19000.                 ],
  19001.                 'DebugBundle' => [
  19002.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  19003.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  19004.                 ],
  19005.                 'MakerBundle' => [
  19006.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  19007.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  19008.                 ],
  19009.                 'NelmioAliceBundle' => [
  19010.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  19011.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  19012.                 ],
  19013.                 'FidryAliceDataFixturesBundle' => [
  19014.                     'path' => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  19015.                     'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  19016.                 ],
  19017.                 'HautelookAliceBundle' => [
  19018.                     'path' => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src'),
  19019.                     'namespace' => 'Hautelook\\AliceBundle',
  19020.                 ],
  19021.                 'DrosalysWebObjectExtensionsBundle' => [
  19022.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony'),
  19023.                     'namespace' => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony',
  19024.                 ],
  19025.                 'DrosalysWebDoctrineExtensionsBundle' => [
  19026.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Bridge/Symfony'),
  19027.                     'namespace' => 'DrosalysWeb\\DoctrineExtensions\\Bridge\\Symfony',
  19028.                 ],
  19029.                 'WebpackEncoreBundle' => [
  19030.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  19031.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  19032.                 ],
  19033.                 'KnpUOAuth2ClientBundle' => [
  19034.                     'path' => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src'),
  19035.                     'namespace' => 'KnpU\\OAuth2ClientBundle',
  19036.                 ],
  19037.                 'KnpMenuBundle' => [
  19038.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  19039.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  19040.                 ],
  19041.                 'NelmioApiDocBundle' => [
  19042.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  19043.                     'namespace' => 'Nelmio\\ApiDocBundle',
  19044.                 ],
  19045.                 'KnpPaginatorBundle' => [
  19046.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  19047.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  19048.                 ],
  19049.                 'DrosalysWebFormBundle' => [
  19050.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src'),
  19051.                     'namespace' => 'DrosalysWeb\\Bundle\\FormBundle',
  19052.                 ],
  19053.                 'NellappSDKBundle' => [
  19054.                     'path' => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src'),
  19055.                     'namespace' => 'Nellapp\\Bundle\\SDKBundle',
  19056.                 ],
  19057.                 'DrosalysApiBundle' => [
  19058.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys/api-bundle/src'),
  19059.                     'namespace' => 'Drosalys\\Bundle\\ApiBundle',
  19060.                 ],
  19061.                 'LiipImagineBundle' => [
  19062.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  19063.                     'namespace' => 'Liip\\ImagineBundle',
  19064.                 ],
  19065.                 'SentryBundle' => [
  19066.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  19067.                     'namespace' => 'Sentry\\SentryBundle',
  19068.                 ],
  19069.                 'DrosalysWebWebSocketBundle' => [
  19070.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src'),
  19071.                     'namespace' => 'DrosalysWeb\\Bundle\\WebSocketBundle',
  19072.                 ],
  19073.                 'BazingaJsTranslationBundle' => [
  19074.                     'path' => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle'),
  19075.                     'namespace' => 'Bazinga\\Bundle\\JsTranslationBundle',
  19076.                 ],
  19077.                 'OneupUploaderBundle' => [
  19078.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src'),
  19079.                     'namespace' => 'Oneup\\UploaderBundle',
  19080.                 ],
  19081.                 'OneupFlysystemBundle' => [
  19082.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src'),
  19083.                     'namespace' => 'Oneup\\FlysystemBundle',
  19084.                 ],
  19085.                 'SpiriitFormFilterBundle' => [
  19086.                     'path' => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle'),
  19087.                     'namespace' => 'Spiriit\\Bundle\\FormFilterBundle',
  19088.                 ],
  19089.                 'TwigComponentBundle' => [
  19090.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-twig-component'),
  19091.                     'namespace' => 'Symfony\\UX\\TwigComponent',
  19092.                 ],
  19093.             ],
  19094.             'kernel.charset' => 'UTF-8',
  19095.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  19096.             'container.dumper.inline_class_loader' => true,
  19097.             'container.dumper.inline_factories' => true,
  19098.             'chat_upload_directory' => (\dirname(__DIR__3).'/uploads'),
  19099.             'chat_upload_maxsize' => 10000000,
  19100.             'chat_upload_mime_types' => [
  19101.                 'image/jpeg' => [
  19102.                     => 'jpg',
  19103.                     => 'jpeg',
  19104.                 ],
  19105.                 'image/png' => [
  19106.                     => 'png',
  19107.                 ],
  19108.                 'application/pdf' => [
  19109.                     => 'pdf',
  19110.                 ],
  19111.                 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  19112.                     => 'docx',
  19113.                 ],
  19114.                 'application/msword' => [
  19115.                     => 'doc',
  19116.                 ],
  19117.                 'application/vnd.oasis.opendocument.text' => [
  19118.                     => 'odt',
  19119.                 ],
  19120.                 'application/vnd.ms-excel' => [
  19121.                     => 'xls',
  19122.                 ],
  19123.                 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  19124.                     => 'xlsx',
  19125.                 ],
  19126.                 'application/zip' => [
  19127.                     => 'zip',
  19128.                 ],
  19129.                 'application/x-zip-compressed' => [
  19130.                     => 'zip',
  19131.                 ],
  19132.                 'video/mp4' => [
  19133.                     => 'mp4',
  19134.                 ],
  19135.             ],
  19136.             'event_dispatcher.event_aliases' => [
  19137.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  19138.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  19139.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  19140.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  19141.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  19142.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  19143.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  19144.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  19145.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  19146.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  19147.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  19148.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  19149.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  19150.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  19151.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  19152.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  19153.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  19154.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  19155.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  19156.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  19157.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  19158.             ],
  19159.             'fragment.renderer.hinclude.global_template' => NULL,
  19160.             'fragment.path' => '/_fragment',
  19161.             'kernel.http_method_override' => true,
  19162.             'kernel.trusted_hosts' => [
  19163.             ],
  19164.             'kernel.default_locale' => 'fr',
  19165.             'kernel.enabled_locales' => [
  19166.             ],
  19167.             'kernel.error_controller' => 'error_controller',
  19168.             'kernel.trusted_headers' => 14,
  19169.             'debug.file_link_format' => NULL,
  19170.             'asset.request_context.base_path' => NULL,
  19171.             'asset.request_context.secure' => NULL,
  19172.             'translator.logging' => false,
  19173.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  19174.             'debug.error_handler.throw_at' => -1,
  19175.             'router.request_context.host' => 'localhost',
  19176.             'router.request_context.scheme' => 'http',
  19177.             'router.request_context.base_url' => '',
  19178.             'router.resource' => 'kernel::loadRoutes',
  19179.             'request_listener.http_port' => 80,
  19180.             'request_listener.https_port' => 443,
  19181.             'session.metadata.storage_key' => '_sf2_meta',
  19182.             'session.storage.options' => [
  19183.                 'cache_limiter' => '0',
  19184.                 'cookie_lifetime' => 86400,
  19185.                 'cookie_secure' => 'auto',
  19186.                 'cookie_httponly' => false,
  19187.                 'cookie_samesite' => 'lax',
  19188.                 'gc_probability' => 1,
  19189.             ],
  19190.             'session.metadata.update_threshold' => 0,
  19191.             'form.type_extension.csrf.enabled' => false,
  19192.             'validator.translation_domain' => 'validators',
  19193.             'profiler_listener.only_exceptions' => false,
  19194.             'profiler_listener.only_main_requests' => false,
  19195.             'twig.form.resources' => [
  19196.                 => 'form_div_layout.html.twig',
  19197.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  19198.                 => '@NellappSDK/Form/form_theme_checkboxes.html.twig',
  19199.                 => '@NellappSDK/Form/form_theme.html.twig',
  19200.                 => 'bootstrap_5_layout.html.twig',
  19201.                 => 'form/form_collection_users.html.twig',
  19202.                 => '@DrosalysWebForm/Form/collection_layout.html.twig',
  19203.                 => '@DrosalysWebForm/Form/select_or_create_layout.html.twig',
  19204.             ],
  19205.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  19206.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  19207.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  19208.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  19209.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  19210.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  19211.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  19212.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  19213.             'doctrine.entity_managers' => [
  19214.                 'default' => 'doctrine.orm.default_entity_manager',
  19215.             ],
  19216.             'doctrine.default_entity_manager' => 'default',
  19217.             'doctrine.dbal.connection_factory.types' => [
  19218.                 'uuid' => [
  19219.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  19220.                 ],
  19221.                 'ulid' => [
  19222.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  19223.                 ],
  19224.             ],
  19225.             'doctrine.connections' => [
  19226.                 'default' => 'doctrine.dbal.default_connection',
  19227.             ],
  19228.             'doctrine.default_connection' => 'default',
  19229.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  19230.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  19231.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  19232.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  19233.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  19234.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  19235.             'doctrine.orm.cache.memcache_host' => 'localhost',
  19236.             'doctrine.orm.cache.memcache_port' => 11211,
  19237.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  19238.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  19239.             'doctrine.orm.cache.memcached_host' => 'localhost',
  19240.             'doctrine.orm.cache.memcached_port' => 11211,
  19241.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  19242.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  19243.             'doctrine.orm.cache.redis_host' => 'localhost',
  19244.             'doctrine.orm.cache.redis_port' => 6379,
  19245.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  19246.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  19247.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  19248.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  19249.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  19250.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  19251.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  19252.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  19253.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  19254.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  19255.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  19256.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  19257.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  19258.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  19259.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  19260.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  19261.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  19262.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  19263.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  19264.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  19265.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  19266.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  19267.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  19268.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  19269.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  19270.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  19271.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  19272.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  19273.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  19274.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  19275.             'doctrine.orm.auto_generate_proxy_classes' => true,
  19276.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  19277.             'doctrine.orm.proxy_namespace' => 'Proxies',
  19278.             'doctrine.migrations.preferred_em' => NULL,
  19279.             'doctrine.migrations.preferred_connection' => NULL,
  19280.             'security.role_hierarchy.roles' => [
  19281.             ],
  19282.             'security.access.denied_url' => NULL,
  19283.             'security.authentication.manager.erase_credentials' => true,
  19284.             'security.authentication.session_strategy.strategy' => 'migrate',
  19285.             'security.access.always_authenticate_before_granting' => false,
  19286.             'security.authentication.hide_user_not_found' => true,
  19287.             'security.firewalls' => [
  19288.                 => 'dev',
  19289.                 => 'reverse_sync_doc',
  19290.                 => 'reverse_sync',
  19291.                 => 'main',
  19292.             ],
  19293.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  19294.             'web_profiler.debug_toolbar.mode' => 2,
  19295.             'monolog.use_microseconds' => true,
  19296.             'monolog.swift_mailer.handlers' => [
  19297.             ],
  19298.             'monolog.handlers_to_channels' => [
  19299.                 'monolog.handler.console' => [
  19300.                     'type' => 'exclusive',
  19301.                     'elements' => [
  19302.                         => 'event',
  19303.                         => 'doctrine',
  19304.                         => 'console',
  19305.                     ],
  19306.                 ],
  19307.                 'monolog.handler.main' => [
  19308.                     'type' => 'exclusive',
  19309.                     'elements' => [
  19310.                         => 'event',
  19311.                     ],
  19312.                 ],
  19313.             ],
  19314.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  19315.             'nelmio_alice.functions_blacklist' => [
  19316.                 => 'current',
  19317.                 => 'shuffle',
  19318.                 => 'date',
  19319.                 => 'time',
  19320.                 => 'file',
  19321.                 => 'md5',
  19322.                 => 'sha1',
  19323.             ],
  19324.             'nelmio_alice.locale' => 'en_US',
  19325.             'nelmio_alice.seed' => 1,
  19326.             'nelmio_alice.loading_limit' => 5,
  19327.             'nelmio_alice.max_unique_values_retry' => 150,
  19328.             'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
  19329.             'hautelook_alice.root_dirs' => [
  19330.                 => \dirname(__DIR__4),
  19331.             ],
  19332.             'drosalys_object_extensions.serialize_log.model_manager_name' => 'default',
  19333.             'drosalys_object_extensions.serialize_log.use_internal_entity' => true,
  19334.             'knp_menu.renderer.list.options' => [
  19335.             ],
  19336.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  19337.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  19338.             'knp_menu.renderer.twig.options' => [
  19339.             ],
  19340.             'knp_menu.renderer.twig.template' => 'Partials/components/header/knp-menu.html.twig',
  19341.             'knp_menu.default_renderer' => 'twig',
  19342.             'nelmio_api_doc.areas' => [
  19343.                 => 'default',
  19344.             ],
  19345.             'knp_paginator.template.pagination' => '@NellappSDK/Partials/component/pagination/pagination.html.twig',
  19346.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  19347.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  19348.             'knp_paginator.page_range' => 5,
  19349.             'knp_paginator.page_limit' => NULL,
  19350.             'drosalys_form.collection.import_template' => true,
  19351.             'drosalys_form.collection.main_form_template' => 'form_div_layout.html.twig',
  19352.             'drosalys_form.select_or_create.import_template' => true,
  19353.             'drosalys_form.select_or_create.layout_template' => '@DrosalysWebForm/Form/select_or_create_layout.html.twig',
  19354.             'nellapp_sdk.global_getter.global_entities' => [
  19355.                 'channel_class' => 'App\\Entity\\Channel\\Channel',
  19356.                 'channel_white_label_class' => 'App\\Entity\\Channel\\ChannelWhiteLabel',
  19357.                 'user_class' => 'App\\Entity\\Account\\User',
  19358.                 'channel_user_data_class' => 'App\\Entity\\ChannelUserData\\ChannelUserData',
  19359.                 'channel_user_role_class' => 'Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRole',
  19360.             ],
  19361.             'nellapp_sdk.default.doctrine_connection' => 'default',
  19362.             'nellapp_sdk.auth.enable' => true,
  19363.             'nellapp_sdk.auth.doctrine_connection' => 'default',
  19364.             'nellapp_sdk.sync.enable' => true,
  19365.             'nellapp_sdk.channel.enable' => true,
  19366.             'entities_handled' => [
  19367.                 => 'channel_channel',
  19368.                 => 'channel_configuration',
  19369.                 => 'channel_white_label',
  19370.                 => 'channel_user_from_channels',
  19371.                 => 'channel_group',
  19372.                 => 'channel_user_role',
  19373.                 => 'channel_session',
  19374.                 => 'channel_place',
  19375.                 => 'channel_user_data',
  19376.                 => 'abstract_cursus',
  19377.                 10 => 'channel_training',
  19378.                 11 => 'channel_service',
  19379.                 12 => 'channel_user_perm_session',
  19380.                 13 => 'channel_user_perm_service',
  19381.             ],
  19382.             'nellapp_sdk.template_header.search_deactivated_domain' => [
  19383.             ],
  19384.             'drosalys_api.serializer.symfony' => true,
  19385.             'liip_imagine.resolvers' => [
  19386.                 'default' => [
  19387.                     'web_path' => [
  19388.                         'web_root' => (\dirname(__DIR__4).'/public'),
  19389.                         'cache_prefix' => 'media/cache',
  19390.                     ],
  19391.                 ],
  19392.             ],
  19393.             'liip_imagine.loaders' => [
  19394.                 'default' => [
  19395.                     'filesystem' => [
  19396.                         'locator' => 'filesystem',
  19397.                         'data_root' => [
  19398.                             => (\dirname(__DIR__4).'/public'),
  19399.                         ],
  19400.                         'allow_unresolvable_data_roots' => false,
  19401.                         'bundle_resources' => [
  19402.                             'enabled' => false,
  19403.                             'access_control_type' => 'blacklist',
  19404.                             'access_control_list' => [
  19405.                             ],
  19406.                         ],
  19407.                     ],
  19408.                 ],
  19409.             ],
  19410.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  19411.             'liip_imagine.jpegoptim.stripAll' => true,
  19412.             'liip_imagine.jpegoptim.max' => NULL,
  19413.             'liip_imagine.jpegoptim.progressive' => true,
  19414.             'liip_imagine.jpegoptim.tempDir' => NULL,
  19415.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  19416.             'liip_imagine.optipng.level' => 7,
  19417.             'liip_imagine.optipng.stripAll' => true,
  19418.             'liip_imagine.optipng.tempDir' => NULL,
  19419.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  19420.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  19421.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  19422.             'liip_imagine.cwebp.tempDir' => NULL,
  19423.             'liip_imagine.cwebp.q' => 75,
  19424.             'liip_imagine.cwebp.alphaQ' => 100,
  19425.             'liip_imagine.cwebp.m' => 4,
  19426.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  19427.             'liip_imagine.cwebp.alphaMethod' => 1,
  19428.             'liip_imagine.cwebp.exact' => false,
  19429.             'liip_imagine.cwebp.metadata' => [
  19430.                 => 'none',
  19431.             ],
  19432.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  19433.             'liip_imagine.cache.resolver.default' => 'default',
  19434.             'liip_imagine.default_image' => NULL,
  19435.             'liip_imagine.filter_sets' => [
  19436.                 'channel_thumbnail' => [
  19437.                     'quality' => 100,
  19438.                     'jpeg_quality' => 80,
  19439.                     'png_compression_level' => 8,
  19440.                     'png_compression_filter' => NULL,
  19441.                     'format' => NULL,
  19442.                     'animated' => false,
  19443.                     'cache' => NULL,
  19444.                     'data_loader' => NULL,
  19445.                     'default_image' => NULL,
  19446.                     'filters' => [
  19447.                         'auto_rotate' => [
  19448.                         ],
  19449.                         'strip' => [
  19450.                         ],
  19451.                         'thumbnail' => [
  19452.                             'size' => [
  19453.                                 => 600,
  19454.                                 => 300,
  19455.                             ],
  19456.                             'mode' => 'inset',
  19457.                             'allow_upscale' => true,
  19458.                         ],
  19459.                     ],
  19460.                     'post_processors' => [
  19461.                     ],
  19462.                 ],
  19463.                 'avatar_thumbnail' => [
  19464.                     'quality' => 100,
  19465.                     'jpeg_quality' => 80,
  19466.                     'png_compression_level' => 8,
  19467.                     'png_compression_filter' => NULL,
  19468.                     'format' => NULL,
  19469.                     'animated' => false,
  19470.                     'cache' => NULL,
  19471.                     'data_loader' => NULL,
  19472.                     'default_image' => NULL,
  19473.                     'filters' => [
  19474.                         'auto_rotate' => [
  19475.                         ],
  19476.                         'strip' => [
  19477.                         ],
  19478.                         'thumbnail' => [
  19479.                             'size' => [
  19480.                                 => 100,
  19481.                                 => 100,
  19482.                             ],
  19483.                             'mode' => 'outbound',
  19484.                             'allow_upscale' => true,
  19485.                         ],
  19486.                     ],
  19487.                     'post_processors' => [
  19488.                     ],
  19489.                 ],
  19490.             ],
  19491.             'liip_imagine.binary.loader.default' => 'default',
  19492.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  19493.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  19494.             'liip_imagine.webp.generate' => false,
  19495.             'liip_imagine.webp.options' => [
  19496.                 'quality' => 100,
  19497.                 'cache' => NULL,
  19498.                 'data_loader' => NULL,
  19499.                 'post_processors' => [
  19500.                 ],
  19501.             ],
  19502.             'env(SENTRY_RELEASE)' => '1.0.0+no-version-set@{no ref',
  19503.             'sentry.tracing.enabled' => true,
  19504.             'sentry.tracing.dbal.enabled' => true,
  19505.             'sentry.tracing.dbal.connections' => [
  19506.             ],
  19507.             'sentry.tracing.cache.enabled' => true,
  19508.             'sentry.tracing.http_client.enabled' => true,
  19509.             'drosalys.web_socket.server_context' => [
  19510.                 'tls' => [
  19511.                     'verify_peer' => false,
  19512.                     'allow_self_signed' => true,
  19513.                     'local_cert' => (\dirname(__DIR__4).'\\config\\certificate.crt'),
  19514.                     'local_pk' => (\dirname(__DIR__4).'\\config\\privateKey.key'),
  19515.                 ],
  19516.             ],
  19517.             'drosalys.web_socket.router_resource' => (\dirname(__DIR__4).'/config/ws_routes.yaml'),
  19518.             'bazinga.jstranslation.translation_finder.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Finder\\TranslationFinder',
  19519.             'bazinga.jstranslation.translation_dumper.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Dumper\\TranslationDumper',
  19520.             'bazinga.jstranslation.controller.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Controller\\Controller',
  19521.             'oneup_uploader.chunks.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\ChunkManager',
  19522.             'oneup_uploader.chunks_storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\GaufretteStorage',
  19523.             'oneup_uploader.chunks_storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FlysystemStorage',
  19524.             'oneup_uploader.chunks_storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FilesystemStorage',
  19525.             'oneup_uploader.namer.urlsafename.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UrlSafeNamer',
  19526.             'oneup_uploader.namer.uniqid.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UniqidNamer',
  19527.             'oneup_uploader.routing.loader.class' => 'Oneup\\UploaderBundle\\Routing\\RouteLoader',
  19528.             'oneup_uploader.storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\GaufretteStorage',
  19529.             'oneup_uploader.storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FlysystemStorage',
  19530.             'oneup_uploader.storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemStorage',
  19531.             'oneup_uploader.orphanage.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemOrphanageStorage',
  19532.             'oneup_uploader.orphanage.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Orphanage\\OrphanageManager',
  19533.             'oneup_uploader.controller.fineuploader.class' => 'Oneup\\UploaderBundle\\Controller\\FineUploaderController',
  19534.             'oneup_uploader.controller.blueimp.class' => 'Oneup\\UploaderBundle\\Controller\\BlueimpController',
  19535.             'oneup_uploader.controller.uploadify.class' => 'Oneup\\UploaderBundle\\Controller\\UploadifyController',
  19536.             'oneup_uploader.controller.yui3.class' => 'Oneup\\UploaderBundle\\Controller\\YUI3Controller',
  19537.             'oneup_uploader.controller.fancyupload.class' => 'Oneup\\UploaderBundle\\Controller\\FancyUploadController',
  19538.             'oneup_uploader.controller.mooupload.class' => 'Oneup\\UploaderBundle\\Controller\\MooUploadController',
  19539.             'oneup_uploader.controller.plupload.class' => 'Oneup\\UploaderBundle\\Controller\\PluploadController',
  19540.             'oneup_uploader.controller.dropzone.class' => 'Oneup\\UploaderBundle\\Controller\\DropzoneController',
  19541.             'oneup_uploader.command.clear_chunks.class' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  19542.             'oneup_uploader.command.clear_orphans.class' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  19543.             'oneup_uploader.error_handler.noop.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\NoopErrorHandler',
  19544.             'oneup_uploader.error_handler.blueimp.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\BlueimpErrorHandler',
  19545.             'oneup_uploader.error_handler.plupload.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\PluploadErrorHandler',
  19546.             'oneup_uploader.error_handler.dropzone.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\DropzoneErrorHandler',
  19547.             'oneup_uploader.config.chat_upload' => [
  19548.                 'use_orphanage' => true,
  19549.                 'frontend' => 'dropzone',
  19550.                 'storage' => [
  19551.                     'type' => 'flysystem',
  19552.                     'filesystem' => 'oneup_flysystem.default_filesystem',
  19553.                     'service' => NULL,
  19554.                     'directory' => NULL,
  19555.                     'stream_wrapper' => NULL,
  19556.                     'sync_buffer_size' => '100K',
  19557.                 ],
  19558.                 'allowed_mimetypes' => [
  19559.                     'image/jpeg' => [
  19560.                         => 'jpg',
  19561.                         => 'jpeg',
  19562.                     ],
  19563.                     'image/png' => [
  19564.                         => 'png',
  19565.                     ],
  19566.                     'application/pdf' => [
  19567.                         => 'pdf',
  19568.                     ],
  19569.                     'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  19570.                         => 'docx',
  19571.                     ],
  19572.                     'application/msword' => [
  19573.                         => 'doc',
  19574.                     ],
  19575.                     'application/vnd.oasis.opendocument.text' => [
  19576.                         => 'odt',
  19577.                     ],
  19578.                     'application/vnd.ms-excel' => [
  19579.                         => 'xls',
  19580.                     ],
  19581.                     'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  19582.                         => 'xlsx',
  19583.                     ],
  19584.                     'application/zip' => [
  19585.                         => 'zip',
  19586.                     ],
  19587.                     'application/x-zip-compressed' => [
  19588.                         => 'zip',
  19589.                     ],
  19590.                     'video/mp4' => [
  19591.                         => 'mp4',
  19592.                     ],
  19593.                 ],
  19594.                 'max_size' => 10000000,
  19595.                 'namer' => 'app.chat_upload_namer',
  19596.                 'custom_frontend' => [
  19597.                     'name' => NULL,
  19598.                     'class' => NULL,
  19599.                 ],
  19600.                 'route_prefix' => '',
  19601.                 'endpoints' => [
  19602.                     'upload' => NULL,
  19603.                     'progress' => NULL,
  19604.                     'cancel' => NULL,
  19605.                 ],
  19606.                 'disallowed_mimetypes' => [
  19607.                 ],
  19608.                 'error_handler' => NULL,
  19609.                 'enable_progress' => false,
  19610.                 'enable_cancelation' => false,
  19611.                 'root_folder' => false,
  19612.             ],
  19613.             'oneup_uploader.controllers' => [
  19614.                 'chat_upload' => [
  19615.                     => 'oneup_uploader.controller.chat_upload',
  19616.                     => [
  19617.                         'enable_progress' => false,
  19618.                         'enable_cancelation' => false,
  19619.                         'route_prefix' => '',
  19620.                         'endpoints' => [
  19621.                             'upload' => NULL,
  19622.                             'progress' => NULL,
  19623.                             'cancel' => NULL,
  19624.                         ],
  19625.                     ],
  19626.                 ],
  19627.             ],
  19628.             'oneup_uploader.maxsize' => [
  19629.                 'chat_upload' => 10000000,
  19630.             ],
  19631.             'spiriit_form_filter.query_builder_updater.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\FilterBuilderUpdater',
  19632.             'spiriit_form_filter.form_data_extractor.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\FormDataExtractor',
  19633.             'spiriit_form_filter.data_extraction_method.default.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\DefaultExtractionMethod',
  19634.             'spiriit_form_filter.data_extraction_method.text.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\TextExtractionMethod',
  19635.             'spiriit_form_filter.data_extraction_method.key_values.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\ValueKeysExtractionMethod',
  19636.             'spiriit_form_filter.filter_prepare.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Listener\\PrepareListener',
  19637.             'spiriit_form_filter.type.filter_text.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType',
  19638.             'spiriit_form_filter.type.filter_number.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType',
  19639.             'spiriit_form_filter.type.filter_number_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType',
  19640.             'spiriit_form_filter.type.filter_checkbox.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType',
  19641.             'spiriit_form_filter.type.filter_boolean.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType',
  19642.             'spiriit_form_filter.type.filter_choice.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType',
  19643.             'spiriit_form_filter.type.filter_date.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType',
  19644.             'spiriit_form_filter.type.filter_date_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType',
  19645.             'spiriit_form_filter.type.filter_datetime.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType',
  19646.             'spiriit_form_filter.type.filter_datetime_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType',
  19647.             'spiriit_form_filter.type.filter_collection_adapter.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType',
  19648.             'spiriit_form_filter.type.filter_sharedable.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType',
  19649.             'spiriit_form_filter.type.filter_enum.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType',
  19650.             'spiriit_form_filter.type_extension.filter_extension.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\FilterTypeExtension',
  19651.             'spiriit_form_filter.get_filter.doctrine_orm.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Subscriber\\DoctrineORMSubscriber',
  19652.             'spiriit_form_filter.apply_filter.doctrine_orm.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Listener\\DoctrineApplyFilterListener',
  19653.             'spiriit_form_filter.type.filter_entity.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType',
  19654.             'spiriit_form_filter.where_method' => 'and',
  19655.             'spiriit_form_filter.text.condition_pattern' => 1,
  19656.             'maker.compatible_check.doctrine.supports_attributes' => true,
  19657.             'data_collector.templates' => [
  19658.                 'data_collector.request' => [
  19659.                     => 'request',
  19660.                     => '@WebProfiler/Collector/request.html.twig',
  19661.                 ],
  19662.                 'data_collector.time' => [
  19663.                     => 'time',
  19664.                     => '@WebProfiler/Collector/time.html.twig',
  19665.                 ],
  19666.                 'data_collector.memory' => [
  19667.                     => 'memory',
  19668.                     => '@WebProfiler/Collector/memory.html.twig',
  19669.                 ],
  19670.                 'data_collector.validator' => [
  19671.                     => 'validator',
  19672.                     => '@WebProfiler/Collector/validator.html.twig',
  19673.                 ],
  19674.                 'data_collector.ajax' => [
  19675.                     => 'ajax',
  19676.                     => '@WebProfiler/Collector/ajax.html.twig',
  19677.                 ],
  19678.                 'data_collector.form' => [
  19679.                     => 'form',
  19680.                     => '@WebProfiler/Collector/form.html.twig',
  19681.                 ],
  19682.                 'data_collector.exception' => [
  19683.                     => 'exception',
  19684.                     => '@WebProfiler/Collector/exception.html.twig',
  19685.                 ],
  19686.                 'data_collector.logger' => [
  19687.                     => 'logger',
  19688.                     => '@WebProfiler/Collector/logger.html.twig',
  19689.                 ],
  19690.                 'data_collector.events' => [
  19691.                     => 'events',
  19692.                     => '@WebProfiler/Collector/events.html.twig',
  19693.                 ],
  19694.                 'data_collector.router' => [
  19695.                     => 'router',
  19696.                     => '@WebProfiler/Collector/router.html.twig',
  19697.                 ],
  19698.                 'data_collector.cache' => [
  19699.                     => 'cache',
  19700.                     => '@WebProfiler/Collector/cache.html.twig',
  19701.                 ],
  19702.                 'data_collector.translation' => [
  19703.                     => 'translation',
  19704.                     => '@WebProfiler/Collector/translation.html.twig',
  19705.                 ],
  19706.                 'data_collector.security' => [
  19707.                     => 'security',
  19708.                     => '@Security/Collector/security.html.twig',
  19709.                 ],
  19710.                 'data_collector.twig' => [
  19711.                     => 'twig',
  19712.                     => '@WebProfiler/Collector/twig.html.twig',
  19713.                 ],
  19714.                 'data_collector.http_client' => [
  19715.                     => 'http_client',
  19716.                     => '@WebProfiler/Collector/http_client.html.twig',
  19717.                 ],
  19718.                 'data_collector.doctrine' => [
  19719.                     => 'db',
  19720.                     => '@Doctrine/Collector/db.html.twig',
  19721.                 ],
  19722.                 'data_collector.dump' => [
  19723.                     => 'dump',
  19724.                     => '@Debug/Profiler/dump.html.twig',
  19725.                 ],
  19726.                 'data_collector.messenger' => [
  19727.                     => 'messenger',
  19728.                     => '@WebProfiler/Collector/messenger.html.twig',
  19729.                 ],
  19730.                 'mailer.data_collector' => [
  19731.                     => 'mailer',
  19732.                     => '@WebProfiler/Collector/mailer.html.twig',
  19733.                 ],
  19734.                 'data_collector.config' => [
  19735.                     => 'config',
  19736.                     => '@WebProfiler/Collector/config.html.twig',
  19737.                 ],
  19738.             ],
  19739.             'console.command.ids' => [
  19740.             ],
  19741.         ];
  19742.     }
  19743.     protected function throw($message)
  19744.     {
  19745.         throw new RuntimeException($message);
  19746.     }
  19747. }