var/cache/dev/ContainerDHpTmEu/App_KernelDevDebugContainer.php line 1065

Open in your IDE?
  1. <?php
  2. namespace ContainerDHpTmEu;
  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\\Api\\Proxy\\ChatNotification\\ChatNotificationCollectionAction' => 'getChatNotificationCollectionActionService',
  47.             'App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction' => 'getChatNotificationNewCollectionActionService',
  48.             'App\\Controller\\Api\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction' => 'getReferentConversationMessageCollectionActionService',
  49.             'App\\Controller\\Api\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction' => 'getServiceConversationMessageCollectionActionService',
  50.             'App\\Controller\\AppController' => 'getAppControllerService',
  51.             'App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction' => 'getDeleteUsersActionService',
  52.             'App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction' => 'getGetUserCollectionAvailableForConversationActionService',
  53.             'App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction' => 'getPostConversationFromUsersActionService',
  54.             'App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction' => 'getPostUsersActionService',
  55.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction' => 'getGetNpmEventDataActionService',
  56.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction' => 'getGetTemporaryCanalActionService',
  57.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction' => 'getPostTemporaryCanalActionService',
  58.             'App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction' => 'getGetAdminsCollectionActionService',
  59.             'App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel' => 'getGetUserCollectionByChannelService',
  60.             'App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction' => 'getGetCanalItemActionService',
  61.             'App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction' => 'getGetPrivateCanalCollectionActionService',
  62.             'App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction' => 'getGetPublicCanalCollectionActionService',
  63.             'App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction' => 'getGetTemporaryCanalCollectionActionService',
  64.             'App\\Controller\\Async\\Common\\Channel\\GetChannelCollectionForUser' => 'getGetChannelCollectionForUserService',
  65.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction' => 'getChatNotificationCollectionAction2Service',
  66.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll' => 'getChatNotificationReadAllService',
  67.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem' => 'getChatNotificationReadItemService',
  68.             'App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction' => 'getGetAllConversationsByUserAndChannelActionService',
  69.             'App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction' => 'getGetConversationItemActionService',
  70.             'App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction' => 'getGetReferentConversationsForLearnerActionService',
  71.             'App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction' => 'getGetServiceConversationForLearnerActionService',
  72.             'App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction' => 'getGetSimpleConversationCollectionActionService',
  73.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction' => 'getPostConversationAllReadActionService',
  74.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction' => 'getPostConversationUserLastSeenMessageActionService',
  75.             'App\\Controller\\Async\\Common\\File\\GetFileAction' => 'getGetFileActionService',
  76.             'App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction' => 'getPostMessageUserActionService',
  77.             'App\\Controller\\Async\\Common\\Message\\DeleteMessageAction' => 'getDeleteMessageActionService',
  78.             'App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction' => 'getGetAfterMessageCollectionActionService',
  79.             'App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction' => 'getGetBeforeMessageCollectionActionService',
  80.             'App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction' => 'getGetMessageCollectionSearchActionService',
  81.             'App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction' => 'getGetUnreadMessageCollectionActionService',
  82.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction' => 'getPostFileMessageActionService',
  83.             'App\\Controller\\Async\\Common\\Message\\PostMessageAction' => 'getPostMessageActionService',
  84.             'App\\Controller\\Async\\Common\\Message\\PutMessageAction' => 'getPutMessageActionService',
  85.             'App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction' => 'getTogglePinMessageActionService',
  86.             'App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction' => 'getRedirectToChannelUserDataShowActionService',
  87.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation' => 'getGetUserCollectionByConversationService',
  88.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations' => 'getGetUserCollectionWithCommonConversationsService',
  89.             'App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction' => 'getDeleteAdminActionService',
  90.             'App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection' => 'getGetAdminsCollectionService',
  91.             'App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction' => 'getPostAdminsActionService',
  92.             'App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction' => 'getDeleteCanalsActionService',
  93.             'App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction' => 'getGetCanalCollectionActionService',
  94.             'App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction' => 'getPostCanalActionService',
  95.             'App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction' => 'getPutCanalActionService',
  96.             'App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction' => 'getDeleteCoordinatorActionService',
  97.             'App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection' => 'getGetCoordinatorsCollectionService',
  98.             'App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction' => 'getPostCoordinatorsActionService',
  99.             'App\\Controller\\Async\\Coordinator\\GetResourceCollection' => 'getGetResourceCollectionService',
  100.             'App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection' => 'getGetAdminChannelUserDataCollectionService',
  101.             'App\\Controller\\HomeController' => 'getHomeControllerService',
  102.             'App\\Controller\\IntroductionController' => 'getIntroductionControllerService',
  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\\LoggedOutAction' => 'getLoggedOutActionService',
  115.             'Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LogoutAction' => 'getLogoutActionService',
  116.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChannelUserRole\\CollectionAction' => 'getCollectionActionService',
  117.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChatNotification\\ChatNotificationController' => 'getChatNotificationControllerService',
  118.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelAdminCollectionAction' => 'getChannelAdminCollectionActionService',
  119.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelLearnerCollectionAction' => 'getChannelLearnerCollectionActionService',
  120.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelUserCollectionAction' => 'getChannelUserCollectionActionService',
  121.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Async\\ChannelResourceAccessCacheController' => 'getChannelResourceAccessCacheControllerService',
  122.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\DeleteAction' => 'getDeleteActionService',
  123.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\EditAction' => 'getEditActionService',
  124.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\IndexAction' => 'getIndexActionService',
  125.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\NewAction' => 'getNewActionService',
  126.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Controller\\Sync\\CollectionAction' => 'getCollectionAction2Service',
  127.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController' => 'getErrorControllerService',
  128.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  129.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  130.             'app.chat_upload_namer' => 'getApp_ChatUploadNamerService',
  131.             'bazinga.jstranslation.controller' => 'getBazinga_Jstranslation_ControllerService',
  132.             'bazinga.jstranslation.dump_command' => 'getBazinga_Jstranslation_DumpCommandService',
  133.             'bazinga.jstranslation.translation_dumper' => 'getBazinga_Jstranslation_TranslationDumperService',
  134.             'bazinga.jstranslation.translation_finder' => 'getBazinga_Jstranslation_TranslationFinderService',
  135.             'cache.app' => 'getCache_AppService',
  136.             'cache.app_clearer' => 'getCache_AppClearerService',
  137.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  138.             'cache.system' => 'getCache_SystemService',
  139.             'cache.system_clearer' => 'getCache_SystemClearerService',
  140.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  141.             'cache_warmer' => 'getCacheWarmerService',
  142.             'console.command_loader' => 'getConsole_CommandLoaderService',
  143.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  144.             'data_collector.dump' => 'getDataCollector_DumpService',
  145.             'default_filesystem' => 'getDefaultFilesystemService',
  146.             'doctrine' => 'getDoctrineService',
  147.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  148.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  149.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  150.             'error_controller' => 'getErrorController2Service',
  151.             'event_dispatcher' => 'getEventDispatcherService',
  152.             'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
  153.             'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
  154.             'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
  155.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService',
  156.             'hautelook_alice.data_fixtures.append_loader' => 'getHautelookAlice_DataFixtures_AppendLoaderService',
  157.             'hautelook_alice.data_fixtures.purge_loader' => 'getHautelookAlice_DataFixtures_PurgeLoaderService',
  158.             'hautelook_alice.loader' => 'getHautelookAlice_LoaderService',
  159.             'hautelook_alice.locator' => 'getHautelookAlice_LocatorService',
  160.             'hautelook_alice.resolver.bundle' => 'getHautelookAlice_Resolver_BundleService',
  161.             'hautelook_alice.resolver.file' => 'getHautelookAlice_Resolver_FileService',
  162.             'http_kernel' => 'getHttpKernelService',
  163.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  164.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  165.             'knp_paginator' => 'getKnpPaginatorService',
  166.             'knpu.oauth2.client.nellapp' => 'getKnpu_Oauth2_Client_NellappService',
  167.             'knpu.oauth2.registry' => 'getKnpu_Oauth2_RegistryService',
  168.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  169.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  170.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  171.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  172.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  173.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  174.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  175.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  176.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  177.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  178.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  179.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  180.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  181.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  182.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  183.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  184.             'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
  185.             'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
  186.             'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
  187.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  188.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  189.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  190.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  191.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  192.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  193.             'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService',
  194.             'oneup_uploader.chunk_manager' => 'getOneupUploader_ChunkManagerService',
  195.             'oneup_uploader.controller.chat_upload' => 'getOneupUploader_Controller_ChatUploadService',
  196.             'oneup_uploader.namer.uniqid' => 'getOneupUploader_Namer_UniqidService',
  197.             'oneup_uploader.orphanage.chat_upload' => 'getOneupUploader_Orphanage_ChatUploadService',
  198.             'oneup_uploader.orphanage_manager' => 'getOneupUploader_OrphanageManagerService',
  199.             'oneup_uploader.routing.loader' => 'getOneupUploader_Routing_LoaderService',
  200.             'oneup_uploader.templating.uploader_helper' => 'getOneupUploader_Templating_UploaderHelperService',
  201.             'oneup_uploader.twig.extension.uploader' => 'getOneupUploader_Twig_Extension_UploaderService',
  202.             'request_stack' => 'getRequestStackService',
  203.             'router' => 'getRouterService',
  204.             'routing.loader' => 'getRouting_LoaderService',
  205.             'services_resetter' => 'getServicesResetterService',
  206.             'spiriit_form_filter.filter_prepare' => 'getSpiriitFormFilter_FilterPrepareService',
  207.             'spiriit_form_filter.query_builder_updater' => 'getSpiriitFormFilter_QueryBuilderUpdaterService',
  208.             'translator' => 'getTranslatorService',
  209.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  210.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  211.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  212.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  213.             'cache_clearer' => 'getCacheClearerService',
  214.             'filesystem' => 'getFilesystemService',
  215.             'serializer' => 'getSerializerService',
  216.             'form.factory' => 'getForm_FactoryService',
  217.             'form.type.file' => 'getForm_Type_FileService',
  218.             'profiler' => 'getProfilerService',
  219.             'twig' => 'getTwigService',
  220.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  221.             'security.token_storage' => 'getSecurity_TokenStorageService',
  222.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  223.             'session' => 'getSessionService',
  224.             'validator' => 'getValidatorService',
  225.         ];
  226.         $this->aliases = [
  227.             'database_connection' => 'doctrine.dbal.default_connection',
  228.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  229.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  230.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  231.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  232.             'oauth2.registry' => 'knpu.oauth2.registry',
  233.         ];
  234.         $this->privates['service_container'] = function () {
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  241.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  242.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  243.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  244.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  245.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
  247.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  248.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/User/UserRepositoryInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/User/AbstractUserRepository.php';
  250.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Repository/UserRepositoryInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Repository/UserRepositoryTrait.php';
  252.             include_once \dirname(__DIR__4).'/src/Repository/Account/UserRepository.php';
  253.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/UserResourceRepositoryInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/GroupRepository/GroupRepositoryInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/GroupRepository/GroupRepositoryTrait.php';
  256.             include_once \dirname(__DIR__4).'/src/Repository/Channel/GroupRepository.php';
  257.             include_once \dirname(__DIR__4).'/src/Repository/Channel/PlaceRepository.php';
  258.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/ServiceRepository/ServiceRepositoryInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceRepositoryInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/ServiceRepository/ServiceRepositoryTrait.php';
  261.             include_once \dirname(__DIR__4).'/src/Repository/Channel/ServiceRepository.php';
  262.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/SessionRepository/SessionRepositoryInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/SessionRepository/SessionRepositoryTrait.php';
  264.             include_once \dirname(__DIR__4).'/src/Repository/Channel/SessionRepository.php';
  265.             include_once \dirname(__DIR__4).'/src/Repository/Channel/TrainingRepository.php';
  266.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/AbstractCursusRepository/AbstractCursusRepositoryInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/AbstractCursusRepository/AbstractCursusRepositoryTrait.php';
  268.             include_once \dirname(__DIR__4).'/src/Repository/ChannelUserData/AbstractCursusRepository.php';
  269.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserData/ChannelUserDataRepositoryInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserData/AbstractChannelUserDataRepository.php';
  271.             include_once \dirname(__DIR__4).'/src/Repository/ChannelUserData/ChannelUserDataRepository.php';
  272.             include_once \dirname(__DIR__4).'/src/Repository/Chat/CanalRepository.php';
  273.             include_once \dirname(__DIR__4).'/src/Repository/Chat/ConversationRepository.php';
  274.             include_once \dirname(__DIR__4).'/src/Repository/Chat/MessageRepository.php';
  275.             include_once \dirname(__DIR__4).'/src/Repository/Chat/MessageUserRepository.php';
  276.             include_once \dirname(__DIR__4).'/src/Repository/ResourceRepository.php';
  277.             include_once \dirname(__DIR__4).'/src/Service/Account/UserService.php';
  278.             include_once \dirname(__DIR__4).'/src/Service/Channel/AbstractCursusService.php';
  279.             include_once \dirname(__DIR__4).'/src/Service/Chat/CanalService.php';
  280.             include_once \dirname(__DIR__4).'/src/Service/Chat/ChannelServiceConversationService.php';
  281.             include_once \dirname(__DIR__4).'/src/Service/Chat/ChatResourceService.php';
  282.             include_once \dirname(__DIR__4).'/src/Service/Chat/ConversationService.php';
  283.             include_once \dirname(__DIR__4).'/src/Service/Chat/ConversationUserService.php';
  284.             include_once \dirname(__DIR__4).'/src/Service/Channel/ChannelUserDataService.php';
  285.             include_once \dirname(__DIR__4).'/src/Service/Chat/MessageService.php';
  286.             include_once \dirname(__DIR__4).'/src/Service/Chat/ReferentConversationService.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  299.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  348.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  363.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  364.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  365.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  366.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  367.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  378.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  387.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Mapping/Loader/AttributeLoader.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  431.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  432.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  433.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  434.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  435.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Request/ActionRequestTrait.php';
  437.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Request/ParamConverter/AutoInstanceObjectParamConverter.php';
  438.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  440.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  443.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  444.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  445.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  447.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  448.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  449.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  450.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  451.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  452.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  454.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  455.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  457.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  458.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  459.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  460.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  461.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  462.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  463.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/RegexSchemaAssetFilter.php';
  464.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  465.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  466.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  468.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
  470.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryForV2V3.php';
  472.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  474.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  475.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  476.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  477.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  478.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  479.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  480.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  481.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  482.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  503.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  513.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  515.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  516.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  519.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  520.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  521.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  522.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  542.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  544.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  545.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/ControllerEntityResolverSubscriber.php';
  546.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/RequestChannelDomainSubscriber.php';
  547.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/RouteSecuritySubscriber.php';
  548.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/GlobalEntitiesService.php';
  549.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/GlobalEntityKeys.php';
  550.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelUserPermissionManager.php';
  551.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelUserPermissionService.php';
  552.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Enum/ChannelUserPermissionEnumManager.php';
  553.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Hierarchy/ChannelUserPermissionHierarchyManager.php';
  554.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/UserOwner/UserOwnerGetter.php';
  555.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Utils/ChannelMainDomainUtils.php';
  556.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Utils/DomainsRoutingUtils.php';
  557.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/UrlGeneratorInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/ChannelMainDomain/ChannelMainDomainInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/ChannelMainDomain/ChannelMainDomainTrait.php';
  560.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/AbstractUrlGenerator.php';
  561.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/UrlGenerator.php';
  562.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/HandleExpireTokenSubscriber.php';
  563.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Loader/RouteCollectionLoaderInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Loader/AbstractRouteCollectionLoader.php';
  565.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Loader/RouteCollectionLoader.php';
  566.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Routing/RouteClient.php';
  567.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/AbstractForceUserFromSetupSubscriber.php';
  568.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/EventSubscriber/ForceUserFromSetupSubscriber.php';
  569.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/UserFromChannelRepository/UserFromChannelRepositoryInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/UserFromChannelRepository/UserFromChannelRepositoryTrait.php';
  571.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/UserFromChannelRepository.php';
  572.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Action/ActionRetriever.php';
  573.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/EventSubscriber/ActionControllerSubscriber.php';
  574.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/EventSubscriber/DeserializeActionControllerSubscriber.php';
  575.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/SerializerInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/SerializerAdapter.php';
  577.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  579.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  580.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  581.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  582.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  584.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  586.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  588.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  589.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  590.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
  591.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  593.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  594.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  596.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  597.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  598.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  599.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  600.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  601.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  602.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
  603.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  621.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Routing/Loader/YamlFileLoader.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  623.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Routing/Loader/XmlFileLoader.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  628.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Routing/Loader/AnnotatedRouteControllerLoader.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  631.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Routing/RequestContext.php';
  632.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Routing/Generator/WebSocketWrapperUrlGenerator.php';
  633.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  634.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  636.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  639.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
  640.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV5.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  643.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  644.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisAdapter.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  648.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/SymfonyUrlGenerator.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  655.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  671.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/ChatNotificationNormalizer.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  678.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/ConversationNormalizer.php';
  679.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/EntityDenormalizer.php';
  680.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/MessageNormalizer.php';
  681.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/ResourceNormalizer.php';
  682.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/UserNormalizer.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  685.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Serializer/Normalizer/RouteCollectionNormalizer.php';
  686.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Serializer/Normalizer/RouteNormalizer.php';
  687.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Normalizer/EntityNormalizer.php';
  688.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Normalizer/PaginationNormalizer.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  726.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  730.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  731.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  732.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  733.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  734.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  735.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  736.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  737.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  738.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  739.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  740.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  741.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  742.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  743.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  746.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  747.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  749.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  750.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  762.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ServiceExtension.php';
  763.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Chat/CanalExtension.php';
  764.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Chat/FileExtension.php';
  765.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Chat/UserExtension.php';
  766.             include_once \dirname(__DIR__4).'/src/Twig/Extension/EnvExtension.php';
  767.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Header/HeaderExtension.php';
  768.             include_once \dirname(__DIR__4).'/src/Twig/Extension/User/UserExtension.php';
  769.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  773.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  774.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  775.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  776.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  777.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  778.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  779.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  780.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/GetNelmioAsset.php';
  781.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  782.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  783.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Extension/PermissionExtension.php';
  784.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Extension/UrlGeneratorExtension.php';
  785.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/AppExtension.php';
  786.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/BooleanExtension.php';
  787.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelExtension.php';
  788.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelGetterExtension.php';
  789.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelUserDataExtension.php';
  790.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChatNotificationExtension.php';
  791.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/CustomizableViewExtension.php';
  792.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/EnvExtension.php';
  793.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/FileExtension.php';
  794.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/FormExtension.php';
  795.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/HeaderExtension.php';
  796.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ImageExtension.php';
  797.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/NellappFileExtension.php';
  798.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/NellappFormatExtension.php';
  799.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/PaginationExtension.php';
  800.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SerializerExtension.php';
  801.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SideNavExtension.php';
  802.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SideNavItemExtension.php';
  803.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/UserExtension.php';
  804.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/VersionExtension.php';
  805.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/WebSocketExtension.php';
  806.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Twig/Extension/UserFromChannelExtension.php';
  807.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  808.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  809.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  810.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  811.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Twig/Extension/RoutingExtension.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/Twig/ComponentExtension.php';
  813.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  814.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  815.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  816.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  817.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/Twig/TwigEnvironmentConfigurator.php';
  818.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  819.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  820.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  822.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  823.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  824.             include_once __DIR__.'/proxy-classes.php';
  825.         };
  826.     }
  827.     public function compile(): void
  828.     {
  829.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  830.     }
  831.     public function isCompiled(): bool
  832.     {
  833.         return true;
  834.     }
  835.     public function getRemovedIds(): array
  836.     {
  837.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  838.     }
  839.     protected function createProxy($class\Closure $factory)
  840.     {
  841.         return $factory();
  842.     }
  843.     /**
  844.      * Gets the public '.container.private.cache_clearer' shared service.
  845.      *
  846.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  847.      */
  848.     protected function get_Container_Private_CacheClearerService()
  849.     {
  850.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  851.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  852.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  853.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  854.         }, 1));
  855.     }
  856.     /**
  857.      * Gets the public '.container.private.filesystem' shared service.
  858.      *
  859.      * @return \Symfony\Component\Filesystem\Filesystem
  860.      */
  861.     protected function get_Container_Private_FilesystemService()
  862.     {
  863.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  864.     }
  865.     /**
  866.      * Gets the public '.container.private.form.factory' shared service.
  867.      *
  868.      * @return \Symfony\Component\Form\FormFactory
  869.      */
  870.     protected function get_Container_Private_Form_FactoryService()
  871.     {
  872.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  873.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  874.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  875.         if (isset($this->services['.container.private.form.factory'])) {
  876.             return $this->services['.container.private.form.factory'];
  877.         }
  878.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  879.     }
  880.     /**
  881.      * Gets the public '.container.private.form.type.file' shared service.
  882.      *
  883.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  884.      */
  885.     protected function get_Container_Private_Form_Type_FileService()
  886.     {
  887.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  888.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  889.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  890.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  891.     }
  892.     /**
  893.      * Gets the public '.container.private.profiler' shared service.
  894.      *
  895.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  896.      */
  897.     protected function get_Container_Private_ProfilerService()
  898.     {
  899.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  900.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  901.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  902.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  903.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  904.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  905.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  906.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  907.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  908.         $d->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  909.         $d->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  910.         $d->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  911.         $d->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  912.         $d->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  913.         $d->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  914.         $d->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  915.         $d->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  916.         $d->addInstance('cache.doctrine.orm.default.result.traceable', ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  917.         $d->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  918.         $d->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  919.         $d->addInstance('cache.webpack_encore.traceable', ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService()));
  920.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  921.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  922.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  923.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  924.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  925.         if ($this->has('kernel')) {
  926.             $g->setKernel($b);
  927.         }
  928.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  929.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  930.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  931.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  932.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  933.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  934.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  935.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  936.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  937.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  938.         $instance->add($d);
  939.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  940.         $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));
  941.         $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())));
  942.         $instance->add($e);
  943.         $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([])))));
  944.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  945.         $instance->add($f);
  946.         $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()))));
  947.         $instance->add($g);
  948.         return $instance;
  949.     }
  950.     /**
  951.      * Gets the public '.container.private.security.authorization_checker' shared service.
  952.      *
  953.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  954.      */
  955.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  956.     {
  957.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  958.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  959.             return $this->services['.container.private.security.authorization_checker'];
  960.         }
  961.         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);
  962.     }
  963.     /**
  964.      * Gets the public '.container.private.security.password_encoder' shared service.
  965.      *
  966.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  967.      *
  968.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  969.      */
  970.     protected function get_Container_Private_Security_PasswordEncoderService()
  971.     {
  972.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  973.         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()));
  974.     }
  975.     /**
  976.      * Gets the public '.container.private.security.token_storage' shared service.
  977.      *
  978.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  979.      */
  980.     protected function get_Container_Private_Security_TokenStorageService()
  981.     {
  982.         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, [
  983.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  984.         ], [
  985.             'request_stack' => '?',
  986.         ]));
  987.     }
  988.     /**
  989.      * Gets the public '.container.private.serializer' shared service.
  990.      *
  991.      * @return \Symfony\Component\Serializer\Serializer
  992.      */
  993.     protected function get_Container_Private_SerializerService()
  994.     {
  995.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  996.         if (isset($this->services['.container.private.serializer'])) {
  997.             return $this->services['.container.private.serializer'];
  998.         }
  999.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1000.         if (isset($this->services['.container.private.serializer'])) {
  1001.             return $this->services['.container.private.serializer'];
  1002.         }
  1003.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1004.         if (isset($this->services['.container.private.serializer'])) {
  1005.             return $this->services['.container.private.serializer'];
  1006.         }
  1007.         $d = ($this->privates['App\\Service\\Chat\\ChatResourceService'] ?? $this->getChatResourceServiceService());
  1008.         if (isset($this->services['.container.private.serializer'])) {
  1009.             return $this->services['.container.private.serializer'];
  1010.         }
  1011.         $e = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1012.         $f = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1013.         $g = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1014.         $h = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($f);
  1015.         $i = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($f$g$e$a$hNULL, [], $a);
  1016.         $j = ($this->privates['App\\Repository\\Chat\\MessageRepository'] ?? $this->getMessageRepositoryService());
  1017.         $k = ($this->privates['App\\Service\\Chat\\ConversationService'] ?? $this->getConversationServiceService());
  1018.         $l = new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\EntityNormalizer($f$g$e$a$hNULL, [], $a);
  1019.         $l->setEm($c);
  1020.         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\Sync\Routing\Serializer\Normalizer\RouteCollectionNormalizer(), => new \Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Normalizer\RouteNormalizer(), => $l10 => new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\PaginationNormalizer(new \Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter()), 11 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 13 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 14 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 15 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $g), 16 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($f$g$a$hNULL, [])), 17 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 18 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 19 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 21 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 22 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 23 => $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()]);
  1021.     }
  1022.     /**
  1023.      * Gets the public '.container.private.session' shared service.
  1024.      *
  1025.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1026.      */
  1027.     protected function get_Container_Private_SessionService()
  1028.     {
  1029.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1030.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1031.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1032.         if (isset($this->services['.container.private.session'])) {
  1033.             return $this->services['.container.private.session'];
  1034.         }
  1035.         return $this->services['.container.private.session'] = $a->createSession();
  1036.     }
  1037.     /**
  1038.      * Gets the public '.container.private.twig' shared service.
  1039.      *
  1040.      * @return \Twig\Environment
  1041.      */
  1042.     protected function get_Container_Private_TwigService()
  1043.     {
  1044.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1045.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1046.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1047.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1048.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1049.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1050.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1051.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1052.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1053.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1054.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1055.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1056.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1057.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1058.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  1059.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  1060.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1061.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1062.         $a->addPath((\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/views'), 'DrosalysWebForm');
  1063.         $a->addPath((\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/views'), '!DrosalysWebForm');
  1064.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/NellappSDKBundle'), 'NellappSDK');
  1065.         $a->addPath((\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/views'), 'NellappSDK');
  1066.         $a->addPath((\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/views'), '!NellappSDK');
  1067.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1068.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1069.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), 'BazingaJsTranslation');
  1070.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), '!BazingaJsTranslation');
  1071.         $a->addPath((\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/views'), 'SpiriitFormFilter');
  1072.         $a->addPath((\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/views'), '!SpiriitFormFilter');
  1073.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1074.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1075.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1076.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1077.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1078.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1079.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1080.         $d = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  1081.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1082.         $f = ($this->services['router'] ?? $this->getRouterService());
  1083.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1084.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1085.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1086.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  1087.         $j = new \Knp\Menu\Util\MenuManipulator();
  1088.         $k = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1089.         $l = new \Symfony\Bridge\Twig\AppVariable();
  1090.         $l->setEnvironment('dev');
  1091.         $l->setDebug(true);
  1092.         if ($this->has('.container.private.security.token_storage')) {
  1093.             $l->setTokenStorage($h);
  1094.         }
  1095.         if ($this->has('request_stack')) {
  1096.             $l->setRequestStack($g);
  1097.         }
  1098.         $m = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1099.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1100.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1101.         $instance->addExtension($d);
  1102.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e\dirname(__DIR__4), 'UTF-8'));
  1103.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  1104.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1105.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1106.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1107.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1108.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g$f)));
  1109.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
  1110.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1111.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1112.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1113.         $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)));
  1114.         $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())));
  1115.         $instance->addExtension(new \App\Twig\Extension\Channel\ServiceExtension());
  1116.         $instance->addExtension(new \App\Twig\Extension\Chat\CanalExtension());
  1117.         $instance->addExtension(new \App\Twig\Extension\Chat\FileExtension());
  1118.         $instance->addExtension(new \App\Twig\Extension\Chat\UserExtension());
  1119.         $instance->addExtension(new \App\Twig\Extension\EnvExtension());
  1120.         $instance->addExtension(new \App\Twig\Extension\Header\HeaderExtension());
  1121.         $instance->addExtension(new \App\Twig\Extension\User\UserExtension());
  1122.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1123.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  1124.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1125.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1126.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  1127.         ], [
  1128.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1129.             'webpack_encore.tag_renderer' => '?',
  1130.         ])));
  1131.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1132.         $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, [
  1133.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'false],
  1134.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'false],
  1135.         ], [
  1136.             'list' => '?',
  1137.             'twig' => '?',
  1138.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1139.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->getKnpMenu_MenuProvider_LazyService());
  1140.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->getKnpMenu_MenuProvider_BuilderAliasService());
  1141.         }, 2)), $j$k), $k$j));
  1142.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($d));
  1143.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($f$c)));
  1144.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Permission\Twig\Extension\PermissionExtension());
  1145.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Routing\Twig\Extension\UrlGeneratorExtension());
  1146.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\AppExtension());
  1147.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\BooleanExtension());
  1148.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelExtension());
  1149.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelGetterExtension());
  1150.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelUserDataExtension());
  1151.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChatNotificationExtension());
  1152.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\CustomizableViewExtension());
  1153.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\EnvExtension());
  1154.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\FileExtension());
  1155.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\FormExtension());
  1156.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\HeaderExtension());
  1157.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ImageExtension());
  1158.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\NellappFileExtension());
  1159.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\NellappFormatExtension());
  1160.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\PaginationExtension());
  1161.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SerializerExtension());
  1162.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavExtension());
  1163.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavItemExtension());
  1164.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\UserExtension());
  1165.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\VersionExtension());
  1166.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\WebSocketExtension());
  1167.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Channel\Twig\Extension\UserFromChannelExtension());
  1168.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  1169.         $instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
  1170.         $instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
  1171.         $instance->addExtension(new \DrosalysWeb\Bundle\WebSocketBundle\Twig\Extension\RoutingExtension(($this->privates['drosalys.web_socket.routing.ws_url_generator'] ?? $this->getDrosalys_WebSocket_Routing_WsUrlGeneratorService())));
  1172.         $instance->addExtension(($this->services['oneup_uploader.twig.extension.uploader'] ?? $this->getOneupUploader_Twig_Extension_UploaderService()));
  1173.         $instance->addExtension(new \Symfony\UX\TwigComponent\Twig\ComponentExtension((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1174.             'Symfony\\UX\\TwigComponent\\ComponentFactory' => ['privates''ux.twig_component.component_factory''getUx_TwigComponent_ComponentFactoryService'false],
  1175.             'Symfony\\UX\\TwigComponent\\ComponentRenderer' => ['privates''ux.twig_component.component_renderer''getUx_TwigComponent_ComponentRendererService'false],
  1176.         ], [
  1177.             'Symfony\\UX\\TwigComponent\\ComponentFactory' => 'Symfony\\UX\\TwigComponent\\ComponentFactory',
  1178.             'Symfony\\UX\\TwigComponent\\ComponentRenderer' => 'Symfony\\UX\\TwigComponent\\ComponentRenderer',
  1179.         ]))->withContext('ux.twig_component.twig.component_extension'$this)));
  1180.         $instance->addGlobal('app'$l);
  1181.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1182.             'App\\Twig\\RunTime\\Channel\\ServiceRuntime' => ['privates''App\\Twig\\RunTime\\Channel\\ServiceRuntime''getServiceRuntimeService'false],
  1183.             'App\\Twig\\RunTime\\Chat\\CanalRuntime' => ['privates''App\\Twig\\RunTime\\Chat\\CanalRuntime''getCanalRuntimeService'false],
  1184.             'App\\Twig\\RunTime\\Chat\\FileRuntime' => ['privates''App\\Twig\\RunTime\\Chat\\FileRuntime''getFileRuntimeService'false],
  1185.             'App\\Twig\\RunTime\\Chat\\UserRuntime' => ['privates''App\\Twig\\RunTime\\Chat\\UserRuntime''getUserRuntimeService'false],
  1186.             'App\\Twig\\RunTime\\EnvRuntime' => ['privates''App\\Twig\\RunTime\\EnvRuntime''getEnvRuntimeService'false],
  1187.             'App\\Twig\\RunTime\\Header\\HeaderRuntime' => ['privates''App\\Twig\\RunTime\\Header\\HeaderRuntime''getHeaderRuntimeService'false],
  1188.             'App\\Twig\\RunTime\\User\\UserRuntime' => ['privates''App\\Twig\\RunTime\\User\\UserRuntime''getUserRuntime2Service'false],
  1189.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1190.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  1191.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1192.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime''getChannelUserDataPermissionRuntimeService'false],
  1193.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime''getTranslateRuntimeService'false],
  1194.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime''getUserOwnerRuntimeService'false],
  1195.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime''getUrlGeneratorRuntimeService'false],
  1196.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime''getAppRuntimeService'false],
  1197.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime''getBooleanRuntimeService'false],
  1198.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime''getChannelGetterRuntimeService'false],
  1199.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime''getChannelRuntimeService'false],
  1200.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime''getChannelUserDataRuntimeService'false],
  1201.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime''getChatNotificationRuntimeService'false],
  1202.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime''getCustomizableViewRuntimeService'false],
  1203.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime''getEnvRuntime2Service'false],
  1204.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime''getFileRuntime2Service'false],
  1205.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime''getFormRuntimeService'false],
  1206.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime''getHeaderRuntime2Service'false],
  1207.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime''getImageRunTimeService'false],
  1208.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime''getNellappFileRuntimeService'false],
  1209.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime''getNellappFormatRuntimeService'false],
  1210.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime''getPaginationRuntimeService'false],
  1211.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime''getSerializerRuntimeService'false],
  1212.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime''getSideNavItemRuntimeService'false],
  1213.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime''getSideNavRuntimeService'false],
  1214.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime''getUserRunTime3Service'false],
  1215.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime''getVersionRuntimeService'false],
  1216.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime''getWebSocketRuntimeService'false],
  1217.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime''getUserFromChannelRuntimeService'false],
  1218.         ], [
  1219.             'App\\Twig\\RunTime\\Channel\\ServiceRuntime' => '?',
  1220.             'App\\Twig\\RunTime\\Chat\\CanalRuntime' => '?',
  1221.             'App\\Twig\\RunTime\\Chat\\FileRuntime' => '?',
  1222.             'App\\Twig\\RunTime\\Chat\\UserRuntime' => '?',
  1223.             'App\\Twig\\RunTime\\EnvRuntime' => '?',
  1224.             'App\\Twig\\RunTime\\Header\\HeaderRuntime' => '?',
  1225.             'App\\Twig\\RunTime\\User\\UserRuntime' => '?',
  1226.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1227.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1228.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1229.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime' => '?',
  1230.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime' => '?',
  1231.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime' => '?',
  1232.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime' => '?',
  1233.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime' => '?',
  1234.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime' => '?',
  1235.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime' => '?',
  1236.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime' => '?',
  1237.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime' => '?',
  1238.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime' => '?',
  1239.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime' => '?',
  1240.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime' => '?',
  1241.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime' => '?',
  1242.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime' => '?',
  1243.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime' => '?',
  1244.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime' => '?',
  1245.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime' => '?',
  1246.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime' => '?',
  1247.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime' => '?',
  1248.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime' => '?',
  1249.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime' => '?',
  1250.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime' => '?',
  1251.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime' => '?',
  1252.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime' => '?',
  1253.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime' => '?',
  1254.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime' => '?',
  1255.         ])));
  1256.         $instance->registerUndefinedFilterCallback([=> $m=> 'suggestFilter']);
  1257.         $instance->registerUndefinedFunctionCallback([=> $m=> 'suggestFunction']);
  1258.         $instance->registerUndefinedTokenParserCallback([=> $m=> 'suggestTag']);
  1259.         (new \Symfony\UX\TwigComponent\Twig\TwigEnvironmentConfigurator(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'',')))->configure($instance);
  1260.         return $instance;
  1261.     }
  1262.     /**
  1263.      * Gets the public '.container.private.validator' shared service.
  1264.      *
  1265.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1266.      */
  1267.     protected function get_Container_Private_ValidatorService()
  1268.     {
  1269.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1270.         if (isset($this->services['.container.private.validator'])) {
  1271.             return $this->services['.container.private.validator'];
  1272.         }
  1273.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1274.     }
  1275.     /**
  1276.      * Gets the public 'App\Controller\Admin\Service\ShowServiceAction' shared autowired service.
  1277.      *
  1278.      * @return \App\Controller\Admin\Service\ShowServiceAction
  1279.      */
  1280.     protected function getShowServiceActionService()
  1281.     {
  1282.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1283.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Service/ShowServiceAction.php';
  1284.         $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()));
  1285.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Admin\\Service\\ShowServiceAction'$this));
  1286.         return $instance;
  1287.     }
  1288.     /**
  1289.      * Gets the public 'App\Controller\Api\Proxy\ChatNotification\ChatNotificationCollectionAction' shared autowired service.
  1290.      *
  1291.      * @return \App\Controller\Api\Proxy\ChatNotification\ChatNotificationCollectionAction
  1292.      */
  1293.     protected function getChatNotificationCollectionActionService()
  1294.     {
  1295.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1296.         include_once \dirname(__DIR__4).'/src/Controller/Api/Proxy/ChatNotification/ChatNotificationCollectionAction.php';
  1297.         $this->services['App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationCollectionAction'] = $instance = new \App\Controller\Api\Proxy\ChatNotification\ChatNotificationCollectionAction(($this->privates['App\\Repository\\Chat\\ChatNotificationRepository'] ?? $this->getChatNotificationRepositoryService()));
  1298.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationCollectionAction'$this));
  1299.         return $instance;
  1300.     }
  1301.     /**
  1302.      * Gets the public 'App\Controller\Api\Proxy\ChatNotification\ChatNotificationNewCollectionAction' shared autowired service.
  1303.      *
  1304.      * @return \App\Controller\Api\Proxy\ChatNotification\ChatNotificationNewCollectionAction
  1305.      */
  1306.     protected function getChatNotificationNewCollectionActionService()
  1307.     {
  1308.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1309.         include_once \dirname(__DIR__4).'/src/Controller/Api/Proxy/ChatNotification/ChatNotificationNewCollectionAction.php';
  1310.         $this->services['App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction'] = $instance = new \App\Controller\Api\Proxy\ChatNotification\ChatNotificationNewCollectionAction(($this->privates['App\\Repository\\Chat\\ChatNotificationRepository'] ?? $this->getChatNotificationRepositoryService()));
  1311.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction'$this));
  1312.         return $instance;
  1313.     }
  1314.     /**
  1315.      * Gets the public 'App\Controller\Api\Proxy\LearnerMessages\ReferentConversationMessageCollectionAction' shared autowired service.
  1316.      *
  1317.      * @return \App\Controller\Api\Proxy\LearnerMessages\ReferentConversationMessageCollectionAction
  1318.      */
  1319.     protected function getReferentConversationMessageCollectionActionService()
  1320.     {
  1321.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1322.         include_once \dirname(__DIR__4).'/src/Controller/Api/Proxy/LearnerMessages/ReferentConversationMessageCollectionAction.php';
  1323.         $this->services['App\\Controller\\Api\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction'] = $instance = new \App\Controller\Api\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()));
  1324.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Api\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction'$this));
  1325.         return $instance;
  1326.     }
  1327.     /**
  1328.      * Gets the public 'App\Controller\Api\Proxy\LearnerMessages\ServiceConversationMessageCollectionAction' shared autowired service.
  1329.      *
  1330.      * @return \App\Controller\Api\Proxy\LearnerMessages\ServiceConversationMessageCollectionAction
  1331.      */
  1332.     protected function getServiceConversationMessageCollectionActionService()
  1333.     {
  1334.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1335.         include_once \dirname(__DIR__4).'/src/Controller/Api/Proxy/LearnerMessages/ServiceConversationMessageCollectionAction.php';
  1336.         $this->services['App\\Controller\\Api\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction'] = $instance = new \App\Controller\Api\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()));
  1337.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Api\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction'$this));
  1338.         return $instance;
  1339.     }
  1340.     /**
  1341.      * Gets the public 'App\Controller\AppController' shared autowired service.
  1342.      *
  1343.      * @return \App\Controller\AppController
  1344.      */
  1345.     protected function getAppControllerService()
  1346.     {
  1347.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1348.         include_once \dirname(__DIR__4).'/src/Controller/AppController.php';
  1349.         $this->services['App\\Controller\\AppController'] = $instance = new \App\Controller\AppController();
  1350.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\AppController'$this));
  1351.         return $instance;
  1352.     }
  1353.     /**
  1354.      * Gets the public 'App\Controller\Async\Admin\Conversation\DeleteUsersAction' shared autowired service.
  1355.      *
  1356.      * @return \App\Controller\Async\Admin\Conversation\DeleteUsersAction
  1357.      */
  1358.     protected function getDeleteUsersActionService()
  1359.     {
  1360.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1361.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/Conversation/DeleteUsersAction.php';
  1362.         $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()));
  1363.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction'$this));
  1364.         return $instance;
  1365.     }
  1366.     /**
  1367.      * Gets the public 'App\Controller\Async\Admin\Conversation\GetUserCollectionAvailableForConversationAction' shared autowired service.
  1368.      *
  1369.      * @return \App\Controller\Async\Admin\Conversation\GetUserCollectionAvailableForConversationAction
  1370.      */
  1371.     protected function getGetUserCollectionAvailableForConversationActionService()
  1372.     {
  1373.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1374.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/Conversation/GetUserCollectionAvailableForConversationAction.php';
  1375.         $this->services['App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction'] = $instance = new \App\Controller\Async\Admin\Conversation\GetUserCollectionAvailableForConversationAction(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1376.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction'$this));
  1377.         return $instance;
  1378.     }
  1379.     /**
  1380.      * Gets the public 'App\Controller\Async\Admin\Conversation\PostConversationFromUsersAction' shared autowired service.
  1381.      *
  1382.      * @return \App\Controller\Async\Admin\Conversation\PostConversationFromUsersAction
  1383.      */
  1384.     protected function getPostConversationFromUsersActionService()
  1385.     {
  1386.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1387.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/Conversation/PostConversationFromUsersAction.php';
  1388.         $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()));
  1389.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction'$this));
  1390.         return $instance;
  1391.     }
  1392.     /**
  1393.      * Gets the public 'App\Controller\Async\Admin\Conversation\PostUsersAction' shared autowired service.
  1394.      *
  1395.      * @return \App\Controller\Async\Admin\Conversation\PostUsersAction
  1396.      */
  1397.     protected function getPostUsersActionService()
  1398.     {
  1399.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1400.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/Conversation/PostUsersAction.php';
  1401.         $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()));
  1402.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction'$this));
  1403.         return $instance;
  1404.     }
  1405.     /**
  1406.      * Gets the public 'App\Controller\Async\Admin\TemporaryCanal\GetNpmEventDataAction' shared autowired service.
  1407.      *
  1408.      * @return \App\Controller\Async\Admin\TemporaryCanal\GetNpmEventDataAction
  1409.      */
  1410.     protected function getGetNpmEventDataActionService()
  1411.     {
  1412.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1413.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/TemporaryCanal/GetNpmEventDataAction.php';
  1414.         include_once \dirname(__DIR__4).'/src/Service/Proxy/ProxyNpmService.php';
  1415.         $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())));
  1416.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction'$this));
  1417.         return $instance;
  1418.     }
  1419.     /**
  1420.      * Gets the public 'App\Controller\Async\Admin\TemporaryCanal\GetTemporaryCanalAction' shared autowired service.
  1421.      *
  1422.      * @return \App\Controller\Async\Admin\TemporaryCanal\GetTemporaryCanalAction
  1423.      */
  1424.     protected function getGetTemporaryCanalActionService()
  1425.     {
  1426.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1427.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/TemporaryCanal/GetTemporaryCanalAction.php';
  1428.         $this->services['App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction'] = $instance = new \App\Controller\Async\Admin\TemporaryCanal\GetTemporaryCanalAction(($this->privates['App\\Repository\\Chat\\TemporaryCanalRepository'] ?? $this->getTemporaryCanalRepositoryService()));
  1429.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction'$this));
  1430.         return $instance;
  1431.     }
  1432.     /**
  1433.      * Gets the public 'App\Controller\Async\Admin\TemporaryCanal\PostTemporaryCanalAction' shared autowired service.
  1434.      *
  1435.      * @return \App\Controller\Async\Admin\TemporaryCanal\PostTemporaryCanalAction
  1436.      */
  1437.     protected function getPostTemporaryCanalActionService()
  1438.     {
  1439.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1440.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/TemporaryCanal/PostTemporaryCanalAction.php';
  1441.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  1442.         include_once \dirname(__DIR__4).'/src/Service/Chat/TemporaryCanalService.php';
  1443.         $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())));
  1444.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction'$this));
  1445.         return $instance;
  1446.     }
  1447.     /**
  1448.      * Gets the public 'App\Controller\Async\Admin\User\GetAdminsCollectionAction' shared autowired service.
  1449.      *
  1450.      * @return \App\Controller\Async\Admin\User\GetAdminsCollectionAction
  1451.      */
  1452.     protected function getGetAdminsCollectionActionService()
  1453.     {
  1454.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1455.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/User/GetAdminsCollectionAction.php';
  1456.         $this->services['App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction'] = $instance = new \App\Controller\Async\Admin\User\GetAdminsCollectionAction(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1457.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction'$this));
  1458.         return $instance;
  1459.     }
  1460.     /**
  1461.      * Gets the public 'App\Controller\Async\Admin\User\GetUserCollectionByChannel' shared autowired service.
  1462.      *
  1463.      * @return \App\Controller\Async\Admin\User\GetUserCollectionByChannel
  1464.      */
  1465.     protected function getGetUserCollectionByChannelService()
  1466.     {
  1467.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1468.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/User/GetUserCollectionByChannel.php';
  1469.         $this->services['App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel'] = $instance = new \App\Controller\Async\Admin\User\GetUserCollectionByChannel(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1470.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel'$this));
  1471.         return $instance;
  1472.     }
  1473.     /**
  1474.      * Gets the public 'App\Controller\Async\Common\Canal\GetCanalItemAction' shared autowired service.
  1475.      *
  1476.      * @return \App\Controller\Async\Common\Canal\GetCanalItemAction
  1477.      */
  1478.     protected function getGetCanalItemActionService()
  1479.     {
  1480.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1481.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Canal/GetCanalItemAction.php';
  1482.         $this->services['App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction'] = $instance = new \App\Controller\Async\Common\Canal\GetCanalItemAction(($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()));
  1483.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction'$this));
  1484.         return $instance;
  1485.     }
  1486.     /**
  1487.      * Gets the public 'App\Controller\Async\Common\Canal\GetPrivateCanalCollectionAction' shared autowired service.
  1488.      *
  1489.      * @return \App\Controller\Async\Common\Canal\GetPrivateCanalCollectionAction
  1490.      */
  1491.     protected function getGetPrivateCanalCollectionActionService()
  1492.     {
  1493.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1494.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Canal/GetPrivateCanalCollectionAction.php';
  1495.         $this->services['App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction'] = $instance = new \App\Controller\Async\Common\Canal\GetPrivateCanalCollectionAction(($this->privates['App\\Service\\Chat\\CanalService'] ?? $this->getCanalServiceService()));
  1496.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction'$this));
  1497.         return $instance;
  1498.     }
  1499.     /**
  1500.      * Gets the public 'App\Controller\Async\Common\Canal\GetPublicCanalCollectionAction' shared autowired service.
  1501.      *
  1502.      * @return \App\Controller\Async\Common\Canal\GetPublicCanalCollectionAction
  1503.      */
  1504.     protected function getGetPublicCanalCollectionActionService()
  1505.     {
  1506.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1507.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Canal/GetPublicCanalCollectionAction.php';
  1508.         $this->services['App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction'] = $instance = new \App\Controller\Async\Common\Canal\GetPublicCanalCollectionAction(($this->privates['App\\Service\\Chat\\CanalService'] ?? $this->getCanalServiceService()));
  1509.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction'$this));
  1510.         return $instance;
  1511.     }
  1512.     /**
  1513.      * Gets the public 'App\Controller\Async\Common\Canal\GetTemporaryCanalCollectionAction' shared autowired service.
  1514.      *
  1515.      * @return \App\Controller\Async\Common\Canal\GetTemporaryCanalCollectionAction
  1516.      */
  1517.     protected function getGetTemporaryCanalCollectionActionService()
  1518.     {
  1519.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1520.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Canal/GetTemporaryCanalCollectionAction.php';
  1521.         $this->services['App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction'] = $instance = new \App\Controller\Async\Common\Canal\GetTemporaryCanalCollectionAction(($this->privates['App\\Service\\Chat\\CanalService'] ?? $this->getCanalServiceService()));
  1522.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction'$this));
  1523.         return $instance;
  1524.     }
  1525.     /**
  1526.      * Gets the public 'App\Controller\Async\Common\Channel\GetChannelCollectionForUser' shared autowired service.
  1527.      *
  1528.      * @return \App\Controller\Async\Common\Channel\GetChannelCollectionForUser
  1529.      */
  1530.     protected function getGetChannelCollectionForUserService()
  1531.     {
  1532.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1533.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Channel/GetChannelCollectionForUser.php';
  1534.         $this->services['App\\Controller\\Async\\Common\\Channel\\GetChannelCollectionForUser'] = $instance = new \App\Controller\Async\Common\Channel\GetChannelCollectionForUser();
  1535.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Channel\\GetChannelCollectionForUser'$this));
  1536.         return $instance;
  1537.     }
  1538.     /**
  1539.      * Gets the public 'App\Controller\Async\Common\ChatNotification\ChatNotificationCollectionAction' shared autowired service.
  1540.      *
  1541.      * @return \App\Controller\Async\Common\ChatNotification\ChatNotificationCollectionAction
  1542.      */
  1543.     protected function getChatNotificationCollectionAction2Service()
  1544.     {
  1545.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1546.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/ChatNotification/ChatNotificationCollectionAction.php';
  1547.         $this->services['App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction'] = $instance = new \App\Controller\Async\Common\ChatNotification\ChatNotificationCollectionAction(($this->privates['App\\Repository\\Chat\\ChatNotificationRepository'] ?? $this->getChatNotificationRepositoryService()));
  1548.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction'$this));
  1549.         return $instance;
  1550.     }
  1551.     /**
  1552.      * Gets the public 'App\Controller\Async\Common\ChatNotification\ChatNotificationReadAll' shared autowired service.
  1553.      *
  1554.      * @return \App\Controller\Async\Common\ChatNotification\ChatNotificationReadAll
  1555.      */
  1556.     protected function getChatNotificationReadAllService()
  1557.     {
  1558.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1559.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/ChatNotification/ChatNotificationReadAll.php';
  1560.         $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()));
  1561.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll'$this));
  1562.         return $instance;
  1563.     }
  1564.     /**
  1565.      * Gets the public 'App\Controller\Async\Common\ChatNotification\ChatNotificationReadItem' shared autowired service.
  1566.      *
  1567.      * @return \App\Controller\Async\Common\ChatNotification\ChatNotificationReadItem
  1568.      */
  1569.     protected function getChatNotificationReadItemService()
  1570.     {
  1571.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1572.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/ChatNotification/ChatNotificationReadItem.php';
  1573.         $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()));
  1574.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem'$this));
  1575.         return $instance;
  1576.     }
  1577.     /**
  1578.      * Gets the public 'App\Controller\Async\Common\Conversation\GetAllConversationsByUserAndChannelAction' shared autowired service.
  1579.      *
  1580.      * @return \App\Controller\Async\Common\Conversation\GetAllConversationsByUserAndChannelAction
  1581.      */
  1582.     protected function getGetAllConversationsByUserAndChannelActionService()
  1583.     {
  1584.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1585.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Conversation/GetAllConversationsByUserAndChannelAction.php';
  1586.         $this->services['App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction'] = $instance = new \App\Controller\Async\Common\Conversation\GetAllConversationsByUserAndChannelAction(($this->privates['App\\Service\\Chat\\ConversationService'] ?? $this->getConversationServiceService()));
  1587.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction'$this));
  1588.         return $instance;
  1589.     }
  1590.     /**
  1591.      * Gets the public 'App\Controller\Async\Common\Conversation\GetConversationItemAction' shared autowired service.
  1592.      *
  1593.      * @return \App\Controller\Async\Common\Conversation\GetConversationItemAction
  1594.      */
  1595.     protected function getGetConversationItemActionService()
  1596.     {
  1597.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1598.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Conversation/GetConversationItemAction.php';
  1599.         $this->services['App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction'] = $instance = new \App\Controller\Async\Common\Conversation\GetConversationItemAction(($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()));
  1600.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction'$this));
  1601.         return $instance;
  1602.     }
  1603.     /**
  1604.      * Gets the public 'App\Controller\Async\Common\Conversation\GetReferentConversationsForLearnerAction' shared autowired service.
  1605.      *
  1606.      * @return \App\Controller\Async\Common\Conversation\GetReferentConversationsForLearnerAction
  1607.      */
  1608.     protected function getGetReferentConversationsForLearnerActionService()
  1609.     {
  1610.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1611.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Conversation/GetReferentConversationsForLearnerAction.php';
  1612.         $this->services['App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction'] = $instance = new \App\Controller\Async\Common\Conversation\GetReferentConversationsForLearnerAction(($this->privates['App\\Service\\Chat\\ReferentConversationService'] ?? $this->getReferentConversationServiceService()));
  1613.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction'$this));
  1614.         return $instance;
  1615.     }
  1616.     /**
  1617.      * Gets the public 'App\Controller\Async\Common\Conversation\GetServiceConversationForLearnerAction' shared autowired service.
  1618.      *
  1619.      * @return \App\Controller\Async\Common\Conversation\GetServiceConversationForLearnerAction
  1620.      */
  1621.     protected function getGetServiceConversationForLearnerActionService()
  1622.     {
  1623.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1624.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Conversation/GetServiceConversationForLearnerAction.php';
  1625.         $this->services['App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction'] = $instance = new \App\Controller\Async\Common\Conversation\GetServiceConversationForLearnerAction(($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()));
  1626.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction'$this));
  1627.         return $instance;
  1628.     }
  1629.     /**
  1630.      * Gets the public 'App\Controller\Async\Common\Conversation\GetSimpleConversationCollectionAction' shared autowired service.
  1631.      *
  1632.      * @return \App\Controller\Async\Common\Conversation\GetSimpleConversationCollectionAction
  1633.      */
  1634.     protected function getGetSimpleConversationCollectionActionService()
  1635.     {
  1636.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1637.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Conversation/GetSimpleConversationCollectionAction.php';
  1638.         $this->services['App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction'] = $instance = new \App\Controller\Async\Common\Conversation\GetSimpleConversationCollectionAction(($this->privates['App\\Service\\Chat\\ConversationService'] ?? $this->getConversationServiceService()));
  1639.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction'$this));
  1640.         return $instance;
  1641.     }
  1642.     /**
  1643.      * Gets the public 'App\Controller\Async\Common\Conversation\PostConversationAllReadAction' shared autowired service.
  1644.      *
  1645.      * @return \App\Controller\Async\Common\Conversation\PostConversationAllReadAction
  1646.      */
  1647.     protected function getPostConversationAllReadActionService()
  1648.     {
  1649.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1650.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Conversation/PostConversationAllReadAction.php';
  1651.         $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()));
  1652.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction'$this));
  1653.         return $instance;
  1654.     }
  1655.     /**
  1656.      * Gets the public 'App\Controller\Async\Common\Conversation\PostConversationUserLastSeenMessageAction' shared autowired service.
  1657.      *
  1658.      * @return \App\Controller\Async\Common\Conversation\PostConversationUserLastSeenMessageAction
  1659.      */
  1660.     protected function getPostConversationUserLastSeenMessageActionService()
  1661.     {
  1662.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1663.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Conversation/PostConversationUserLastSeenMessageAction.php';
  1664.         $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()));
  1665.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction'$this));
  1666.         return $instance;
  1667.     }
  1668.     /**
  1669.      * Gets the public 'App\Controller\Async\Common\File\GetFileAction' shared autowired service.
  1670.      *
  1671.      * @return \App\Controller\Async\Common\File\GetFileAction
  1672.      */
  1673.     protected function getGetFileActionService()
  1674.     {
  1675.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1676.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/File/GetFileAction.php';
  1677.         $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()));
  1678.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\File\\GetFileAction'$this));
  1679.         return $instance;
  1680.     }
  1681.     /**
  1682.      * Gets the public 'App\Controller\Async\Common\MessageUser\PostMessageUserAction' shared autowired service.
  1683.      *
  1684.      * @return \App\Controller\Async\Common\MessageUser\PostMessageUserAction
  1685.      */
  1686.     protected function getPostMessageUserActionService()
  1687.     {
  1688.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1689.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/MessageUser/PostMessageUserAction.php';
  1690.         $this->services['App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction'] = $instance = new \App\Controller\Async\Common\MessageUser\PostMessageUserAction(($this->privates['App\\Repository\\Chat\\MessageUserRepository'] ?? $this->getMessageUserRepositoryService()));
  1691.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction'$this));
  1692.         return $instance;
  1693.     }
  1694.     /**
  1695.      * Gets the public 'App\Controller\Async\Common\Message\DeleteMessageAction' shared autowired service.
  1696.      *
  1697.      * @return \App\Controller\Async\Common\Message\DeleteMessageAction
  1698.      */
  1699.     protected function getDeleteMessageActionService()
  1700.     {
  1701.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1702.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/DeleteMessageAction.php';
  1703.         $this->services['App\\Controller\\Async\\Common\\Message\\DeleteMessageAction'] = $instance = new \App\Controller\Async\Common\Message\DeleteMessageAction();
  1704.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\DeleteMessageAction'$this));
  1705.         return $instance;
  1706.     }
  1707.     /**
  1708.      * Gets the public 'App\Controller\Async\Common\Message\GetAfterMessageCollectionAction' shared autowired service.
  1709.      *
  1710.      * @return \App\Controller\Async\Common\Message\GetAfterMessageCollectionAction
  1711.      */
  1712.     protected function getGetAfterMessageCollectionActionService()
  1713.     {
  1714.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1715.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/GetAfterMessageCollectionAction.php';
  1716.         $this->services['App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction'] = $instance = new \App\Controller\Async\Common\Message\GetAfterMessageCollectionAction(($this->privates['App\\Repository\\Chat\\MessageRepository'] ?? $this->getMessageRepositoryService()));
  1717.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction'$this));
  1718.         return $instance;
  1719.     }
  1720.     /**
  1721.      * Gets the public 'App\Controller\Async\Common\Message\GetBeforeMessageCollectionAction' shared autowired service.
  1722.      *
  1723.      * @return \App\Controller\Async\Common\Message\GetBeforeMessageCollectionAction
  1724.      */
  1725.     protected function getGetBeforeMessageCollectionActionService()
  1726.     {
  1727.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1728.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/GetBeforeMessageCollectionAction.php';
  1729.         $this->services['App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction'] = $instance = new \App\Controller\Async\Common\Message\GetBeforeMessageCollectionAction(($this->privates['App\\Repository\\Chat\\MessageRepository'] ?? $this->getMessageRepositoryService()));
  1730.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction'$this));
  1731.         return $instance;
  1732.     }
  1733.     /**
  1734.      * Gets the public 'App\Controller\Async\Common\Message\GetMessageCollectionSearchAction' shared autowired service.
  1735.      *
  1736.      * @return \App\Controller\Async\Common\Message\GetMessageCollectionSearchAction
  1737.      */
  1738.     protected function getGetMessageCollectionSearchActionService()
  1739.     {
  1740.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1741.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/GetMessageCollectionSearchAction.php';
  1742.         include_once \dirname(__DIR__4).'/src/Service/Chat/GlobalSearchService.php';
  1743.         $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()));
  1744.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction'$this));
  1745.         return $instance;
  1746.     }
  1747.     /**
  1748.      * Gets the public 'App\Controller\Async\Common\Message\GetUnreadMessageCollectionAction' shared autowired service.
  1749.      *
  1750.      * @return \App\Controller\Async\Common\Message\GetUnreadMessageCollectionAction
  1751.      */
  1752.     protected function getGetUnreadMessageCollectionActionService()
  1753.     {
  1754.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1755.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/GetUnreadMessageCollectionAction.php';
  1756.         $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()));
  1757.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction'$this));
  1758.         return $instance;
  1759.     }
  1760.     /**
  1761.      * Gets the public 'App\Controller\Async\Common\Message\PostFileMessageAction' shared autowired service.
  1762.      *
  1763.      * @return \App\Controller\Async\Common\Message\PostFileMessageAction
  1764.      */
  1765.     protected function getPostFileMessageActionService()
  1766.     {
  1767.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1768.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/PostFileMessageAction.php';
  1769.         $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()));
  1770.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\PostFileMessageAction'$this));
  1771.         return $instance;
  1772.     }
  1773.     /**
  1774.      * Gets the public 'App\Controller\Async\Common\Message\PostMessageAction' shared autowired service.
  1775.      *
  1776.      * @return \App\Controller\Async\Common\Message\PostMessageAction
  1777.      */
  1778.     protected function getPostMessageActionService()
  1779.     {
  1780.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1781.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/PostMessageAction.php';
  1782.         $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()));
  1783.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\PostMessageAction'$this));
  1784.         return $instance;
  1785.     }
  1786.     /**
  1787.      * Gets the public 'App\Controller\Async\Common\Message\PutMessageAction' shared autowired service.
  1788.      *
  1789.      * @return \App\Controller\Async\Common\Message\PutMessageAction
  1790.      */
  1791.     protected function getPutMessageActionService()
  1792.     {
  1793.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1794.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/PutMessageAction.php';
  1795.         $this->services['App\\Controller\\Async\\Common\\Message\\PutMessageAction'] = $instance = new \App\Controller\Async\Common\Message\PutMessageAction();
  1796.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\PutMessageAction'$this));
  1797.         return $instance;
  1798.     }
  1799.     /**
  1800.      * Gets the public 'App\Controller\Async\Common\Message\TogglePinMessageAction' shared autowired service.
  1801.      *
  1802.      * @return \App\Controller\Async\Common\Message\TogglePinMessageAction
  1803.      */
  1804.     protected function getTogglePinMessageActionService()
  1805.     {
  1806.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1807.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/TogglePinMessageAction.php';
  1808.         $this->services['App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction'] = $instance = new \App\Controller\Async\Common\Message\TogglePinMessageAction();
  1809.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction'$this));
  1810.         return $instance;
  1811.     }
  1812.     /**
  1813.      * Gets the public 'App\Controller\Async\Common\RedirectToChannelUserDataShowAction' shared autowired service.
  1814.      *
  1815.      * @return \App\Controller\Async\Common\RedirectToChannelUserDataShowAction
  1816.      */
  1817.     protected function getRedirectToChannelUserDataShowActionService()
  1818.     {
  1819.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1820.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/RedirectToChannelUserDataShowAction.php';
  1821.         $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()));
  1822.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction'$this));
  1823.         return $instance;
  1824.     }
  1825.     /**
  1826.      * Gets the public 'App\Controller\Async\Common\User\GetUserCollectionByConversation' shared autowired service.
  1827.      *
  1828.      * @return \App\Controller\Async\Common\User\GetUserCollectionByConversation
  1829.      */
  1830.     protected function getGetUserCollectionByConversationService()
  1831.     {
  1832.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1833.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/User/GetUserCollectionByConversation.php';
  1834.         $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()));
  1835.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation'$this));
  1836.         return $instance;
  1837.     }
  1838.     /**
  1839.      * Gets the public 'App\Controller\Async\Common\User\GetUserCollectionWithCommonConversations' shared autowired service.
  1840.      *
  1841.      * @return \App\Controller\Async\Common\User\GetUserCollectionWithCommonConversations
  1842.      */
  1843.     protected function getGetUserCollectionWithCommonConversationsService()
  1844.     {
  1845.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1846.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/User/GetUserCollectionWithCommonConversations.php';
  1847.         $this->services['App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations'] = $instance = new \App\Controller\Async\Common\User\GetUserCollectionWithCommonConversations(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1848.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations'$this));
  1849.         return $instance;
  1850.     }
  1851.     /**
  1852.      * Gets the public 'App\Controller\Async\Coordinator\Admins\DeleteAdminAction' shared autowired service.
  1853.      *
  1854.      * @return \App\Controller\Async\Coordinator\Admins\DeleteAdminAction
  1855.      */
  1856.     protected function getDeleteAdminActionService()
  1857.     {
  1858.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1859.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Admins/DeleteAdminAction.php';
  1860.         $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()));
  1861.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction'$this));
  1862.         return $instance;
  1863.     }
  1864.     /**
  1865.      * Gets the public 'App\Controller\Async\Coordinator\Admins\GetAdminsCollection' shared autowired service.
  1866.      *
  1867.      * @return \App\Controller\Async\Coordinator\Admins\GetAdminsCollection
  1868.      */
  1869.     protected function getGetAdminsCollectionService()
  1870.     {
  1871.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1872.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Admins/GetAdminsCollection.php';
  1873.         $this->services['App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection'] = $instance = new \App\Controller\Async\Coordinator\Admins\GetAdminsCollection(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1874.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection'$this));
  1875.         return $instance;
  1876.     }
  1877.     /**
  1878.      * Gets the public 'App\Controller\Async\Coordinator\Admins\PostAdminsAction' shared autowired service.
  1879.      *
  1880.      * @return \App\Controller\Async\Coordinator\Admins\PostAdminsAction
  1881.      */
  1882.     protected function getPostAdminsActionService()
  1883.     {
  1884.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1885.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Admins/PostAdminsAction.php';
  1886.         $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()));
  1887.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction'$this));
  1888.         return $instance;
  1889.     }
  1890.     /**
  1891.      * Gets the public 'App\Controller\Async\Coordinator\Canal\DeleteCanalsAction' shared autowired service.
  1892.      *
  1893.      * @return \App\Controller\Async\Coordinator\Canal\DeleteCanalsAction
  1894.      */
  1895.     protected function getDeleteCanalsActionService()
  1896.     {
  1897.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1898.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Canal/DeleteCanalsAction.php';
  1899.         $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()));
  1900.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction'$this));
  1901.         return $instance;
  1902.     }
  1903.     /**
  1904.      * Gets the public 'App\Controller\Async\Coordinator\Canal\GetCanalCollectionAction' shared autowired service.
  1905.      *
  1906.      * @return \App\Controller\Async\Coordinator\Canal\GetCanalCollectionAction
  1907.      */
  1908.     protected function getGetCanalCollectionActionService()
  1909.     {
  1910.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1911.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Canal/GetCanalCollectionAction.php';
  1912.         $this->services['App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction'] = $instance = new \App\Controller\Async\Coordinator\Canal\GetCanalCollectionAction(($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()));
  1913.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction'$this));
  1914.         return $instance;
  1915.     }
  1916.     /**
  1917.      * Gets the public 'App\Controller\Async\Coordinator\Canal\PostCanalAction' shared autowired service.
  1918.      *
  1919.      * @return \App\Controller\Async\Coordinator\Canal\PostCanalAction
  1920.      */
  1921.     protected function getPostCanalActionService()
  1922.     {
  1923.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1924.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Canal/PostCanalAction.php';
  1925.         $this->services['App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction'] = $instance = new \App\Controller\Async\Coordinator\Canal\PostCanalAction();
  1926.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction'$this));
  1927.         return $instance;
  1928.     }
  1929.     /**
  1930.      * Gets the public 'App\Controller\Async\Coordinator\Canal\PutCanalAction' shared autowired service.
  1931.      *
  1932.      * @return \App\Controller\Async\Coordinator\Canal\PutCanalAction
  1933.      */
  1934.     protected function getPutCanalActionService()
  1935.     {
  1936.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1937.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Canal/PutCanalAction.php';
  1938.         $this->services['App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction'] = $instance = new \App\Controller\Async\Coordinator\Canal\PutCanalAction();
  1939.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction'$this));
  1940.         return $instance;
  1941.     }
  1942.     /**
  1943.      * Gets the public 'App\Controller\Async\Coordinator\Coordinators\DeleteCoordinatorAction' shared autowired service.
  1944.      *
  1945.      * @return \App\Controller\Async\Coordinator\Coordinators\DeleteCoordinatorAction
  1946.      */
  1947.     protected function getDeleteCoordinatorActionService()
  1948.     {
  1949.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1950.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Coordinators/DeleteCoordinatorAction.php';
  1951.         $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()));
  1952.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction'$this));
  1953.         return $instance;
  1954.     }
  1955.     /**
  1956.      * Gets the public 'App\Controller\Async\Coordinator\Coordinators\GetCoordinatorsCollection' shared autowired service.
  1957.      *
  1958.      * @return \App\Controller\Async\Coordinator\Coordinators\GetCoordinatorsCollection
  1959.      */
  1960.     protected function getGetCoordinatorsCollectionService()
  1961.     {
  1962.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1963.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Coordinators/GetCoordinatorsCollection.php';
  1964.         $this->services['App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection'] = $instance = new \App\Controller\Async\Coordinator\Coordinators\GetCoordinatorsCollection(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1965.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection'$this));
  1966.         return $instance;
  1967.     }
  1968.     /**
  1969.      * Gets the public 'App\Controller\Async\Coordinator\Coordinators\PostCoordinatorsAction' shared autowired service.
  1970.      *
  1971.      * @return \App\Controller\Async\Coordinator\Coordinators\PostCoordinatorsAction
  1972.      */
  1973.     protected function getPostCoordinatorsActionService()
  1974.     {
  1975.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1976.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Coordinators/PostCoordinatorsAction.php';
  1977.         $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()));
  1978.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction'$this));
  1979.         return $instance;
  1980.     }
  1981.     /**
  1982.      * Gets the public 'App\Controller\Async\Coordinator\GetResourceCollection' shared autowired service.
  1983.      *
  1984.      * @return \App\Controller\Async\Coordinator\GetResourceCollection
  1985.      */
  1986.     protected function getGetResourceCollectionService()
  1987.     {
  1988.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1989.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/GetResourceCollection.php';
  1990.         $this->services['App\\Controller\\Async\\Coordinator\\GetResourceCollection'] = $instance = new \App\Controller\Async\Coordinator\GetResourceCollection(($this->privates['App\\Service\\Chat\\ChatResourceService'] ?? $this->getChatResourceServiceService()));
  1991.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\GetResourceCollection'$this));
  1992.         return $instance;
  1993.     }
  1994.     /**
  1995.      * Gets the public 'App\Controller\Async\Coordinator\Users\GetAdminChannelUserDataCollection' shared autowired service.
  1996.      *
  1997.      * @return \App\Controller\Async\Coordinator\Users\GetAdminChannelUserDataCollection
  1998.      */
  1999.     protected function getGetAdminChannelUserDataCollectionService()
  2000.     {
  2001.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2002.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Users/GetAdminChannelUserDataCollection.php';
  2003.         $this->services['App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection'] = $instance = new \App\Controller\Async\Coordinator\Users\GetAdminChannelUserDataCollection(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  2004.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection'$this));
  2005.         return $instance;
  2006.     }
  2007.     /**
  2008.      * Gets the public 'App\Controller\HomeController' shared autowired service.
  2009.      *
  2010.      * @return \App\Controller\HomeController
  2011.      */
  2012.     protected function getHomeControllerService()
  2013.     {
  2014.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2015.         include_once \dirname(__DIR__4).'/src/Controller/HomeController.php';
  2016.         $this->services['App\\Controller\\HomeController'] = $instance = new \App\Controller\HomeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2017.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\HomeController'$this));
  2018.         return $instance;
  2019.     }
  2020.     /**
  2021.      * Gets the public 'App\Controller\IntroductionController' shared autowired service.
  2022.      *
  2023.      * @return \App\Controller\IntroductionController
  2024.      */
  2025.     protected function getIntroductionControllerService()
  2026.     {
  2027.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2028.         include_once \dirname(__DIR__4).'/src/Controller/IntroductionController.php';
  2029.         $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()));
  2030.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\IntroductionController'$this));
  2031.         return $instance;
  2032.     }
  2033.     /**
  2034.      * Gets the public 'App\Service\WebSocketHandler\ClientSideWebSocketHandler' shared autowired service.
  2035.      *
  2036.      * @return \App\Service\WebSocketHandler\ClientSideWebSocketHandler
  2037.      */
  2038.     protected function getClientSideWebSocketHandlerService()
  2039.     {
  2040.         include_once \dirname(__DIR__4).'/src/Service/WebSocketHandler/WebSocketHandlerInterface.php';
  2041.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  2042.         include_once \dirname(__DIR__4).'/src/Service/WebSocketHandler/AbstractWebSocketHandler.php';
  2043.         include_once \dirname(__DIR__4).'/src/Service/WebSocketHandler/ClientSideWebSocketHandler.php';
  2044.         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()));
  2045.     }
  2046.     /**
  2047.      * Gets the public 'App\Service\WebSocketHandler\ServerSideWebSocketHandler' shared autowired service.
  2048.      *
  2049.      * @return \App\Service\WebSocketHandler\ServerSideWebSocketHandler
  2050.      */
  2051.     protected function getServerSideWebSocketHandlerService()
  2052.     {
  2053.         include_once \dirname(__DIR__4).'/src/Service/WebSocketHandler/WebSocketHandlerInterface.php';
  2054.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  2055.         include_once \dirname(__DIR__4).'/src/Service/WebSocketHandler/AbstractWebSocketHandler.php';
  2056.         include_once \dirname(__DIR__4).'/src/Service/WebSocketHandler/ServerSideWebSocketHandler.php';
  2057.         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()));
  2058.     }
  2059.     /**
  2060.      * Gets the public 'App\WebSocket\Component\ClientSideComponent' shared autowired service.
  2061.      *
  2062.      * @return \App\WebSocket\Component\ClientSideComponent
  2063.      */
  2064.     protected function getClientSideComponentService()
  2065.     {
  2066.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2067.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/ComponentInterface.php';
  2068.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/ComponentTrait.php';
  2069.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2070.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/AbstractComponent.php';
  2071.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageInterface.php';
  2072.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageComponentInterface.php';
  2073.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/AbstractMessageComponent.php';
  2074.         include_once \dirname(__DIR__4).'/src/WebSocket/Component/AbstractComponent.php';
  2075.         include_once \dirname(__DIR__4).'/src/WebSocket/Component/ClientSideComponent.php';
  2076.         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()));
  2077.     }
  2078.     /**
  2079.      * Gets the public 'App\WebSocket\Component\ServerSideComponent' shared autowired service.
  2080.      *
  2081.      * @return \App\WebSocket\Component\ServerSideComponent
  2082.      */
  2083.     protected function getServerSideComponentService()
  2084.     {
  2085.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2086.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/ComponentInterface.php';
  2087.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/ComponentTrait.php';
  2088.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2089.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/AbstractComponent.php';
  2090.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageInterface.php';
  2091.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageComponentInterface.php';
  2092.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/AbstractMessageComponent.php';
  2093.         include_once \dirname(__DIR__4).'/src/WebSocket/Component/AbstractComponent.php';
  2094.         include_once \dirname(__DIR__4).'/src/WebSocket/Component/ServerSideComponent.php';
  2095.         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()));
  2096.     }
  2097.     /**
  2098.      * Gets the public 'App\WebSocket\Stockage\ActiveDataWebSocket' shared autowired service.
  2099.      *
  2100.      * @return \App\WebSocket\Stockage\ActiveDataWebSocket
  2101.      */
  2102.     protected function getActiveDataWebSocketService()
  2103.     {
  2104.         include_once \dirname(__DIR__4).'/src/WebSocket/Stockage/ActiveDataWebSocket.php';
  2105.         return $this->services['App\\WebSocket\\Stockage\\ActiveDataWebSocket'] = new \App\WebSocket\Stockage\ActiveDataWebSocket(($this->privates['App\\Service\\Chat\\ConversationService'] ?? $this->getConversationServiceService()));
  2106.     }
  2107.     /**
  2108.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  2109.      *
  2110.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  2111.      */
  2112.     protected function getProfilerControllerService()
  2113.     {
  2114.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  2115.         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()));
  2116.     }
  2117.     /**
  2118.      * Gets the public 'DrosalysWeb\ObjectExtensions\Bridge\Symfony\DoctrineBlamer.App\Entity\Account\User' shared service.
  2119.      *
  2120.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Symfony\DoctrineBlamer
  2121.      */
  2122.     protected function getUserService()
  2123.     {
  2124.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Blame/BlamerInterface.php';
  2125.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/Blamer.php';
  2126.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/DoctrineBlamer.php';
  2127.         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']);
  2128.     }
  2129.     /**
  2130.      * Gets the public 'Faker\Generator' shared service.
  2131.      *
  2132.      * @return \Faker\Generator
  2133.      */
  2134.     protected function getGeneratorService()
  2135.     {
  2136.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Generator.php';
  2137.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Factory.php';
  2138.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Faker/Provider/AliceProvider.php';
  2139.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Provider/Base.php';
  2140.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Fixture/Provider/HtmlLorem.php';
  2141.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Provider/Image.php';
  2142.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Fixture/Provider/Image.php';
  2143.         $this->services['Faker\\Generator'] = $instance \Faker\Factory::create('en_US');
  2144.         $instance->seed(1);
  2145.         $instance->addProvider(new \Nelmio\Alice\Faker\Provider\AliceProvider());
  2146.         $instance->addProvider(new \Nellapp\Bundle\SDKBundle\Fixture\Provider\HtmlLorem($instance));
  2147.         $instance->addProvider(new \Nellapp\Bundle\SDKBundle\Fixture\Provider\Image($instance));
  2148.         return $instance;
  2149.     }
  2150.     /**
  2151.      * Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
  2152.      *
  2153.      * @return \Liip\ImagineBundle\Controller\ImagineController
  2154.      */
  2155.     protected function getImagineControllerService()
  2156.     {
  2157.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
  2158.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
  2159.         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));
  2160.     }
  2161.     /**
  2162.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectAction' shared autowired service.
  2163.      *
  2164.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectAction
  2165.      */
  2166.     protected function getConnectActionService()
  2167.     {
  2168.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/ConnectAction.php';
  2169.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  2170.         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']))));
  2171.     }
  2172.     /**
  2173.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectCheckAction' shared autowired service.
  2174.      *
  2175.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectCheckAction
  2176.      */
  2177.     protected function getConnectCheckActionService()
  2178.     {
  2179.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/ConnectCheckAction.php';
  2180.         return $this->services['Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\ConnectCheckAction'] = new \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectCheckAction();
  2181.     }
  2182.     /**
  2183.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction' shared autowired service.
  2184.      *
  2185.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction
  2186.      */
  2187.     protected function getLoggedOutActionService()
  2188.     {
  2189.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2190.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/LoggedOutAction.php';
  2191.         $this->services['Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LoggedOutAction'] = $instance = new \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction();
  2192.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LoggedOutAction'$this));
  2193.         return $instance;
  2194.     }
  2195.     /**
  2196.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction' shared autowired service.
  2197.      *
  2198.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction
  2199.      */
  2200.     protected function getLogoutActionService()
  2201.     {
  2202.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2203.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/LogoutAction.php';
  2204.         $this->services['Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LogoutAction'] = $instance = new \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction();
  2205.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LogoutAction'$this));
  2206.         return $instance;
  2207.     }
  2208.     /**
  2209.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction' shared autowired service.
  2210.      *
  2211.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction
  2212.      */
  2213.     protected function getCollectionActionService()
  2214.     {
  2215.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2216.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  2217.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/ChannelUserRole/CollectionAction.php';
  2218.         $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()));
  2219.         $instance->setContainer(($this->privates['.service_locator.VOk2nDh'] ?? $this->get_ServiceLocator_VOk2nDhService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChannelUserRole\\CollectionAction'$this));
  2220.         return $instance;
  2221.     }
  2222.     /**
  2223.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController' shared autowired service.
  2224.      *
  2225.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController
  2226.      */
  2227.     protected function getChatNotificationControllerService()
  2228.     {
  2229.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2230.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/ChatNotification/ChatNotificationController.php';
  2231.         $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()));
  2232.         $instance->setContainer(($this->privates['.service_locator.VOk2nDh'] ?? $this->get_ServiceLocator_VOk2nDhService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChatNotification\\ChatNotificationController'$this));
  2233.         return $instance;
  2234.     }
  2235.     /**
  2236.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction' shared autowired service.
  2237.      *
  2238.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction
  2239.      */
  2240.     protected function getChannelAdminCollectionActionService()
  2241.     {
  2242.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2243.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  2244.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/User/ChannelAdminCollectionAction.php';
  2245.         $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()));
  2246.         $instance->setContainer(($this->privates['.service_locator.VOk2nDh'] ?? $this->get_ServiceLocator_VOk2nDhService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelAdminCollectionAction'$this));
  2247.         return $instance;
  2248.     }
  2249.     /**
  2250.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction' shared autowired service.
  2251.      *
  2252.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction
  2253.      */
  2254.     protected function getChannelLearnerCollectionActionService()
  2255.     {
  2256.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2257.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  2258.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/User/ChannelLearnerCollectionAction.php';
  2259.         $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()));
  2260.         $instance->setContainer(($this->privates['.service_locator.VOk2nDh'] ?? $this->get_ServiceLocator_VOk2nDhService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelLearnerCollectionAction'$this));
  2261.         return $instance;
  2262.     }
  2263.     /**
  2264.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction' shared autowired service.
  2265.      *
  2266.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction
  2267.      */
  2268.     protected function getChannelUserCollectionActionService()
  2269.     {
  2270.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2271.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  2272.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/User/ChannelUserCollectionAction.php';
  2273.         $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()));
  2274.         $instance->setContainer(($this->privates['.service_locator.VOk2nDh'] ?? $this->get_ServiceLocator_VOk2nDhService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelUserCollectionAction'$this));
  2275.         return $instance;
  2276.     }
  2277.     /**
  2278.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController' shared autowired service.
  2279.      *
  2280.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController
  2281.      */
  2282.     protected function getChannelResourceAccessCacheControllerService()
  2283.     {
  2284.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2285.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Async/ChannelResourceAccessCacheController.php';
  2286.         $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()));
  2287.         $instance->setContainer(($this->privates['.service_locator.tvghQKF'] ?? $this->get_ServiceLocator_TvghQKFService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Async\\ChannelResourceAccessCacheController'$this));
  2288.         return $instance;
  2289.     }
  2290.     /**
  2291.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction' shared autowired service.
  2292.      *
  2293.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction
  2294.      */
  2295.     protected function getDeleteActionService()
  2296.     {
  2297.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2298.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  2299.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/DeleteAction.php';
  2300.         $instance = new \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2301.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  2302.         $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  2303.         $instance $instance->setChannelUserPermissionGroupManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] ?? $this->getChannelUserPermissionGroupManagerService()));
  2304.         $this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction'] = $instance $instance->setNellappUrlGenerator(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  2305.         $instance->setContainer(($this->privates['.service_locator.tvghQKF'] ?? $this->get_ServiceLocator_TvghQKFService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\DeleteAction'$this));
  2306.         return $instance;
  2307.     }
  2308.     /**
  2309.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction' shared autowired service.
  2310.      *
  2311.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction
  2312.      */
  2313.     protected function getEditActionService()
  2314.     {
  2315.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2316.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  2317.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/EditAction.php';
  2318.         $instance = new \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2319.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  2320.         $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  2321.         $instance $instance->setChannelUserPermissionGroupManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] ?? $this->getChannelUserPermissionGroupManagerService()));
  2322.         $this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction'] = $instance $instance->setNellappUrlGenerator(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  2323.         $instance->setContainer(($this->privates['.service_locator.tvghQKF'] ?? $this->get_ServiceLocator_TvghQKFService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\EditAction'$this));
  2324.         return $instance;
  2325.     }
  2326.     /**
  2327.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction' shared autowired service.
  2328.      *
  2329.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction
  2330.      */
  2331.     protected function getIndexActionService()
  2332.     {
  2333.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2334.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  2335.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/IndexAction.php';
  2336.         $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()));
  2337.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  2338.         $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  2339.         $instance $instance->setChannelUserPermissionGroupManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] ?? $this->getChannelUserPermissionGroupManagerService()));
  2340.         $this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction'] = $instance $instance->setNellappUrlGenerator(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  2341.         $instance->setContainer(($this->privates['.service_locator.tvghQKF'] ?? $this->get_ServiceLocator_TvghQKFService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\IndexAction'$this));
  2342.         return $instance;
  2343.     }
  2344.     /**
  2345.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction' shared autowired service.
  2346.      *
  2347.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction
  2348.      */
  2349.     protected function getNewActionService()
  2350.     {
  2351.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2352.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  2353.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/NewAction.php';
  2354.         $instance = new \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2355.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  2356.         $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  2357.         $instance $instance->setChannelUserPermissionGroupManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] ?? $this->getChannelUserPermissionGroupManagerService()));
  2358.         $this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction'] = $instance $instance->setNellappUrlGenerator(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  2359.         $instance->setContainer(($this->privates['.service_locator.tvghQKF'] ?? $this->get_ServiceLocator_TvghQKFService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\NewAction'$this));
  2360.         return $instance;
  2361.     }
  2362.     /**
  2363.      * Gets the public 'Nellapp\Bundle\SDKBundle\Sync\Routing\Controller\Sync\CollectionAction' shared autowired service.
  2364.      *
  2365.      * @return \Nellapp\Bundle\SDKBundle\Sync\Routing\Controller\Sync\CollectionAction
  2366.      */
  2367.     protected function getCollectionAction2Service()
  2368.     {
  2369.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Controller/Sync/CollectionAction.php';
  2370.         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()));
  2371.     }
  2372.     /**
  2373.      * Gets the public 'Nellapp\Bundle\SDKBundle\Twig\Controller\ErrorController' shared autowired service.
  2374.      *
  2375.      * @return \Nellapp\Bundle\SDKBundle\Twig\Controller\ErrorController
  2376.      */
  2377.     protected function getErrorControllerService()
  2378.     {
  2379.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Controller/ErrorController.php';
  2380.         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()));
  2381.     }
  2382.     /**
  2383.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  2384.      *
  2385.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  2386.      */
  2387.     protected function getRedirectControllerService()
  2388.     {
  2389.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  2390.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2391.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  2392.     }
  2393.     /**
  2394.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  2395.      *
  2396.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  2397.      */
  2398.     protected function getTemplateControllerService()
  2399.     {
  2400.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  2401.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2402.     }
  2403.     /**
  2404.      * Gets the public 'app.chat_upload_namer' shared autowired service.
  2405.      *
  2406.      * @return \App\Uploader\ChatUploadNamer
  2407.      */
  2408.     protected function getApp_ChatUploadNamerService()
  2409.     {
  2410.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
  2411.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/UniqidNamer.php';
  2412.         include_once \dirname(__DIR__4).'/src/Uploader/ChatUploadNamer.php';
  2413.         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()));
  2414.     }
  2415.     /**
  2416.      * Gets the public 'bazinga.jstranslation.controller' shared service.
  2417.      *
  2418.      * @return \Bazinga\Bundle\JsTranslationBundle\Controller\Controller
  2419.      */
  2420.     protected function getBazinga_Jstranslation_ControllerService()
  2421.     {
  2422.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php';
  2423.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  2424.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  2425.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  2426.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  2427.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  2428.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  2429.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  2430.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  2431.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  2432.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  2433.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  2434.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  2435.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  2436.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  2437.         $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');
  2438.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  2439.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  2440.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  2441.         $instance->addLoader('yaml'$a);
  2442.         $instance->addLoader('yml'$a);
  2443.         $instance->addLoader('xlf'$b);
  2444.         $instance->addLoader('xliff'$b);
  2445.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  2446.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  2447.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  2448.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  2449.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  2450.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  2451.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  2452.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  2453.         return $instance;
  2454.     }
  2455.     /**
  2456.      * Gets the public 'bazinga.jstranslation.dump_command' shared service.
  2457.      *
  2458.      * @return \Bazinga\Bundle\JsTranslationBundle\Command\DumpCommand
  2459.      */
  2460.     protected function getBazinga_Jstranslation_DumpCommandService()
  2461.     {
  2462.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2463.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Command/DumpCommand.php';
  2464.         $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));
  2465.         $instance->setName('bazinga:js-translation:dump');
  2466.         return $instance;
  2467.     }
  2468.     /**
  2469.      * Gets the public 'bazinga.jstranslation.translation_dumper' shared service.
  2470.      *
  2471.      * @return \Bazinga\Bundle\JsTranslationBundle\Dumper\TranslationDumper
  2472.      */
  2473.     protected function getBazinga_Jstranslation_TranslationDumperService()
  2474.     {
  2475.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Dumper/TranslationDumper.php';
  2476.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  2477.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  2478.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  2479.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  2480.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  2481.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  2482.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  2483.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  2484.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  2485.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  2486.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  2487.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  2488.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  2489.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  2490.         $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', [], []);
  2491.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  2492.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  2493.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  2494.         $instance->addLoader('yaml'$a);
  2495.         $instance->addLoader('yml'$a);
  2496.         $instance->addLoader('xlf'$b);
  2497.         $instance->addLoader('xliff'$b);
  2498.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  2499.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  2500.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  2501.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  2502.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  2503.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  2504.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  2505.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  2506.         return $instance;
  2507.     }
  2508.     /**
  2509.      * Gets the public 'bazinga.jstranslation.translation_finder' shared service.
  2510.      *
  2511.      * @return \Bazinga\Bundle\JsTranslationBundle\Finder\TranslationFinder
  2512.      */
  2513.     protected function getBazinga_Jstranslation_TranslationFinderService()
  2514.     {
  2515.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Finder/TranslationFinder.php';
  2516.         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')]]);
  2517.     }
  2518.     /**
  2519.      * Gets the public 'cache.app' shared service.
  2520.      *
  2521.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2522.      */
  2523.     protected function getCache_AppService()
  2524.     {
  2525.         $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))));
  2526.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2527.         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));
  2528.     }
  2529.     /**
  2530.      * Gets the public 'cache.app_clearer' shared service.
  2531.      *
  2532.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2533.      */
  2534.     protected function getCache_AppClearerService()
  2535.     {
  2536.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2537.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2538.         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())]);
  2539.     }
  2540.     /**
  2541.      * Gets the public 'cache.global_clearer' shared service.
  2542.      *
  2543.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2544.      */
  2545.     protected function getCache_GlobalClearerService()
  2546.     {
  2547.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2548.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2549.         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())]);
  2550.     }
  2551.     /**
  2552.      * Gets the public 'cache.system' shared service.
  2553.      *
  2554.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2555.      */
  2556.     protected function getCache_SystemService()
  2557.     {
  2558.         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()))));
  2559.     }
  2560.     /**
  2561.      * Gets the public 'cache.system_clearer' shared service.
  2562.      *
  2563.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2564.      */
  2565.     protected function getCache_SystemClearerService()
  2566.     {
  2567.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2568.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2569.         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())]);
  2570.     }
  2571.     /**
  2572.      * Gets the public 'cache.validator_expression_language' shared service.
  2573.      *
  2574.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2575.      */
  2576.     protected function getCache_ValidatorExpressionLanguageService()
  2577.     {
  2578.         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()))));
  2579.     }
  2580.     /**
  2581.      * Gets the public 'cache_warmer' shared service.
  2582.      *
  2583.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  2584.      */
  2585.     protected function getCacheWarmerService()
  2586.     {
  2587.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2588.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  2589.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  2590.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  2591.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  2592.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  2593.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  2594.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  2595.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  2596.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  2597.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  2598.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  2599.             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'))));
  2600.         }, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  2601.     }
  2602.     /**
  2603.      * Gets the public 'console.command_loader' shared service.
  2604.      *
  2605.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  2606.      */
  2607.     protected function getConsole_CommandLoaderService()
  2608.     {
  2609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  2610.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  2611.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2612.             'App\\Command\\Cron\\CreateOrDeleteCanalFromSessions' => ['privates''.App\\Command\\Cron\\CreateOrDeleteCanalFromSessions.lazy''getCreateOrDeleteCanalFromSessions_LazyService'false],
  2613.             'App\\Command\\Cron\\DeleteOldChatMessageCommand' => ['privates''.App\\Command\\Cron\\DeleteOldChatMessageCommand.lazy''getDeleteOldChatMessageCommand_LazyService'false],
  2614.             'App\\Command\\Cron\\DeleteOldConversationCommand' => ['privates''.App\\Command\\Cron\\DeleteOldConversationCommand.lazy''getDeleteOldConversationCommand_LazyService'false],
  2615.             'App\\Command\\Cron\\ManageConversationUsersForCursusCommand' => ['privates''.App\\Command\\Cron\\ManageConversationUsersForCursusCommand.lazy''getManageConversationUsersForCursusCommand_LazyService'false],
  2616.             'App\\Command\\GenerateHashtagUserCommand' => ['privates''.App\\Command\\GenerateHashtagUserCommand.lazy''getGenerateHashtagUserCommand_LazyService'false],
  2617.             'App\\Command\\GenerateReferentAndServiceConversationsForActiveCursusCommand' => ['privates''.App\\Command\\GenerateReferentAndServiceConversationsForActiveCursusCommand.lazy''getGenerateReferentAndServiceConversationsForActiveCursusCommand_LazyService'false],
  2618.             'App\\Command\\InitChannelCanalCommand' => ['privates''.App\\Command\\InitChannelCanalCommand.lazy''getInitChannelCanalCommand_LazyService'false],
  2619.             'App\\Command\\InitResourcesCommand' => ['privates''.App\\Command\\InitResourcesCommand.lazy''getInitResourcesCommand_LazyService'false],
  2620.             'App\\Command\\InitSimpleConversationsCommand' => ['privates''.App\\Command\\InitSimpleConversationsCommand.lazy''getInitSimpleConversationsCommand_LazyService'false],
  2621.             'App\\Command\\TestStringCommand' => ['privates''.App\\Command\\TestStringCommand.lazy''getTestStringCommand_LazyService'false],
  2622.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  2623.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  2624.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  2625.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  2626.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  2627.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  2628.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  2629.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  2630.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  2631.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  2632.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  2633.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  2634.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  2635.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  2636.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  2637.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  2638.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  2639.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  2640.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  2641.             'console.command.messenger_failed_messages_retry' => ['privates''.console.command.messenger_failed_messages_retry.lazy''get_Console_Command_MessengerFailedMessagesRetry_LazyService'false],
  2642.             'console.command.messenger_failed_messages_show' => ['privates''.console.command.messenger_failed_messages_show.lazy''get_Console_Command_MessengerFailedMessagesShow_LazyService'false],
  2643.             'console.command.messenger_failed_messages_remove' => ['privates''.console.command.messenger_failed_messages_remove.lazy''get_Console_Command_MessengerFailedMessagesRemove_LazyService'false],
  2644.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  2645.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  2646.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  2647.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  2648.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  2649.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  2650.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  2651.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  2652.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  2653.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  2654.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  2655.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  2656.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  2657.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  2658.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  2659.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  2660.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  2661.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  2662.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  2663.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  2664.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  2665.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  2666.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  2667.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  2668.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  2669.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  2670.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  2671.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  2672.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  2673.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  2674.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  2675.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  2676.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  2677.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  2678.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  2679.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  2680.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  2681.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  2682.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  2683.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  2684.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  2685.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  2686.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  2687.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  2688.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  2689.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  2690.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  2691.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  2692.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  2693.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  2694.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  2695.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  2696.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  2697.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  2698.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  2699.             '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],
  2700.             'nelmio_api_doc.command.dump' => ['services''nelmio_api_doc.command.dump''getNelmioApiDoc_Command_DumpService'false],
  2701.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand.lazy''getCheckChannelMenuDisplayedCommand_LazyService'false],
  2702.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand.lazy''getCleanExpiredChannelResourcePermissionCommand_LazyService'false],
  2703.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand' => ['privates''Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand''getFailedMessageCommandService'false],
  2704.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand.lazy''getFullRefreshClassCommand_LazyService'false],
  2705.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand.lazy''getRefreshClassCommand_LazyService'false],
  2706.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand.lazy''getRefreshOneCommand_LazyService'false],
  2707.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand.lazy''getUserFromChannelCommand_LazyService'false],
  2708.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand.lazy''getSyncOneCommand_LazyService'false],
  2709.             'liip_imagine.command.cache_remove' => ['privates''liip_imagine.command.cache_remove''getLiipImagine_Command_CacheRemoveService'false],
  2710.             'liip_imagine.command.cache_resolve' => ['privates''liip_imagine.command.cache_resolve''getLiipImagine_Command_CacheResolveService'false],
  2711.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => ['privates''Sentry\\SentryBundle\\Command\\SentryTestCommand''getSentryTestCommandService'false],
  2712.             'DrosalysWeb\\Bundle\\WebSocketBundle\\Command\\ServerRunCommand' => ['privates''DrosalysWeb\\Bundle\\WebSocketBundle\\Command\\ServerRunCommand''getServerRunCommandService'false],
  2713.             'bazinga.jstranslation.dump_command' => ['services''bazinga.jstranslation.dump_command''getBazinga_Jstranslation_DumpCommandService'false],
  2714.             'oneup_uploader.command.clear_chunks' => ['privates''oneup_uploader.command.clear_chunks''getOneupUploader_Command_ClearChunksService'false],
  2715.             'oneup_uploader.command.clear_orphans' => ['privates''oneup_uploader.command.clear_orphans''getOneupUploader_Command_ClearOrphansService'false],
  2716.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  2717.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  2718.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  2719.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  2720.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  2721.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  2722.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  2723.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  2724.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  2725.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  2726.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  2727.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  2728.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  2729.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  2730.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  2731.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  2732.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  2733.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  2734.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  2735.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  2736.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  2737.         ], [
  2738.             'App\\Command\\Cron\\CreateOrDeleteCanalFromSessions' => '?',
  2739.             'App\\Command\\Cron\\DeleteOldChatMessageCommand' => '?',
  2740.             'App\\Command\\Cron\\DeleteOldConversationCommand' => '?',
  2741.             'App\\Command\\Cron\\ManageConversationUsersForCursusCommand' => '?',
  2742.             'App\\Command\\GenerateHashtagUserCommand' => '?',
  2743.             'App\\Command\\GenerateReferentAndServiceConversationsForActiveCursusCommand' => '?',
  2744.             'App\\Command\\InitChannelCanalCommand' => '?',
  2745.             'App\\Command\\InitResourcesCommand' => '?',
  2746.             'App\\Command\\InitSimpleConversationsCommand' => '?',
  2747.             'App\\Command\\TestStringCommand' => '?',
  2748.             'console.command.about' => '?',
  2749.             'console.command.assets_install' => '?',
  2750.             'console.command.cache_clear' => '?',
  2751.             'console.command.cache_pool_clear' => '?',
  2752.             'console.command.cache_pool_prune' => '?',
  2753.             'console.command.cache_pool_delete' => '?',
  2754.             'console.command.cache_pool_list' => '?',
  2755.             'console.command.cache_warmup' => '?',
  2756.             'console.command.config_debug' => '?',
  2757.             'console.command.config_dump_reference' => '?',
  2758.             'console.command.container_debug' => '?',
  2759.             'console.command.container_lint' => '?',
  2760.             'console.command.debug_autowiring' => '?',
  2761.             'console.command.dotenv_debug' => '?',
  2762.             'console.command.event_dispatcher_debug' => '?',
  2763.             'console.command.messenger_consume_messages' => '?',
  2764.             'console.command.messenger_setup_transports' => '?',
  2765.             'console.command.messenger_debug' => '?',
  2766.             'console.command.messenger_stop_workers' => '?',
  2767.             'console.command.messenger_failed_messages_retry' => '?',
  2768.             'console.command.messenger_failed_messages_show' => '?',
  2769.             'console.command.messenger_failed_messages_remove' => '?',
  2770.             'console.command.router_debug' => '?',
  2771.             'console.command.router_match' => '?',
  2772.             'console.command.translation_debug' => '?',
  2773.             'console.command.translation_extract' => '?',
  2774.             'console.command.validator_debug' => '?',
  2775.             'console.command.translation_pull' => '?',
  2776.             'console.command.translation_push' => '?',
  2777.             'console.command.xliff_lint' => '?',
  2778.             'console.command.yaml_lint' => '?',
  2779.             'console.command.form_debug' => '?',
  2780.             'console.command.secrets_set' => '?',
  2781.             'console.command.secrets_remove' => '?',
  2782.             'console.command.secrets_generate_key' => '?',
  2783.             'console.command.secrets_list' => '?',
  2784.             'console.command.secrets_decrypt_to_local' => '?',
  2785.             'console.command.secrets_encrypt_from_local' => '?',
  2786.             'twig.command.debug' => '?',
  2787.             'twig.command.lint' => '?',
  2788.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  2789.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  2790.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  2791.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  2792.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  2793.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  2794.             'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  2795.             'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  2796.             'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  2797.             'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  2798.             'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  2799.             'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  2800.             'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  2801.             'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  2802.             'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  2803.             'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  2804.             'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  2805.             'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  2806.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  2807.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  2808.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  2809.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  2810.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  2811.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  2812.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  2813.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  2814.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  2815.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  2816.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  2817.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  2818.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  2819.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  2820.             'security.command.debug_firewall' => '?',
  2821.             'security.command.user_password_encoder' => '?',
  2822.             'security.command.user_password_hash' => '?',
  2823.             'var_dumper.command.server_dump' => '?',
  2824.             'monolog.command.server_log' => '?',
  2825.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'Hautelook\\AliceBundle\\Console\\Command\\Doctrine\\DoctrineOrmLoadDataFixturesCommand',
  2826.             'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  2827.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand' => '?',
  2828.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand' => '?',
  2829.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand' => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand',
  2830.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand' => '?',
  2831.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand' => '?',
  2832.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand' => '?',
  2833.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand' => '?',
  2834.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand' => '?',
  2835.             'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
  2836.             'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
  2837.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand',
  2838.             'DrosalysWeb\\Bundle\\WebSocketBundle\\Command\\ServerRunCommand' => 'DrosalysWeb\\Bundle\\WebSocketBundle\\Command\\ServerRunCommand',
  2839.             'bazinga.jstranslation.dump_command' => 'Bazinga\\Bundle\\JsTranslationBundle\\Command\\DumpCommand',
  2840.             'oneup_uploader.command.clear_chunks' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  2841.             'oneup_uploader.command.clear_orphans' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  2842.             'maker.auto_command.make_auth' => '?',
  2843.             'maker.auto_command.make_command' => '?',
  2844.             'maker.auto_command.make_controller' => '?',
  2845.             'maker.auto_command.make_crud' => '?',
  2846.             'maker.auto_command.make_docker_database' => '?',
  2847.             'maker.auto_command.make_entity' => '?',
  2848.             'maker.auto_command.make_fixtures' => '?',
  2849.             'maker.auto_command.make_form' => '?',
  2850.             'maker.auto_command.make_message' => '?',
  2851.             'maker.auto_command.make_messenger_middleware' => '?',
  2852.             'maker.auto_command.make_registration_form' => '?',
  2853.             'maker.auto_command.make_reset_password' => '?',
  2854.             'maker.auto_command.make_serializer_encoder' => '?',
  2855.             'maker.auto_command.make_serializer_normalizer' => '?',
  2856.             'maker.auto_command.make_subscriber' => '?',
  2857.             'maker.auto_command.make_twig_extension' => '?',
  2858.             'maker.auto_command.make_test' => '?',
  2859.             'maker.auto_command.make_validator' => '?',
  2860.             'maker.auto_command.make_voter' => '?',
  2861.             'maker.auto_command.make_user' => '?',
  2862.             'maker.auto_command.make_migration' => '?',
  2863.         ]), ['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']);
  2864.     }
  2865.     /**
  2866.      * Gets the public 'container.env_var_processors_locator' shared service.
  2867.      *
  2868.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2869.      */
  2870.     protected function getContainer_EnvVarProcessorsLocatorService()
  2871.     {
  2872.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2873.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2874.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2875.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2876.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2877.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2878.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2879.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2880.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2881.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2882.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2883.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2884.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2885.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2886.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2887.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2888.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2889.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2890.         ], [
  2891.             'base64' => '?',
  2892.             'bool' => '?',
  2893.             'const' => '?',
  2894.             'csv' => '?',
  2895.             'default' => '?',
  2896.             'file' => '?',
  2897.             'float' => '?',
  2898.             'int' => '?',
  2899.             'json' => '?',
  2900.             'key' => '?',
  2901.             'not' => '?',
  2902.             'query_string' => '?',
  2903.             'require' => '?',
  2904.             'resolve' => '?',
  2905.             'string' => '?',
  2906.             'trim' => '?',
  2907.             'url' => '?',
  2908.         ]);
  2909.     }
  2910.     /**
  2911.      * Gets the public 'data_collector.dump' shared service.
  2912.      *
  2913.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  2914.      */
  2915.     protected function getDataCollector_DumpService()
  2916.     {
  2917.         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()));
  2918.     }
  2919.     /**
  2920.      * Gets the public 'default_filesystem' shared service.
  2921.      *
  2922.      * @return \League\Flysystem\Filesystem
  2923.      */
  2924.     protected function getDefaultFilesystemService()
  2925.     {
  2926.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  2927.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  2928.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  2929.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/CalculateChecksumFromStream.php';
  2930.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Filesystem.php';
  2931.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemAdapter.php';
  2932.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/ChecksumProvider.php';
  2933.         include_once \dirname(__DIR__4).'/vendor/league/flysystem-local/LocalFilesystemAdapter.php';
  2934.         return $this->services['default_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__3).'/uploads'), NULL22NULLfalse), []);
  2935.     }
  2936.     /**
  2937.      * Gets the public 'doctrine' shared service.
  2938.      *
  2939.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  2940.      */
  2941.     protected function getDoctrineService()
  2942.     {
  2943.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  2944.     }
  2945.     /**
  2946.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  2947.      *
  2948.      * @return \Doctrine\DBAL\Connection
  2949.      */
  2950.     protected function getDoctrine_Dbal_DefaultConnectionService()
  2951.     {
  2952.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  2953.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  2954.             return $this->services['doctrine.dbal.default_connection'];
  2955.         }
  2956.         $b = new \Doctrine\DBAL\Configuration();
  2957.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  2958.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2959.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2960.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  2961.         $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))));
  2962.         $d->setConnectionName('default');
  2963.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  2964.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
  2965.         $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())))]);
  2966.         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, []);
  2967.     }
  2968.     /**
  2969.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  2970.      *
  2971.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  2972.      */
  2973.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  2974.     {
  2975.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2976.             'App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''getAbstractCursusSubscriberService'false],
  2977.             'App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber''getCanalSubscriberService'false],
  2978.             'App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber''getChannelSubscriberService'false],
  2979.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber''getChannelUserDataSubscriberService'false],
  2980.             'App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber''getChatNotificationSubscriberService'false],
  2981.             'App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber''getConversationSubscriberService'false],
  2982.             'App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber''getConversationUserSubscriberService'false],
  2983.             'App\\Doctrine\\EventEntitySubscriber\\FileSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\FileSubscriber''getFileSubscriberService'false],
  2984.             'App\\Doctrine\\EventEntitySubscriber\\GroupSubscriberAbstract' => ['privates''App\\Doctrine\\EventEntitySubscriber\\GroupSubscriberAbstract''getGroupSubscriberAbstractService'false],
  2985.             'App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber''getMessageSubscriberService'false],
  2986.             'App\\Doctrine\\EventEntitySubscriber\\PlaceSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\PlaceSubscriber''getPlaceSubscriberService'false],
  2987.             'App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber''getServiceConversationSubscriberService'false],
  2988.             'App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber''getServiceSubscriberService'false],
  2989.             'App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''getSessionReferentsSubscriberService'false],
  2990.             'App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''getSessionSubscriberService'false],
  2991.             'App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract' => ['privates''App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract''getTrainingSubscriberAbstractService'false],
  2992.             'App\\Doctrine\\EventEntitySubscriber\\UserSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\UserSubscriber''getUserSubscriberService'false],
  2993.         ], [
  2994.             'App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber' => '?',
  2995.             'App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber' => '?',
  2996.             'App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber' => '?',
  2997.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber' => '?',
  2998.             'App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber' => '?',
  2999.             'App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber' => '?',
  3000.             'App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber' => '?',
  3001.             'App\\Doctrine\\EventEntitySubscriber\\FileSubscriber' => '?',
  3002.             'App\\Doctrine\\EventEntitySubscriber\\GroupSubscriberAbstract' => '?',
  3003.             'App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber' => '?',
  3004.             'App\\Doctrine\\EventEntitySubscriber\\PlaceSubscriber' => '?',
  3005.             'App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber' => '?',
  3006.             'App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber' => '?',
  3007.             'App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber' => '?',
  3008.             'App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber' => '?',
  3009.             'App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract' => '?',
  3010.             'App\\Doctrine\\EventEntitySubscriber\\UserSubscriber' => '?',
  3011.         ]));
  3012.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber');
  3013.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber');
  3014.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber');
  3015.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber');
  3016.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber');
  3017.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber''App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber');
  3018.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber');
  3019.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber');
  3020.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber');
  3021.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber');
  3022.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber');
  3023.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber''App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber');
  3024.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber''App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber');
  3025.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber''App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber');
  3026.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber''App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber');
  3027.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber''App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber');
  3028.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\FileSubscriber''App\\Doctrine\\EventEntitySubscriber\\FileSubscriber');
  3029.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\GroupSubscriberAbstract''App\\Doctrine\\EventEntitySubscriber\\GroupSubscriberAbstract');
  3030.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber''App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber');
  3031.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\PlaceSubscriber''App\\Doctrine\\EventEntitySubscriber\\PlaceSubscriber');
  3032.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber''App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber');
  3033.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber''App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber');
  3034.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber''App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber');
  3035.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber''App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber');
  3036.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber');
  3037.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber');
  3038.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber');
  3039.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber');
  3040.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber');
  3041.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber');
  3042.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber');
  3043.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber');
  3044.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber');
  3045.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract''App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract');
  3046.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\UserSubscriber''App\\Doctrine\\EventEntitySubscriber\\UserSubscriber');
  3047.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\UserSubscriber''App\\Doctrine\\EventEntitySubscriber\\UserSubscriber');
  3048.         return $instance;
  3049.     }
  3050.     /**
  3051.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  3052.      *
  3053.      * @return \Doctrine\ORM\EntityManager
  3054.      */
  3055.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  3056.     {
  3057.         if ($lazyLoad) {
  3058.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  3059.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3060.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  3061.                     $proxy->setProxyInitializer(null);
  3062.                     return true;
  3063.                 });
  3064.             });
  3065.         }
  3066.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  3067.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  3068.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  3069.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  3070.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  3071.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  3072.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  3073.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  3074.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  3075.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  3076.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  3077.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  3078.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  3079.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  3080.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  3081.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/RepositoryFactoryCompatibility.php';
  3082.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  3083.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  3084.         $a = new \Doctrine\ORM\Configuration();
  3085.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  3086.         $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)));
  3087.         $b->addDriver($c'App\\Entity');
  3088.         $b->addDriver($c'Nellapp\\Bundle\\SDKBundle\\Entity');
  3089.         $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');
  3090.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Entity')], false), 'Nellapp\\Bundle\\SDKBundle\\Auth\\Entity');
  3091.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Entity')], false), 'Nellapp\\Bundle\\SDKBundle\\Channel\\Entity');
  3092.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Entity')], false), 'Nellapp\\Bundle\\SDKBundle\\Permission\\Entity');
  3093.         $a->setEntityNamespaces(['App' => 'App\\Entity''NellappSDKBundle' => 'Nellapp\\Bundle\\SDKBundle\\Entity']);
  3094.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3095.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  3096.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  3097.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3098.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  3099.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  3100.         ], [
  3101.             'doctrine.ulid_generator' => '?',
  3102.             'doctrine.uuid_generator' => '?',
  3103.         ])));
  3104.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  3105.         $a->setProxyNamespace('Proxies');
  3106.         $a->setAutoGenerateProxyClasses(true);
  3107.         $a->setSchemaIgnoreClasses([]);
  3108.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  3109.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  3110.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  3111.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  3112.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  3113.         $a->setLazyGhostObjectEnabled(false);
  3114.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3115.             'App\\Repository\\Account\\NotificationRepository' => ['privates''App\\Repository\\Account\\NotificationRepository''getNotificationRepositoryService'false],
  3116.             'App\\Repository\\Account\\UserRepository' => ['privates''App\\Repository\\Account\\UserRepository''getUserRepositoryService'false],
  3117.             'App\\Repository\\ChannelUserData\\AbstractCursusRepository' => ['privates''App\\Repository\\ChannelUserData\\AbstractCursusRepository''getAbstractCursusRepositoryService'false],
  3118.             'App\\Repository\\ChannelUserData\\ChannelUserDataRepository' => ['privates''App\\Repository\\ChannelUserData\\ChannelUserDataRepository''getChannelUserDataRepositoryService'false],
  3119.             'App\\Repository\\Channel\\ChannelRepository' => ['privates''App\\Repository\\Channel\\ChannelRepository''getChannelRepositoryService'false],
  3120.             'App\\Repository\\Channel\\ChannelUserServicePermissionRepository' => ['privates''App\\Repository\\Channel\\ChannelUserServicePermissionRepository''getChannelUserServicePermissionRepositoryService'false],
  3121.             'App\\Repository\\Channel\\ChannelUserSessionPermissionRepository' => ['privates''App\\Repository\\Channel\\ChannelUserSessionPermissionRepository''getChannelUserSessionPermissionRepositoryService'false],
  3122.             'App\\Repository\\Channel\\ChannelWhiteLabelRepository' => ['privates''App\\Repository\\Channel\\ChannelWhiteLabelRepository''getChannelWhiteLabelRepositoryService'false],
  3123.             'App\\Repository\\Channel\\GroupRepository' => ['privates''App\\Repository\\Channel\\GroupRepository''getGroupRepositoryService'false],
  3124.             'App\\Repository\\Channel\\PlaceRepository' => ['privates''App\\Repository\\Channel\\PlaceRepository''getPlaceRepositoryService'false],
  3125.             'App\\Repository\\Channel\\ServiceRepository' => ['privates''App\\Repository\\Channel\\ServiceRepository''getServiceRepositoryService'false],
  3126.             'App\\Repository\\Channel\\SessionRepository' => ['privates''App\\Repository\\Channel\\SessionRepository''getSessionRepositoryService'false],
  3127.             'App\\Repository\\Channel\\TrainingRepository' => ['privates''App\\Repository\\Channel\\TrainingRepository''getTrainingRepositoryService'false],
  3128.             'App\\Repository\\Chat\\CanalRepository' => ['privates''App\\Repository\\Chat\\CanalRepository''getCanalRepositoryService'false],
  3129.             'App\\Repository\\Chat\\ChatNotificationRepository' => ['privates''App\\Repository\\Chat\\ChatNotificationRepository''getChatNotificationRepositoryService'false],
  3130.             'App\\Repository\\Chat\\ConversationRepository' => ['privates''App\\Repository\\Chat\\ConversationRepository''getConversationRepositoryService'false],
  3131.             'App\\Repository\\Chat\\ConversationUserRepository' => ['privates''App\\Repository\\Chat\\ConversationUserRepository''getConversationUserRepositoryService'false],
  3132.             'App\\Repository\\Chat\\FileMessageRepository' => ['privates''App\\Repository\\Chat\\FileMessageRepository''getFileMessageRepositoryService'false],
  3133.             'App\\Repository\\Chat\\FileRepository' => ['privates''App\\Repository\\Chat\\FileRepository''getFileRepositoryService'false],
  3134.             'App\\Repository\\Chat\\MessageRepository' => ['privates''App\\Repository\\Chat\\MessageRepository''getMessageRepositoryService'false],
  3135.             'App\\Repository\\Chat\\MessageUserRepository' => ['privates''App\\Repository\\Chat\\MessageUserRepository''getMessageUserRepositoryService'false],
  3136.             'App\\Repository\\Chat\\ServiceConversationRepository' => ['privates''App\\Repository\\Chat\\ServiceConversationRepository''getServiceConversationRepositoryService'false],
  3137.             'App\\Repository\\Chat\\TemporaryCanalRepository' => ['privates''App\\Repository\\Chat\\TemporaryCanalRepository''getTemporaryCanalRepositoryService'false],
  3138.             'App\\Repository\\ResourceRepository' => ['privates''App\\Repository\\ResourceRepository''getResourceRepositoryService'false],
  3139.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\ChannelUserRoleRepository' => ['privates''Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\ChannelUserRoleRepository''getChannelUserRoleRepositoryService'false],
  3140.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository' => ['privates''Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository''getUserFromChannelRepositoryService'false],
  3141.         ], [
  3142.             'App\\Repository\\Account\\NotificationRepository' => '?',
  3143.             'App\\Repository\\Account\\UserRepository' => '?',
  3144.             'App\\Repository\\ChannelUserData\\AbstractCursusRepository' => '?',
  3145.             'App\\Repository\\ChannelUserData\\ChannelUserDataRepository' => '?',
  3146.             'App\\Repository\\Channel\\ChannelRepository' => '?',
  3147.             'App\\Repository\\Channel\\ChannelUserServicePermissionRepository' => '?',
  3148.             'App\\Repository\\Channel\\ChannelUserSessionPermissionRepository' => '?',
  3149.             'App\\Repository\\Channel\\ChannelWhiteLabelRepository' => '?',
  3150.             'App\\Repository\\Channel\\GroupRepository' => '?',
  3151.             'App\\Repository\\Channel\\PlaceRepository' => '?',
  3152.             'App\\Repository\\Channel\\ServiceRepository' => '?',
  3153.             'App\\Repository\\Channel\\SessionRepository' => '?',
  3154.             'App\\Repository\\Channel\\TrainingRepository' => '?',
  3155.             'App\\Repository\\Chat\\CanalRepository' => '?',
  3156.             'App\\Repository\\Chat\\ChatNotificationRepository' => '?',
  3157.             'App\\Repository\\Chat\\ConversationRepository' => '?',
  3158.             'App\\Repository\\Chat\\ConversationUserRepository' => '?',
  3159.             'App\\Repository\\Chat\\FileMessageRepository' => '?',
  3160.             'App\\Repository\\Chat\\FileRepository' => '?',
  3161.             'App\\Repository\\Chat\\MessageRepository' => '?',
  3162.             'App\\Repository\\Chat\\MessageUserRepository' => '?',
  3163.             'App\\Repository\\Chat\\ServiceConversationRepository' => '?',
  3164.             'App\\Repository\\Chat\\TemporaryCanalRepository' => '?',
  3165.             'App\\Repository\\ResourceRepository' => '?',
  3166.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\ChannelUserRoleRepository' => '?',
  3167.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository' => '?',
  3168.         ])));
  3169.         $a->addCustomStringFunction('FIND_IN_SET''DoctrineExtensions\\Query\\Mysql\\FindInSet');
  3170.         $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()));
  3171.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  3172.         return $instance;
  3173.     }
  3174.     /**
  3175.      * Gets the public 'error_controller' shared service.
  3176.      *
  3177.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  3178.      */
  3179.     protected function getErrorController2Service()
  3180.     {
  3181.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  3182.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  3183.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  3184.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  3185.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  3186.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3187.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController::show', 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)));
  3188.     }
  3189.     /**
  3190.      * Gets the public 'event_dispatcher' shared service.
  3191.      *
  3192.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  3193.      */
  3194.     protected function getEventDispatcherService()
  3195.     {
  3196.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  3197.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3198.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  3199.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3200.         $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())));
  3201.         $instance->addListener('oneup_uploader.post_upload', [=> function () {
  3202.             return ($this->privates['app.pre_upload_listener'] ?? ($this->privates['app.pre_upload_listener'] = new \App\Uploader\Event\PostUploadListener()));
  3203.         }, => 'postUpload'], 0);
  3204.         $instance->addListener('oneup_uploader.validation', [=> function () {
  3205.             return ($this->privates['app.upload_validation_listener'] ?? $this->getApp_UploadValidationListenerService());
  3206.         }, => 'onValidate'], 0);
  3207.         $instance->addListener('kernel.controller', [=> function () {
  3208.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  3209.         }, => 'onKernelController'], 0);
  3210.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3211.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  3212.         }, => 'checkPassport'], 1024);
  3213.         $instance->addListener('kernel.response', [=> function () {
  3214.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  3215.         }, => 'onKernelResponse'], 0);
  3216.         $instance->addListener('kernel.exception', [=> function () {
  3217.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  3218.         }, => 'onKernelException'], 0);
  3219.         $instance->addListener('kernel.request', [=> function () {
  3220.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  3221.         }, => 'onKernelRequest'], 0);
  3222.         $instance->addListener('console.command', [=> function () {
  3223.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  3224.         }, => 'handleConsoleCommandEvent'], 128);
  3225.         $instance->addListener('console.terminate', [=> function () {
  3226.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  3227.         }, => 'handleConsoleTerminateEvent'], -64);
  3228.         $instance->addListener('console.error', [=> function () {
  3229.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  3230.         }, => 'handleConsoleErrorEvent'], -64);
  3231.         $instance->addListener('kernel.exception', [=> function () {
  3232.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->getErrorListenerService());
  3233.         }, => 'handleExceptionEvent'], 128);
  3234.         $instance->addListener('kernel.request', [=> function () {
  3235.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  3236.         }, => 'handleKernelRequestEvent'], 5);
  3237.         $instance->addListener('kernel.controller', [=> function () {
  3238.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  3239.         }, => 'handleKernelControllerEvent'], 10);
  3240.         $instance->addListener('kernel.request', [=> function () {
  3241.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  3242.         }, => 'handleKernelRequestEvent'], 3);
  3243.         $instance->addListener('kernel.finish_request', [=> function () {
  3244.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  3245.         }, => 'handleKernelFinishRequestEvent'], 5);
  3246.         $instance->addListener('kernel.request', [=> function () {
  3247.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  3248.         }, => 'handleKernelRequestEvent'], 4);
  3249.         $instance->addListener('kernel.response', [=> function () {
  3250.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  3251.         }, => 'handleKernelResponseEvent'], 15);
  3252.         $instance->addListener('kernel.terminate', [=> function () {
  3253.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  3254.         }, => 'handleKernelTerminateEvent'], 5);
  3255.         $instance->addListener('kernel.request', [=> function () {
  3256.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  3257.         }, => 'handleKernelRequestEvent'], 2);
  3258.         $instance->addListener('kernel.finish_request', [=> function () {
  3259.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  3260.         }, => 'handleKernelFinishRequestEvent'], 10);
  3261.         $instance->addListener('kernel.response', [=> function () {
  3262.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  3263.         }, => 'handleKernelResponseEvent'], 15);
  3264.         $instance->addListener('console.command', [=> function () {
  3265.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  3266.         }, => 'handleConsoleCommandEvent'], 118);
  3267.         $instance->addListener('console.terminate', [=> function () {
  3268.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  3269.         }, => 'handleConsoleTerminateEvent'], -54);
  3270.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3271.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  3272.         }, => 'handleWorkerMessageFailedEvent'], 50);
  3273.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  3274.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  3275.         }, => 'handleWorkerMessageHandledEvent'], 50);
  3276.         $instance->addListener('kernel.request', [=> function () {
  3277.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  3278.         }, => 'handleKernelRequestEvent'], 0);
  3279.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3280.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  3281.         }, => 'handleLoginSuccessEvent'], 0);
  3282.         $instance->addListener('oneup_uploader.validation', [=> function () {
  3283.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] = new \Oneup\UploaderBundle\EventListener\MaxSizeValidationListener()));
  3284.         }, => 'onValidate'], 0);
  3285.         $instance->addListener('oneup_uploader.validation', [=> function () {
  3286.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] = new \Oneup\UploaderBundle\EventListener\AllowedMimetypeAndExtensionValidationListener()));
  3287.         }, => 'onValidate'], 0);
  3288.         $instance->addListener('oneup_uploader.validation', [=> function () {
  3289.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] = new \Oneup\UploaderBundle\EventListener\DisallowedMimetypeValidationListener()));
  3290.         }, => 'onValidate'], 0);
  3291.         $instance->addListener('spiriit_filter.prepare', [=> function () {
  3292.             return ($this->services['spiriit_form_filter.filter_prepare'] ?? ($this->services['spiriit_form_filter.filter_prepare'] = new \Spiriit\Bundle\FormFilterBundle\Event\Listener\PrepareListener()));
  3293.         }, => 'onFilterBuilderPrepare'], 0);
  3294.         $instance->addListener('spiriit_filter.apply_filters.orm', [=> function () {
  3295.             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')));
  3296.         }, => 'onApplyFilterCondition'], 0);
  3297.         $instance->addListener('kernel.response', [=> function () {
  3298.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  3299.         }, => 'onKernelResponse'], 0);
  3300.         $instance->addListener('kernel.response', [=> function () {
  3301.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  3302.         }, => 'onKernelResponse'], -1024);
  3303.         $instance->addListener('kernel.request', [=> function () {
  3304.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3305.         }, => 'setDefaultLocale'], 100);
  3306.         $instance->addListener('kernel.request', [=> function () {
  3307.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3308.         }, => 'onKernelRequest'], 16);
  3309.         $instance->addListener('kernel.finish_request', [=> function () {
  3310.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3311.         }, => 'onKernelFinishRequest'], 0);
  3312.         $instance->addListener('kernel.request', [=> function () {
  3313.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  3314.         }, => 'onKernelRequest'], 256);
  3315.         $instance->addListener('kernel.response', [=> function () {
  3316.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  3317.         }, => 'onResponse'], -255);
  3318.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3319.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3320.         }, => 'onControllerArguments'], 0);
  3321.         $instance->addListener('kernel.exception', [=> function () {
  3322.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3323.         }, => 'logKernelException'], 0);
  3324.         $instance->addListener('kernel.exception', [=> function () {
  3325.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3326.         }, => 'onKernelException'], -128);
  3327.         $instance->addListener('kernel.response', [=> function () {
  3328.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3329.         }, => 'removeCspHeader'], -128);
  3330.         $instance->addListener('kernel.request', [=> function () {
  3331.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3332.         }, => 'onKernelRequest'], 15);
  3333.         $instance->addListener('kernel.finish_request', [=> function () {
  3334.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3335.         }, => 'onKernelFinishRequest'], -15);
  3336.         $instance->addListener('console.error', [=> function () {
  3337.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3338.         }, => 'onConsoleError'], -128);
  3339.         $instance->addListener('console.terminate', [=> function () {
  3340.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3341.         }, => 'onConsoleTerminate'], -128);
  3342.         $instance->addListener('console.error', [=> function () {
  3343.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  3344.         }, => 'onConsoleError'], 0);
  3345.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3346.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  3347.         }, => 'onMessage'], -255);
  3348.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3349.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  3350.         }, => 'onMessage'], -255);
  3351.         $instance->addListener('kernel.request', [=> function () {
  3352.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3353.         }, => 'configure'], 2048);
  3354.         $instance->addListener('console.command', [=> function () {
  3355.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3356.         }, => 'configure'], 2048);
  3357.         $instance->addListener('kernel.request', [=> function () {
  3358.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3359.         }, => 'onKernelRequest'], 32);
  3360.         $instance->addListener('kernel.finish_request', [=> function () {
  3361.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3362.         }, => 'onKernelFinishRequest'], 0);
  3363.         $instance->addListener('kernel.exception', [=> function () {
  3364.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3365.         }, => 'onKernelException'], -64);
  3366.         $instance->addListener('kernel.response', [=> function () {
  3367.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  3368.         }, => 'onKernelResponse'], 0);
  3369.         $instance->addListener('kernel.request', [=> function () {
  3370.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3371.         }, => 'onKernelRequest'], 128);
  3372.         $instance->addListener('kernel.response', [=> function () {
  3373.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3374.         }, => 'onKernelResponse'], -1000);
  3375.         $instance->addListener('kernel.finish_request', [=> function () {
  3376.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3377.         }, => 'onFinishRequest'], 0);
  3378.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3379.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  3380.         }, => 'onMessageFailed'], 100);
  3381.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3382.             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()));
  3383.         }, => 'onMessageFailed'], 200);
  3384.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3385.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->getMessenger_Failure_SendFailedMessageToFailureTransportListenerService());
  3386.         }, => 'onMessageFailed'], -100);
  3387.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  3388.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  3389.         }, => 'onWorkerStarted'], 0);
  3390.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  3391.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  3392.         }, => 'onWorkerRunning'], 0);
  3393.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3394.             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()));
  3395.         }, => 'onMessageFailed'], 0);
  3396.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  3397.             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()));
  3398.         }, => 'onWorkerRunning'], 0);
  3399.         $instance->addListener('kernel.response', [=> function () {
  3400.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3401.         }, => 'onKernelResponse'], -100);
  3402.         $instance->addListener('kernel.exception', [=> function () {
  3403.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3404.         }, => 'onKernelException'], 0);
  3405.         $instance->addListener('kernel.terminate', [=> function () {
  3406.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3407.         }, => 'onKernelTerminate'], -1024);
  3408.         $instance->addListener('kernel.controller', [=> function () {
  3409.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3410.         }, => 'onKernelController'], 0);
  3411.         $instance->addListener('kernel.response', [=> function () {
  3412.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3413.         }, => 'onKernelResponse'], 0);
  3414.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3415.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  3416.         }, => 'onMessage'], 0);
  3417.         $instance->addListener('kernel.controller', [=> function () {
  3418.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  3419.         }, => 'onKernelController'], 0);
  3420.         $instance->addListener('kernel.controller', [=> function () {
  3421.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  3422.         }, => 'onKernelController'], 0);
  3423.         $instance->addListener('kernel.controller', [=> function () {
  3424.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3425.         }, => 'onKernelController'], -128);
  3426.         $instance->addListener('kernel.view', [=> function () {
  3427.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3428.         }, => 'onKernelView'], 0);
  3429.         $instance->addListener('kernel.controller', [=> function () {
  3430.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3431.         }, => 'onKernelController'], 0);
  3432.         $instance->addListener('kernel.response', [=> function () {
  3433.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3434.         }, => 'onKernelResponse'], 0);
  3435.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3436.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  3437.         }, => 'onKernelControllerArguments'], 0);
  3438.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3439.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  3440.         }, => 'onKernelControllerArguments'], 0);
  3441.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  3442.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  3443.         }, => 'onWorkerMessageHandled'], 0);
  3444.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3445.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  3446.         }, => 'onWorkerMessageFailed'], 0);
  3447.         $instance->addListener('kernel.response', [=> function () {
  3448.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  3449.         }, => 'onKernelResponse'], 0);
  3450.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3451.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  3452.         }, => 'checkPassport'], 0);
  3453.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3454.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  3455.         }, => 'onLoginSuccess'], 0);
  3456.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  3457.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  3458.         }, => 'onVoterVote'], 0);
  3459.         $instance->addListener('kernel.request', [=> function () {
  3460.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3461.         }, => 'configureLogoutUrlGenerator'], 8);
  3462.         $instance->addListener('kernel.request', [=> function () {
  3463.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3464.         }, => 'onKernelRequest'], 8);
  3465.         $instance->addListener('kernel.finish_request', [=> function () {
  3466.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3467.         }, => 'onKernelFinishRequest'], 0);
  3468.         $instance->addListener('kernel.response', [=> function () {
  3469.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  3470.         }, => 'onKernelResponse'], -128);
  3471.         $instance->addListener('console.command', [=> function () {
  3472.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3473.         }, => 'onCommand'], 255);
  3474.         $instance->addListener('console.terminate', [=> function () {
  3475.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3476.         }, => 'onTerminate'], -255);
  3477.         $instance->addListener('console.command', [=> function () {
  3478.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  3479.         }, => 'configure'], 1024);
  3480.         $instance->addListener('console.error', [=> function () {
  3481.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3482.         }, => 'onConsoleError'], 0);
  3483.         $instance->addListener('console.terminate', [=> function () {
  3484.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3485.         }, => 'onConsoleTerminate'], 0);
  3486.         $instance->addListener('kernel.finish_request', [=> function () {
  3487.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  3488.         }, => 'resetAssets'], 0);
  3489.         $instance->addListener('knp_pager.before', [=> function () {
  3490.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  3491.         }, => 'before'], 0);
  3492.         $instance->addListener('knp_pager.pagination', [=> function () {
  3493.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  3494.         }, => 'pagination'], 0);
  3495.         $instance->addListener('knp_pager.before', [=> function () {
  3496.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  3497.         }, => 'before'], 1);
  3498.         $instance->addListener('knp_pager.before', [=> function () {
  3499.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  3500.         }, => 'before'], 1);
  3501.         $instance->addListener('knp_pager.pagination', [=> function () {
  3502.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  3503.         }, => 'pagination'], 1);
  3504.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3505.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'] ?? $this->getControllerEntityResolverSubscriberService());
  3506.         }, => '__invoke'], 31);
  3507.         $instance->addListener('kernel.request', [=> function () {
  3508.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RequestChannelDomainSubscriber'] ?? $this->getRequestChannelDomainSubscriberService());
  3509.         }, => '__invoke'], 32);
  3510.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3511.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RouteSecuritySubscriber'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RouteSecuritySubscriber'] = new \Nellapp\Bundle\SDKBundle\EventSubscriber\RouteSecuritySubscriber()));
  3512.         }, => '__invoke'], 15);
  3513.         $instance->addListener('kernel.terminate', [=> function () {
  3514.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\EventSubscriber\\TerminateMenuDisplayedSubscriber'] ?? $this->getTerminateMenuDisplayedSubscriberService());
  3515.         }, => 'refreshTracked'], 0);
  3516.         $instance->addListener('console.terminate', [=> function () {
  3517.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\EventSubscriber\\TerminateMenuDisplayedSubscriber'] ?? $this->getTerminateMenuDisplayedSubscriberService());
  3518.         }, => 'refreshTracked'], 0);
  3519.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3520.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  3521.         }, => 'logout'], 0);
  3522.         $instance->addListener('kernel.request', [=> function () {
  3523.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\Security\\OAuth\\HandleExpireTokenSubscriber'] ?? $this->getHandleExpireTokenSubscriberService());
  3524.         }, => 'onKernelRequest'], 0);
  3525.         $instance->addListener('Nellapp\\Bundle\\SDKBundle\\Permission\\Event\\ChannelMenuDisplayedEvent', [=> function () {
  3526.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ChannelMenuDisplayedSubscriber'] ?? $this->getChannelMenuDisplayedSubscriberService());
  3527.         }, => '__invoke'], 0);
  3528.         $instance->addListener('kernel.request', [=> function () {
  3529.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ForceUserFromSetupSubscriber'] ?? $this->getForceUserFromSetupSubscriberService());
  3530.         }, => '__invoke'], 0);
  3531.         $instance->addListener('kernel.terminate', [=> function () {
  3532.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\EventSubscriber\\TerminateExportSubscriber'] ?? $this->getTerminateExportSubscriberService());
  3533.         }, => 'exportTracked'], 0);
  3534.         $instance->addListener('console.terminate', [=> function () {
  3535.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\EventSubscriber\\TerminateExportSubscriber'] ?? $this->getTerminateExportSubscriberService());
  3536.         }, => 'exportTracked'], 0);
  3537.         $instance->addListener('kernel.terminate', [=> function () {
  3538.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoRefresh\\EventSubscriber\\TerminateRefreshSubscriber'] ?? $this->getTerminateRefreshSubscriberService());
  3539.         }, => 'refreshTracked'], 0);
  3540.         $instance->addListener('console.terminate', [=> function () {
  3541.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoRefresh\\EventSubscriber\\TerminateRefreshSubscriber'] ?? $this->getTerminateRefreshSubscriberService());
  3542.         }, => 'refreshTracked'], 0);
  3543.         $instance->addListener('kernel.controller', [=> function () {
  3544.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionControllerSubscriber'] ?? $this->getActionControllerSubscriberService());
  3545.         }, => '__invoke'], 15);
  3546.         $instance->addListener('kernel.view', [=> function () {
  3547.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionResponseSubscriber'] ?? $this->getActionResponseSubscriberService());
  3548.         }, => '__invoke'], 63);
  3549.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3550.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'] ?? $this->getDeserializeActionControllerSubscriberService());
  3551.         }, => '__invoke'], -63);
  3552.         $instance->addListener('kernel.exception', [=> function () {
  3553.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\HandleErrorSubscriber'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\HandleErrorSubscriber'] = new \Drosalys\Bundle\ApiBundle\EventSubscriber\HandleErrorSubscriber()));
  3554.         }, => '__invoke'], -195);
  3555.         $instance->addListener('spiriit_form_filter.apply.orm.filter_boolean', [=> function () {
  3556.             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()));
  3557.         }, => 'filterBoolean'], 0);
  3558.         $instance->addListener('spiriit_form_filter.apply.orm.filter_checkbox', [=> function () {
  3559.             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()));
  3560.         }, => 'filterCheckbox'], 0);
  3561.         $instance->addListener('spiriit_form_filter.apply.orm.filter_choice', [=> function () {
  3562.             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()));
  3563.         }, => 'filterValue'], 0);
  3564.         $instance->addListener('spiriit_form_filter.apply.orm.filter_date', [=> function () {
  3565.             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()));
  3566.         }, => 'filterDate'], 0);
  3567.         $instance->addListener('spiriit_form_filter.apply.orm.filter_date_range', [=> function () {
  3568.             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()));
  3569.         }, => 'filterDateRange'], 0);
  3570.         $instance->addListener('spiriit_form_filter.apply.orm.filter_datetime', [=> function () {
  3571.             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()));
  3572.         }, => 'filterDateTime'], 0);
  3573.         $instance->addListener('spiriit_form_filter.apply.orm.filter_datetime_range', [=> function () {
  3574.             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()));
  3575.         }, => 'filterDateTimeRange'], 0);
  3576.         $instance->addListener('spiriit_form_filter.apply.orm.filter_entity', [=> function () {
  3577.             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()));
  3578.         }, => 'filterEntity'], 0);
  3579.         $instance->addListener('spiriit_form_filter.apply.orm.filter_enum', [=> function () {
  3580.             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()));
  3581.         }, => 'filterEnum'], 0);
  3582.         $instance->addListener('spiriit_form_filter.apply.orm.filter_number', [=> function () {
  3583.             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()));
  3584.         }, => 'filterNumber'], 0);
  3585.         $instance->addListener('spiriit_form_filter.apply.orm.filter_number_range', [=> function () {
  3586.             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()));
  3587.         }, => 'filterNumberRange'], 0);
  3588.         $instance->addListener('spiriit_form_filter.apply.orm.filter_text', [=> function () {
  3589.             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()));
  3590.         }, => 'filterText'], 0);
  3591.         $instance->addListener('spiriit_form_filter.apply.orm.text', [=> function () {
  3592.             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()));
  3593.         }, => 'filterText'], 0);
  3594.         $instance->addListener('spiriit_form_filter.apply.orm.email', [=> function () {
  3595.             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()));
  3596.         }, => 'filterValue'], 0);
  3597.         $instance->addListener('spiriit_form_filter.apply.orm.integer', [=> function () {
  3598.             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()));
  3599.         }, => 'filterValue'], 0);
  3600.         $instance->addListener('spiriit_form_filter.apply.orm.money', [=> function () {
  3601.             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()));
  3602.         }, => 'filterValue'], 0);
  3603.         $instance->addListener('spiriit_form_filter.apply.orm.number', [=> function () {
  3604.             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()));
  3605.         }, => 'filterValue'], 0);
  3606.         $instance->addListener('spiriit_form_filter.apply.orm.percent', [=> function () {
  3607.             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()));
  3608.         }, => 'filterValue'], 0);
  3609.         $instance->addListener('spiriit_form_filter.apply.orm.search', [=> function () {
  3610.             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()));
  3611.         }, => 'filterValue'], 0);
  3612.         $instance->addListener('spiriit_form_filter.apply.orm.url', [=> function () {
  3613.             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()));
  3614.         }, => 'filterValue'], 0);
  3615.         $instance->addListener('spiriit_form_filter.apply.orm.choice', [=> function () {
  3616.             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()));
  3617.         }, => 'filterValue'], 0);
  3618.         $instance->addListener('spiriit_form_filter.apply.orm.entity', [=> function () {
  3619.             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()));
  3620.         }, => 'filterEntity'], 0);
  3621.         $instance->addListener('spiriit_form_filter.apply.orm.country', [=> function () {
  3622.             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()));
  3623.         }, => 'filterValue'], 0);
  3624.         $instance->addListener('spiriit_form_filter.apply.orm.language', [=> function () {
  3625.             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()));
  3626.         }, => 'filterValue'], 0);
  3627.         $instance->addListener('spiriit_form_filter.apply.orm.locale', [=> function () {
  3628.             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()));
  3629.         }, => 'filterValue'], 0);
  3630.         $instance->addListener('spiriit_form_filter.apply.orm.timezone', [=> function () {
  3631.             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()));
  3632.         }, => 'filterValue'], 0);
  3633.         $instance->addListener('spiriit_form_filter.apply.orm.date', [=> function () {
  3634.             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()));
  3635.         }, => 'filterDate'], 0);
  3636.         $instance->addListener('spiriit_form_filter.apply.orm.datetime', [=> function () {
  3637.             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()));
  3638.         }, => 'filterDate'], 0);
  3639.         $instance->addListener('spiriit_form_filter.apply.orm.birthday', [=> function () {
  3640.             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()));
  3641.         }, => 'filterDate'], 0);
  3642.         $instance->addListener('spiriit_form_filter.apply.orm.checkbox', [=> function () {
  3643.             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()));
  3644.         }, => 'filterValue'], 0);
  3645.         $instance->addListener('spiriit_form_filter.apply.orm.radio', [=> function () {
  3646.             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()));
  3647.         }, => 'filterValue'], 0);
  3648.         return $instance;
  3649.     }
  3650.     /**
  3651.      * Gets the public 'fidry_alice_data_fixtures.loader.doctrine' shared service.
  3652.      *
  3653.      * @return \Fidry\AliceDataFixtures\Loader\PurgerLoader
  3654.      */
  3655.     protected function getFidryAliceDataFixtures_Loader_DoctrineService($lazyLoad true)
  3656.     {
  3657.         if ($lazyLoad) {
  3658.             return $this->services['fidry_alice_data_fixtures.loader.doctrine'] = $this->createProxy('PurgerLoader_cb68499', function () {
  3659.                 return \PurgerLoader_cb68499::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3660.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_DoctrineService(false);
  3661.                     $proxy->setProxyInitializer(null);
  3662.                     return true;
  3663.                 });
  3664.             });
  3665.         }
  3666.         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()));
  3667.     }
  3668.     /**
  3669.      * Gets the public 'fidry_alice_data_fixtures.persistence.persister.doctrine' shared service.
  3670.      *
  3671.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister
  3672.      */
  3673.     protected function getFidryAliceDataFixtures_Persistence_Persister_DoctrineService($lazyLoad true)
  3674.     {
  3675.         if ($lazyLoad) {
  3676.             return $this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] = $this->createProxy('ObjectManagerPersister_eccc052', function () {
  3677.                 return \ObjectManagerPersister_eccc052::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3678.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService(false);
  3679.                     $proxy->setProxyInitializer(null);
  3680.                     return true;
  3681.                 });
  3682.             });
  3683.         }
  3684.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3685.     }
  3686.     /**
  3687.      * Gets the public 'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' shared service.
  3688.      *
  3689.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger
  3690.      */
  3691.     protected function getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService($lazyLoad true)
  3692.     {
  3693.         if ($lazyLoad) {
  3694.             return $this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] = $this->createProxy('Purger_2d4d1ea', function () {
  3695.                 return \Purger_2d4d1ea::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3696.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService(false);
  3697.                     $proxy->setProxyInitializer(null);
  3698.                     return true;
  3699.                 });
  3700.             });
  3701.         }
  3702.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3703.     }
  3704.     /**
  3705.      * Gets the public 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' shared service.
  3706.      *
  3707.      * @return \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand
  3708.      */
  3709.     protected function getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService()
  3710.     {
  3711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3712.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Console/Command/Doctrine/DoctrineOrmLoadDataFixturesCommand.php';
  3713.         $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()));
  3714.         $instance->setName('hautelook:fixtures:load');
  3715.         return $instance;
  3716.     }
  3717.     /**
  3718.      * Gets the public 'hautelook_alice.data_fixtures.append_loader' shared service.
  3719.      *
  3720.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  3721.      */
  3722.     protected function getHautelookAlice_DataFixtures_AppendLoaderService()
  3723.     {
  3724.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  3725.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  3726.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  3727.         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))))));
  3728.     }
  3729.     /**
  3730.      * Gets the public 'hautelook_alice.data_fixtures.purge_loader' shared service.
  3731.      *
  3732.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  3733.      */
  3734.     protected function getHautelookAlice_DataFixtures_PurgeLoaderService()
  3735.     {
  3736.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  3737.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  3738.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  3739.         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))))));
  3740.     }
  3741.     /**
  3742.      * Gets the public 'hautelook_alice.loader' shared service.
  3743.      *
  3744.      * @return \Hautelook\AliceBundle\Loader\DoctrineOrmLoader
  3745.      */
  3746.     protected function getHautelookAlice_LoaderService()
  3747.     {
  3748.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoaderInterface.php';
  3749.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoggerAwareInterface.php';
  3750.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Loader/DoctrineOrmLoader.php';
  3751.         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()));
  3752.     }
  3753.     /**
  3754.      * Gets the public 'hautelook_alice.locator' shared service.
  3755.      *
  3756.      * @return \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator
  3757.      */
  3758.     protected function getHautelookAlice_LocatorService()
  3759.     {
  3760.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/FixtureLocatorInterface.php';
  3761.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvironmentlessFilesLocator.php';
  3762.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvDirectoryLocator.php';
  3763.         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']));
  3764.     }
  3765.     /**
  3766.      * Gets the public 'hautelook_alice.resolver.bundle' shared service.
  3767.      *
  3768.      * @return \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver
  3769.      */
  3770.     protected function getHautelookAlice_Resolver_BundleService()
  3771.     {
  3772.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/BundleResolverInterface.php';
  3773.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/NoBundleResolver.php';
  3774.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/SimpleBundleResolver.php';
  3775.         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))));
  3776.     }
  3777.     /**
  3778.      * Gets the public 'hautelook_alice.resolver.file' shared service.
  3779.      *
  3780.      * @return \Hautelook\AliceBundle\Resolver\File\KernelFileResolver
  3781.      */
  3782.     protected function getHautelookAlice_Resolver_FileService()
  3783.     {
  3784.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  3785.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  3786.         return $this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel'1)));
  3787.     }
  3788.     /**
  3789.      * Gets the public 'http_kernel' shared service.
  3790.      *
  3791.      * @return \Symfony\Component\HttpKernel\HttpKernel
  3792.      */
  3793.     protected function getHttpKernelService()
  3794.     {
  3795.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3796.         if (isset($this->services['http_kernel'])) {
  3797.             return $this->services['http_kernel'];
  3798.         }
  3799.         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()));
  3800.     }
  3801.     /**
  3802.      * Gets the public 'knp_menu.factory' shared service.
  3803.      *
  3804.      * @return \Knp\Menu\MenuFactory
  3805.      */
  3806.     protected function getKnpMenu_FactoryService()
  3807.     {
  3808.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/FactoryInterface.php';
  3809.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuFactory.php';
  3810.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Factory/ExtensionInterface.php';
  3811.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Integration/Symfony/RoutingExtension.php';
  3812.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Menu/Extension/RoutingExtension.php';
  3813.         $this->services['knp_menu.factory'] = $instance = new \Knp\Menu\MenuFactory();
  3814.         $instance->addExtension(new \Knp\Menu\Integration\Symfony\RoutingExtension(($this->services['router'] ?? $this->getRouterService())), 0);
  3815.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Routing\Menu\Extension\RoutingExtension(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService())), 0);
  3816.         return $instance;
  3817.     }
  3818.     /**
  3819.      * Gets the public 'knp_menu.matcher' shared service.
  3820.      *
  3821.      * @return \Knp\Menu\Matcher\Matcher
  3822.      */
  3823.     protected function getKnpMenu_MatcherService()
  3824.     {
  3825.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  3826.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->getKnpMenu_Voter_RouterService());
  3827.         }, 1));
  3828.     }
  3829.     /**
  3830.      * Gets the public 'knp_paginator' shared service.
  3831.      *
  3832.      * @return \Knp\Component\Pager\Paginator
  3833.      */
  3834.     protected function getKnpPaginatorService($lazyLoad true)
  3835.     {
  3836.         if ($lazyLoad) {
  3837.             return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
  3838.                 return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3839.                     $wrappedInstance $this->getKnpPaginatorService(false);
  3840.                     $proxy->setProxyInitializer(null);
  3841.                     return true;
  3842.                 });
  3843.             });
  3844.         }
  3845.         $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())));
  3846.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  3847.         return $instance;
  3848.     }
  3849.     /**
  3850.      * Gets the public 'knpu.oauth2.client.nellapp' shared service.
  3851.      *
  3852.      * @return \KnpU\OAuth2ClientBundle\Client\OAuth2Client
  3853.      */
  3854.     protected function getKnpu_Oauth2_Client_NellappService()
  3855.     {
  3856.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2ClientInterface.php';
  3857.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2Client.php';
  3858.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/ArrayAccessorTrait.php';
  3859.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/GuardedPropertyTrait.php';
  3860.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/QueryBuilderTrait.php';
  3861.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Provider/AbstractProvider.php';
  3862.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php';
  3863.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/Provider/CoreProvider.php';
  3864.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/DependencyInjection/ProviderFactory.php';
  3865.         $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', [], []);
  3866.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3867.         $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())));
  3868.         $a->setDomainsRoutingUtils(new \Nellapp\Bundle\SDKBundle\Routing\Utils\DomainsRoutingUtils($this->getEnv('DEFAULT_DOMAIN'), 'nim'));
  3869.         return $this->services['knpu.oauth2.client.nellapp'] = new \KnpU\OAuth2ClientBundle\Client\OAuth2Client($a$b);
  3870.     }
  3871.     /**
  3872.      * Gets the public 'knpu.oauth2.registry' shared service.
  3873.      *
  3874.      * @return \KnpU\OAuth2ClientBundle\Client\ClientRegistry
  3875.      */
  3876.     protected function getKnpu_Oauth2_RegistryService()
  3877.     {
  3878.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  3879.         return $this->services['knpu.oauth2.registry'] = new \KnpU\OAuth2ClientBundle\Client\ClientRegistry($this, ['nellapp' => 'knpu.oauth2.client.nellapp']);
  3880.     }
  3881.     /**
  3882.      * Gets the public 'liip_imagine.binary.loader.default' shared service.
  3883.      *
  3884.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  3885.      */
  3886.     protected function getLiipImagine_Binary_Loader_DefaultService()
  3887.     {
  3888.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  3889.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  3890.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  3891.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
  3892.         $a \Symfony\Component\Mime\MimeTypes::getDefault();
  3893.         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));
  3894.     }
  3895.     /**
  3896.      * Gets the public 'liip_imagine.cache.manager' shared service.
  3897.      *
  3898.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  3899.      */
  3900.     protected function getLiipImagine_Cache_ManagerService()
  3901.     {
  3902.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3903.         if (isset($this->services['liip_imagine.cache.manager'])) {
  3904.             return $this->services['liip_imagine.cache.manager'];
  3905.         }
  3906.         $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);
  3907.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  3908.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  3909.         return $instance;
  3910.     }
  3911.     /**
  3912.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  3913.      *
  3914.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  3915.      */
  3916.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  3917.     {
  3918.         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');
  3919.     }
  3920.     /**
  3921.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  3922.      *
  3923.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  3924.      */
  3925.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  3926.     {
  3927.         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()));
  3928.     }
  3929.     /**
  3930.      * Gets the public 'liip_imagine.cache.signer' shared service.
  3931.      *
  3932.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  3933.      */
  3934.     protected function getLiipImagine_Cache_SignerService()
  3935.     {
  3936.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  3937.     }
  3938.     /**
  3939.      * Gets the public 'liip_imagine.config.stack_collection' shared service.
  3940.      *
  3941.      * @return \Liip\ImagineBundle\Config\StackCollection
  3942.      */
  3943.     protected function getLiipImagine_Config_StackCollectionService()
  3944.     {
  3945.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
  3946.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
  3947.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
  3948.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  3949.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  3950.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
  3951.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  3952.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  3953.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
  3954.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  3955.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
  3956.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  3957.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
  3958.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  3959.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  3960.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  3961.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
  3962.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  3963.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
  3964.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  3965.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
  3966.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  3967.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
  3968.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
  3969.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  3970.         $a = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
  3971.         $b = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
  3972.         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']);
  3973.     }
  3974.     /**
  3975.      * Gets the public 'liip_imagine.data.manager' shared service.
  3976.      *
  3977.      * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  3978.      */
  3979.     protected function getLiipImagine_Data_ManagerService()
  3980.     {
  3981.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  3982.         $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);
  3983.         $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  3984.         return $instance;
  3985.     }
  3986.     /**
  3987.      * Gets the public 'liip_imagine.filter.loader.downscale' shared service.
  3988.      *
  3989.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
  3990.      */
  3991.     protected function getLiipImagine_Filter_Loader_DownscaleService()
  3992.     {
  3993.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  3994.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  3995.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  3996.         return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
  3997.     }
  3998.     /**
  3999.      * Gets the public 'liip_imagine.filter.loader.fixed' shared service.
  4000.      *
  4001.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
  4002.      */
  4003.     protected function getLiipImagine_Filter_Loader_FixedService()
  4004.     {
  4005.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4006.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  4007.         return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
  4008.     }
  4009.     /**
  4010.      * Gets the public 'liip_imagine.filter.loader.flip' shared service.
  4011.      *
  4012.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
  4013.      */
  4014.     protected function getLiipImagine_Filter_Loader_FlipService()
  4015.     {
  4016.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4017.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  4018.         return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
  4019.     }
  4020.     /**
  4021.      * Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
  4022.      *
  4023.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
  4024.      */
  4025.     protected function getLiipImagine_Filter_Loader_GrayscaleService()
  4026.     {
  4027.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4028.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  4029.         return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
  4030.     }
  4031.     /**
  4032.      * Gets the public 'liip_imagine.filter.loader.interlace' shared service.
  4033.      *
  4034.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
  4035.      */
  4036.     protected function getLiipImagine_Filter_Loader_InterlaceService()
  4037.     {
  4038.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4039.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  4040.         return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
  4041.     }
  4042.     /**
  4043.      * Gets the public 'liip_imagine.filter.loader.resample' shared service.
  4044.      *
  4045.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
  4046.      */
  4047.     protected function getLiipImagine_Filter_Loader_ResampleService()
  4048.     {
  4049.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4050.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
  4051.         return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  4052.     }
  4053.     /**
  4054.      * Gets the public 'liip_imagine.filter.loader.rotate' shared service.
  4055.      *
  4056.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
  4057.      */
  4058.     protected function getLiipImagine_Filter_Loader_RotateService()
  4059.     {
  4060.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4061.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  4062.         return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
  4063.     }
  4064.     /**
  4065.      * Gets the public 'liip_imagine.filter.manager' shared service.
  4066.      *
  4067.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
  4068.      */
  4069.     protected function getLiipImagine_Filter_ManagerService()
  4070.     {
  4071.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
  4072.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4073.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
  4074.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
  4075.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
  4076.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
  4077.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
  4078.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
  4079.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
  4080.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
  4081.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  4082.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
  4083.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
  4084.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
  4085.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
  4086.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
  4087.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
  4088.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
  4089.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
  4090.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/CwebpPostProcessor.php';
  4091.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  4092.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  4093.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  4094.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  4095.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  4096.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  4097.         $a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
  4098.         $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()));
  4099.         $instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
  4100.         $instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
  4101.         $instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
  4102.         $instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
  4103.         $instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
  4104.         $instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a\dirname(__DIR__4)));
  4105.         $instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a\dirname(__DIR__4)));
  4106.         $instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
  4107.         $instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
  4108.         $instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
  4109.         $instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
  4110.         $instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
  4111.         $instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
  4112.         $instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
  4113.         $instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
  4114.         $instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
  4115.         $instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
  4116.         $instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
  4117.         $instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim'trueNULLtrueNULL));
  4118.         $instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng'7trueNULL));
  4119.         $instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
  4120.         $instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
  4121.         $instance->addPostProcessor('cwebp', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\CwebpPostProcessor('/usr/bin/cwebp'NULL751004'fast'1false$this->parameters['liip_imagine.cwebp.metadata']));
  4122.         return $instance;
  4123.     }
  4124.     /**
  4125.      * Gets the public 'messenger.default_bus' shared service.
  4126.      *
  4127.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  4128.      */
  4129.     protected function getMessenger_DefaultBusService()
  4130.     {
  4131.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  4132.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  4133.             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')));
  4134.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  4135.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  4136.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  4137.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\Messenger\\MenuDisplayedMiddleware'] ?? $this->getMenuDisplayedMiddlewareService());
  4138.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  4139.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  4140.         }, 8)));
  4141.     }
  4142.     /**
  4143.      * Gets the public 'nelmio_alice.data_loader' shared service.
  4144.      *
  4145.      * @return \Nelmio\Alice\Loader\SimpleDataLoader
  4146.      */
  4147.     protected function getNelmioAlice_DataLoaderService()
  4148.     {
  4149.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/DataLoaderInterface.php';
  4150.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleDataLoader.php';
  4151.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilderInterface.php';
  4152.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/SimpleBuilder.php';
  4153.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/DenormalizerInterface.php';
  4154.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/SimpleDenormalizer.php';
  4155.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/ParameterBagDenormalizerInterface.php';
  4156.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Parameter/SimpleParameterBagDenormalizer.php';
  4157.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FixtureBagDenormalizerInterface.php';
  4158.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SimpleFixtureBagDenormalizer.php';
  4159.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  4160.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/TolerantFixtureDenormalizer.php';
  4161.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerRegistry.php';
  4162.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
  4163.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ElementFlagParser.php';
  4164.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/FlagParserRegistry.php';
  4165.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
  4166.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ConfiguratorFlagParser.php';
  4167.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ExtendFlagParser.php';
  4168.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/OptionalFlagParser.php';
  4169.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/TemplateFlagParser.php';
  4170.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/UniqueFlagParser.php';
  4171.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
  4172.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
  4173.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
  4174.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
  4175.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleCollectionDenormalizer.php';
  4176.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizerWithTemporaryFixture.php';
  4177.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullListNameDenormalizer.php';
  4178.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/ReferenceRangeNameDenormalizer.php';
  4179.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationsDenormalizerInterface.php';
  4180.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/SimpleSpecificationsDenormalizer.php';
  4181.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
  4182.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/LegacyConstructorDenormalizer.php';
  4183.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/ConstructorDenormalizer.php';
  4184.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ArgumentsDenormalizerInterface.php';
  4185.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Arguments/SimpleArgumentsDenormalizer.php';
  4186.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ValueDenormalizerInterface.php';
  4187.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/UniqueValueDenormalizer.php';
  4188.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/SimpleValueDenormalizer.php';
  4189.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
  4190.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/FunctionFixtureReferenceParser.php';
  4191.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/StringMergerParser.php';
  4192.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/SimpleParser.php';
  4193.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
  4194.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/EmptyValueLexer.php';
  4195.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceEscaperLexer.php';
  4196.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/GlobalPatternsLexer.php';
  4197.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/FunctionLexer.php';
  4198.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/StringThenReferenceLexer.php';
  4199.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/SubPatternsLexer.php';
  4200.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceLexer.php';
  4201.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  4202.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  4203.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/TokenParserRegistry.php';
  4204.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  4205.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
  4206.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/DynamicArrayTokenParser.php';
  4207.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/EscapedValueTokenParser.php';
  4208.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureListReferenceTokenParser.php';
  4209.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureMethodReferenceTokenParser.php';
  4210.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureRangeReferenceTokenParser.php';
  4211.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/MethodReferenceTokenParser.php';
  4212.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/OptionalTokenParser.php';
  4213.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ParameterTokenParser.php';
  4214.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/PropertyReferenceTokenParser.php';
  4215.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableReferenceTokenParser.php';
  4216.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/SimpleReferenceTokenParser.php';
  4217.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringArrayTokenParser.php';
  4218.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringTokenParser.php';
  4219.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
  4220.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/TolerantFunctionTokenParser.php';
  4221.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/IdentityTokenParser.php';
  4222.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FunctionTokenParser.php';
  4223.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableTokenParser.php';
  4224.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/WildcardReferenceTokenParser.php';
  4225.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/FactoryDenormalizer.php';
  4226.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/CallsDenormalizerInterface.php';
  4227.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/CallsWithFlagsDenormalizer.php';
  4228.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/FunctionDenormalizer.php';
  4229.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
  4230.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/ConfiguratorFlagHandler.php';
  4231.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/OptionalFlagHandler.php';
  4232.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/PropertyDenormalizerInterface.php';
  4233.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Property/SimplePropertyDenormalizer.php';
  4234.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullRangeNameDenormalizer.php';
  4235.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleDenormalizer.php';
  4236.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/GeneratorInterface.php';
  4237.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/DoublePassGenerator.php';
  4238.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/FixtureSetResolverInterface.php';
  4239.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/RemoveConflictingObjectsResolver.php';
  4240.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/SimpleFixtureSetResolver.php';
  4241.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterBagResolverInterface.php';
  4242.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/RemoveConflictingParametersParameterBagResolver.php';
  4243.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/SimpleParameterBagResolver.php';
  4244.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
  4245.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/ParameterResolverRegistry.php';
  4246.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
  4247.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StaticParameterResolver.php';
  4248.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
  4249.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/ArrayParameterResolver.php';
  4250.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/RecursiveParameterResolver.php';
  4251.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StringParameterResolver.php';
  4252.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureBagResolverInterface.php';
  4253.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Fixture/TemplateFixtureBagResolver.php';
  4254.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorInterface.php';
  4255.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/CompleteObjectGenerator.php';
  4256.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/SimpleObjectGenerator.php';
  4257.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  4258.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
  4259.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ValueResolverRegistry.php';
  4260.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  4261.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  4262.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ArrayValueResolver.php';
  4263.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/DynamicArrayValueResolver.php';
  4264.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/EvaluatedValueResolver.php';
  4265.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FunctionCallArgumentResolver.php';
  4266.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/PhpFunctionCallValueResolver.php';
  4267.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FakerFunctionCallValueResolver.php';
  4268.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixturePropertyReferenceResolver.php';
  4269.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/PropertyAccess/StdPropertyAccessor.php';
  4270.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureMethodCallReferenceResolver.php';
  4271.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UnresolvedFixtureReferenceIdResolver.php';
  4272.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/SelfFixtureReferenceResolver.php';
  4273.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureReferenceResolver.php';
  4274.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureWildcardReferenceResolver.php';
  4275.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ListValueResolver.php';
  4276.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/OptionalValueResolver.php';
  4277.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ParameterValueResolver.php';
  4278.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UniqueValueResolver.php';
  4279.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/UniqueValuesPool.php';
  4280.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ValueForCurrentValueResolver.php';
  4281.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/VariableValueResolver.php';
  4282.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
  4283.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ExistingInstanceInstantiator.php';
  4284.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorResolver.php';
  4285.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorRegistry.php';
  4286.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
  4287.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
  4288.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoCallerMethodCallInstantiator.php';
  4289.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
  4290.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NullConstructorInstantiator.php';
  4291.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoMethodCallInstantiator.php';
  4292.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/StaticFactoryInstantiator.php';
  4293.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4294.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/Generator/Instantiator/Chainable/InstantiatedReferenceInstantiator.php';
  4295.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/HydratorInterface.php';
  4296.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/SimpleHydrator.php';
  4297.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/PropertyHydratorInterface.php';
  4298.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/Property/SymfonyPropertyAccessorHydrator.php';
  4299.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/CallerInterface.php';
  4300.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/SimpleCaller.php';
  4301.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
  4302.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorRegistry.php';
  4303.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
  4304.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
  4305.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/ConfiguratorMethodCallProcessor.php';
  4306.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/MethodCallWithReferenceProcessor.php';
  4307.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/OptionalMethodCallProcessor.php';
  4308.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/SimpleMethodCallProcessor.php';
  4309.         $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()]));
  4310.         $b = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper();
  4311.         $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()]))))));
  4312.         $d = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Arguments\SimpleArgumentsDenormalizer($c);
  4313.         $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()]);
  4314.         $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);
  4315.         $g = new \Nelmio\Alice\PropertyAccess\StdPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4316.         $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()]);
  4317.         $i = new \Nelmio\Alice\Generator\NamedArgumentsResolver();
  4318.         $j = new \Hautelook\AliceBundle\Alice\Generator\Instantiator\Chainable\InstantiatedReferenceInstantiator();
  4319.         $j->setContainer($this);
  4320.         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)))));
  4321.     }
  4322.     /**
  4323.      * Gets the public 'nelmio_alice.file_loader' shared service.
  4324.      *
  4325.      * @return \Nelmio\Alice\Loader\SimpleFileLoader
  4326.      */
  4327.     protected function getNelmioAlice_FileLoaderService()
  4328.     {
  4329.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLoaderInterface.php';
  4330.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFileLoader.php';
  4331.         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()));
  4332.     }
  4333.     /**
  4334.      * Gets the public 'nelmio_alice.files_loader' shared service.
  4335.      *
  4336.      * @return \Nelmio\Alice\Loader\SimpleFilesLoader
  4337.      */
  4338.     protected function getNelmioAlice_FilesLoaderService()
  4339.     {
  4340.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FilesLoaderInterface.php';
  4341.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFilesLoader.php';
  4342.         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()));
  4343.     }
  4344.     /**
  4345.      * Gets the public 'nelmio_api_doc.command.dump' shared service.
  4346.      *
  4347.      * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  4348.      */
  4349.     protected function getNelmioApiDoc_Command_DumpService()
  4350.     {
  4351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4352.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Command/DumpCommand.php';
  4353.         $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  4354.         $instance->setName('nelmio:apidoc:dump');
  4355.         return $instance;
  4356.     }
  4357.     /**
  4358.      * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  4359.      *
  4360.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  4361.      */
  4362.     protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  4363.     {
  4364.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
  4365.         return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  4366.     }
  4367.     /**
  4368.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  4369.      *
  4370.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  4371.      */
  4372.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  4373.     {
  4374.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
  4375.         return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  4376.     }
  4377.     /**
  4378.      * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  4379.      *
  4380.      * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  4381.      */
  4382.     protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  4383.     {
  4384.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/YamlDocumentationController.php';
  4385.         return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  4386.     }
  4387.     /**
  4388.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  4389.      *
  4390.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  4391.      */
  4392.     protected function getNelmioApiDoc_Generator_DefaultService()
  4393.     {
  4394.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  4395.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  4396.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  4397.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  4398.             yield => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  4399.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  4400.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  4401.         }, 5), new RewindableGenerator(function () {
  4402.             yield => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  4403.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  4404.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  4405.         }, 3));
  4406.         $a = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  4407.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4408.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4409.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4410.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4411.         $instance->setAlternativeNames([]);
  4412.         $instance->setMediaTypes([=> 'json']);
  4413.         $instance->setLogger($a);
  4414.         return $instance;
  4415.     }
  4416.     /**
  4417.      * Gets the public 'nelmio_api_doc.render_docs' shared service.
  4418.      *
  4419.      * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  4420.      */
  4421.     protected function getNelmioApiDoc_RenderDocsService()
  4422.     {
  4423.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/RenderOpenApi.php';
  4424.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/OpenApiRenderer.php';
  4425.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Json/JsonOpenApiRenderer.php';
  4426.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Yaml/YamlOpenApiRenderer.php';
  4427.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/HtmlOpenApiRenderer.php';
  4428.         return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4429.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  4430.         ], [
  4431.             'default' => '?',
  4432.         ]), 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())));
  4433.     }
  4434.     /**
  4435.      * Gets the public 'oneup_flysystem.mount_manager' shared service.
  4436.      *
  4437.      * @return \League\Flysystem\MountManager
  4438.      */
  4439.     protected function getOneupFlysystem_MountManagerService()
  4440.     {
  4441.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  4442.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  4443.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  4444.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/MountManager.php';
  4445.         return $this->services['oneup_flysystem.mount_manager'] = new \League\Flysystem\MountManager(['default' => ($this->services['default_filesystem'] ?? $this->getDefaultFilesystemService())]);
  4446.     }
  4447.     /**
  4448.      * Gets the public 'oneup_uploader.chunk_manager' shared service.
  4449.      *
  4450.      * @return \Oneup\UploaderBundle\Uploader\Chunk\ChunkManager
  4451.      */
  4452.     protected function getOneupUploader_ChunkManagerService()
  4453.     {
  4454.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/ChunkManagerInterface.php';
  4455.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/ChunkManager.php';
  4456.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/ChunkStorageInterface.php';
  4457.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/FilesystemStorage.php';
  4458.         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')))));
  4459.     }
  4460.     /**
  4461.      * Gets the public 'oneup_uploader.controller.chat_upload' shared service.
  4462.      *
  4463.      * @return \Oneup\UploaderBundle\Controller\DropzoneController
  4464.      */
  4465.     protected function getOneupUploader_Controller_ChatUploadService()
  4466.     {
  4467.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractController.php';
  4468.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractChunkedController.php';
  4469.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/DropzoneController.php';
  4470.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/ErrorHandlerInterface.php';
  4471.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/DropzoneErrorHandler.php';
  4472.         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');
  4473.     }
  4474.     /**
  4475.      * Gets the public 'oneup_uploader.namer.uniqid' shared service.
  4476.      *
  4477.      * @return \Oneup\UploaderBundle\Uploader\Naming\UniqidNamer
  4478.      */
  4479.     protected function getOneupUploader_Namer_UniqidService()
  4480.     {
  4481.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
  4482.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/UniqidNamer.php';
  4483.         return $this->services['oneup_uploader.namer.uniqid'] = new \Oneup\UploaderBundle\Uploader\Naming\UniqidNamer();
  4484.     }
  4485.     /**
  4486.      * Gets the public 'oneup_uploader.orphanage.chat_upload' shared service.
  4487.      *
  4488.      * @return \Oneup\UploaderBundle\Uploader\Storage\FilesystemOrphanageStorage
  4489.      */
  4490.     protected function getOneupUploader_Orphanage_ChatUploadService()
  4491.     {
  4492.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/StorageInterface.php';
  4493.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemStorage.php';
  4494.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/OrphanageStorageInterface.php';
  4495.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemOrphanageStorage.php';
  4496.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FlysystemStorage.php';
  4497.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/ChunkStorageInterface.php';
  4498.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/FilesystemStorage.php';
  4499.         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');
  4500.     }
  4501.     /**
  4502.      * Gets the public 'oneup_uploader.orphanage_manager' shared service.
  4503.      *
  4504.      * @return \Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager
  4505.      */
  4506.     protected function getOneupUploader_OrphanageManagerService()
  4507.     {
  4508.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Orphanage/OrphanageManager.php';
  4509.         return $this->services['oneup_uploader.orphanage_manager'] = new \Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager($this$this->getParameter('oneup_uploader.orphanage'));
  4510.     }
  4511.     /**
  4512.      * Gets the public 'oneup_uploader.routing.loader' shared service.
  4513.      *
  4514.      * @return \Oneup\UploaderBundle\Routing\RouteLoader
  4515.      */
  4516.     protected function getOneupUploader_Routing_LoaderService()
  4517.     {
  4518.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Routing/RouteLoader.php';
  4519.         return $this->services['oneup_uploader.routing.loader'] = new \Oneup\UploaderBundle\Routing\RouteLoader($this->parameters['oneup_uploader.controllers']);
  4520.     }
  4521.     /**
  4522.      * Gets the public 'oneup_uploader.templating.uploader_helper' shared service.
  4523.      *
  4524.      * @return \Oneup\UploaderBundle\Templating\Helper\UploaderHelper
  4525.      */
  4526.     protected function getOneupUploader_Templating_UploaderHelperService()
  4527.     {
  4528.         return $this->services['oneup_uploader.templating.uploader_helper'] = new \Oneup\UploaderBundle\Templating\Helper\UploaderHelper(($this->services['router'] ?? $this->getRouterService()), $this->parameters['oneup_uploader.maxsize']);
  4529.     }
  4530.     /**
  4531.      * Gets the public 'oneup_uploader.twig.extension.uploader' shared service.
  4532.      *
  4533.      * @return \Oneup\UploaderBundle\Twig\Extension\UploaderExtension
  4534.      */
  4535.     protected function getOneupUploader_Twig_Extension_UploaderService()
  4536.     {
  4537.         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()));
  4538.     }
  4539.     /**
  4540.      * Gets the public 'request_stack' shared service.
  4541.      *
  4542.      * @return \Symfony\Component\HttpFoundation\RequestStack
  4543.      */
  4544.     protected function getRequestStackService()
  4545.     {
  4546.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  4547.     }
  4548.     /**
  4549.      * Gets the public 'router' shared autowired service.
  4550.      *
  4551.      * @return \Nellapp\Bundle\SDKBundle\Routing\SymfonyUrlGenerator
  4552.      */
  4553.     protected function getRouterService()
  4554.     {
  4555.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  4556.         $b = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4557.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  4558.         ], [
  4559.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  4560.         ]))->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');
  4561.         $b->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4562.         $b->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4563.         return $this->services['router'] = new \Nellapp\Bundle\SDKBundle\Routing\SymfonyUrlGenerator($b$a);
  4564.     }
  4565.     /**
  4566.      * Gets the public 'routing.loader' shared service.
  4567.      *
  4568.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  4569.      */
  4570.     protected function getRouting_LoaderService()
  4571.     {
  4572.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  4573.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  4574.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  4575.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/GlobalRoutesLoader.php';
  4576.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Routing/Loader/ChannelResourceAccessCacheLoader.php';
  4577.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Routing/Loader/ChannelUserPermissionResourceCrudLoader.php';
  4578.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  4579.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService());
  4580.         if (isset($this->services['routing.loader'])) {
  4581.             return $this->services['routing.loader'];
  4582.         }
  4583.         $b = new \Symfony\Component\Config\Loader\LoaderResolver();
  4584.         $c = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  4585.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  4586.         $b->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($c'dev'));
  4587.         $b->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($c'dev'));
  4588.         $b->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($c'dev'));
  4589.         $b->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($c'dev'));
  4590.         $b->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($c'dev'));
  4591.         $b->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4592.             'kernel' => ['services''kernel''getKernelService'false],
  4593.         ], [
  4594.             'kernel' => 'App\\Kernel',
  4595.         ]), 'dev'));
  4596.         $b->addLoader(new \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\GlobalRoutesLoader());
  4597.         $b->addLoader(new \Nellapp\Bundle\SDKBundle\Permission\Routing\Loader\ChannelResourceAccessCacheLoader());
  4598.         $b->addLoader(new \Nellapp\Bundle\SDKBundle\Permission\Routing\Loader\ChannelUserPermissionResourceCrudLoader($a));
  4599.         $b->addLoader(($this->services['oneup_uploader.routing.loader'] ?? $this->getOneupUploader_Routing_LoaderService()));
  4600.         $b->addLoader($d);
  4601.         $b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($c$d));
  4602.         $b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($c$d));
  4603.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($b, ['utf8' => true], []);
  4604.     }
  4605.     /**
  4606.      * Gets the public 'services_resetter' shared service.
  4607.      *
  4608.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  4609.      */
  4610.     protected function getServicesResetterService()
  4611.     {
  4612.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  4613.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  4614.             if (isset($this->services['cache.app'])) {
  4615.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  4616.             }
  4617.             if (isset($this->services['cache.system'])) {
  4618.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  4619.             }
  4620.             if (isset($this->privates['cache.validator.traceable'])) {
  4621.                 yield 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? null);
  4622.             }
  4623.             if (isset($this->privates['cache.serializer.traceable'])) {
  4624.                 yield 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? null);
  4625.             }
  4626.             if (isset($this->privates['cache.annotations.traceable'])) {
  4627.                 yield 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? null);
  4628.             }
  4629.             if (isset($this->privates['cache.property_info.traceable'])) {
  4630.                 yield 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? null);
  4631.             }
  4632.             if (isset($this->privates['cache.messenger.restart_workers_signal.traceable'])) {
  4633.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? null);
  4634.             }
  4635.             if (isset($this->privates['.debug.http_client'])) {
  4636.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  4637.             }
  4638.             if (isset($this->privates['mailer.message_logger_listener'])) {
  4639.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  4640.             }
  4641.             if (isset($this->privates['debug.stopwatch'])) {
  4642.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  4643.             }
  4644.             if (isset($this->services['event_dispatcher'])) {
  4645.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  4646.             }
  4647.             if (isset($this->privates['session_listener'])) {
  4648.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  4649.             }
  4650.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  4651.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  4652.             }
  4653.             if (isset($this->services['cache.validator_expression_language'])) {
  4654.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  4655.             }
  4656.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  4657.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  4658.             }
  4659.             if (isset($this->services['.container.private.profiler'])) {
  4660.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  4661.             }
  4662.             if (isset($this->services['.container.private.validator'])) {
  4663.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  4664.             }
  4665.             if (isset($this->services['doctrine'])) {
  4666.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  4667.             }
  4668.             if (isset($this->privates['doctrine.debug_data_holder'])) {
  4669.                 yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  4670.             }
  4671.             if (isset($this->privates['form.type.entity'])) {
  4672.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  4673.             }
  4674.             if (isset($this->services['.container.private.security.token_storage'])) {
  4675.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  4676.             }
  4677.             if (isset($this->privates['cache.security_expression_language.traceable'])) {
  4678.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? null);
  4679.             }
  4680.             if (isset($this->privates['monolog.handler.main'])) {
  4681.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  4682.             }
  4683.             if (isset($this->privates['monolog.handler.console'])) {
  4684.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  4685.             }
  4686.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  4687.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  4688.             }
  4689.             if (isset($this->privates['cache.webpack_encore.traceable'])) {
  4690.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore.traceable'] ?? null);
  4691.             }
  4692.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  4693.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  4694.             }
  4695.             if (isset($this->privates['webpack_encore.entrypoint_lookup[core]'])) {
  4696.                 yield 'webpack_encore.entrypoint_lookup[core]' => ($this->privates['webpack_encore.entrypoint_lookup[core]'] ?? null);
  4697.             }
  4698.             if (isset($this->privates['.debug.http_client'])) {
  4699.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  4700.             }
  4701.         }, function () {
  4702.             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']));
  4703.         }), ['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']]);
  4704.     }
  4705.     /**
  4706.      * Gets the public 'spiriit_form_filter.filter_prepare' shared service.
  4707.      *
  4708.      * @return \Spiriit\Bundle\FormFilterBundle\Event\Listener\PrepareListener
  4709.      */
  4710.     protected function getSpiriitFormFilter_FilterPrepareService()
  4711.     {
  4712.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Event/Listener/PrepareListener.php';
  4713.         return $this->services['spiriit_form_filter.filter_prepare'] = new \Spiriit\Bundle\FormFilterBundle\Event\Listener\PrepareListener();
  4714.     }
  4715.     /**
  4716.      * Gets the public 'spiriit_form_filter.query_builder_updater' shared service.
  4717.      *
  4718.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\FilterBuilderUpdater
  4719.      */
  4720.     protected function getSpiriitFormFilter_QueryBuilderUpdaterService()
  4721.     {
  4722.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/FilterBuilderUpdaterInterface.php';
  4723.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/FilterBuilderUpdater.php';
  4724.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/FormDataExtractorInterface.php';
  4725.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/FormDataExtractor.php';
  4726.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/DataExtractionMethodInterface.php';
  4727.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/DefaultExtractionMethod.php';
  4728.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/TextExtractionMethod.php';
  4729.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/ValueKeysExtractionMethod.php';
  4730.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4731.         if (isset($this->services['spiriit_form_filter.query_builder_updater'])) {
  4732.             return $this->services['spiriit_form_filter.query_builder_updater'];
  4733.         }
  4734.         $b = new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\FormDataExtractor();
  4735.         $b->addMethod(new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\Method\DefaultExtractionMethod());
  4736.         $b->addMethod(new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\Method\TextExtractionMethod());
  4737.         $b->addMethod(new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\Method\ValueKeysExtractionMethod());
  4738.         return $this->services['spiriit_form_filter.query_builder_updater'] = new \Spiriit\Bundle\FormFilterBundle\Filter\FilterBuilderUpdater($b$a);
  4739.     }
  4740.     /**
  4741.      * Gets the public 'translator' shared service.
  4742.      *
  4743.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  4744.      */
  4745.     protected function getTranslatorService()
  4746.     {
  4747.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4748.     }
  4749.     /**
  4750.      * Gets the public 'var_dumper.cloner' shared service.
  4751.      *
  4752.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  4753.      */
  4754.     protected function getVarDumper_ClonerService()
  4755.     {
  4756.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  4757.         $instance->setMaxItems(2500);
  4758.         $instance->setMinDepth(1);
  4759.         $instance->setMaxString(-1);
  4760.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  4761.         return $instance;
  4762.     }
  4763.     /**
  4764.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  4765.      *
  4766.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  4767.      */
  4768.     protected function getWebProfiler_Controller_ExceptionPanelService()
  4769.     {
  4770.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  4771.         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()));
  4772.     }
  4773.     /**
  4774.      * Gets the public 'web_profiler.controller.profiler' shared service.
  4775.      *
  4776.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  4777.      */
  4778.     protected function getWebProfiler_Controller_ProfilerService()
  4779.     {
  4780.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  4781.         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));
  4782.     }
  4783.     /**
  4784.      * Gets the public 'web_profiler.controller.router' shared service.
  4785.      *
  4786.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  4787.      */
  4788.     protected function getWebProfiler_Controller_RouterService()
  4789.     {
  4790.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  4791.         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 () {
  4792.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  4793.         }, 1));
  4794.     }
  4795.     /**
  4796.      * Gets the private '.App\Command\Cron\CreateOrDeleteCanalFromSessions.lazy' shared service.
  4797.      *
  4798.      * @return \Symfony\Component\Console\Command\LazyCommand
  4799.      */
  4800.     protected function getCreateOrDeleteCanalFromSessions_LazyService()
  4801.     {
  4802.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4803.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4804.         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 {
  4805.             return ($this->privates['App\\Command\\Cron\\CreateOrDeleteCanalFromSessions'] ?? $this->getCreateOrDeleteCanalFromSessionsService());
  4806.         });
  4807.     }
  4808.     /**
  4809.      * Gets the private '.App\Command\Cron\DeleteOldChatMessageCommand.lazy' shared service.
  4810.      *
  4811.      * @return \Symfony\Component\Console\Command\LazyCommand
  4812.      */
  4813.     protected function getDeleteOldChatMessageCommand_LazyService()
  4814.     {
  4815.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4816.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4817.         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 {
  4818.             return ($this->privates['App\\Command\\Cron\\DeleteOldChatMessageCommand'] ?? $this->getDeleteOldChatMessageCommandService());
  4819.         });
  4820.     }
  4821.     /**
  4822.      * Gets the private '.App\Command\Cron\DeleteOldConversationCommand.lazy' shared service.
  4823.      *
  4824.      * @return \Symfony\Component\Console\Command\LazyCommand
  4825.      */
  4826.     protected function getDeleteOldConversationCommand_LazyService()
  4827.     {
  4828.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4829.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4830.         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 {
  4831.             return ($this->privates['App\\Command\\Cron\\DeleteOldConversationCommand'] ?? $this->getDeleteOldConversationCommandService());
  4832.         });
  4833.     }
  4834.     /**
  4835.      * Gets the private '.App\Command\Cron\ManageConversationUsersForCursusCommand.lazy' shared service.
  4836.      *
  4837.      * @return \Symfony\Component\Console\Command\LazyCommand
  4838.      */
  4839.     protected function getManageConversationUsersForCursusCommand_LazyService()
  4840.     {
  4841.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4842.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4843.         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 {
  4844.             return ($this->privates['App\\Command\\Cron\\ManageConversationUsersForCursusCommand'] ?? $this->getManageConversationUsersForCursusCommandService());
  4845.         });
  4846.     }
  4847.     /**
  4848.      * Gets the private '.App\Command\GenerateHashtagUserCommand.lazy' shared service.
  4849.      *
  4850.      * @return \Symfony\Component\Console\Command\LazyCommand
  4851.      */
  4852.     protected function getGenerateHashtagUserCommand_LazyService()
  4853.     {
  4854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4855.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4856.         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 {
  4857.             return ($this->privates['App\\Command\\GenerateHashtagUserCommand'] ?? $this->getGenerateHashtagUserCommandService());
  4858.         });
  4859.     }
  4860.     /**
  4861.      * Gets the private '.App\Command\GenerateReferentAndServiceConversationsForActiveCursusCommand.lazy' shared service.
  4862.      *
  4863.      * @return \Symfony\Component\Console\Command\LazyCommand
  4864.      */
  4865.     protected function getGenerateReferentAndServiceConversationsForActiveCursusCommand_LazyService()
  4866.     {
  4867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4868.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4869.         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 {
  4870.             return ($this->privates['App\\Command\\GenerateReferentAndServiceConversationsForActiveCursusCommand'] ?? $this->getGenerateReferentAndServiceConversationsForActiveCursusCommandService());
  4871.         });
  4872.     }
  4873.     /**
  4874.      * Gets the private '.App\Command\InitChannelCanalCommand.lazy' shared service.
  4875.      *
  4876.      * @return \Symfony\Component\Console\Command\LazyCommand
  4877.      */
  4878.     protected function getInitChannelCanalCommand_LazyService()
  4879.     {
  4880.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4882.         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 {
  4883.             return ($this->privates['App\\Command\\InitChannelCanalCommand'] ?? $this->getInitChannelCanalCommandService());
  4884.         });
  4885.     }
  4886.     /**
  4887.      * Gets the private '.App\Command\InitResourcesCommand.lazy' shared service.
  4888.      *
  4889.      * @return \Symfony\Component\Console\Command\LazyCommand
  4890.      */
  4891.     protected function getInitResourcesCommand_LazyService()
  4892.     {
  4893.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4894.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4895.         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 {
  4896.             return ($this->privates['App\\Command\\InitResourcesCommand'] ?? $this->getInitResourcesCommandService());
  4897.         });
  4898.     }
  4899.     /**
  4900.      * Gets the private '.App\Command\InitSimpleConversationsCommand.lazy' shared service.
  4901.      *
  4902.      * @return \Symfony\Component\Console\Command\LazyCommand
  4903.      */
  4904.     protected function getInitSimpleConversationsCommand_LazyService()
  4905.     {
  4906.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4908.         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 {
  4909.             return ($this->privates['App\\Command\\InitSimpleConversationsCommand'] ?? $this->getInitSimpleConversationsCommandService());
  4910.         });
  4911.     }
  4912.     /**
  4913.      * Gets the private '.App\Command\TestStringCommand.lazy' shared service.
  4914.      *
  4915.      * @return \Symfony\Component\Console\Command\LazyCommand
  4916.      */
  4917.     protected function getTestStringCommand_LazyService()
  4918.     {
  4919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4921.         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 {
  4922.             return ($this->privates['App\\Command\\TestStringCommand'] ?? $this->getTestStringCommandService());
  4923.         });
  4924.     }
  4925.     /**
  4926.      * Gets the private '.Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand.lazy' shared service.
  4927.      *
  4928.      * @return \Symfony\Component\Console\Command\LazyCommand
  4929.      */
  4930.     protected function getCheckChannelMenuDisplayedCommand_LazyService()
  4931.     {
  4932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4934.         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 {
  4935.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand'] ?? $this->getCheckChannelMenuDisplayedCommandService());
  4936.         });
  4937.     }
  4938.     /**
  4939.      * Gets the private '.Nellapp\Bundle\SDKBundle\Permission\Command\CleanExpiredChannelResourcePermissionCommand.lazy' shared service.
  4940.      *
  4941.      * @return \Symfony\Component\Console\Command\LazyCommand
  4942.      */
  4943.     protected function getCleanExpiredChannelResourcePermissionCommand_LazyService()
  4944.     {
  4945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4946.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4947.         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 {
  4948.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand'] ?? $this->getCleanExpiredChannelResourcePermissionCommandService());
  4949.         });
  4950.     }
  4951.     /**
  4952.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand.lazy' shared service.
  4953.      *
  4954.      * @return \Symfony\Component\Console\Command\LazyCommand
  4955.      */
  4956.     protected function getFullRefreshClassCommand_LazyService()
  4957.     {
  4958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4960.         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 {
  4961.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand'] ?? $this->getFullRefreshClassCommandService());
  4962.         });
  4963.     }
  4964.     /**
  4965.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand.lazy' shared service.
  4966.      *
  4967.      * @return \Symfony\Component\Console\Command\LazyCommand
  4968.      */
  4969.     protected function getRefreshClassCommand_LazyService()
  4970.     {
  4971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4972.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4973.         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 {
  4974.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand'] ?? $this->getRefreshClassCommandService());
  4975.         });
  4976.     }
  4977.     /**
  4978.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand.lazy' shared service.
  4979.      *
  4980.      * @return \Symfony\Component\Console\Command\LazyCommand
  4981.      */
  4982.     protected function getRefreshOneCommand_LazyService()
  4983.     {
  4984.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4985.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4986.         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 {
  4987.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand'] ?? $this->getRefreshOneCommandService());
  4988.         });
  4989.     }
  4990.     /**
  4991.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand.lazy' shared service.
  4992.      *
  4993.      * @return \Symfony\Component\Console\Command\LazyCommand
  4994.      */
  4995.     protected function getUserFromChannelCommand_LazyService()
  4996.     {
  4997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4998.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4999.         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 {
  5000.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand'] ?? $this->getUserFromChannelCommandService());
  5001.         });
  5002.     }
  5003.     /**
  5004.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand.lazy' shared service.
  5005.      *
  5006.      * @return \Symfony\Component\Console\Command\LazyCommand
  5007.      */
  5008.     protected function getSyncOneCommand_LazyService()
  5009.     {
  5010.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5011.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5012.         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 {
  5013.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand'] ?? $this->getSyncOneCommandService());
  5014.         });
  5015.     }
  5016.     /**
  5017.      * Gets the private '.cache_connection..Id32ei' shared service.
  5018.      *
  5019.      * @return \Symfony\Component\Cache\Adapter\AbstractAdapter
  5020.      */
  5021.     protected function get_CacheConnection__Id32eiService()
  5022.     {
  5023.         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]);
  5024.     }
  5025.     /**
  5026.      * Gets the private '.console.command.about.lazy' shared service.
  5027.      *
  5028.      * @return \Symfony\Component\Console\Command\LazyCommand
  5029.      */
  5030.     protected function get_Console_Command_About_LazyService()
  5031.     {
  5032.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5033.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5034.         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 {
  5035.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  5036.         });
  5037.     }
  5038.     /**
  5039.      * Gets the private '.console.command.assets_install.lazy' shared service.
  5040.      *
  5041.      * @return \Symfony\Component\Console\Command\LazyCommand
  5042.      */
  5043.     protected function get_Console_Command_AssetsInstall_LazyService()
  5044.     {
  5045.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5046.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5047.         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 {
  5048.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  5049.         });
  5050.     }
  5051.     /**
  5052.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  5053.      *
  5054.      * @return \Symfony\Component\Console\Command\LazyCommand
  5055.      */
  5056.     protected function get_Console_Command_CacheClear_LazyService()
  5057.     {
  5058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5059.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5060.         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 {
  5061.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  5062.         });
  5063.     }
  5064.     /**
  5065.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  5066.      *
  5067.      * @return \Symfony\Component\Console\Command\LazyCommand
  5068.      */
  5069.     protected function get_Console_Command_CachePoolClear_LazyService()
  5070.     {
  5071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5073.         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 {
  5074.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  5075.         });
  5076.     }
  5077.     /**
  5078.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  5079.      *
  5080.      * @return \Symfony\Component\Console\Command\LazyCommand
  5081.      */
  5082.     protected function get_Console_Command_CachePoolDelete_LazyService()
  5083.     {
  5084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5086.         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 {
  5087.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  5088.         });
  5089.     }
  5090.     /**
  5091.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  5092.      *
  5093.      * @return \Symfony\Component\Console\Command\LazyCommand
  5094.      */
  5095.     protected function get_Console_Command_CachePoolList_LazyService()
  5096.     {
  5097.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5099.         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 {
  5100.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  5101.         });
  5102.     }
  5103.     /**
  5104.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  5105.      *
  5106.      * @return \Symfony\Component\Console\Command\LazyCommand
  5107.      */
  5108.     protected function get_Console_Command_CachePoolPrune_LazyService()
  5109.     {
  5110.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5112.         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 {
  5113.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  5114.         });
  5115.     }
  5116.     /**
  5117.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  5118.      *
  5119.      * @return \Symfony\Component\Console\Command\LazyCommand
  5120.      */
  5121.     protected function get_Console_Command_CacheWarmup_LazyService()
  5122.     {
  5123.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5124.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5125.         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 {
  5126.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  5127.         });
  5128.     }
  5129.     /**
  5130.      * Gets the private '.console.command.config_debug.lazy' shared service.
  5131.      *
  5132.      * @return \Symfony\Component\Console\Command\LazyCommand
  5133.      */
  5134.     protected function get_Console_Command_ConfigDebug_LazyService()
  5135.     {
  5136.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5138.         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 {
  5139.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  5140.         });
  5141.     }
  5142.     /**
  5143.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  5144.      *
  5145.      * @return \Symfony\Component\Console\Command\LazyCommand
  5146.      */
  5147.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  5148.     {
  5149.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5151.         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 {
  5152.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  5153.         });
  5154.     }
  5155.     /**
  5156.      * Gets the private '.console.command.container_debug.lazy' shared service.
  5157.      *
  5158.      * @return \Symfony\Component\Console\Command\LazyCommand
  5159.      */
  5160.     protected function get_Console_Command_ContainerDebug_LazyService()
  5161.     {
  5162.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5164.         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 {
  5165.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  5166.         });
  5167.     }
  5168.     /**
  5169.      * Gets the private '.console.command.container_lint.lazy' shared service.
  5170.      *
  5171.      * @return \Symfony\Component\Console\Command\LazyCommand
  5172.      */
  5173.     protected function get_Console_Command_ContainerLint_LazyService()
  5174.     {
  5175.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5176.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5177.         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 {
  5178.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  5179.         });
  5180.     }
  5181.     /**
  5182.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  5183.      *
  5184.      * @return \Symfony\Component\Console\Command\LazyCommand
  5185.      */
  5186.     protected function get_Console_Command_DebugAutowiring_LazyService()
  5187.     {
  5188.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5189.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5190.         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 {
  5191.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  5192.         });
  5193.     }
  5194.     /**
  5195.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  5196.      *
  5197.      * @return \Symfony\Component\Console\Command\LazyCommand
  5198.      */
  5199.     protected function get_Console_Command_DotenvDebug_LazyService()
  5200.     {
  5201.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5202.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5203.         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 {
  5204.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  5205.         });
  5206.     }
  5207.     /**
  5208.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  5209.      *
  5210.      * @return \Symfony\Component\Console\Command\LazyCommand
  5211.      */
  5212.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  5213.     {
  5214.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5216.         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 {
  5217.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  5218.         });
  5219.     }
  5220.     /**
  5221.      * Gets the private '.console.command.form_debug.lazy' shared service.
  5222.      *
  5223.      * @return \Symfony\Component\Console\Command\LazyCommand
  5224.      */
  5225.     protected function get_Console_Command_FormDebug_LazyService()
  5226.     {
  5227.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5229.         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 {
  5230.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  5231.         });
  5232.     }
  5233.     /**
  5234.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  5235.      *
  5236.      * @return \Symfony\Component\Console\Command\LazyCommand
  5237.      */
  5238.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  5239.     {
  5240.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5242.         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 {
  5243.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  5244.         });
  5245.     }
  5246.     /**
  5247.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  5248.      *
  5249.      * @return \Symfony\Component\Console\Command\LazyCommand
  5250.      */
  5251.     protected function get_Console_Command_MessengerDebug_LazyService()
  5252.     {
  5253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5254.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5255.         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 {
  5256.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  5257.         });
  5258.     }
  5259.     /**
  5260.      * Gets the private '.console.command.messenger_failed_messages_remove.lazy' shared service.
  5261.      *
  5262.      * @return \Symfony\Component\Console\Command\LazyCommand
  5263.      */
  5264.     protected function get_Console_Command_MessengerFailedMessagesRemove_LazyService()
  5265.     {
  5266.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5268.         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 {
  5269.             return ($this->privates['console.command.messenger_failed_messages_remove'] ?? $this->getConsole_Command_MessengerFailedMessagesRemoveService());
  5270.         });
  5271.     }
  5272.     /**
  5273.      * Gets the private '.console.command.messenger_failed_messages_retry.lazy' shared service.
  5274.      *
  5275.      * @return \Symfony\Component\Console\Command\LazyCommand
  5276.      */
  5277.     protected function get_Console_Command_MessengerFailedMessagesRetry_LazyService()
  5278.     {
  5279.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5280.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5281.         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 {
  5282.             return ($this->privates['console.command.messenger_failed_messages_retry'] ?? $this->getConsole_Command_MessengerFailedMessagesRetryService());
  5283.         });
  5284.     }
  5285.     /**
  5286.      * Gets the private '.console.command.messenger_failed_messages_show.lazy' shared service.
  5287.      *
  5288.      * @return \Symfony\Component\Console\Command\LazyCommand
  5289.      */
  5290.     protected function get_Console_Command_MessengerFailedMessagesShow_LazyService()
  5291.     {
  5292.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5293.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5294.         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 {
  5295.             return ($this->privates['console.command.messenger_failed_messages_show'] ?? $this->getConsole_Command_MessengerFailedMessagesShowService());
  5296.         });
  5297.     }
  5298.     /**
  5299.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  5300.      *
  5301.      * @return \Symfony\Component\Console\Command\LazyCommand
  5302.      */
  5303.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  5304.     {
  5305.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5306.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5307.         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 {
  5308.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  5309.         });
  5310.     }
  5311.     /**
  5312.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  5313.      *
  5314.      * @return \Symfony\Component\Console\Command\LazyCommand
  5315.      */
  5316.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  5317.     {
  5318.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5319.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5320.         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 {
  5321.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  5322.         });
  5323.     }
  5324.     /**
  5325.      * Gets the private '.console.command.router_debug.lazy' shared service.
  5326.      *
  5327.      * @return \Symfony\Component\Console\Command\LazyCommand
  5328.      */
  5329.     protected function get_Console_Command_RouterDebug_LazyService()
  5330.     {
  5331.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5332.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5333.         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 {
  5334.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  5335.         });
  5336.     }
  5337.     /**
  5338.      * Gets the private '.console.command.router_match.lazy' shared service.
  5339.      *
  5340.      * @return \Symfony\Component\Console\Command\LazyCommand
  5341.      */
  5342.     protected function get_Console_Command_RouterMatch_LazyService()
  5343.     {
  5344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5345.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5346.         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 {
  5347.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  5348.         });
  5349.     }
  5350.     /**
  5351.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  5352.      *
  5353.      * @return \Symfony\Component\Console\Command\LazyCommand
  5354.      */
  5355.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  5356.     {
  5357.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5358.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5359.         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 {
  5360.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  5361.         });
  5362.     }
  5363.     /**
  5364.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  5365.      *
  5366.      * @return \Symfony\Component\Console\Command\LazyCommand
  5367.      */
  5368.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  5369.     {
  5370.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5371.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5372.         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 {
  5373.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  5374.         });
  5375.     }
  5376.     /**
  5377.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  5378.      *
  5379.      * @return \Symfony\Component\Console\Command\LazyCommand
  5380.      */
  5381.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  5382.     {
  5383.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5384.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5385.         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 {
  5386.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  5387.         });
  5388.     }
  5389.     /**
  5390.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  5391.      *
  5392.      * @return \Symfony\Component\Console\Command\LazyCommand
  5393.      */
  5394.     protected function get_Console_Command_SecretsList_LazyService()
  5395.     {
  5396.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5397.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5398.         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 {
  5399.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  5400.         });
  5401.     }
  5402.     /**
  5403.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  5404.      *
  5405.      * @return \Symfony\Component\Console\Command\LazyCommand
  5406.      */
  5407.     protected function get_Console_Command_SecretsRemove_LazyService()
  5408.     {
  5409.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5410.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5411.         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 {
  5412.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  5413.         });
  5414.     }
  5415.     /**
  5416.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  5417.      *
  5418.      * @return \Symfony\Component\Console\Command\LazyCommand
  5419.      */
  5420.     protected function get_Console_Command_SecretsSet_LazyService()
  5421.     {
  5422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5423.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5424.         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 {
  5425.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  5426.         });
  5427.     }
  5428.     /**
  5429.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  5430.      *
  5431.      * @return \Symfony\Component\Console\Command\LazyCommand
  5432.      */
  5433.     protected function get_Console_Command_TranslationDebug_LazyService()
  5434.     {
  5435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5437.         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 {
  5438.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  5439.         });
  5440.     }
  5441.     /**
  5442.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  5443.      *
  5444.      * @return \Symfony\Component\Console\Command\LazyCommand
  5445.      */
  5446.     protected function get_Console_Command_TranslationExtract_LazyService()
  5447.     {
  5448.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5449.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5450.         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 {
  5451.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  5452.         });
  5453.     }
  5454.     /**
  5455.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  5456.      *
  5457.      * @return \Symfony\Component\Console\Command\LazyCommand
  5458.      */
  5459.     protected function get_Console_Command_TranslationPull_LazyService()
  5460.     {
  5461.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5462.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5463.         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 {
  5464.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  5465.         });
  5466.     }
  5467.     /**
  5468.      * Gets the private '.console.command.translation_push.lazy' shared service.
  5469.      *
  5470.      * @return \Symfony\Component\Console\Command\LazyCommand
  5471.      */
  5472.     protected function get_Console_Command_TranslationPush_LazyService()
  5473.     {
  5474.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5475.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5476.         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 {
  5477.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  5478.         });
  5479.     }
  5480.     /**
  5481.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  5482.      *
  5483.      * @return \Symfony\Component\Console\Command\LazyCommand
  5484.      */
  5485.     protected function get_Console_Command_ValidatorDebug_LazyService()
  5486.     {
  5487.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5488.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5489.         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 {
  5490.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  5491.         });
  5492.     }
  5493.     /**
  5494.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  5495.      *
  5496.      * @return \Symfony\Component\Console\Command\LazyCommand
  5497.      */
  5498.     protected function get_Console_Command_XliffLint_LazyService()
  5499.     {
  5500.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5501.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5502.         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 {
  5503.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  5504.         });
  5505.     }
  5506.     /**
  5507.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  5508.      *
  5509.      * @return \Symfony\Component\Console\Command\LazyCommand
  5510.      */
  5511.     protected function get_Console_Command_YamlLint_LazyService()
  5512.     {
  5513.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5514.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5515.         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 {
  5516.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  5517.         });
  5518.     }
  5519.     /**
  5520.      * Gets the private '.debug.http_client' shared service.
  5521.      *
  5522.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  5523.      */
  5524.     protected function get_Debug_HttpClientService()
  5525.     {
  5526.         $a \Symfony\Component\HttpClient\HttpClient::create(['verify_peer' => false'verify_host' => false'headers' => [], 'resolve' => []], 6);
  5527.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  5528.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5529.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5530.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5531.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  5532.         $a->setLogger($b);
  5533.         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))));
  5534.     }
  5535.     /**
  5536.      * Gets the private '.errored..service_locator.46ge.3y.App\Entity\Channel\Channel' shared service.
  5537.      *
  5538.      * @return \App\Entity\Channel\Channel
  5539.      */
  5540.     protected function getChannelService()
  5541.     {
  5542.         $this->throw('Cannot autowire service ".service_locator.46ge.3y": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5543.     }
  5544.     /**
  5545.      * Gets the private '.errored..service_locator.46ge.3y.App\Entity\Chat\Conversation' shared service.
  5546.      *
  5547.      * @return \App\Entity\Chat\Conversation
  5548.      */
  5549.     protected function getConversationService()
  5550.     {
  5551.         $this->throw('Cannot autowire service ".service_locator.46ge.3y": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5552.     }
  5553.     /**
  5554.      * Gets the private '.errored..service_locator.46ge.3y.App\Entity\Chat\Message' shared service.
  5555.      *
  5556.      * @return \App\Entity\Chat\Message
  5557.      */
  5558.     protected function getMessageService()
  5559.     {
  5560.         $this->throw('Cannot autowire service ".service_locator.46ge.3y": it references class "App\\Entity\\Chat\\Message" but no such service exists.');
  5561.     }
  5562.     /**
  5563.      * Gets the private '.errored..service_locator.8i.6ATt.App\Entity\Account\User' shared service.
  5564.      *
  5565.      * @return \App\Entity\Account\User
  5566.      */
  5567.     protected function getUser2Service()
  5568.     {
  5569.         $this->throw('Cannot autowire service ".service_locator.8i.6ATt": it references class "App\\Entity\\Account\\User" but no such service exists.');
  5570.     }
  5571.     /**
  5572.      * Gets the private '.errored..service_locator.8i.6ATt.App\Entity\Channel\Channel' shared service.
  5573.      *
  5574.      * @return \App\Entity\Channel\Channel
  5575.      */
  5576.     protected function getChannel2Service()
  5577.     {
  5578.         $this->throw('Cannot autowire service ".service_locator.8i.6ATt": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5579.     }
  5580.     /**
  5581.      * Gets the private '.errored..service_locator.8i.6ATt.App\Entity\Chat\Conversation' shared service.
  5582.      *
  5583.      * @return \App\Entity\Chat\Conversation
  5584.      */
  5585.     protected function getConversation2Service()
  5586.     {
  5587.         $this->throw('Cannot autowire service ".service_locator.8i.6ATt": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5588.     }
  5589.     /**
  5590.      * Gets the private '.errored..service_locator.CjAfxfK.App\Entity\Channel\Channel' shared service.
  5591.      *
  5592.      * @return \App\Entity\Channel\Channel
  5593.      */
  5594.     protected function getChannel3Service()
  5595.     {
  5596.         $this->throw('Cannot autowire service ".service_locator.CjAfxfK": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5597.     }
  5598.     /**
  5599.      * Gets the private '.errored..service_locator.CjAfxfK.App\Entity\Chat\Conversation' shared service.
  5600.      *
  5601.      * @return \App\Entity\Chat\Conversation
  5602.      */
  5603.     protected function getConversation3Service()
  5604.     {
  5605.         $this->throw('Cannot autowire service ".service_locator.CjAfxfK": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5606.     }
  5607.     /**
  5608.      * Gets the private '.errored..service_locator.CjAfxfK.App\Entity\Chat\Message' shared service.
  5609.      *
  5610.      * @return \App\Entity\Chat\Message
  5611.      */
  5612.     protected function getMessage2Service()
  5613.     {
  5614.         $this->throw('Cannot autowire service ".service_locator.CjAfxfK": it references class "App\\Entity\\Chat\\Message" but no such service exists.');
  5615.     }
  5616.     /**
  5617.      * Gets the private '.errored..service_locator.CjLnZ8A.App\Entity\Channel\Channel' shared service.
  5618.      *
  5619.      * @return \App\Entity\Channel\Channel
  5620.      */
  5621.     protected function getChannel4Service()
  5622.     {
  5623.         $this->throw('Cannot autowire service ".service_locator.CjLnZ8A": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5624.     }
  5625.     /**
  5626.      * Gets the private '.errored..service_locator.CjLnZ8A.App\Entity\Chat\Conversation' shared service.
  5627.      *
  5628.      * @return \App\Entity\Chat\Conversation
  5629.      */
  5630.     protected function getConversation4Service()
  5631.     {
  5632.         $this->throw('Cannot autowire service ".service_locator.CjLnZ8A": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5633.     }
  5634.     /**
  5635.      * Gets the private '.errored..service_locator.CjLnZ8A.App\Entity\Chat\Message' shared service.
  5636.      *
  5637.      * @return \App\Entity\Chat\Message
  5638.      */
  5639.     protected function getMessage3Service()
  5640.     {
  5641.         $this->throw('Cannot autowire service ".service_locator.CjLnZ8A": it references class "App\\Entity\\Chat\\Message" but no such service exists.');
  5642.     }
  5643.     /**
  5644.      * Gets the private '.errored..service_locator.DwJoScw.App\Entity\Channel\Channel' shared service.
  5645.      *
  5646.      * @return \App\Entity\Channel\Channel
  5647.      */
  5648.     protected function getChannel5Service()
  5649.     {
  5650.         $this->throw('Cannot autowire service ".service_locator.DwJoScw": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5651.     }
  5652.     /**
  5653.      * Gets the private '.errored..service_locator.DwJoScw.App\Entity\Channel\Service' shared service.
  5654.      *
  5655.      * @return \App\Entity\Channel\Service
  5656.      */
  5657.     protected function getServiceService()
  5658.     {
  5659.         $this->throw('Cannot autowire service ".service_locator.DwJoScw": it references class "App\\Entity\\Channel\\Service" but no such service exists.');
  5660.     }
  5661.     /**
  5662.      * Gets the private '.errored..service_locator.IZbGlYG.App\Entity\Channel\Channel' shared service.
  5663.      *
  5664.      * @return \App\Entity\Channel\Channel
  5665.      */
  5666.     protected function getChannel6Service()
  5667.     {
  5668.         $this->throw('Cannot autowire service ".service_locator.IZbGlYG": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5669.     }
  5670.     /**
  5671.      * Gets the private '.errored..service_locator.IZbGlYG.App\Entity\Chat\Message' shared service.
  5672.      *
  5673.      * @return \App\Entity\Chat\Message
  5674.      */
  5675.     protected function getMessage4Service()
  5676.     {
  5677.         $this->throw('Cannot autowire service ".service_locator.IZbGlYG": it references class "App\\Entity\\Chat\\Message" but no such service exists.');
  5678.     }
  5679.     /**
  5680.      * Gets the private '.errored..service_locator.IZbGlYG.App\Entity\Chat\MessageUser' shared service.
  5681.      *
  5682.      * @return \App\Entity\Chat\MessageUser
  5683.      */
  5684.     protected function getMessageUserService()
  5685.     {
  5686.         $this->throw('Cannot autowire service ".service_locator.IZbGlYG": it references class "App\\Entity\\Chat\\MessageUser" but no such service exists.');
  5687.     }
  5688.     /**
  5689.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  5690.      *
  5691.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  5692.      */
  5693.     protected function getLoaderInterfaceService()
  5694.     {
  5695.         $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".');
  5696.     }
  5697.     /**
  5698.      * Gets the private '.errored..service_locator.Li3ShxI.App\Entity\Channel\Channel' shared service.
  5699.      *
  5700.      * @return \App\Entity\Channel\Channel
  5701.      */
  5702.     protected function getChannel7Service()
  5703.     {
  5704.         $this->throw('Cannot autowire service ".service_locator.Li3ShxI": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5705.     }
  5706.     /**
  5707.      * Gets the private '.errored..service_locator.Li3ShxI.App\Entity\Chat\Conversation' shared service.
  5708.      *
  5709.      * @return \App\Entity\Chat\Conversation
  5710.      */
  5711.     protected function getConversation5Service()
  5712.     {
  5713.         $this->throw('Cannot autowire service ".service_locator.Li3ShxI": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5714.     }
  5715.     /**
  5716.      * Gets the private '.errored..service_locator.Li3ShxI.App\Entity\Chat\FileMessage' shared service.
  5717.      *
  5718.      * @return \App\Entity\Chat\FileMessage
  5719.      */
  5720.     protected function getFileMessageService()
  5721.     {
  5722.         $this->throw('Cannot autowire service ".service_locator.Li3ShxI": it references class "App\\Entity\\Chat\\FileMessage" but no such service exists.');
  5723.     }
  5724.     /**
  5725.      * Gets the private '.errored..service_locator.Nlay9_9.App\Entity\Channel\Channel' shared service.
  5726.      *
  5727.      * @return \App\Entity\Channel\Channel
  5728.      */
  5729.     protected function getChannel8Service()
  5730.     {
  5731.         $this->throw('Cannot autowire service ".service_locator.Nlay9_9": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5732.     }
  5733.     /**
  5734.      * Gets the private '.errored..service_locator.Nlay9_9.App\Entity\Chat\Canal' shared service.
  5735.      *
  5736.      * @return \App\Entity\Chat\Canal
  5737.      */
  5738.     protected function getCanalService()
  5739.     {
  5740.         $this->throw('Cannot autowire service ".service_locator.Nlay9_9": it references class "App\\Entity\\Chat\\Canal" but no such service exists.');
  5741.     }
  5742.     /**
  5743.      * Gets the private '.errored..service_locator.P3RPcy8.App\Entity\Channel\Channel' shared service.
  5744.      *
  5745.      * @return \App\Entity\Channel\Channel
  5746.      */
  5747.     protected function getChannel9Service()
  5748.     {
  5749.         $this->throw('Cannot autowire service ".service_locator.P3RPcy8": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5750.     }
  5751.     /**
  5752.      * Gets the private '.errored..service_locator.P3RPcy8.App\Entity\Chat\Conversation' shared service.
  5753.      *
  5754.      * @return \App\Entity\Chat\Conversation
  5755.      */
  5756.     protected function getConversation6Service()
  5757.     {
  5758.         $this->throw('Cannot autowire service ".service_locator.P3RPcy8": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5759.     }
  5760.     /**
  5761.      * Gets the private '.errored..service_locator.QBI2gse.App\Entity\Channel\Channel' shared service.
  5762.      *
  5763.      * @return \App\Entity\Channel\Channel
  5764.      */
  5765.     protected function getChannel10Service()
  5766.     {
  5767.         $this->throw('Cannot autowire service ".service_locator.QBI2gse": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5768.     }
  5769.     /**
  5770.      * Gets the private '.errored..service_locator.QBI2gse.App\Entity\Chat\Conversation' shared service.
  5771.      *
  5772.      * @return \App\Entity\Chat\Conversation
  5773.      */
  5774.     protected function getConversation7Service()
  5775.     {
  5776.         $this->throw('Cannot autowire service ".service_locator.QBI2gse": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5777.     }
  5778.     /**
  5779.      * Gets the private '.errored..service_locator.QBI2gse.App\Entity\Chat\Message' shared service.
  5780.      *
  5781.      * @return \App\Entity\Chat\Message
  5782.      */
  5783.     protected function getMessage5Service()
  5784.     {
  5785.         $this->throw('Cannot autowire service ".service_locator.QBI2gse": it references class "App\\Entity\\Chat\\Message" but no such service exists.');
  5786.     }
  5787.     /**
  5788.      * Gets the private '.errored..service_locator.RlytIys.App\Entity\Account\User' shared service.
  5789.      *
  5790.      * @return \App\Entity\Account\User
  5791.      */
  5792.     protected function getUser3Service()
  5793.     {
  5794.         $this->throw('Cannot autowire service ".service_locator.RlytIys": it references class "App\\Entity\\Account\\User" but no such service exists.');
  5795.     }
  5796.     /**
  5797.      * Gets the private '.errored..service_locator._HjxFZI.App\Entity\Account\User' shared service.
  5798.      *
  5799.      * @return \App\Entity\Account\User
  5800.      */
  5801.     protected function getUser4Service()
  5802.     {
  5803.         $this->throw('Cannot autowire service ".service_locator._HjxFZI": it references class "App\\Entity\\Account\\User" but no such service exists.');
  5804.     }
  5805.     /**
  5806.      * Gets the private '.errored..service_locator._HjxFZI.App\Entity\Channel\Channel' shared service.
  5807.      *
  5808.      * @return \App\Entity\Channel\Channel
  5809.      */
  5810.     protected function getChannel11Service()
  5811.     {
  5812.         $this->throw('Cannot autowire service ".service_locator._HjxFZI": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5813.     }
  5814.     /**
  5815.      * Gets the private '.errored..service_locator.hN5dZFZ.App\Entity\Channel\Channel' shared service.
  5816.      *
  5817.      * @return \App\Entity\Channel\Channel
  5818.      */
  5819.     protected function getChannel12Service()
  5820.     {
  5821.         $this->throw('Cannot autowire service ".service_locator.hN5dZFZ": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5822.     }
  5823.     /**
  5824.      * Gets the private '.errored..service_locator.hN5dZFZ.App\Entity\Chat\ChatNotification' shared service.
  5825.      *
  5826.      * @return \App\Entity\Chat\ChatNotification
  5827.      */
  5828.     protected function getChatNotificationService()
  5829.     {
  5830.         $this->throw('Cannot autowire service ".service_locator.hN5dZFZ": it references class "App\\Entity\\Chat\\ChatNotification" but no such service exists.');
  5831.     }
  5832.     /**
  5833.      * Gets the private '.errored..service_locator.k.6sDgC.App\Entity\Channel\Channel' shared service.
  5834.      *
  5835.      * @return \App\Entity\Channel\Channel
  5836.      */
  5837.     protected function getChannel13Service()
  5838.     {
  5839.         $this->throw('Cannot autowire service ".service_locator.k.6sDgC": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5840.     }
  5841.     /**
  5842.      * Gets the private '.errored..service_locator.nyQ9vNF.Throwable' shared service.
  5843.      *
  5844.      * @return \Throwable
  5845.      */
  5846.     protected function get_Errored__ServiceLocator_NyQ9vNF_ThrowableService()
  5847.     {
  5848.         $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\\Sync\\Exception\\HydratorException", "Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Exception\\AppNotFoundException", "Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\Exception\\EntityException".');
  5849.     }
  5850.     /**
  5851.      * Gets the private '.errored..service_locator.yB53eej.App\Entity\Channel\Channel' shared service.
  5852.      *
  5853.      * @return \App\Entity\Channel\Channel
  5854.      */
  5855.     protected function getChannel14Service()
  5856.     {
  5857.         $this->throw('Cannot autowire service ".service_locator.yB53eej": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5858.     }
  5859.     /**
  5860.      * Gets the private '.errored..service_locator.yB53eej.App\Entity\Chat\Conversation' shared service.
  5861.      *
  5862.      * @return \App\Entity\Chat\Conversation
  5863.      */
  5864.     protected function getConversation8Service()
  5865.     {
  5866.         $this->throw('Cannot autowire service ".service_locator.yB53eej": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5867.     }
  5868.     /**
  5869.      * Gets the private '.errored..service_locator.yB53eej.App\Entity\Chat\Message' shared service.
  5870.      *
  5871.      * @return \App\Entity\Chat\Message
  5872.      */
  5873.     protected function getMessage6Service()
  5874.     {
  5875.         $this->throw('Cannot autowire service ".service_locator.yB53eej": it references class "App\\Entity\\Chat\\Message" but no such service exists.');
  5876.     }
  5877.     /**
  5878.      * Gets the private '.errored..service_locator.yVy0b.R.App\Entity\Channel\Channel' shared service.
  5879.      *
  5880.      * @return \App\Entity\Channel\Channel
  5881.      */
  5882.     protected function getChannel15Service()
  5883.     {
  5884.         $this->throw('Cannot autowire service ".service_locator.yVy0b.R": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5885.     }
  5886.     /**
  5887.      * Gets the private '.errored..service_locator.yVy0b.R.App\Entity\Chat\File' shared service.
  5888.      *
  5889.      * @return \App\Entity\Chat\File
  5890.      */
  5891.     protected function getFileService()
  5892.     {
  5893.         $this->throw('Cannot autowire service ".service_locator.yVy0b.R": it references class "App\\Entity\\Chat\\File" but no such service exists.');
  5894.     }
  5895.     /**
  5896.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  5897.      *
  5898.      * @return \Symfony\Component\Console\Command\LazyCommand
  5899.      */
  5900.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  5901.     {
  5902.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5903.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5904.         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 {
  5905.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  5906.         });
  5907.     }
  5908.     /**
  5909.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  5910.      *
  5911.      * @return \Symfony\Component\Console\Command\LazyCommand
  5912.      */
  5913.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  5914.     {
  5915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5917.         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 {
  5918.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  5919.         });
  5920.     }
  5921.     /**
  5922.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  5923.      *
  5924.      * @return \Symfony\Component\Console\Command\LazyCommand
  5925.      */
  5926.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  5927.     {
  5928.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5930.         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 {
  5931.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  5932.         });
  5933.     }
  5934.     /**
  5935.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  5936.      *
  5937.      * @return \Symfony\Component\Console\Command\LazyCommand
  5938.      */
  5939.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  5940.     {
  5941.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5942.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5943.         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 {
  5944.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  5945.         });
  5946.     }
  5947.     /**
  5948.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  5949.      *
  5950.      * @return \Symfony\Component\Console\Command\LazyCommand
  5951.      */
  5952.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  5953.     {
  5954.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5956.         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 {
  5957.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  5958.         });
  5959.     }
  5960.     /**
  5961.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  5962.      *
  5963.      * @return \Symfony\Component\Console\Command\LazyCommand
  5964.      */
  5965.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  5966.     {
  5967.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5968.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5969.         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 {
  5970.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  5971.         });
  5972.     }
  5973.     /**
  5974.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  5975.      *
  5976.      * @return \Symfony\Component\Console\Command\LazyCommand
  5977.      */
  5978.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  5979.     {
  5980.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5982.         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 {
  5983.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  5984.         });
  5985.     }
  5986.     /**
  5987.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  5988.      *
  5989.      * @return \Symfony\Component\Console\Command\LazyCommand
  5990.      */
  5991.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  5992.     {
  5993.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5995.         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 {
  5996.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  5997.         });
  5998.     }
  5999.     /**
  6000.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  6001.      *
  6002.      * @return \Symfony\Component\Console\Command\LazyCommand
  6003.      */
  6004.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  6005.     {
  6006.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6008.         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 {
  6009.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  6010.         });
  6011.     }
  6012.     /**
  6013.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  6014.      *
  6015.      * @return \Symfony\Component\Console\Command\LazyCommand
  6016.      */
  6017.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  6018.     {
  6019.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6020.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6021.         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 {
  6022.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  6023.         });
  6024.     }
  6025.     /**
  6026.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  6027.      *
  6028.      * @return \Symfony\Component\Console\Command\LazyCommand
  6029.      */
  6030.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  6031.     {
  6032.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6033.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6034.         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 {
  6035.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  6036.         });
  6037.     }
  6038.     /**
  6039.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  6040.      *
  6041.      * @return \Symfony\Component\Console\Command\LazyCommand
  6042.      */
  6043.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  6044.     {
  6045.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6046.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6047.         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 {
  6048.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  6049.         });
  6050.     }
  6051.     /**
  6052.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  6053.      *
  6054.      * @return \Symfony\Component\Console\Command\LazyCommand
  6055.      */
  6056.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  6057.     {
  6058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6059.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6060.         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 {
  6061.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  6062.         });
  6063.     }
  6064.     /**
  6065.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  6066.      *
  6067.      * @return \Symfony\Component\Console\Command\LazyCommand
  6068.      */
  6069.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  6070.     {
  6071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6073.         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 {
  6074.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  6075.         });
  6076.     }
  6077.     /**
  6078.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  6079.      *
  6080.      * @return \Symfony\Component\Console\Command\LazyCommand
  6081.      */
  6082.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  6083.     {
  6084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6086.         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 {
  6087.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  6088.         });
  6089.     }
  6090.     /**
  6091.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  6092.      *
  6093.      * @return \Symfony\Component\Console\Command\LazyCommand
  6094.      */
  6095.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  6096.     {
  6097.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6099.         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 {
  6100.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  6101.         });
  6102.     }
  6103.     /**
  6104.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  6105.      *
  6106.      * @return \Symfony\Component\Console\Command\LazyCommand
  6107.      */
  6108.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  6109.     {
  6110.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6112.         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 {
  6113.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  6114.         });
  6115.     }
  6116.     /**
  6117.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  6118.      *
  6119.      * @return \Symfony\Component\Console\Command\LazyCommand
  6120.      */
  6121.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  6122.     {
  6123.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6124.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6125.         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 {
  6126.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  6127.         });
  6128.     }
  6129.     /**
  6130.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  6131.      *
  6132.      * @return \Symfony\Component\Console\Command\LazyCommand
  6133.      */
  6134.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  6135.     {
  6136.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6138.         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 {
  6139.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  6140.         });
  6141.     }
  6142.     /**
  6143.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  6144.      *
  6145.      * @return \Symfony\Component\Console\Command\LazyCommand
  6146.      */
  6147.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  6148.     {
  6149.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6151.         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 {
  6152.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  6153.         });
  6154.     }
  6155.     /**
  6156.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  6157.      *
  6158.      * @return \Symfony\Component\Console\Command\LazyCommand
  6159.      */
  6160.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  6161.     {
  6162.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6164.         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 {
  6165.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  6166.         });
  6167.     }
  6168.     /**
  6169.      * Gets the private '.messenger.handler_descriptor.jADa3cd' shared service.
  6170.      *
  6171.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6172.      */
  6173.     protected function get_Messenger_HandlerDescriptor_JADa3cdService()
  6174.     {
  6175.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6176.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Messenger/Handler/RefreshUserMessageHandler.php';
  6177.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'] ?? $this->getUserRefresherService());
  6178.         if (isset($this->privates['.messenger.handler_descriptor.jADa3cd'])) {
  6179.             return $this->privates['.messenger.handler_descriptor.jADa3cd'];
  6180.         }
  6181.         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())), []);
  6182.     }
  6183.     /**
  6184.      * Gets the private '.messenger.handler_descriptor.rUCyI0M' shared service.
  6185.      *
  6186.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6187.      */
  6188.     protected function get_Messenger_HandlerDescriptor_RUCyI0MService()
  6189.     {
  6190.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6191.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  6192.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Messenger/Handler/EntitySyncHandler.php';
  6193.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService());
  6194.         if (isset($this->privates['.messenger.handler_descriptor.rUCyI0M'])) {
  6195.             return $this->privates['.messenger.handler_descriptor.rUCyI0M'];
  6196.         }
  6197.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6198.         if (isset($this->privates['.messenger.handler_descriptor.rUCyI0M'])) {
  6199.             return $this->privates['.messenger.handler_descriptor.rUCyI0M'];
  6200.         }
  6201.         $c = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncAdditionalData\\AdditionalDataClient'] ?? $this->getAdditionalDataClientService());
  6202.         if (isset($this->privates['.messenger.handler_descriptor.rUCyI0M'])) {
  6203.             return $this->privates['.messenger.handler_descriptor.rUCyI0M'];
  6204.         }
  6205.         return $this->privates['.messenger.handler_descriptor.rUCyI0M'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Nellapp\Bundle\SDKBundle\Sync\Messenger\Handler\EntitySyncHandler(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\RefresherManager'] ?? $this->getRefresherManagerService()), $a$b, ($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['entities_handled'], $c), []);
  6206.     }
  6207.     /**
  6208.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  6209.      *
  6210.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6211.      */
  6212.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  6213.     {
  6214.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6215.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  6216.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  6217.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  6218.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  6219.         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 () {
  6220.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  6221.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  6222.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  6223.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  6224.         }, 4)))->fromStrings(['main' => 'smtp://null'])), []);
  6225.     }
  6226.     /**
  6227.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  6228.      *
  6229.      * @return \Symfony\Component\Console\Command\LazyCommand
  6230.      */
  6231.     protected function get_Monolog_Command_ServerLog_LazyService()
  6232.     {
  6233.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6235.         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 {
  6236.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  6237.         });
  6238.     }
  6239.     /**
  6240.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  6241.      *
  6242.      * @return \Symfony\Component\Console\Command\LazyCommand
  6243.      */
  6244.     protected function get_Security_Command_DebugFirewall_LazyService()
  6245.     {
  6246.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6247.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6248.         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 {
  6249.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  6250.         });
  6251.     }
  6252.     /**
  6253.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  6254.      *
  6255.      * @return \Symfony\Component\Console\Command\LazyCommand
  6256.      */
  6257.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  6258.     {
  6259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6260.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6261.         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 {
  6262.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  6263.         });
  6264.     }
  6265.     /**
  6266.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  6267.      *
  6268.      * @return \Symfony\Component\Console\Command\LazyCommand
  6269.      */
  6270.     protected function get_Security_Command_UserPasswordHash_LazyService()
  6271.     {
  6272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6273.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6274.         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 {
  6275.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  6276.         });
  6277.     }
  6278.     /**
  6279.      * Gets the private '.service_locator.46ge.3y' shared service.
  6280.      *
  6281.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6282.      */
  6283.     protected function get_ServiceLocator_46ge_3yService()
  6284.     {
  6285.         return $this->privates['.service_locator.46ge.3y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6286.             '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.'],
  6287.             '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.'],
  6288.             '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.'],
  6289.         ], [
  6290.             'channel' => 'App\\Entity\\Channel\\Channel',
  6291.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  6292.             'message' => 'App\\Entity\\Chat\\Message',
  6293.         ]);
  6294.     }
  6295.     /**
  6296.      * Gets the private '.service_locator.8i.6ATt' shared service.
  6297.      *
  6298.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6299.      */
  6300.     protected function get_ServiceLocator_8i_6ATtService()
  6301.     {
  6302.         return $this->privates['.service_locator.8i.6ATt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6303.             '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.'],
  6304.             '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.'],
  6305.             '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.'],
  6306.         ], [
  6307.             'channel' => 'App\\Entity\\Channel\\Channel',
  6308.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  6309.             'user' => 'App\\Entity\\Account\\User',
  6310.         ]);
  6311.     }
  6312.     /**
  6313.      * Gets the private '.service_locator.CjAfxfK' shared service.
  6314.      *
  6315.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6316.      */
  6317.     protected function get_ServiceLocator_CjAfxfKService()
  6318.     {
  6319.         return $this->privates['.service_locator.CjAfxfK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6320.             '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.'],
  6321.             '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.'],
  6322.             '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.'],
  6323.         ], [
  6324.             'channel' => 'App\\Entity\\Channel\\Channel',
  6325.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  6326.             'nextMessage' => 'App\\Entity\\Chat\\Message',
  6327.         ]);
  6328.     }
  6329.     /**
  6330.      * Gets the private '.service_locator.CjLnZ8A' shared service.
  6331.      *
  6332.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6333.      */
  6334.     protected function get_ServiceLocator_CjLnZ8AService()
  6335.     {
  6336.         return $this->privates['.service_locator.CjLnZ8A'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6337.             '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.'],
  6338.             '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.'],
  6339.             '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.'],
  6340.         ], [
  6341.             'channel' => 'App\\Entity\\Channel\\Channel',
  6342.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  6343.             'message' => 'App\\Entity\\Chat\\Message',
  6344.         ]);
  6345.     }
  6346.     /**
  6347.      * Gets the private '.service_locator.DVAoD3.' shared service.
  6348.      *
  6349.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6350.      */
  6351.     protected function get_ServiceLocator_DVAoD3_Service()
  6352.     {
  6353.         return $this->privates['.service_locator.DVAoD3.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6354.             'App\\Controller\\Admin\\Service\\ShowServiceAction::__invoke' => ['privates''.service_locator.DwJoScw''get_ServiceLocator_DwJoScwService'false],
  6355.             'App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationCollectionAction::__invoke' => ['privates''.service_locator.RlytIys''get_ServiceLocator_RlytIysService'false],
  6356.             'App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction::__invoke' => ['privates''.service_locator.RlytIys''get_ServiceLocator_RlytIysService'false],
  6357.             'App\\Controller\\Api\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction::__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6358.             'App\\Controller\\Api\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction::__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'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.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController::show' => ['privates''.service_locator.nyQ9vNF''get_ServiceLocator_NyQ9vNFService'false],
  6412.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  6413.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  6414.             'App\\Controller\\Admin\\Service\\ShowServiceAction:__invoke' => ['privates''.service_locator.DwJoScw''get_ServiceLocator_DwJoScwService'false],
  6415.             'App\\Controller\\Admin\\Service\\ShowServiceAction' => ['privates''.service_locator.DwJoScw''get_ServiceLocator_DwJoScwService'false],
  6416.             'App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationCollectionAction:__invoke' => ['privates''.service_locator.RlytIys''get_ServiceLocator_RlytIysService'false],
  6417.             'App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationCollectionAction' => ['privates''.service_locator.RlytIys''get_ServiceLocator_RlytIysService'false],
  6418.             'App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction:__invoke' => ['privates''.service_locator.RlytIys''get_ServiceLocator_RlytIysService'false],
  6419.             'App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction' => ['privates''.service_locator.RlytIys''get_ServiceLocator_RlytIysService'false],
  6420.             'App\\Controller\\Api\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction:__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6421.             'App\\Controller\\Api\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6422.             'App\\Controller\\Api\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction:__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6423.             'App\\Controller\\Api\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6424.             'App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction:__invoke' => ['privates''.service_locator.8i.6ATt''get_ServiceLocator_8i_6ATtService'false],
  6425.             'App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction' => ['privates''.service_locator.8i.6ATt''get_ServiceLocator_8i_6ATtService'false],
  6426.             'App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction:__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6427.             'App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6428.             'App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6429.             'App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6430.             'App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction:__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6431.             'App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6432.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6433.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6434.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6435.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6436.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6437.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6438.             'App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6439.             'App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6440.             'App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6441.             'App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6442.             'App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction:__invoke' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6443.             'App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6444.             'App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6445.             'App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6446.             'App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6447.             'App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6448.             'App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6449.             'App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6450.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6451.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6452.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll:__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6453.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6454.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem:__invoke' => ['privates''.service_locator.hN5dZFZ''get_ServiceLocator_HN5dZFZService'false],
  6455.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem' => ['privates''.service_locator.hN5dZFZ''get_ServiceLocator_HN5dZFZService'false],
  6456.             'App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6457.             'App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6458.             'App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction:__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6459.             'App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6460.             'App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6461.             'App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6462.             'App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6463.             'App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6464.             'App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6465.             'App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6466.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction:__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6467.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6468.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction:__invoke' => ['privates''.service_locator.QBI2gse''get_ServiceLocator_QBI2gseService'false],
  6469.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction' => ['privates''.service_locator.QBI2gse''get_ServiceLocator_QBI2gseService'false],
  6470.             'App\\Controller\\Async\\Common\\File\\GetFileAction:downloadFile' => ['privates''.service_locator.yVy0b.R''get_ServiceLocator_YVy0b_RService'false],
  6471.             'App\\Controller\\Async\\Common\\File\\GetFileAction:getFileImagePreview' => ['privates''.service_locator.yVy0b.R''get_ServiceLocator_YVy0b_RService'false],
  6472.             'App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction:__invoke' => ['privates''.service_locator.IZbGlYG''get_ServiceLocator_IZbGlYGService'false],
  6473.             'App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction' => ['privates''.service_locator.IZbGlYG''get_ServiceLocator_IZbGlYGService'false],
  6474.             'App\\Controller\\Async\\Common\\Message\\DeleteMessageAction:__invoke' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6475.             'App\\Controller\\Async\\Common\\Message\\DeleteMessageAction' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6476.             'App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction:__invoke' => ['privates''.service_locator.CjAfxfK''get_ServiceLocator_CjAfxfKService'false],
  6477.             'App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction' => ['privates''.service_locator.CjAfxfK''get_ServiceLocator_CjAfxfKService'false],
  6478.             'App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction:__invoke' => ['privates''.service_locator.yB53eej''get_ServiceLocator_YB53eejService'false],
  6479.             'App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction' => ['privates''.service_locator.yB53eej''get_ServiceLocator_YB53eejService'false],
  6480.             'App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6481.             'App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6482.             'App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction:__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6483.             'App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6484.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction:__invoke' => ['privates''.service_locator.Li3ShxI''get_ServiceLocator_Li3ShxIService'false],
  6485.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction' => ['privates''.service_locator.Li3ShxI''get_ServiceLocator_Li3ShxIService'false],
  6486.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction:postBuildResponse' => ['privates''.service_locator.uAZ9wWa''get_ServiceLocator_UAZ9wWaService'false],
  6487.             'App\\Controller\\Async\\Common\\Message\\PostMessageAction:__invoke' => ['privates''.service_locator.46ge.3y''get_ServiceLocator_46ge_3yService'false],
  6488.             'App\\Controller\\Async\\Common\\Message\\PostMessageAction' => ['privates''.service_locator.46ge.3y''get_ServiceLocator_46ge_3yService'false],
  6489.             'App\\Controller\\Async\\Common\\Message\\PutMessageAction:__invoke' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6490.             'App\\Controller\\Async\\Common\\Message\\PutMessageAction' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6491.             'App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction:__invoke' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6492.             'App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6493.             'App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction:__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6494.             'App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6495.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation:__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6496.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6497.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6498.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6499.             'App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction:__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6500.             'App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6501.             'App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6502.             'App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6503.             'App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6504.             'App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6505.             'App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6506.             'App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6507.             'App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6508.             'App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6509.             'App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction:__invoke' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6510.             'App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6511.             'App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction:__invoke' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6512.             'App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6513.             'App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction:__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6514.             'App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6515.             'App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6516.             'App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6517.             'App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6518.             'App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6519.             'App\\Controller\\Async\\Coordinator\\GetResourceCollection:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6520.             'App\\Controller\\Async\\Coordinator\\GetResourceCollection' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6521.             'App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6522.             'App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6523.             'App\\Controller\\HomeController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6524.             'App\\Controller\\HomeController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6525.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController:show' => ['privates''.service_locator.nyQ9vNF''get_ServiceLocator_NyQ9vNFService'false],
  6526.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  6527.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  6528.         ], [
  6529.             'App\\Controller\\Admin\\Service\\ShowServiceAction::__invoke' => '?',
  6530.             'App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationCollectionAction::__invoke' => '?',
  6531.             'App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction::__invoke' => '?',
  6532.             'App\\Controller\\Api\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction::__invoke' => '?',
  6533.             'App\\Controller\\Api\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction::__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.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController::show' => '?',
  6587.             'kernel::loadRoutes' => '?',
  6588.             'kernel::registerContainerConfiguration' => '?',
  6589.             'App\\Controller\\Admin\\Service\\ShowServiceAction:__invoke' => '?',
  6590.             'App\\Controller\\Admin\\Service\\ShowServiceAction' => '?',
  6591.             'App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationCollectionAction:__invoke' => '?',
  6592.             'App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationCollectionAction' => '?',
  6593.             'App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction:__invoke' => '?',
  6594.             'App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction' => '?',
  6595.             'App\\Controller\\Api\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction:__invoke' => '?',
  6596.             'App\\Controller\\Api\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction' => '?',
  6597.             'App\\Controller\\Api\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction:__invoke' => '?',
  6598.             'App\\Controller\\Api\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction' => '?',
  6599.             'App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction:__invoke' => '?',
  6600.             'App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction' => '?',
  6601.             'App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction:__invoke' => '?',
  6602.             'App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction' => '?',
  6603.             'App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction:__invoke' => '?',
  6604.             'App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction' => '?',
  6605.             'App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction:__invoke' => '?',
  6606.             'App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction' => '?',
  6607.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction:__invoke' => '?',
  6608.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction' => '?',
  6609.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction:__invoke' => '?',
  6610.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction' => '?',
  6611.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction:__invoke' => '?',
  6612.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction' => '?',
  6613.             'App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction:__invoke' => '?',
  6614.             'App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction' => '?',
  6615.             'App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel:__invoke' => '?',
  6616.             'App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel' => '?',
  6617.             'App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction:__invoke' => '?',
  6618.             'App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction' => '?',
  6619.             'App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction:__invoke' => '?',
  6620.             'App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction' => '?',
  6621.             'App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction:__invoke' => '?',
  6622.             'App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction' => '?',
  6623.             'App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction:__invoke' => '?',
  6624.             'App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction' => '?',
  6625.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction:__invoke' => '?',
  6626.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction' => '?',
  6627.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll:__invoke' => '?',
  6628.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll' => '?',
  6629.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem:__invoke' => '?',
  6630.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem' => '?',
  6631.             'App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction:__invoke' => '?',
  6632.             'App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction' => '?',
  6633.             'App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction:__invoke' => '?',
  6634.             'App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction' => '?',
  6635.             'App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction:__invoke' => '?',
  6636.             'App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction' => '?',
  6637.             'App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction:__invoke' => '?',
  6638.             'App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction' => '?',
  6639.             'App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction:__invoke' => '?',
  6640.             'App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction' => '?',
  6641.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction:__invoke' => '?',
  6642.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction' => '?',
  6643.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction:__invoke' => '?',
  6644.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction' => '?',
  6645.             'App\\Controller\\Async\\Common\\File\\GetFileAction:downloadFile' => '?',
  6646.             'App\\Controller\\Async\\Common\\File\\GetFileAction:getFileImagePreview' => '?',
  6647.             'App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction:__invoke' => '?',
  6648.             'App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction' => '?',
  6649.             'App\\Controller\\Async\\Common\\Message\\DeleteMessageAction:__invoke' => '?',
  6650.             'App\\Controller\\Async\\Common\\Message\\DeleteMessageAction' => '?',
  6651.             'App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction:__invoke' => '?',
  6652.             'App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction' => '?',
  6653.             'App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction:__invoke' => '?',
  6654.             'App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction' => '?',
  6655.             'App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction:__invoke' => '?',
  6656.             'App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction' => '?',
  6657.             'App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction:__invoke' => '?',
  6658.             'App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction' => '?',
  6659.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction:__invoke' => '?',
  6660.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction' => '?',
  6661.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction:postBuildResponse' => '?',
  6662.             'App\\Controller\\Async\\Common\\Message\\PostMessageAction:__invoke' => '?',
  6663.             'App\\Controller\\Async\\Common\\Message\\PostMessageAction' => '?',
  6664.             'App\\Controller\\Async\\Common\\Message\\PutMessageAction:__invoke' => '?',
  6665.             'App\\Controller\\Async\\Common\\Message\\PutMessageAction' => '?',
  6666.             'App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction:__invoke' => '?',
  6667.             'App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction' => '?',
  6668.             'App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction:__invoke' => '?',
  6669.             'App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction' => '?',
  6670.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation:__invoke' => '?',
  6671.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation' => '?',
  6672.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations:__invoke' => '?',
  6673.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations' => '?',
  6674.             'App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction:__invoke' => '?',
  6675.             'App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction' => '?',
  6676.             'App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection:__invoke' => '?',
  6677.             'App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection' => '?',
  6678.             'App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction:__invoke' => '?',
  6679.             'App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction' => '?',
  6680.             'App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction:__invoke' => '?',
  6681.             'App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction' => '?',
  6682.             'App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction:__invoke' => '?',
  6683.             'App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction' => '?',
  6684.             'App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction:__invoke' => '?',
  6685.             'App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction' => '?',
  6686.             'App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction:__invoke' => '?',
  6687.             'App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction' => '?',
  6688.             'App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction:__invoke' => '?',
  6689.             'App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction' => '?',
  6690.             'App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection:__invoke' => '?',
  6691.             'App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection' => '?',
  6692.             'App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction:__invoke' => '?',
  6693.             'App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction' => '?',
  6694.             'App\\Controller\\Async\\Coordinator\\GetResourceCollection:__invoke' => '?',
  6695.             'App\\Controller\\Async\\Coordinator\\GetResourceCollection' => '?',
  6696.             'App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection:__invoke' => '?',
  6697.             'App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection' => '?',
  6698.             'App\\Controller\\HomeController:__invoke' => '?',
  6699.             'App\\Controller\\HomeController' => '?',
  6700.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController:show' => '?',
  6701.             'kernel:loadRoutes' => '?',
  6702.             'kernel:registerContainerConfiguration' => '?',
  6703.         ]);
  6704.     }
  6705.     /**
  6706.      * Gets the private '.service_locator.DwJoScw' shared service.
  6707.      *
  6708.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6709.      */
  6710.     protected function get_ServiceLocator_DwJoScwService()
  6711.     {
  6712.         return $this->privates['.service_locator.DwJoScw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6713.             '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.'],
  6714.             '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.'],
  6715.         ], [
  6716.             'channel' => 'App\\Entity\\Channel\\Channel',
  6717.             'service' => 'App\\Entity\\Channel\\Service',
  6718.         ]);
  6719.     }
  6720.     /**
  6721.      * Gets the private '.service_locator.GNc8e5B' shared service.
  6722.      *
  6723.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6724.      */
  6725.     protected function get_ServiceLocator_GNc8e5BService()
  6726.     {
  6727.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6728.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  6729.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  6730.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  6731.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  6732.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  6733.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  6734.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6735.             'router' => ['services''router''getRouterService'false],
  6736.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  6737.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  6738.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  6739.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  6740.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6741.         ], [
  6742.             'doctrine' => '?',
  6743.             'form.factory' => '?',
  6744.             'http_kernel' => '?',
  6745.             'message_bus' => '?',
  6746.             'messenger.default_bus' => '?',
  6747.             'parameter_bag' => '?',
  6748.             'request_stack' => '?',
  6749.             'router' => '?',
  6750.             'security.authorization_checker' => '?',
  6751.             'security.token_storage' => '?',
  6752.             'serializer' => '?',
  6753.             'session' => '.session.deprecated',
  6754.             'twig' => '?',
  6755.         ]);
  6756.     }
  6757.     /**
  6758.      * Gets the private '.service_locator.HVEfkuY' shared service.
  6759.      *
  6760.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6761.      */
  6762.     protected function get_ServiceLocator_HVEfkuYService()
  6763.     {
  6764.         return $this->privates['.service_locator.HVEfkuY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6765.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  6766.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  6767.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  6768.             'security.firewall.map.context.reverse_sync' => ['privates''security.firewall.map.context.reverse_sync''getSecurity_Firewall_Map_Context_ReverseSyncService'false],
  6769.             'security.firewall.map.context.reverse_sync_doc' => ['privates''security.firewall.map.context.reverse_sync_doc''getSecurity_Firewall_Map_Context_ReverseSyncDocService'false],
  6770.         ], [
  6771.             'security.firewall.map.context.api' => '?',
  6772.             'security.firewall.map.context.dev' => '?',
  6773.             'security.firewall.map.context.main' => '?',
  6774.             'security.firewall.map.context.reverse_sync' => '?',
  6775.             'security.firewall.map.context.reverse_sync_doc' => '?',
  6776.         ]);
  6777.     }
  6778.     /**
  6779.      * Gets the private '.service_locator.IZbGlYG' shared service.
  6780.      *
  6781.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6782.      */
  6783.     protected function get_ServiceLocator_IZbGlYGService()
  6784.     {
  6785.         return $this->privates['.service_locator.IZbGlYG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6786.             '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.'],
  6787.             '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.'],
  6788.             '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.'],
  6789.         ], [
  6790.             'channel' => 'App\\Entity\\Channel\\Channel',
  6791.             'message' => 'App\\Entity\\Chat\\Message',
  6792.             'messageUser' => 'App\\Entity\\Chat\\MessageUser',
  6793.         ]);
  6794.     }
  6795.     /**
  6796.      * Gets the private '.service_locator.KfbR3DY' shared service.
  6797.      *
  6798.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6799.      */
  6800.     protected function get_ServiceLocator_KfbR3DYService()
  6801.     {
  6802.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6803.             '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".'],
  6804.         ], [
  6805.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  6806.         ]);
  6807.     }
  6808.     /**
  6809.      * Gets the private '.service_locator.Li3ShxI' shared service.
  6810.      *
  6811.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6812.      */
  6813.     protected function get_ServiceLocator_Li3ShxIService()
  6814.     {
  6815.         return $this->privates['.service_locator.Li3ShxI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6816.             '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.'],
  6817.             '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.'],
  6818.             '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.'],
  6819.         ], [
  6820.             'channel' => 'App\\Entity\\Channel\\Channel',
  6821.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  6822.             'fileMessage' => 'App\\Entity\\Chat\\FileMessage',
  6823.         ]);
  6824.     }
  6825.     /**
  6826.      * Gets the private '.service_locator.Nlay9_9' shared service.
  6827.      *
  6828.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6829.      */
  6830.     protected function get_ServiceLocator_Nlay99Service()
  6831.     {
  6832.         return $this->privates['.service_locator.Nlay9_9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6833.             '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.'],
  6834.             '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.'],
  6835.         ], [
  6836.             'canal' => 'App\\Entity\\Chat\\Canal',
  6837.             'channel' => 'App\\Entity\\Channel\\Channel',
  6838.         ]);
  6839.     }
  6840.     /**
  6841.      * Gets the private '.service_locator.P3RPcy8' shared service.
  6842.      *
  6843.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6844.      */
  6845.     protected function get_ServiceLocator_P3RPcy8Service()
  6846.     {
  6847.         return $this->privates['.service_locator.P3RPcy8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6848.             '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.'],
  6849.             '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.'],
  6850.         ], [
  6851.             'channel' => 'App\\Entity\\Channel\\Channel',
  6852.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  6853.         ]);
  6854.     }
  6855.     /**
  6856.      * Gets the private '.service_locator.QBI2gse' shared service.
  6857.      *
  6858.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6859.      */
  6860.     protected function get_ServiceLocator_QBI2gseService()
  6861.     {
  6862.         return $this->privates['.service_locator.QBI2gse'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6863.             '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.'],
  6864.             '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.'],
  6865.             '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.'],
  6866.         ], [
  6867.             'channel' => 'App\\Entity\\Channel\\Channel',
  6868.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  6869.             'lastSeenMessage' => 'App\\Entity\\Chat\\Message',
  6870.         ]);
  6871.     }
  6872.     /**
  6873.      * Gets the private '.service_locator.RlytIys' shared service.
  6874.      *
  6875.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6876.      */
  6877.     protected function get_ServiceLocator_RlytIysService()
  6878.     {
  6879.         return $this->privates['.service_locator.RlytIys'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6880.             '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.'],
  6881.         ], [
  6882.             'user' => 'App\\Entity\\Account\\User',
  6883.         ]);
  6884.     }
  6885.     /**
  6886.      * Gets the private '.service_locator.VOk2nDh' shared service.
  6887.      *
  6888.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6889.      */
  6890.     protected function get_ServiceLocator_VOk2nDhService()
  6891.     {
  6892.         return $this->privates['.service_locator.VOk2nDh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6893.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  6894.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  6895.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  6896.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  6897.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  6898.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  6899.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6900.             'router' => ['services''router''getRouterService'false],
  6901.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  6902.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  6903.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  6904.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  6905.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6906.         ], [
  6907.             'doctrine' => '?',
  6908.             'form.factory' => '?',
  6909.             'http_kernel' => '?',
  6910.             'message_bus' => '?',
  6911.             'messenger.default_bus' => '?',
  6912.             'parameter_bag' => '?',
  6913.             'request_stack' => '?',
  6914.             'router' => '?',
  6915.             'security.authorization_checker' => '?',
  6916.             'security.token_storage' => '?',
  6917.             'serializer' => '?',
  6918.             'session' => '.session.deprecated',
  6919.             'twig' => '?',
  6920.         ]);
  6921.     }
  6922.     /**
  6923.      * Gets the private '.service_locator.Y4J.A.e' shared service.
  6924.      *
  6925.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6926.      */
  6927.     protected function get_ServiceLocator_Y4J_A_EService()
  6928.     {
  6929.         return $this->privates['.service_locator.Y4J.A.e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6930.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  6931.         ], [
  6932.             'failed' => '?',
  6933.         ]);
  6934.     }
  6935.     /**
  6936.      * Gets the private '.service_locator._HjxFZI' shared service.
  6937.      *
  6938.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6939.      */
  6940.     protected function get_ServiceLocator_HjxFZIService()
  6941.     {
  6942.         return $this->privates['.service_locator._HjxFZI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6943.             '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.'],
  6944.             '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.'],
  6945.         ], [
  6946.             'channel' => 'App\\Entity\\Channel\\Channel',
  6947.             'user' => 'App\\Entity\\Account\\User',
  6948.         ]);
  6949.     }
  6950.     /**
  6951.      * Gets the private '.service_locator.hN5dZFZ' shared service.
  6952.      *
  6953.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6954.      */
  6955.     protected function get_ServiceLocator_HN5dZFZService()
  6956.     {
  6957.         return $this->privates['.service_locator.hN5dZFZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6958.             '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.'],
  6959.             '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.'],
  6960.         ], [
  6961.             'channel' => 'App\\Entity\\Channel\\Channel',
  6962.             'chatNotification' => 'App\\Entity\\Chat\\ChatNotification',
  6963.         ]);
  6964.     }
  6965.     /**
  6966.      * Gets the private '.service_locator.k.6sDgC' shared service.
  6967.      *
  6968.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6969.      */
  6970.     protected function get_ServiceLocator_K_6sDgCService()
  6971.     {
  6972.         return $this->privates['.service_locator.k.6sDgC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6973.             '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.'],
  6974.         ], [
  6975.             'channel' => 'App\\Entity\\Channel\\Channel',
  6976.         ]);
  6977.     }
  6978.     /**
  6979.      * Gets the private '.service_locator.nyQ9vNF' shared service.
  6980.      *
  6981.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6982.      */
  6983.     protected function get_ServiceLocator_NyQ9vNFService()
  6984.     {
  6985.         return $this->privates['.service_locator.nyQ9vNF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6986.             '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\\Sync\\Exception\\HydratorException", "Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Exception\\AppNotFoundException", "Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\Exception\\EntityException".'],
  6987.         ], [
  6988.             'exception' => 'Throwable',
  6989.         ]);
  6990.     }
  6991.     /**
  6992.      * Gets the private '.service_locator.qDReBBp' shared service.
  6993.      *
  6994.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6995.      */
  6996.     protected function get_ServiceLocator_QDReBBpService()
  6997.     {
  6998.         return $this->privates['.service_locator.qDReBBp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6999.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  7000.             'security.event_dispatcher.api' => ['privates''security.event_dispatcher.api''getSecurity_EventDispatcher_ApiService'false],
  7001.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  7002.             'security.event_dispatcher.reverse_sync' => ['privates''security.event_dispatcher.reverse_sync''getSecurity_EventDispatcher_ReverseSyncService'false],
  7003.         ], [
  7004.             'event_dispatcher' => '?',
  7005.             'security.event_dispatcher.api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  7006.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  7007.             'security.event_dispatcher.reverse_sync' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  7008.         ]);
  7009.     }
  7010.     /**
  7011.      * Gets the private '.service_locator.rbKFZjg' shared service.
  7012.      *
  7013.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7014.      */
  7015.     protected function get_ServiceLocator_RbKFZjgService()
  7016.     {
  7017.         return $this->privates['.service_locator.rbKFZjg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7018.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7019.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7020.             'messenger.transport.sync_full_user_transport' => ['privates''messenger.transport.sync_full_user_transport''getMessenger_Transport_SyncFullUserTransportService'false],
  7021.             'messenger.transport.sync_transport' => ['privates''messenger.transport.sync_transport''getMessenger_Transport_SyncTransportService'false],
  7022.             'sync_full_user_transport' => ['privates''messenger.transport.sync_full_user_transport''getMessenger_Transport_SyncFullUserTransportService'false],
  7023.             'sync_transport' => ['privates''messenger.transport.sync_transport''getMessenger_Transport_SyncTransportService'false],
  7024.         ], [
  7025.             'failed' => '?',
  7026.             'messenger.transport.failed' => '?',
  7027.             'messenger.transport.sync_full_user_transport' => '?',
  7028.             'messenger.transport.sync_transport' => '?',
  7029.             'sync_full_user_transport' => '?',
  7030.             'sync_transport' => '?',
  7031.         ]);
  7032.     }
  7033.     /**
  7034.      * Gets the private '.service_locator.tvghQKF' shared service.
  7035.      *
  7036.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7037.      */
  7038.     protected function get_ServiceLocator_TvghQKFService()
  7039.     {
  7040.         return $this->privates['.service_locator.tvghQKF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7041.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  7042.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  7043.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  7044.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  7045.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  7046.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  7047.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  7048.             'router' => ['services''router''getRouterService'false],
  7049.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  7050.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  7051.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  7052.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  7053.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7054.         ], [
  7055.             'doctrine' => '?',
  7056.             'form.factory' => '?',
  7057.             'http_kernel' => '?',
  7058.             'message_bus' => '?',
  7059.             'messenger.default_bus' => '?',
  7060.             'parameter_bag' => '?',
  7061.             'request_stack' => '?',
  7062.             'router' => '?',
  7063.             'security.authorization_checker' => '?',
  7064.             'security.token_storage' => '?',
  7065.             'serializer' => '?',
  7066.             'session' => '.session.deprecated',
  7067.             'twig' => '?',
  7068.         ]);
  7069.     }
  7070.     /**
  7071.      * Gets the private '.service_locator.uAZ9wWa' shared service.
  7072.      *
  7073.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7074.      */
  7075.     protected function get_ServiceLocator_UAZ9wWaService()
  7076.     {
  7077.         return $this->privates['.service_locator.uAZ9wWa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7078.             '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.'],
  7079.         ], [
  7080.             'responseEvent' => 'Drosalys\\Bundle\\ApiBundle\\Event\\PostBuildResponseEvent',
  7081.         ]);
  7082.     }
  7083.     /**
  7084.      * Gets the private '.service_locator.vxwOU3W' shared service.
  7085.      *
  7086.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7087.      */
  7088.     protected function get_ServiceLocator_VxwOU3WService()
  7089.     {
  7090.         return $this->privates['.service_locator.vxwOU3W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7091.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  7092.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  7093.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  7094.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  7095.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  7096.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  7097.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  7098.             'router' => ['services''router''getRouterService'false],
  7099.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  7100.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  7101.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  7102.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  7103.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7104.         ], [
  7105.             'doctrine' => '?',
  7106.             'form.factory' => '?',
  7107.             'http_kernel' => '?',
  7108.             'message_bus' => '?',
  7109.             'messenger.default_bus' => '?',
  7110.             'parameter_bag' => '?',
  7111.             'request_stack' => '?',
  7112.             'router' => '?',
  7113.             'security.authorization_checker' => '?',
  7114.             'security.token_storage' => '?',
  7115.             'serializer' => '?',
  7116.             'session' => '.session.deprecated',
  7117.             'twig' => '?',
  7118.         ]);
  7119.     }
  7120.     /**
  7121.      * Gets the private '.service_locator.yB53eej' shared service.
  7122.      *
  7123.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7124.      */
  7125.     protected function get_ServiceLocator_YB53eejService()
  7126.     {
  7127.         return $this->privates['.service_locator.yB53eej'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7128.             '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.'],
  7129.             '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.'],
  7130.             '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.'],
  7131.         ], [
  7132.             'channel' => 'App\\Entity\\Channel\\Channel',
  7133.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  7134.             'previousMessage' => 'App\\Entity\\Chat\\Message',
  7135.         ]);
  7136.     }
  7137.     /**
  7138.      * Gets the private '.service_locator.yVy0b.R' shared service.
  7139.      *
  7140.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7141.      */
  7142.     protected function get_ServiceLocator_YVy0b_RService()
  7143.     {
  7144.         return $this->privates['.service_locator.yVy0b.R'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7145.             '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.'],
  7146.             '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.'],
  7147.         ], [
  7148.             'channel' => 'App\\Entity\\Channel\\Channel',
  7149.             'file' => 'App\\Entity\\Chat\\File',
  7150.         ]);
  7151.     }
  7152.     /**
  7153.      * Gets the private '.session.deprecated' shared service.
  7154.      *
  7155.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  7156.      */
  7157.     protected function get_Session_DeprecatedService()
  7158.     {
  7159.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  7160.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  7161.         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();
  7162.     }
  7163.     /**
  7164.      * Gets the private '.twig.command.debug.lazy' shared service.
  7165.      *
  7166.      * @return \Symfony\Component\Console\Command\LazyCommand
  7167.      */
  7168.     protected function get_Twig_Command_Debug_LazyService()
  7169.     {
  7170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7171.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7172.         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 {
  7173.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  7174.         });
  7175.     }
  7176.     /**
  7177.      * Gets the private '.twig.command.lint.lazy' shared service.
  7178.      *
  7179.      * @return \Symfony\Component\Console\Command\LazyCommand
  7180.      */
  7181.     protected function get_Twig_Command_Lint_LazyService()
  7182.     {
  7183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7185.         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 {
  7186.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  7187.         });
  7188.     }
  7189.     /**
  7190.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  7191.      *
  7192.      * @return \Symfony\Component\Console\Command\LazyCommand
  7193.      */
  7194.     protected function get_VarDumper_Command_ServerDump_LazyService()
  7195.     {
  7196.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7197.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7198.         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 {
  7199.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  7200.         });
  7201.     }
  7202.     /**
  7203.      * Gets the private 'App\Command\Cron\CreateOrDeleteCanalFromSessions' shared autowired service.
  7204.      *
  7205.      * @return \App\Command\Cron\CreateOrDeleteCanalFromSessions
  7206.      */
  7207.     protected function getCreateOrDeleteCanalFromSessionsService()
  7208.     {
  7209.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7210.         include_once \dirname(__DIR__4).'/src/Command/Cron/CreateOrDeleteCanalFromSessions.php';
  7211.         $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()));
  7212.         $instance->setName('app:delete-or-create-canal-from-sessions');
  7213.         $instance->setDescription('Gather Session Resource and create or removed canals depending on sessions dates');
  7214.         return $instance;
  7215.     }
  7216.     /**
  7217.      * Gets the private 'App\Command\Cron\DeleteOldChatMessageCommand' shared autowired service.
  7218.      *
  7219.      * @return \App\Command\Cron\DeleteOldChatMessageCommand
  7220.      */
  7221.     protected function getDeleteOldChatMessageCommandService()
  7222.     {
  7223.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7224.         include_once \dirname(__DIR__4).'/src/Command/Cron/DeleteOldChatMessageCommand.php';
  7225.         $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()));
  7226.         $instance->setName('app:delete-old-chat-message');
  7227.         $instance->setDescription('Remove old messages from conversations');
  7228.         return $instance;
  7229.     }
  7230.     /**
  7231.      * Gets the private 'App\Command\Cron\DeleteOldConversationCommand' shared autowired service.
  7232.      *
  7233.      * @return \App\Command\Cron\DeleteOldConversationCommand
  7234.      */
  7235.     protected function getDeleteOldConversationCommandService()
  7236.     {
  7237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7238.         include_once \dirname(__DIR__4).'/src/Command/Cron/DeleteOldConversationCommand.php';
  7239.         $this->privates['App\\Command\\Cron\\DeleteOldConversationCommand'] = $instance = new \App\Command\Cron\DeleteOldConversationCommand(($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  7240.         $instance->setName('app:delete-old-conversation');
  7241.         $instance->setDescription('Remove old conversations not linked to sessions => simple conversations older than 2 days, temporary canals older than 2 days');
  7242.         return $instance;
  7243.     }
  7244.     /**
  7245.      * Gets the private 'App\Command\Cron\ManageConversationUsersForCursusCommand' shared autowired service.
  7246.      *
  7247.      * @return \App\Command\Cron\ManageConversationUsersForCursusCommand
  7248.      */
  7249.     protected function getManageConversationUsersForCursusCommandService()
  7250.     {
  7251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7252.         include_once \dirname(__DIR__4).'/src/Command/Cron/ManageConversationUsersForCursusCommand.php';
  7253.         $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()));
  7254.         $instance->setName('app:update-conversation-user-from-cursus');
  7255.         $instance->setDescription('Remove or Create ConversationUser for learners From cursus');
  7256.         return $instance;
  7257.     }
  7258.     /**
  7259.      * Gets the private 'App\Command\GenerateHashtagUserCommand' shared autowired service.
  7260.      *
  7261.      * @return \App\Command\GenerateHashtagUserCommand
  7262.      */
  7263.     protected function getGenerateHashtagUserCommandService()
  7264.     {
  7265.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7266.         include_once \dirname(__DIR__4).'/src/Command/GenerateHashtagUserCommand.php';
  7267.         $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()));
  7268.         $instance->setName('app:generate-hashtag-user');
  7269.         $instance->setDescription('Add a short description for your command');
  7270.         return $instance;
  7271.     }
  7272.     /**
  7273.      * Gets the private 'App\Command\GenerateReferentAndServiceConversationsForActiveCursusCommand' shared autowired service.
  7274.      *
  7275.      * @return \App\Command\GenerateReferentAndServiceConversationsForActiveCursusCommand
  7276.      */
  7277.     protected function getGenerateReferentAndServiceConversationsForActiveCursusCommandService()
  7278.     {
  7279.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7280.         include_once \dirname(__DIR__4).'/src/Command/GenerateReferentAndServiceConversationsForActiveCursusCommand.php';
  7281.         $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()));
  7282.         $instance->setName('app:generate-referent-service-conversations');
  7283.         $instance->setDescription('Generate referent and services conversations and conversation users for active Cursus if not exists');
  7284.         return $instance;
  7285.     }
  7286.     /**
  7287.      * Gets the private 'App\Command\InitChannelCanalCommand' shared autowired service.
  7288.      *
  7289.      * @return \App\Command\InitChannelCanalCommand
  7290.      */
  7291.     protected function getInitChannelCanalCommandService()
  7292.     {
  7293.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7294.         include_once \dirname(__DIR__4).'/src/Command/InitChannelCanalCommand.php';
  7295.         $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()));
  7296.         $instance->setName('app:init-channel-canal');
  7297.         $instance->setDescription('Create Public Canals for Channels');
  7298.         return $instance;
  7299.     }
  7300.     /**
  7301.      * Gets the private 'App\Command\InitResourcesCommand' shared autowired service.
  7302.      *
  7303.      * @return \App\Command\InitResourcesCommand
  7304.      */
  7305.     protected function getInitResourcesCommandService()
  7306.     {
  7307.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7308.         include_once \dirname(__DIR__4).'/src/Command/InitResourcesCommand.php';
  7309.         $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()));
  7310.         $instance->setName('app:init-resources');
  7311.         $instance->setDescription('Create Resource for Groups, Places and Trainings');
  7312.         return $instance;
  7313.     }
  7314.     /**
  7315.      * Gets the private 'App\Command\InitSimpleConversationsCommand' shared autowired service.
  7316.      *
  7317.      * @return \App\Command\InitSimpleConversationsCommand
  7318.      */
  7319.     protected function getInitSimpleConversationsCommandService()
  7320.     {
  7321.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7322.         include_once \dirname(__DIR__4).'/src/Command/InitSimpleConversationsCommand.php';
  7323.         $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()));
  7324.         $instance->setName('app:init-channel-simple-conversations');
  7325.         $instance->setDescription('Create Simple conversations for Channels');
  7326.         return $instance;
  7327.     }
  7328.     /**
  7329.      * Gets the private 'App\Command\TestStringCommand' shared autowired service.
  7330.      *
  7331.      * @return \App\Command\TestStringCommand
  7332.      */
  7333.     protected function getTestStringCommandService()
  7334.     {
  7335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7336.         include_once \dirname(__DIR__4).'/src/Command/TestStringCommand.php';
  7337.         $this->privates['App\\Command\\TestStringCommand'] = $instance = new \App\Command\TestStringCommand(($this->privates['App\\Service\\Chat\\MessageService'] ?? $this->getMessageServiceService()));
  7338.         $instance->setName('app:test-string');
  7339.         $instance->setDescription('Add a short description for your command');
  7340.         return $instance;
  7341.     }
  7342.     /**
  7343.      * Gets the private 'App\Doctrine\EventEntitySubscriber\AbstractCursusSubscriber' shared autowired service.
  7344.      *
  7345.      * @return \App\Doctrine\EventEntitySubscriber\AbstractCursusSubscriber
  7346.      */
  7347.     protected function getAbstractCursusSubscriberService()
  7348.     {
  7349.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7350.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/AbstractCursusSubscriber.php';
  7351.         $a = ($this->privates['App\\Service\\Channel\\AbstractCursusService'] ?? $this->getAbstractCursusServiceService());
  7352.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'])) {
  7353.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'];
  7354.         }
  7355.         $b = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  7356.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'])) {
  7357.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'];
  7358.         }
  7359.         $c = ($this->privates['App\\Service\\Chat\\CanalService'] ?? $this->getCanalServiceService());
  7360.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'])) {
  7361.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'];
  7362.         }
  7363.         $d = ($this->privates['App\\Service\\Chat\\ReferentConversationService'] ?? $this->getReferentConversationServiceService());
  7364.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'])) {
  7365.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'];
  7366.         }
  7367.         $e = ($this->privates['App\\Service\\Chat\\ChannelServiceConversationService'] ?? $this->getChannelServiceConversationServiceService());
  7368.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'])) {
  7369.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'];
  7370.         }
  7371.         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);
  7372.     }
  7373.     /**
  7374.      * Gets the private 'App\Doctrine\EventEntitySubscriber\CanalSubscriber' shared autowired service.
  7375.      *
  7376.      * @return \App\Doctrine\EventEntitySubscriber\CanalSubscriber
  7377.      */
  7378.     protected function getCanalSubscriberService()
  7379.     {
  7380.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7381.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/CanalSubscriber.php';
  7382.         $a = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  7383.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber'])) {
  7384.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber'];
  7385.         }
  7386.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber'] = new \App\Doctrine\EventEntitySubscriber\CanalSubscriber($a);
  7387.     }
  7388.     /**
  7389.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ChannelSubscriber' shared autowired service.
  7390.      *
  7391.      * @return \App\Doctrine\EventEntitySubscriber\ChannelSubscriber
  7392.      */
  7393.     protected function getChannelSubscriberService()
  7394.     {
  7395.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7396.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ChannelSubscriber.php';
  7397.         $a = ($this->privates['App\\Service\\Chat\\ConversationCreationService'] ?? $this->getConversationCreationServiceService());
  7398.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber'])) {
  7399.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber'];
  7400.         }
  7401.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ChannelSubscriber($a);
  7402.     }
  7403.     /**
  7404.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ChannelUserDataSubscriber' shared autowired service.
  7405.      *
  7406.      * @return \App\Doctrine\EventEntitySubscriber\ChannelUserDataSubscriber
  7407.      */
  7408.     protected function getChannelUserDataSubscriberService()
  7409.     {
  7410.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7411.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ChannelUserDataSubscriber.php';
  7412.         $a = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  7413.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber'])) {
  7414.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber'];
  7415.         }
  7416.         $b = ($this->privates['App\\Service\\Chat\\CanalService'] ?? $this->getCanalServiceService());
  7417.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber'])) {
  7418.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber'];
  7419.         }
  7420.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ChannelUserDataSubscriber($a$b, ($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()));
  7421.     }
  7422.     /**
  7423.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ChatNotificationSubscriber' shared autowired service.
  7424.      *
  7425.      * @return \App\Doctrine\EventEntitySubscriber\ChatNotificationSubscriber
  7426.      */
  7427.     protected function getChatNotificationSubscriberService()
  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/ChatNotificationSubscriber.php';
  7431.         $a = ($this->services['router'] ?? $this->getRouterService());
  7432.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber'])) {
  7433.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber'];
  7434.         }
  7435.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ChatNotificationSubscriber($a);
  7436.     }
  7437.     /**
  7438.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ConversationSubscriber' shared autowired service.
  7439.      *
  7440.      * @return \App\Doctrine\EventEntitySubscriber\ConversationSubscriber
  7441.      */
  7442.     protected function getConversationSubscriberService()
  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/ConversationSubscriber.php';
  7446.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ConversationSubscriber(($this->privates['App\\Repository\\ChannelUserData\\ChannelUserDataRepository'] ?? $this->getChannelUserDataRepositoryService()));
  7447.     }
  7448.     /**
  7449.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ConversationUserSubscriber' shared autowired service.
  7450.      *
  7451.      * @return \App\Doctrine\EventEntitySubscriber\ConversationUserSubscriber
  7452.      */
  7453.     protected function getConversationUserSubscriberService()
  7454.     {
  7455.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7456.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ConversationUserSubscriber.php';
  7457.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ConversationUserSubscriber(($this->privates['App\\Repository\\Chat\\MessageRepository'] ?? $this->getMessageRepositoryService()));
  7458.     }
  7459.     /**
  7460.      * Gets the private 'App\Doctrine\EventEntitySubscriber\FileSubscriber' shared autowired service.
  7461.      *
  7462.      * @return \App\Doctrine\EventEntitySubscriber\FileSubscriber
  7463.      */
  7464.     protected function getFileSubscriberService()
  7465.     {
  7466.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7467.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/FileSubscriber.php';
  7468.         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()));
  7469.     }
  7470.     /**
  7471.      * Gets the private 'App\Doctrine\EventEntitySubscriber\GroupSubscriberAbstract' shared autowired service.
  7472.      *
  7473.      * @return \App\Doctrine\EventEntitySubscriber\GroupSubscriberAbstract
  7474.      */
  7475.     protected function getGroupSubscriberAbstractService()
  7476.     {
  7477.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7478.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/AbstractChatResourceSubscriber.php';
  7479.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/GroupSubscriberAbstract.php';
  7480.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\GroupSubscriberAbstract'] = new \App\Doctrine\EventEntitySubscriber\GroupSubscriberAbstract();
  7481.     }
  7482.     /**
  7483.      * Gets the private 'App\Doctrine\EventEntitySubscriber\MessageSubscriber' shared autowired service.
  7484.      *
  7485.      * @return \App\Doctrine\EventEntitySubscriber\MessageSubscriber
  7486.      */
  7487.     protected function getMessageSubscriberService()
  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/MessageSubscriber.php';
  7491.         include_once \dirname(__DIR__4).'/src/Service/Chat/ChatNotificationService.php';
  7492.         $a = ($this->privates['App\\Service\\Chat\\MessageService'] ?? $this->getMessageServiceService());
  7493.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber'])) {
  7494.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber'];
  7495.         }
  7496.         $b = ($this->privates['App\\Service\\Chat\\ChannelServiceConversationService'] ?? $this->getChannelServiceConversationServiceService());
  7497.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber'])) {
  7498.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber'];
  7499.         }
  7500.         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);
  7501.     }
  7502.     /**
  7503.      * Gets the private 'App\Doctrine\EventEntitySubscriber\PlaceSubscriber' shared autowired service.
  7504.      *
  7505.      * @return \App\Doctrine\EventEntitySubscriber\PlaceSubscriber
  7506.      */
  7507.     protected function getPlaceSubscriberService()
  7508.     {
  7509.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7510.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/AbstractChatResourceSubscriber.php';
  7511.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/PlaceSubscriber.php';
  7512.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\PlaceSubscriber'] = new \App\Doctrine\EventEntitySubscriber\PlaceSubscriber();
  7513.     }
  7514.     /**
  7515.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ServiceConversationSubscriber' shared autowired service.
  7516.      *
  7517.      * @return \App\Doctrine\EventEntitySubscriber\ServiceConversationSubscriber
  7518.      */
  7519.     protected function getServiceConversationSubscriberService()
  7520.     {
  7521.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7522.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ServiceConversationSubscriber.php';
  7523.         $a = ($this->privates['App\\Service\\Chat\\ChannelServiceConversationService'] ?? $this->getChannelServiceConversationServiceService());
  7524.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber'])) {
  7525.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber'];
  7526.         }
  7527.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ServiceConversationSubscriber($a);
  7528.     }
  7529.     /**
  7530.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ServiceSubscriber' shared autowired service.
  7531.      *
  7532.      * @return \App\Doctrine\EventEntitySubscriber\ServiceSubscriber
  7533.      */
  7534.     protected function getServiceSubscriberService()
  7535.     {
  7536.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7537.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ServiceSubscriber.php';
  7538.         $a = ($this->privates['App\\Service\\Chat\\ChannelServiceConversationService'] ?? $this->getChannelServiceConversationServiceService());
  7539.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber'])) {
  7540.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber'];
  7541.         }
  7542.         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()));
  7543.     }
  7544.     /**
  7545.      * Gets the private 'App\Doctrine\EventEntitySubscriber\SessionReferentsSubscriber' shared autowired service.
  7546.      *
  7547.      * @return \App\Doctrine\EventEntitySubscriber\SessionReferentsSubscriber
  7548.      */
  7549.     protected function getSessionReferentsSubscriberService()
  7550.     {
  7551.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7552.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/SessionReferentsSubscriber.php';
  7553.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService());
  7554.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'])) {
  7555.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'];
  7556.         }
  7557.         $b = ($this->privates['App\\Service\\Channel\\AbstractCursusService'] ?? $this->getAbstractCursusServiceService());
  7558.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'])) {
  7559.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'];
  7560.         }
  7561.         $c = ($this->privates['App\\Service\\Chat\\ReferentConversationService'] ?? $this->getReferentConversationServiceService());
  7562.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'])) {
  7563.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'];
  7564.         }
  7565.         $d = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  7566.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'])) {
  7567.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'];
  7568.         }
  7569.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'] = new \App\Doctrine\EventEntitySubscriber\SessionReferentsSubscriber($a$b$c$d);
  7570.     }
  7571.     /**
  7572.      * Gets the private 'App\Doctrine\EventEntitySubscriber\SessionSubscriber' shared autowired service.
  7573.      *
  7574.      * @return \App\Doctrine\EventEntitySubscriber\SessionSubscriber
  7575.      */
  7576.     protected function getSessionSubscriberService()
  7577.     {
  7578.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7579.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/SessionSubscriber.php';
  7580.         $a = ($this->privates['App\\Service\\Chat\\ConversationCreationService'] ?? $this->getConversationCreationServiceService());
  7581.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber'])) {
  7582.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber'];
  7583.         }
  7584.         $b = ($this->privates['App\\Service\\Chat\\ChatResourceService'] ?? $this->getChatResourceServiceService());
  7585.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber'])) {
  7586.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber'];
  7587.         }
  7588.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber'] = new \App\Doctrine\EventEntitySubscriber\SessionSubscriber($a$b, ($this->privates['App\\Repository\\Chat\\CanalRepository'] ?? $this->getCanalRepositoryService()));
  7589.     }
  7590.     /**
  7591.      * Gets the private 'App\Doctrine\EventEntitySubscriber\TrainingSubscriberAbstract' shared autowired service.
  7592.      *
  7593.      * @return \App\Doctrine\EventEntitySubscriber\TrainingSubscriberAbstract
  7594.      */
  7595.     protected function getTrainingSubscriberAbstractService()
  7596.     {
  7597.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7598.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/AbstractChatResourceSubscriber.php';
  7599.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/TrainingSubscriberAbstract.php';
  7600.         $a = ($this->privates['App\\Service\\Chat\\ConversationCreationService'] ?? $this->getConversationCreationServiceService());
  7601.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract'])) {
  7602.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract'];
  7603.         }
  7604.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract'] = new \App\Doctrine\EventEntitySubscriber\TrainingSubscriberAbstract($a);
  7605.     }
  7606.     /**
  7607.      * Gets the private 'App\Doctrine\EventEntitySubscriber\UserSubscriber' shared autowired service.
  7608.      *
  7609.      * @return \App\Doctrine\EventEntitySubscriber\UserSubscriber
  7610.      */
  7611.     protected function getUserSubscriberService()
  7612.     {
  7613.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7614.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/UserSubscriber.php';
  7615.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\UserSubscriber'] = new \App\Doctrine\EventEntitySubscriber\UserSubscriber(($this->privates['App\\Service\\Account\\UserService'] ?? $this->getUserServiceService()));
  7616.     }
  7617.     /**
  7618.      * Gets the private 'App\Doctrine\EventSubscriber\GroupUsersSubscriber' shared autowired service.
  7619.      *
  7620.      * @return \App\Doctrine\EventSubscriber\GroupUsersSubscriber
  7621.      */
  7622.     protected function getGroupUsersSubscriberService()
  7623.     {
  7624.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/AbstractUsersCollectionSubscriber.php';
  7625.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7626.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/GroupUsersSubscriber.php';
  7627.         $a = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  7628.         if (isset($this->privates['App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber'])) {
  7629.             return $this->privates['App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber'];
  7630.         }
  7631.         $b = ($this->privates['App\\Service\\Chat\\ChatResourceService'] ?? $this->getChatResourceServiceService());
  7632.         if (isset($this->privates['App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber'])) {
  7633.             return $this->privates['App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber'];
  7634.         }
  7635.         return $this->privates['App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber'] = new \App\Doctrine\EventSubscriber\GroupUsersSubscriber($a$b);
  7636.     }
  7637.     /**
  7638.      * Gets the private 'App\Doctrine\EventSubscriber\ServiceUsersSubscriber' shared autowired service.
  7639.      *
  7640.      * @return \App\Doctrine\EventSubscriber\ServiceUsersSubscriber
  7641.      */
  7642.     protected function getServiceUsersSubscriberService()
  7643.     {
  7644.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/AbstractUsersCollectionSubscriber.php';
  7645.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7646.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/ServiceUsersSubscriber.php';
  7647.         $a = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  7648.         if (isset($this->privates['App\\Doctrine\\EventSubscriber\\ServiceUsersSubscriber'])) {
  7649.             return $this->privates['App\\Doctrine\\EventSubscriber\\ServiceUsersSubscriber'];
  7650.         }
  7651.         return $this->privates['App\\Doctrine\\EventSubscriber\\ServiceUsersSubscriber'] = new \App\Doctrine\EventSubscriber\ServiceUsersSubscriber($a, ($this->privates['App\\Repository\\Chat\\ServiceConversationRepository'] ?? $this->getServiceConversationRepositoryService()));
  7652.     }
  7653.     /**
  7654.      * Gets the private 'App\Doctrine\EventSubscriber\WebSocketFlushSubscriber' shared autowired service.
  7655.      *
  7656.      * @return \App\Doctrine\EventSubscriber\WebSocketFlushSubscriber
  7657.      */
  7658.     protected function getWebSocketFlushSubscriberService()
  7659.     {
  7660.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7661.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/WebSocketFlushSubscriber.php';
  7662.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  7663.         include_once \dirname(__DIR__4).'/src/Service/WebSocketClient/EntityMessageService.php';
  7664.         include_once \dirname(__DIR__4).'/src/WebSocket/Client/WebSocketServerClient.php';
  7665.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  7666.         if (isset($this->privates['App\\Doctrine\\EventSubscriber\\WebSocketFlushSubscriber'])) {
  7667.             return $this->privates['App\\Doctrine\\EventSubscriber\\WebSocketFlushSubscriber'];
  7668.         }
  7669.         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())));
  7670.     }
  7671.     /**
  7672.      * Gets the private 'App\Form\AddUsersType' shared autowired service.
  7673.      *
  7674.      * @return \App\Form\AddUsersType
  7675.      */
  7676.     protected function getAddUsersTypeService()
  7677.     {
  7678.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7679.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7680.         include_once \dirname(__DIR__4).'/src/Form/AddUsersType.php';
  7681.         return $this->privates['App\\Form\\AddUsersType'] = new \App\Form\AddUsersType();
  7682.     }
  7683.     /**
  7684.      * Gets the private 'App\Form\Admin\AddAdminsType' shared autowired service.
  7685.      *
  7686.      * @return \App\Form\Admin\AddAdminsType
  7687.      */
  7688.     protected function getAddAdminsTypeService()
  7689.     {
  7690.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7691.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7692.         include_once \dirname(__DIR__4).'/src/Form/Admin/AddAdminsType.php';
  7693.         return $this->privates['App\\Form\\Admin\\AddAdminsType'] = new \App\Form\Admin\AddAdminsType();
  7694.     }
  7695.     /**
  7696.      * Gets the private 'App\Form\Admin\Chat\CanalType' shared autowired service.
  7697.      *
  7698.      * @return \App\Form\Admin\Chat\CanalType
  7699.      */
  7700.     protected function getCanalTypeService()
  7701.     {
  7702.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7703.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7704.         include_once \dirname(__DIR__4).'/src/Form/Admin/Chat/CanalType.php';
  7705.         return $this->privates['App\\Form\\Admin\\Chat\\CanalType'] = new \App\Form\Admin\Chat\CanalType(($this->services['router'] ?? $this->getRouterService()));
  7706.     }
  7707.     /**
  7708.      * Gets the private 'App\Form\Admin\Chat\EditCanalType' shared autowired service.
  7709.      *
  7710.      * @return \App\Form\Admin\Chat\EditCanalType
  7711.      */
  7712.     protected function getEditCanalTypeService()
  7713.     {
  7714.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7715.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7716.         include_once \dirname(__DIR__4).'/src/Form/Admin/Chat/EditCanalType.php';
  7717.         return $this->privates['App\\Form\\Admin\\Chat\\EditCanalType'] = new \App\Form\Admin\Chat\EditCanalType();
  7718.     }
  7719.     /**
  7720.      * Gets the private 'App\Form\ConversationSelektorType' shared autowired service.
  7721.      *
  7722.      * @return \App\Form\ConversationSelektorType
  7723.      */
  7724.     protected function getConversationSelektorTypeService()
  7725.     {
  7726.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7727.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7728.         include_once \dirname(__DIR__4).'/src/Form/ConversationSelektorType.php';
  7729.         return $this->privates['App\\Form\\ConversationSelektorType'] = new \App\Form\ConversationSelektorType();
  7730.     }
  7731.     /**
  7732.      * Gets the private 'App\Form\Filter\CanalFilterType' shared autowired service.
  7733.      *
  7734.      * @return \App\Form\Filter\CanalFilterType
  7735.      */
  7736.     protected function getCanalFilterTypeService()
  7737.     {
  7738.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7739.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7740.         include_once \dirname(__DIR__4).'/src/Form/Filter/CanalFilterType.php';
  7741.         return $this->privates['App\\Form\\Filter\\CanalFilterType'] = new \App\Form\Filter\CanalFilterType();
  7742.     }
  7743.     /**
  7744.      * Gets the private 'App\Form\Filter\ConversationFilterType' shared autowired service.
  7745.      *
  7746.      * @return \App\Form\Filter\ConversationFilterType
  7747.      */
  7748.     protected function getConversationFilterTypeService()
  7749.     {
  7750.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7751.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7752.         include_once \dirname(__DIR__4).'/src/Form/Filter/ConversationFilterType.php';
  7753.         return $this->privates['App\\Form\\Filter\\ConversationFilterType'] = new \App\Form\Filter\ConversationFilterType();
  7754.     }
  7755.     /**
  7756.      * Gets the private 'App\Form\Filter\ResourceFilter' shared autowired service.
  7757.      *
  7758.      * @return \App\Form\Filter\ResourceFilter
  7759.      */
  7760.     protected function getResourceFilterService()
  7761.     {
  7762.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7763.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7764.         include_once \dirname(__DIR__4).'/src/Form/Filter/ResourceFilter.php';
  7765.         return $this->privates['App\\Form\\Filter\\ResourceFilter'] = new \App\Form\Filter\ResourceFilter();
  7766.     }
  7767.     /**
  7768.      * Gets the private 'App\Form\Filter\ServiceConversationFilterType' shared autowired service.
  7769.      *
  7770.      * @return \App\Form\Filter\ServiceConversationFilterType
  7771.      */
  7772.     protected function getServiceConversationFilterTypeService()
  7773.     {
  7774.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7775.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7776.         include_once \dirname(__DIR__4).'/src/Form/Filter/ServiceConversationFilterType.php';
  7777.         return $this->privates['App\\Form\\Filter\\ServiceConversationFilterType'] = new \App\Form\Filter\ServiceConversationFilterType();
  7778.     }
  7779.     /**
  7780.      * Gets the private 'App\Form\Filter\UserFilter' shared autowired service.
  7781.      *
  7782.      * @return \App\Form\Filter\UserFilter
  7783.      */
  7784.     protected function getUserFilterService()
  7785.     {
  7786.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7787.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7788.         include_once \dirname(__DIR__4).'/src/Form/Filter/UserFilter.php';
  7789.         return $this->privates['App\\Form\\Filter\\UserFilter'] = new \App\Form\Filter\UserFilter();
  7790.     }
  7791.     /**
  7792.      * Gets the private 'App\Form\GlobalSearchType' shared autowired service.
  7793.      *
  7794.      * @return \App\Form\GlobalSearchType
  7795.      */
  7796.     protected function getGlobalSearchTypeService()
  7797.     {
  7798.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7799.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7800.         include_once \dirname(__DIR__4).'/src/Form/GlobalSearchType.php';
  7801.         return $this->privates['App\\Form\\GlobalSearchType'] = new \App\Form\GlobalSearchType(($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  7802.     }
  7803.     /**
  7804.      * Gets the private 'App\Form\ResourceSelektorType' shared autowired service.
  7805.      *
  7806.      * @return \App\Form\ResourceSelektorType
  7807.      */
  7808.     protected function getResourceSelektorTypeService()
  7809.     {
  7810.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7811.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7812.         include_once \dirname(__DIR__4).'/src/Form/ResourceSelektorType.php';
  7813.         return $this->privates['App\\Form\\ResourceSelektorType'] = new \App\Form\ResourceSelektorType();
  7814.     }
  7815.     /**
  7816.      * Gets the private 'App\Form\UploadFileType' shared autowired service.
  7817.      *
  7818.      * @return \App\Form\UploadFileType
  7819.      */
  7820.     protected function getUploadFileTypeService()
  7821.     {
  7822.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7823.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7824.         include_once \dirname(__DIR__4).'/src/Form/UploadFileType.php';
  7825.         return $this->privates['App\\Form\\UploadFileType'] = new \App\Form\UploadFileType();
  7826.     }
  7827.     /**
  7828.      * Gets the private 'App\Form\UserSelektorType' shared autowired service.
  7829.      *
  7830.      * @return \App\Form\UserSelektorType
  7831.      */
  7832.     protected function getUserSelektorTypeService()
  7833.     {
  7834.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7835.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7836.         include_once \dirname(__DIR__4).'/src/Form/UserSelektorType.php';
  7837.         return $this->privates['App\\Form\\UserSelektorType'] = new \App\Form\UserSelektorType();
  7838.     }
  7839.     /**
  7840.      * Gets the private 'App\Repository\Account\NotificationRepository' shared autowired service.
  7841.      *
  7842.      * @return \App\Repository\Account\NotificationRepository
  7843.      */
  7844.     protected function getNotificationRepositoryService()
  7845.     {
  7846.         include_once \dirname(__DIR__4).'/src/Repository/Account/NotificationRepository.php';
  7847.         return $this->privates['App\\Repository\\Account\\NotificationRepository'] = new \App\Repository\Account\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7848.     }
  7849.     /**
  7850.      * Gets the private 'App\Repository\Account\UserRepository' shared autowired service.
  7851.      *
  7852.      * @return \App\Repository\Account\UserRepository
  7853.      */
  7854.     protected function getUserRepositoryService()
  7855.     {
  7856.         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()));
  7857.     }
  7858.     /**
  7859.      * Gets the private 'App\Repository\ChannelUserData\AbstractCursusRepository' shared autowired service.
  7860.      *
  7861.      * @return \App\Repository\ChannelUserData\AbstractCursusRepository
  7862.      */
  7863.     protected function getAbstractCursusRepositoryService()
  7864.     {
  7865.         return $this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] = new \App\Repository\ChannelUserData\AbstractCursusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7866.     }
  7867.     /**
  7868.      * Gets the private 'App\Repository\ChannelUserData\ChannelUserDataRepository' shared autowired service.
  7869.      *
  7870.      * @return \App\Repository\ChannelUserData\ChannelUserDataRepository
  7871.      */
  7872.     protected function getChannelUserDataRepositoryService()
  7873.     {
  7874.         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()));
  7875.     }
  7876.     /**
  7877.      * Gets the private 'App\Repository\Channel\ChannelRepository' shared autowired service.
  7878.      *
  7879.      * @return \App\Repository\Channel\ChannelRepository
  7880.      */
  7881.     protected function getChannelRepositoryService()
  7882.     {
  7883.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/Channel/ChannelRepositoryInterface.php';
  7884.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/Channel/AbstractChannelRepository.php';
  7885.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ChannelRepository.php';
  7886.         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()));
  7887.     }
  7888.     /**
  7889.      * Gets the private 'App\Repository\Channel\ChannelUserServicePermissionRepository' shared autowired service.
  7890.      *
  7891.      * @return \App\Repository\Channel\ChannelUserServicePermissionRepository
  7892.      */
  7893.     protected function getChannelUserServicePermissionRepositoryService()
  7894.     {
  7895.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelUserPermissionRepositoryInterface.php';
  7896.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/AbstractChannelUserPermissionRepository.php';
  7897.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ChannelUserServicePermissionRepository.php';
  7898.         return $this->privates['App\\Repository\\Channel\\ChannelUserServicePermissionRepository'] = new \App\Repository\Channel\ChannelUserServicePermissionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7899.     }
  7900.     /**
  7901.      * Gets the private 'App\Repository\Channel\ChannelUserSessionPermissionRepository' shared autowired service.
  7902.      *
  7903.      * @return \App\Repository\Channel\ChannelUserSessionPermissionRepository
  7904.      */
  7905.     protected function getChannelUserSessionPermissionRepositoryService()
  7906.     {
  7907.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelUserPermissionRepositoryInterface.php';
  7908.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/AbstractChannelUserPermissionRepository.php';
  7909.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ChannelUserSessionPermissionRepository.php';
  7910.         return $this->privates['App\\Repository\\Channel\\ChannelUserSessionPermissionRepository'] = new \App\Repository\Channel\ChannelUserSessionPermissionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7911.     }
  7912.     /**
  7913.      * Gets the private 'App\Repository\Channel\ChannelWhiteLabelRepository' shared autowired service.
  7914.      *
  7915.      * @return \App\Repository\Channel\ChannelWhiteLabelRepository
  7916.      */
  7917.     protected function getChannelWhiteLabelRepositoryService()
  7918.     {
  7919.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelWhiteLabel/ChannelWhiteLabelRepositoryInterface.php';
  7920.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelWhiteLabel/AbstractChannelWhiteLabelRepository.php';
  7921.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ChannelWhiteLabelRepository.php';
  7922.         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()));
  7923.     }
  7924.     /**
  7925.      * Gets the private 'App\Repository\Channel\GroupRepository' shared autowired service.
  7926.      *
  7927.      * @return \App\Repository\Channel\GroupRepository
  7928.      */
  7929.     protected function getGroupRepositoryService()
  7930.     {
  7931.         return $this->privates['App\\Repository\\Channel\\GroupRepository'] = new \App\Repository\Channel\GroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7932.     }
  7933.     /**
  7934.      * Gets the private 'App\Repository\Channel\PlaceRepository' shared autowired service.
  7935.      *
  7936.      * @return \App\Repository\Channel\PlaceRepository
  7937.      */
  7938.     protected function getPlaceRepositoryService()
  7939.     {
  7940.         return $this->privates['App\\Repository\\Channel\\PlaceRepository'] = new \App\Repository\Channel\PlaceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7941.     }
  7942.     /**
  7943.      * Gets the private 'App\Repository\Channel\ServiceRepository' shared autowired service.
  7944.      *
  7945.      * @return \App\Repository\Channel\ServiceRepository
  7946.      */
  7947.     protected function getServiceRepositoryService()
  7948.     {
  7949.         return $this->privates['App\\Repository\\Channel\\ServiceRepository'] = new \App\Repository\Channel\ServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7950.     }
  7951.     /**
  7952.      * Gets the private 'App\Repository\Channel\SessionRepository' shared autowired service.
  7953.      *
  7954.      * @return \App\Repository\Channel\SessionRepository
  7955.      */
  7956.     protected function getSessionRepositoryService()
  7957.     {
  7958.         return $this->privates['App\\Repository\\Channel\\SessionRepository'] = new \App\Repository\Channel\SessionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7959.     }
  7960.     /**
  7961.      * Gets the private 'App\Repository\Channel\TrainingRepository' shared autowired service.
  7962.      *
  7963.      * @return \App\Repository\Channel\TrainingRepository
  7964.      */
  7965.     protected function getTrainingRepositoryService()
  7966.     {
  7967.         return $this->privates['App\\Repository\\Channel\\TrainingRepository'] = new \App\Repository\Channel\TrainingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7968.     }
  7969.     /**
  7970.      * Gets the private 'App\Repository\Chat\CanalRepository' shared autowired service.
  7971.      *
  7972.      * @return \App\Repository\Chat\CanalRepository
  7973.      */
  7974.     protected function getCanalRepositoryService()
  7975.     {
  7976.         return $this->privates['App\\Repository\\Chat\\CanalRepository'] = new \App\Repository\Chat\CanalRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7977.     }
  7978.     /**
  7979.      * Gets the private 'App\Repository\Chat\ChatNotificationRepository' shared autowired service.
  7980.      *
  7981.      * @return \App\Repository\Chat\ChatNotificationRepository
  7982.      */
  7983.     protected function getChatNotificationRepositoryService()
  7984.     {
  7985.         include_once \dirname(__DIR__4).'/src/Repository/Chat/ChatNotificationRepository.php';
  7986.         return $this->privates['App\\Repository\\Chat\\ChatNotificationRepository'] = new \App\Repository\Chat\ChatNotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7987.     }
  7988.     /**
  7989.      * Gets the private 'App\Repository\Chat\ConversationRepository' shared autowired service.
  7990.      *
  7991.      * @return \App\Repository\Chat\ConversationRepository
  7992.      */
  7993.     protected function getConversationRepositoryService()
  7994.     {
  7995.         return $this->privates['App\\Repository\\Chat\\ConversationRepository'] = new \App\Repository\Chat\ConversationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7996.     }
  7997.     /**
  7998.      * Gets the private 'App\Repository\Chat\ConversationUserRepository' shared autowired service.
  7999.      *
  8000.      * @return \App\Repository\Chat\ConversationUserRepository
  8001.      */
  8002.     protected function getConversationUserRepositoryService()
  8003.     {
  8004.         include_once \dirname(__DIR__4).'/src/Repository/Chat/ConversationUserRepository.php';
  8005.         return $this->privates['App\\Repository\\Chat\\ConversationUserRepository'] = new \App\Repository\Chat\ConversationUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8006.     }
  8007.     /**
  8008.      * Gets the private 'App\Repository\Chat\FileMessageRepository' shared autowired service.
  8009.      *
  8010.      * @return \App\Repository\Chat\FileMessageRepository
  8011.      */
  8012.     protected function getFileMessageRepositoryService()
  8013.     {
  8014.         include_once \dirname(__DIR__4).'/src/Repository/Chat/FileMessageRepository.php';
  8015.         return $this->privates['App\\Repository\\Chat\\FileMessageRepository'] = new \App\Repository\Chat\FileMessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8016.     }
  8017.     /**
  8018.      * Gets the private 'App\Repository\Chat\FileRepository' shared autowired service.
  8019.      *
  8020.      * @return \App\Repository\Chat\FileRepository
  8021.      */
  8022.     protected function getFileRepositoryService()
  8023.     {
  8024.         include_once \dirname(__DIR__4).'/src/Repository/Chat/FileRepository.php';
  8025.         return $this->privates['App\\Repository\\Chat\\FileRepository'] = new \App\Repository\Chat\FileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8026.     }
  8027.     /**
  8028.      * Gets the private 'App\Repository\Chat\MessageRepository' shared autowired service.
  8029.      *
  8030.      * @return \App\Repository\Chat\MessageRepository
  8031.      */
  8032.     protected function getMessageRepositoryService()
  8033.     {
  8034.         return $this->privates['App\\Repository\\Chat\\MessageRepository'] = new \App\Repository\Chat\MessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8035.     }
  8036.     /**
  8037.      * Gets the private 'App\Repository\Chat\MessageUserRepository' shared autowired service.
  8038.      *
  8039.      * @return \App\Repository\Chat\MessageUserRepository
  8040.      */
  8041.     protected function getMessageUserRepositoryService()
  8042.     {
  8043.         return $this->privates['App\\Repository\\Chat\\MessageUserRepository'] = new \App\Repository\Chat\MessageUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8044.     }
  8045.     /**
  8046.      * Gets the private 'App\Repository\Chat\ServiceConversationRepository' shared autowired service.
  8047.      *
  8048.      * @return \App\Repository\Chat\ServiceConversationRepository
  8049.      */
  8050.     protected function getServiceConversationRepositoryService()
  8051.     {
  8052.         include_once \dirname(__DIR__4).'/src/Repository/Chat/ServiceConversationRepository.php';
  8053.         return $this->privates['App\\Repository\\Chat\\ServiceConversationRepository'] = new \App\Repository\Chat\ServiceConversationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8054.     }
  8055.     /**
  8056.      * Gets the private 'App\Repository\Chat\TemporaryCanalRepository' shared autowired service.
  8057.      *
  8058.      * @return \App\Repository\Chat\TemporaryCanalRepository
  8059.      */
  8060.     protected function getTemporaryCanalRepositoryService()
  8061.     {
  8062.         include_once \dirname(__DIR__4).'/src/Repository/Chat/TemporaryCanalRepository.php';
  8063.         return $this->privates['App\\Repository\\Chat\\TemporaryCanalRepository'] = new \App\Repository\Chat\TemporaryCanalRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8064.     }
  8065.     /**
  8066.      * Gets the private 'App\Repository\ResourceRepository' shared autowired service.
  8067.      *
  8068.      * @return \App\Repository\ResourceRepository
  8069.      */
  8070.     protected function getResourceRepositoryService()
  8071.     {
  8072.         return $this->privates['App\\Repository\\ResourceRepository'] = new \App\Repository\ResourceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8073.     }
  8074.     /**
  8075.      * Gets the private 'App\SdkBundle\Sync\Hydrator\Channel\AbstractCursusHydrator' shared autowired service.
  8076.      *
  8077.      * @return \App\SdkBundle\Sync\Hydrator\Channel\AbstractCursusHydrator
  8078.      */
  8079.     protected function getAbstractCursusHydratorService()
  8080.     {
  8081.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  8082.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  8083.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/AbstractCursusHydrator.php';
  8084.         include_once \dirname(__DIR__4).'/src/SdkBundle/Sync/Hydrator/Channel/AbstractCursusHydrator.php';
  8085.         $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()));
  8086.         $this->privates['App\SdkBundle\Sync\Hydrator\Channel\AbstractCursusHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  8087.         return $instance;
  8088.     }
  8089.     /**
  8090.      * Gets the private 'App\SdkBundle\Sync\Hydrator\Channel\SessionHydrator' shared autowired service.
  8091.      *
  8092.      * @return \App\SdkBundle\Sync\Hydrator\Channel\SessionHydrator
  8093.      */
  8094.     protected function getSessionHydratorService()
  8095.     {
  8096.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  8097.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  8098.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/SessionHydrator.php';
  8099.         include_once \dirname(__DIR__4).'/src/SdkBundle/Sync/Hydrator/Channel/SessionHydrator.php';
  8100.         $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()));
  8101.         $this->privates['App\SdkBundle\Sync\Hydrator\Channel\SessionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  8102.         return $instance;
  8103.     }
  8104.     /**
  8105.      * Gets the private 'App\Service\Account\UserService' shared autowired service.
  8106.      *
  8107.      * @return \App\Service\Account\UserService
  8108.      */
  8109.     protected function getUserServiceService()
  8110.     {
  8111.         return $this->privates['App\\Service\\Account\\UserService'] = new \App\Service\Account\UserService(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  8112.     }
  8113.     /**
  8114.      * Gets the private 'App\Service\Channel\AbstractCursusService' shared autowired service.
  8115.      *
  8116.      * @return \App\Service\Channel\AbstractCursusService
  8117.      */
  8118.     protected function getAbstractCursusServiceService()
  8119.     {
  8120.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService());
  8121.         if (isset($this->privates['App\\Service\\Channel\\AbstractCursusService'])) {
  8122.             return $this->privates['App\\Service\\Channel\\AbstractCursusService'];
  8123.         }
  8124.         return $this->privates['App\\Service\\Channel\\AbstractCursusService'] = new \App\Service\Channel\AbstractCursusService(($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()), $a);
  8125.     }
  8126.     /**
  8127.      * Gets the private 'App\Service\Chat\CanalService' shared autowired service.
  8128.      *
  8129.      * @return \App\Service\Chat\CanalService
  8130.      */
  8131.     protected function getCanalServiceService()
  8132.     {
  8133.         $a = ($this->privates['App\\Service\\Chat\\ChatResourceService'] ?? $this->getChatResourceServiceService());
  8134.         if (isset($this->privates['App\\Service\\Chat\\CanalService'])) {
  8135.             return $this->privates['App\\Service\\Chat\\CanalService'];
  8136.         }
  8137.         $b = ($this->privates['App\\Service\\Channel\\AbstractCursusService'] ?? $this->getAbstractCursusServiceService());
  8138.         if (isset($this->privates['App\\Service\\Chat\\CanalService'])) {
  8139.             return $this->privates['App\\Service\\Chat\\CanalService'];
  8140.         }
  8141.         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);
  8142.     }
  8143.     /**
  8144.      * Gets the private 'App\Service\Chat\ChannelServiceConversationService' shared autowired service.
  8145.      *
  8146.      * @return \App\Service\Chat\ChannelServiceConversationService
  8147.      */
  8148.     protected function getChannelServiceConversationServiceService()
  8149.     {
  8150.         $a = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  8151.         if (isset($this->privates['App\\Service\\Chat\\ChannelServiceConversationService'])) {
  8152.             return $this->privates['App\\Service\\Chat\\ChannelServiceConversationService'];
  8153.         }
  8154.         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);
  8155.     }
  8156.     /**
  8157.      * Gets the private 'App\Service\Chat\ChatResourceService' shared autowired service.
  8158.      *
  8159.      * @return \App\Service\Chat\ChatResourceService
  8160.      */
  8161.     protected function getChatResourceServiceService()
  8162.     {
  8163.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService());
  8164.         if (isset($this->privates['App\\Service\\Chat\\ChatResourceService'])) {
  8165.             return $this->privates['App\\Service\\Chat\\ChatResourceService'];
  8166.         }
  8167.         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);
  8168.     }
  8169.     /**
  8170.      * Gets the private 'App\Service\Chat\ConversationCreationService' shared autowired service.
  8171.      *
  8172.      * @return \App\Service\Chat\ConversationCreationService
  8173.      */
  8174.     protected function getConversationCreationServiceService()
  8175.     {
  8176.         include_once \dirname(__DIR__4).'/src/Service/Chat/ConversationCreationService.php';
  8177.         include_once \dirname(__DIR__4).'/src/Service/Channel/ServiceChannelService.php';
  8178.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8179.         if (isset($this->privates['App\\Service\\Chat\\ConversationCreationService'])) {
  8180.             return $this->privates['App\\Service\\Chat\\ConversationCreationService'];
  8181.         }
  8182.         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()));
  8183.     }
  8184.     /**
  8185.      * Gets the private 'App\Service\Chat\ConversationService' shared autowired service.
  8186.      *
  8187.      * @return \App\Service\Chat\ConversationService
  8188.      */
  8189.     protected function getConversationServiceService()
  8190.     {
  8191.         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()));
  8192.     }
  8193.     /**
  8194.      * Gets the private 'App\Service\Chat\ConversationUserService' shared autowired service.
  8195.      *
  8196.      * @return \App\Service\Chat\ConversationUserService
  8197.      */
  8198.     protected function getConversationUserServiceService()
  8199.     {
  8200.         $a = ($this->privates['App\\Service\\Chat\\ChatResourceService'] ?? $this->getChatResourceServiceService());
  8201.         if (isset($this->privates['App\\Service\\Chat\\ConversationUserService'])) {
  8202.             return $this->privates['App\\Service\\Chat\\ConversationUserService'];
  8203.         }
  8204.         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())));
  8205.     }
  8206.     /**
  8207.      * Gets the private 'App\Service\Chat\MessageService' shared autowired service.
  8208.      *
  8209.      * @return \App\Service\Chat\MessageService
  8210.      */
  8211.     protected function getMessageServiceService()
  8212.     {
  8213.         $a = ($this->privates['App\\Service\\Chat\\ChannelServiceConversationService'] ?? $this->getChannelServiceConversationServiceService());
  8214.         if (isset($this->privates['App\\Service\\Chat\\MessageService'])) {
  8215.             return $this->privates['App\\Service\\Chat\\MessageService'];
  8216.         }
  8217.         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);
  8218.     }
  8219.     /**
  8220.      * Gets the private 'App\Service\Chat\ReferentConversationService' shared autowired service.
  8221.      *
  8222.      * @return \App\Service\Chat\ReferentConversationService
  8223.      */
  8224.     protected function getReferentConversationServiceService()
  8225.     {
  8226.         $a = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  8227.         if (isset($this->privates['App\\Service\\Chat\\ReferentConversationService'])) {
  8228.             return $this->privates['App\\Service\\Chat\\ReferentConversationService'];
  8229.         }
  8230.         return $this->privates['App\\Service\\Chat\\ReferentConversationService'] = new \App\Service\Chat\ReferentConversationService(($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()), $a);
  8231.     }
  8232.     /**
  8233.      * Gets the private 'App\Service\RequestService' shared autowired service.
  8234.      *
  8235.      * @return \App\Service\RequestService
  8236.      */
  8237.     protected function getRequestServiceService()
  8238.     {
  8239.         include_once \dirname(__DIR__4).'/src/Service/RequestService.php';
  8240.         return $this->privates['App\\Service\\RequestService'] = new \App\Service\RequestService(($this->privates['App\\Repository\\Channel\\ChannelRepository'] ?? $this->getChannelRepositoryService()));
  8241.     }
  8242.     /**
  8243.      * Gets the private 'App\Twig\RunTime\Channel\ServiceRuntime' shared autowired service.
  8244.      *
  8245.      * @return \App\Twig\RunTime\Channel\ServiceRuntime
  8246.      */
  8247.     protected function getServiceRuntimeService()
  8248.     {
  8249.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8250.         include_once \dirname(__DIR__4).'/src/Twig/RunTime/Channel/ServiceRuntime.php';
  8251.         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()));
  8252.     }
  8253.     /**
  8254.      * Gets the private 'App\Twig\RunTime\Chat\CanalRuntime' shared autowired service.
  8255.      *
  8256.      * @return \App\Twig\RunTime\Chat\CanalRuntime
  8257.      */
  8258.     protected function getCanalRuntimeService()
  8259.     {
  8260.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8261.         include_once \dirname(__DIR__4).'/src/Twig/RunTime/Chat/CanalRuntime.php';
  8262.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  8263.         if (isset($this->privates['App\\Twig\\RunTime\\Chat\\CanalRuntime'])) {
  8264.             return $this->privates['App\\Twig\\RunTime\\Chat\\CanalRuntime'];
  8265.         }
  8266.         return $this->privates['App\\Twig\\RunTime\\Chat\\CanalRuntime'] = new \App\Twig\RunTime\Chat\CanalRuntime($a);
  8267.     }
  8268.     /**
  8269.      * Gets the private 'App\Twig\RunTime\Chat\FileRuntime' shared autowired service.
  8270.      *
  8271.      * @return \App\Twig\RunTime\Chat\FileRuntime
  8272.      */
  8273.     protected function getFileRuntimeService()
  8274.     {
  8275.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8276.         include_once \dirname(__DIR__4).'/src/Twig/RunTime/Chat/FileRuntime.php';
  8277.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  8278.         if (isset($this->privates['App\\Twig\\RunTime\\Chat\\FileRuntime'])) {
  8279.             return $this->privates['App\\Twig\\RunTime\\Chat\\FileRuntime'];
  8280.         }
  8281.         return $this->privates['App\\Twig\\RunTime\\Chat\\FileRuntime'] = new \App\Twig\RunTime\Chat\FileRuntime($a$this->parameters['chat_upload_mime_types'], 10000000);
  8282.     }
  8283.     /**
  8284.      * Gets the private 'App\Twig\RunTime\Chat\UserRuntime' shared autowired service.
  8285.      *
  8286.      * @return \App\Twig\RunTime\Chat\UserRuntime
  8287.      */
  8288.     protected function getUserRuntimeService()
  8289.     {
  8290.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8291.         include_once \dirname(__DIR__4).'/src/Twig/RunTime/Chat/UserRuntime.php';
  8292.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  8293.         if (isset($this->privates['App\\Twig\\RunTime\\Chat\\UserRuntime'])) {
  8294.             return $this->privates['App\\Twig\\RunTime\\Chat\\UserRuntime'];
  8295.         }
  8296.         return $this->privates['App\\Twig\\RunTime\\Chat\\UserRuntime'] = new \App\Twig\RunTime\Chat\UserRuntime($a);
  8297.     }
  8298.     /**
  8299.      * Gets the private 'App\Twig\RunTime\EnvRuntime' shared autowired service.
  8300.      *
  8301.      * @return \App\Twig\RunTime\EnvRuntime
  8302.      */
  8303.     protected function getEnvRuntimeService()
  8304.     {
  8305.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8306.         include_once \dirname(__DIR__4).'/src/Twig/RunTime/EnvRuntime.php';
  8307.         return $this->privates['App\\Twig\\RunTime\\EnvRuntime'] = new \App\Twig\RunTime\EnvRuntime('dev');
  8308.     }
  8309.     /**
  8310.      * Gets the private 'App\Twig\RunTime\Header\HeaderRuntime' shared autowired service.
  8311.      *
  8312.      * @return \App\Twig\RunTime\Header\HeaderRuntime
  8313.      */
  8314.     protected function getHeaderRuntimeService()
  8315.     {
  8316.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8317.         include_once \dirname(__DIR__4).'/src/Twig/RunTime/Header/HeaderRuntime.php';
  8318.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  8319.         if (isset($this->privates['App\\Twig\\RunTime\\Header\\HeaderRuntime'])) {
  8320.             return $this->privates['App\\Twig\\RunTime\\Header\\HeaderRuntime'];
  8321.         }
  8322.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8323.         if (isset($this->privates['App\\Twig\\RunTime\\Header\\HeaderRuntime'])) {
  8324.             return $this->privates['App\\Twig\\RunTime\\Header\\HeaderRuntime'];
  8325.         }
  8326.         return $this->privates['App\\Twig\\RunTime\\Header\\HeaderRuntime'] = new \App\Twig\RunTime\Header\HeaderRuntime($a$b);
  8327.     }
  8328.     /**
  8329.      * Gets the private 'App\Twig\RunTime\User\UserRuntime' shared autowired service.
  8330.      *
  8331.      * @return \App\Twig\RunTime\User\UserRuntime
  8332.      */
  8333.     protected function getUserRuntime2Service()
  8334.     {
  8335.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8336.         include_once \dirname(__DIR__4).'/src/Twig/RunTime/User/UserRuntime.php';
  8337.         return $this->privates['App\\Twig\\RunTime\\User\\UserRuntime'] = new \App\Twig\RunTime\User\UserRuntime(($this->privates['App\\Service\\Account\\UserService'] ?? $this->getUserServiceService()));
  8338.     }
  8339.     /**
  8340.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  8341.      *
  8342.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  8343.      */
  8344.     protected function getManagerRegistryAwareConnectionProviderService()
  8345.     {
  8346.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  8347.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  8348.         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'));
  8349.     }
  8350.     /**
  8351.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  8352.      *
  8353.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  8354.      */
  8355.     protected function getRunSqlCommandService()
  8356.     {
  8357.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8358.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  8359.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  8360.         $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()));
  8361.         $instance->setName('dbal:run-sql');
  8362.         return $instance;
  8363.     }
  8364.     /**
  8365.      * Gets the private 'DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType' shared autowired service.
  8366.      *
  8367.      * @return \DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType
  8368.      */
  8369.     protected function getAsyncEntityTypeService()
  8370.     {
  8371.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8372.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8373.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Form/Type/AsyncEntityType.php';
  8374.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  8375.         if (isset($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType'])) {
  8376.             return $this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType'];
  8377.         }
  8378.         return $this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType'] = new \DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType(($this->services['doctrine'] ?? $this->getDoctrineService())->getManager('default'), $a);
  8379.     }
  8380.     /**
  8381.      * Gets the private 'DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType' shared autowired service.
  8382.      *
  8383.      * @return \DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType
  8384.      */
  8385.     protected function getSelectOrCreateTypeService()
  8386.     {
  8387.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8388.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8389.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Form/Type/SelectOrCreateType.php';
  8390.         return $this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType'] = new \DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType(($this->services['doctrine'] ?? $this->getDoctrineService())->getManager('default'));
  8391.     }
  8392.     /**
  8393.      * Gets the private 'DrosalysWeb\Bundle\WebSocketBundle\Command\ServerRunCommand' shared autowired service.
  8394.      *
  8395.      * @return \DrosalysWeb\Bundle\WebSocketBundle\Command\ServerRunCommand
  8396.      */
  8397.     protected function getServerRunCommandService()
  8398.     {
  8399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8400.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Command/ServerRunCommand.php';
  8401.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Server/IoServer.php';
  8402.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Server/IoServer.php';
  8403.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/ComponentInterface.php';
  8404.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageInterface.php';
  8405.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageComponentInterface.php';
  8406.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Http/CloseResponseTrait.php';
  8407.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Http/HttpServer.php';
  8408.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Http/HttpServerInterface.php';
  8409.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Session/SessionProvider.php';
  8410.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Http/Router.php';
  8411.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Http/ControllerResolver.php';
  8412.         include_once \dirname(__DIR__4).'/vendor/react/event-loop/src/LoopInterface.php';
  8413.         include_once \dirname(__DIR__4).'/vendor/react/event-loop/src/Factory.php';
  8414.         include_once \dirname(__DIR__4).'/vendor/evenement/evenement/src/EventEmitterInterface.php';
  8415.         include_once \dirname(__DIR__4).'/vendor/evenement/evenement/src/EventEmitterTrait.php';
  8416.         include_once \dirname(__DIR__4).'/vendor/evenement/evenement/src/EventEmitter.php';
  8417.         include_once \dirname(__DIR__4).'/vendor/react/socket/src/ServerInterface.php';
  8418.         include_once \dirname(__DIR__4).'/vendor/react/socket/src/SocketServer.php';
  8419.         $a \React\EventLoop\Factory::create();
  8420.         $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  8421.         $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']);
  8422.         $c->setLogger($b);
  8423.         $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);
  8424.         $instance->setName('drosalys:ws:server-run');
  8425.         return $instance;
  8426.     }
  8427.     /**
  8428.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\BlameSubscriber' shared service.
  8429.      *
  8430.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\BlameSubscriber
  8431.      */
  8432.     protected function getBlameSubscriberService()
  8433.     {
  8434.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8435.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/BlameSubscriber.php';
  8436.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Blame/BlamerInterface.php';
  8437.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/LazyChainBlamer.php';
  8438.         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']));
  8439.     }
  8440.     /**
  8441.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\BlameSubscriber.App\Entity\Account\User' shared service.
  8442.      *
  8443.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\BlameSubscriber
  8444.      */
  8445.     protected function getUser5Service()
  8446.     {
  8447.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8448.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/BlameSubscriber.php';
  8449.         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']);
  8450.     }
  8451.     /**
  8452.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\HierarchySubscriber' shared service.
  8453.      *
  8454.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\HierarchySubscriber
  8455.      */
  8456.     protected function getHierarchySubscriberService()
  8457.     {
  8458.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8459.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/HierarchySubscriber.php';
  8460.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\HierarchySubscriber();
  8461.     }
  8462.     /**
  8463.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TimestampSubscriber' shared service.
  8464.      *
  8465.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TimestampSubscriber
  8466.      */
  8467.     protected function getTimestampSubscriberService()
  8468.     {
  8469.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8470.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/TimestampSubscriber.php';
  8471.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TimestampSubscriber();
  8472.     }
  8473.     /**
  8474.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TranslationSubscriber' shared service.
  8475.      *
  8476.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TranslationSubscriber
  8477.      */
  8478.     protected function getTranslationSubscriberService()
  8479.     {
  8480.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8481.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/TranslationSubscriber.php';
  8482.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TranslationSubscriber();
  8483.     }
  8484.     /**
  8485.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\SerializeLogSubscriber' shared service.
  8486.      *
  8487.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\SerializeLogSubscriber
  8488.      */
  8489.     protected function getSerializeLogSubscriberService()
  8490.     {
  8491.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8492.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/SerializeLogSubscriber.php';
  8493.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/SerializeLog/LoggerInterface.php';
  8494.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/SerializeLog/AbstractLogger.php';
  8495.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/SerializeLog/LoggerInterface.php';
  8496.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/SerializeLog/ORMLogger.php';
  8497.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/SerializeLog/SerializerInterface.php';
  8498.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/SerializeLog/Serializer.php';
  8499.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/SerializeLog/ContextLoaderInterface.php';
  8500.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/SerializeLog/ChainContextLoader.php';
  8501.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/SerializeLog/AbstractSupportableContextLoader.php';
  8502.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/SerializeLog/RequestContextLoader.php';
  8503.         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())))])));
  8504.     }
  8505.     /**
  8506.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\TimestampSubscriber' shared service.
  8507.      *
  8508.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\TimestampSubscriber
  8509.      */
  8510.     protected function getTimestampSubscriber2Service()
  8511.     {
  8512.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8513.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/TimestampSubscriber.php';
  8514.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\TimestampSubscriber();
  8515.     }
  8516.     /**
  8517.      * Gets the private 'Drosalys\Bundle\ApiBundle\Action\ActionRetriever' shared autowired service.
  8518.      *
  8519.      * @return \Drosalys\Bundle\ApiBundle\Action\ActionRetriever
  8520.      */
  8521.     protected function getActionRetrieverService()
  8522.     {
  8523.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] = new \Drosalys\Bundle\ApiBundle\Action\ActionRetriever(new RewindableGenerator(function () {
  8524.             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()));
  8525.             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()));
  8526.         }, 2));
  8527.     }
  8528.     /**
  8529.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber' shared autowired service.
  8530.      *
  8531.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber
  8532.      */
  8533.     protected function getActionRequestBodyDescriberService()
  8534.     {
  8535.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  8536.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8537.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  8538.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/ActionRequestBodyDescriber.php';
  8539.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  8540.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionRequestBodyDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber();
  8541.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  8542.         $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())));
  8543.         return $instance;
  8544.     }
  8545.     /**
  8546.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber' shared autowired service.
  8547.      *
  8548.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber
  8549.      */
  8550.     protected function getActionResponseDescriberService()
  8551.     {
  8552.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  8553.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8554.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  8555.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/ActionResponseDescriber.php';
  8556.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  8557.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionResponseDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber();
  8558.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  8559.         $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())));
  8560.         return $instance;
  8561.     }
  8562.     /**
  8563.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber' shared autowired service.
  8564.      *
  8565.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber
  8566.      */
  8567.     protected function getOperationIdDescriberService()
  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/OperationIdDescriber.php';
  8573.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  8574.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\OperationIdDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber();
  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\PaginationDescriber' shared autowired service.
  8581.      *
  8582.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\PaginationDescriber
  8583.      */
  8584.     protected function getPaginationDescriberService()
  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/PaginationDescriber.php';
  8590.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  8591.         $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()));
  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\SecurityDescriber' shared autowired service.
  8598.      *
  8599.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber
  8600.      */
  8601.     protected function getSecurityDescriberService()
  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/SecurityDescriber.php';
  8607.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  8608.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\SecurityDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber();
  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\TagDescriber' shared autowired service.
  8615.      *
  8616.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber
  8617.      */
  8618.     protected function getTagDescriberService()
  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/TagDescriber.php';
  8624.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  8625.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\TagDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber([]);
  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\EventSubscriber\ActionControllerSubscriber' shared autowired service.
  8632.      *
  8633.      * @return \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber
  8634.      */
  8635.     protected function getActionControllerSubscriberService()
  8636.     {
  8637.         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()));
  8638.     }
  8639.     /**
  8640.      * Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber' shared autowired service.
  8641.      *
  8642.      * @return \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber
  8643.      */
  8644.     protected function getActionResponseSubscriberService()
  8645.     {
  8646.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/EventSubscriber/ActionResponseSubscriber.php';
  8647.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8648.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionResponseSubscriber'])) {
  8649.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionResponseSubscriber'];
  8650.         }
  8651.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionResponseSubscriber'] = new \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber($a, new RewindableGenerator(function () {
  8652.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\ValidationErrorResponseHandler'] ?? $this->getValidationErrorResponseHandlerService());
  8653.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\EmptyResponseHandler'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\EmptyResponseHandler'] = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\EmptyResponseHandler()));
  8654.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'] ?? $this->getPaginationResponseHandlerService());
  8655.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\DefaultResponseHandler'] ?? $this->getDefaultResponseHandlerService());
  8656.         }, 4), new RewindableGenerator(function () {
  8657.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Persister\\PersisterHandler\\DoctrinePersisterHandler'] ?? $this->getDoctrinePersisterHandlerService());
  8658.         }, 1));
  8659.     }
  8660.     /**
  8661.      * Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber' shared autowired service.
  8662.      *
  8663.      * @return \Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber
  8664.      */
  8665.     protected function getDeserializeActionControllerSubscriberService()
  8666.     {
  8667.         $a = ($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService());
  8668.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'])) {
  8669.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'];
  8670.         }
  8671.         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()));
  8672.     }
  8673.     /**
  8674.      * Gets the private 'Drosalys\Bundle\ApiBundle\Event\PostBuildResponseEvent' shared autowired service.
  8675.      *
  8676.      * @return \Drosalys\Bundle\ApiBundle\Event\PostBuildResponseEvent
  8677.      */
  8678.     protected function getPostBuildResponseEventService()
  8679.     {
  8680.         $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.');
  8681.     }
  8682.     /**
  8683.      * Gets the private 'Drosalys\Bundle\ApiBundle\Filter\ApiFilter' shared autowired service.
  8684.      *
  8685.      * @return \Drosalys\Bundle\ApiBundle\Filter\ApiFilter
  8686.      */
  8687.     protected function getApiFilterService()
  8688.     {
  8689.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8690.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8691.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Filter/ApiFilter.php';
  8692.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter'] = new \Drosalys\Bundle\ApiBundle\Filter\ApiFilter();
  8693.     }
  8694.     /**
  8695.      * Gets the private 'Drosalys\Bundle\ApiBundle\Filter\ApiFilterManager' shared autowired service.
  8696.      *
  8697.      * @return \Drosalys\Bundle\ApiBundle\Filter\ApiFilterManager
  8698.      */
  8699.     protected function getApiFilterManagerService()
  8700.     {
  8701.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Filter/ApiFilterManager.php';
  8702.         $a = ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService());
  8703.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'])) {
  8704.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'];
  8705.         }
  8706.         $b = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  8707.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'])) {
  8708.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'];
  8709.         }
  8710.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'] = new \Drosalys\Bundle\ApiBundle\Filter\ApiFilterManager($a$b);
  8711.     }
  8712.     /**
  8713.      * Gets the private 'Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\DoctrinePersisterHandler' shared autowired service.
  8714.      *
  8715.      * @return \Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\DoctrinePersisterHandler
  8716.      */
  8717.     protected function getDoctrinePersisterHandlerService()
  8718.     {
  8719.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Persister/PersisterHandler/PersisterHandlerInterface.php';
  8720.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Persister/PersisterHandler/DoctrinePersisterHandler.php';
  8721.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8722.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\Persister\\PersisterHandler\\DoctrinePersisterHandler'])) {
  8723.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\Persister\\PersisterHandler\\DoctrinePersisterHandler'];
  8724.         }
  8725.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Persister\\PersisterHandler\\DoctrinePersisterHandler'] = new \Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\DoctrinePersisterHandler($a);
  8726.     }
  8727.     /**
  8728.      * Gets the private 'Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler' shared autowired service.
  8729.      *
  8730.      * @return \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler
  8731.      */
  8732.     protected function getDefaultResponseHandlerService()
  8733.     {
  8734.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ResponseHandlerInterface.php';
  8735.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/AbstractResponseHandler.php';
  8736.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/DefaultResponseHandler.php';
  8737.         $this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\DefaultResponseHandler'] = $instance = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler();
  8738.         $instance->setSerializer(($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService()));
  8739.         return $instance;
  8740.     }
  8741.     /**
  8742.      * Gets the private 'Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler' shared autowired service.
  8743.      *
  8744.      * @return \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler
  8745.      */
  8746.     protected function getPaginationResponseHandlerService()
  8747.     {
  8748.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ResponseHandlerInterface.php';
  8749.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/AbstractResponseHandler.php';
  8750.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/PaginationResponseHandler.php';
  8751.         $a = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
  8752.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'])) {
  8753.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'];
  8754.         }
  8755.         $b = ($this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'] ?? $this->getApiFilterManagerService());
  8756.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'])) {
  8757.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'];
  8758.         }
  8759.         $this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'] = $instance = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler($a$b);
  8760.         $instance->setSerializer(($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService()));
  8761.         return $instance;
  8762.     }
  8763.     /**
  8764.      * Gets the private 'Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler' shared autowired service.
  8765.      *
  8766.      * @return \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler
  8767.      */
  8768.     protected function getValidationErrorResponseHandlerService()
  8769.     {
  8770.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ResponseHandlerInterface.php';
  8771.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/AbstractResponseHandler.php';
  8772.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ValidationErrorResponseHandler.php';
  8773.         $this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\ValidationErrorResponseHandler'] = $instance = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler();
  8774.         $instance->setSerializer(($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService()));
  8775.         return $instance;
  8776.     }
  8777.     /**
  8778.      * Gets the private 'Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter' shared autowired service.
  8779.      *
  8780.      * @return \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter
  8781.      */
  8782.     protected function getSerializerAdapterService()
  8783.     {
  8784.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  8785.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'])) {
  8786.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'];
  8787.         }
  8788.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] = new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter($a);
  8789.     }
  8790.     /**
  8791.      * Gets the private 'Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LogoutSubscriber' shared autowired service.
  8792.      *
  8793.      * @return \Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LogoutSubscriber
  8794.      */
  8795.     protected function getLogoutSubscriberService()
  8796.     {
  8797.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/EventSubscriber/LogoutSubscriber.php';
  8798.         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()));
  8799.     }
  8800.     /**
  8801.      * Gets the private 'Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber' shared autowired service.
  8802.      *
  8803.      * @return \Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber
  8804.      */
  8805.     protected function getHandleExpireTokenSubscriberService()
  8806.     {
  8807.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  8808.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\Security\\OAuth\\HandleExpireTokenSubscriber'])) {
  8809.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\Security\\OAuth\\HandleExpireTokenSubscriber'];
  8810.         }
  8811.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\Security\\OAuth\\HandleExpireTokenSubscriber'] = new \Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber($a, ($this->services['router'] ?? $this->getRouterService()));
  8812.     }
  8813.     /**
  8814.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber' shared autowired service.
  8815.      *
  8816.      * @return \Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber
  8817.      */
  8818.     protected function getChannelMenuDisplayedSubscriberService()
  8819.     {
  8820.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/EventSubscriber/ChannelMenuDisplayedSubscriber.php';
  8821.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataClient'] ?? $this->getChannelUserDataClientService());
  8822.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ChannelMenuDisplayedSubscriber'])) {
  8823.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ChannelMenuDisplayedSubscriber'];
  8824.         }
  8825.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ChannelMenuDisplayedSubscriber'] = new \Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8826.     }
  8827.     /**
  8828.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ForceUserFromSetupSubscriber' shared autowired service.
  8829.      *
  8830.      * @return \Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ForceUserFromSetupSubscriber
  8831.      */
  8832.     protected function getForceUserFromSetupSubscriberService()
  8833.     {
  8834.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  8835.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ForceUserFromSetupSubscriber'])) {
  8836.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ForceUserFromSetupSubscriber'];
  8837.         }
  8838.         $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()));
  8839.         $instance->setRepo(($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository'] ?? $this->getUserFromChannelRepositoryService()));
  8840.         return $instance;
  8841.     }
  8842.     /**
  8843.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\Repository\ChannelUserRoleRepository' shared autowired service.
  8844.      *
  8845.      * @return \Nellapp\Bundle\SDKBundle\Channel\Repository\ChannelUserRoleRepository
  8846.      */
  8847.     protected function getChannelUserRoleRepositoryService()
  8848.     {
  8849.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserRole/ChannelUserRoleRepositoryInterface.php';
  8850.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserRole/AbstractChannelUserRoleRepository.php';
  8851.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/ChannelUserRoleRepository.php';
  8852.         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()));
  8853.     }
  8854.     /**
  8855.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository' shared autowired service.
  8856.      *
  8857.      * @return \Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository
  8858.      */
  8859.     protected function getUserFromChannelRepositoryService()
  8860.     {
  8861.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository'] = new \Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8862.     }
  8863.     /**
  8864.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\Twig\Runtime\UserFromChannelRuntime' shared autowired service.
  8865.      *
  8866.      * @return \Nellapp\Bundle\SDKBundle\Channel\Twig\Runtime\UserFromChannelRuntime
  8867.      */
  8868.     protected function getUserFromChannelRuntimeService()
  8869.     {
  8870.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8871.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Twig/Runtime/UserFromChannelRuntime.php';
  8872.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  8873.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime'])) {
  8874.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime'];
  8875.         }
  8876.         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);
  8877.     }
  8878.     /**
  8879.      * Gets the private 'Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber' shared autowired service.
  8880.      *
  8881.      * @return \Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber
  8882.      */
  8883.     protected function getControllerEntityResolverSubscriberService()
  8884.     {
  8885.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8886.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'])) {
  8887.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'];
  8888.         }
  8889.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'] = new \Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber($a);
  8890.     }
  8891.     /**
  8892.      * Gets the private 'Nellapp\Bundle\SDKBundle\EventSubscriber\RequestChannelDomainSubscriber' shared autowired service.
  8893.      *
  8894.      * @return \Nellapp\Bundle\SDKBundle\EventSubscriber\RequestChannelDomainSubscriber
  8895.      */
  8896.     protected function getRequestChannelDomainSubscriberService()
  8897.     {
  8898.         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()));
  8899.     }
  8900.     /**
  8901.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoExport\AutoExportTerminateTracker' shared autowired service.
  8902.      *
  8903.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoExport\AutoExportTerminateTracker
  8904.      */
  8905.     protected function getAutoExportTerminateTrackerService()
  8906.     {
  8907.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoExport/AutoExportTerminateTracker.php';
  8908.         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()));
  8909.     }
  8910.     /**
  8911.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoExport\Doctrine\EventSubscriber\TerminateExportableSubscriber' shared autowired service.
  8912.      *
  8913.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoExport\Doctrine\EventSubscriber\TerminateExportableSubscriber
  8914.      */
  8915.     protected function getTerminateExportableSubscriberService()
  8916.     {
  8917.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8918.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoExport/Doctrine/EventSubscriber/TerminateExportableSubscriber.php';
  8919.         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()));
  8920.     }
  8921.     /**
  8922.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoExport\EventSubscriber\TerminateExportSubscriber' shared autowired service.
  8923.      *
  8924.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoExport\EventSubscriber\TerminateExportSubscriber
  8925.      */
  8926.     protected function getTerminateExportSubscriberService()
  8927.     {
  8928.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoExport/EventSubscriber/TerminateExportSubscriber.php';
  8929.         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()));
  8930.     }
  8931.     /**
  8932.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoExport\Resolvers\ExportTerminateResolverManager' shared autowired service.
  8933.      *
  8934.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoExport\Resolvers\ExportTerminateResolverManager
  8935.      */
  8936.     protected function getExportTerminateResolverManagerService()
  8937.     {
  8938.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoExport/Resolvers/ExportTerminateResolverManager.php';
  8939.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Resolvers\\ExportTerminateResolverManager'] = new \Nellapp\Bundle\SDKBundle\Export\AutoExport\Resolvers\ExportTerminateResolverManager(new RewindableGenerator(function () {
  8940.             return new \EmptyIterator();
  8941.         }, 0));
  8942.     }
  8943.     /**
  8944.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoRefresh\EventSubscriber\TerminateRefreshSubscriber' shared autowired service.
  8945.      *
  8946.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoRefresh\EventSubscriber\TerminateRefreshSubscriber
  8947.      */
  8948.     protected function getTerminateRefreshSubscriberService()
  8949.     {
  8950.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoRefresh/EventSubscriber/TerminateRefreshSubscriber.php';
  8951.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoRefresh/AutoRefreshTerminateTracker.php';
  8952.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoRefresh/Resolvers/AutoRefreshTerminateResolverManager.php';
  8953.         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 () {
  8954.             return new \EmptyIterator();
  8955.         }, 0)));
  8956.     }
  8957.     /**
  8958.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType' shared autowired service.
  8959.      *
  8960.      * @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType
  8961.      */
  8962.     protected function getGroupeFilterTypeService()
  8963.     {
  8964.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8965.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8966.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/Selektor/GroupeFilterType.php';
  8967.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType();
  8968.     }
  8969.     /**
  8970.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\ServiceFilterType' shared autowired service.
  8971.      *
  8972.      * @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\ServiceFilterType
  8973.      */
  8974.     protected function getServiceFilterTypeService()
  8975.     {
  8976.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8977.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8978.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/Selektor/ServiceFilterType.php';
  8979.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\ServiceFilterType();
  8980.     }
  8981.     /**
  8982.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType' shared autowired service.
  8983.      *
  8984.      * @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType
  8985.      */
  8986.     protected function getSessionFilterTypeService()
  8987.     {
  8988.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8989.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8990.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/Selektor/SessionFilterType.php';
  8991.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType();
  8992.     }
  8993.     /**
  8994.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType' shared autowired service.
  8995.      *
  8996.      * @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType
  8997.      */
  8998.     protected function getTrainingFilterTypeService()
  8999.     {
  9000.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9001.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9002.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/Selektor/TrainingFilterType.php';
  9003.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType();
  9004.     }
  9005.     /**
  9006.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\UserFilterType' shared autowired service.
  9007.      *
  9008.      * @return \Nellapp\Bundle\SDKBundle\Filter\UserFilterType
  9009.      */
  9010.     protected function getUserFilterTypeService()
  9011.     {
  9012.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9013.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9014.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/UserFilterType.php';
  9015.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\UserFilterType();
  9016.     }
  9017.     /**
  9018.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType' shared autowired service.
  9019.      *
  9020.      * @return \Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType
  9021.      */
  9022.     protected function getNellappBooleanTypeService()
  9023.     {
  9024.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9025.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9026.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Common/NellappBooleanType.php';
  9027.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType'] = new \Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType();
  9028.     }
  9029.     /**
  9030.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType' shared autowired service.
  9031.      *
  9032.      * @return \Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType
  9033.      */
  9034.     protected function getNellappChoiceTypeService()
  9035.     {
  9036.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9037.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9038.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Common/NellappChoiceType.php';
  9039.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType'] = new \Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType();
  9040.     }
  9041.     /**
  9042.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter' shared autowired service.
  9043.      *
  9044.      * @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter
  9045.      */
  9046.     protected function getCustomViewColumnsFilterService()
  9047.     {
  9048.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9049.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9050.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/CustomViewColumnsFilter.php';
  9051.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter();
  9052.     }
  9053.     /**
  9054.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType' shared autowired service.
  9055.      *
  9056.      * @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType
  9057.      */
  9058.     protected function getCustomViewManagerTypeService()
  9059.     {
  9060.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9061.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9062.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/CustomViewManagerType.php';
  9063.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType();
  9064.     }
  9065.     /**
  9066.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType' shared autowired service.
  9067.      *
  9068.      * @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType
  9069.      */
  9070.     protected function getEditCustomViewTypeService()
  9071.     {
  9072.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9073.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9074.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/EditCustomViewType.php';
  9075.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType();
  9076.     }
  9077.     /**
  9078.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType' shared autowired service.
  9079.      *
  9080.      * @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType
  9081.      */
  9082.     protected function getNewCustomViewTypeService()
  9083.     {
  9084.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9085.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9086.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/NewCustomViewType.php';
  9087.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType();
  9088.     }
  9089.     /**
  9090.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\ChannelUserData\ChannelUserRoleFilterType' shared autowired service.
  9091.      *
  9092.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\ChannelUserData\ChannelUserRoleFilterType
  9093.      */
  9094.     protected function getChannelUserRoleFilterTypeService()
  9095.     {
  9096.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9097.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9098.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/ChannelUserData/ChannelUserRoleFilterType.php';
  9099.         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()));
  9100.     }
  9101.     /**
  9102.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter' shared autowired service.
  9103.      *
  9104.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter
  9105.      */
  9106.     protected function getCollectionFilterService()
  9107.     {
  9108.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9109.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9110.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/Chat/CollectionFilter.php';
  9111.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter();
  9112.     }
  9113.     /**
  9114.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter' shared autowired service.
  9115.      *
  9116.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter
  9117.      */
  9118.     protected function getCollectionFilter2Service()
  9119.     {
  9120.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9121.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9122.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/EventUserProgression/CollectionFilter.php';
  9123.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter();
  9124.     }
  9125.     /**
  9126.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType' shared autowired service.
  9127.      *
  9128.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType
  9129.      */
  9130.     protected function getChannelUserRoleSelektorFilterTypeService()
  9131.     {
  9132.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9133.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9134.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/SelektorFilter/ChannelUserRoleSelektorFilterType.php';
  9135.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType();
  9136.     }
  9137.     /**
  9138.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType' shared autowired service.
  9139.      *
  9140.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType
  9141.      */
  9142.     protected function getUserSelektorFilterTypeService()
  9143.     {
  9144.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9145.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9146.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/SelektorFilter/UserSelektorFilterType.php';
  9147.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType();
  9148.     }
  9149.     /**
  9150.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\Session\SessionStatusFilterType' shared autowired service.
  9151.      *
  9152.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\Session\SessionStatusFilterType
  9153.      */
  9154.     protected function getSessionStatusFilterTypeService()
  9155.     {
  9156.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9157.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9158.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/Session/SessionStatusFilterType.php';
  9159.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\Session\SessionStatusFilterType();
  9160.     }
  9161.     /**
  9162.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\TabContainerType' shared autowired service.
  9163.      *
  9164.      * @return \Nellapp\Bundle\SDKBundle\Form\TabContainerType
  9165.      */
  9166.     protected function getTabContainerTypeService()
  9167.     {
  9168.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9169.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9170.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/TabContainerType.php';
  9171.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType'] = new \Nellapp\Bundle\SDKBundle\Form\TabContainerType();
  9172.     }
  9173.     /**
  9174.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\TabType' shared autowired service.
  9175.      *
  9176.      * @return \Nellapp\Bundle\SDKBundle\Form\TabType
  9177.      */
  9178.     protected function getTabTypeService()
  9179.     {
  9180.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9181.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9182.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/TabType.php';
  9183.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\TabType'] = new \Nellapp\Bundle\SDKBundle\Form\TabType();
  9184.     }
  9185.     /**
  9186.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType' shared autowired service.
  9187.      *
  9188.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType
  9189.      */
  9190.     protected function getAsyncEntityType2Service()
  9191.     {
  9192.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9193.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9194.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/AsyncEntityType.php';
  9195.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType();
  9196.     }
  9197.     /**
  9198.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType' shared autowired service.
  9199.      *
  9200.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType
  9201.      */
  9202.     protected function getChannelUserRoleSelektorTypeService()
  9203.     {
  9204.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9205.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9206.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/ChannelUserRoleSelektorType.php';
  9207.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType();
  9208.     }
  9209.     /**
  9210.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType' shared autowired service.
  9211.      *
  9212.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType
  9213.      */
  9214.     protected function getGroupSelektorTypeService()
  9215.     {
  9216.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9217.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9218.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/GroupSelektorType.php';
  9219.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType();
  9220.     }
  9221.     /**
  9222.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType' shared autowired service.
  9223.      *
  9224.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType
  9225.      */
  9226.     protected function getPlaceSelektorTypeService()
  9227.     {
  9228.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9229.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9230.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/PlaceSelektorType.php';
  9231.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType();
  9232.     }
  9233.     /**
  9234.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\ServiceSelektorType' shared autowired service.
  9235.      *
  9236.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\ServiceSelektorType
  9237.      */
  9238.     protected function getServiceSelektorTypeService()
  9239.     {
  9240.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9241.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9242.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/ServiceSelektorType.php';
  9243.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\ServiceSelektorType();
  9244.     }
  9245.     /**
  9246.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType' shared autowired service.
  9247.      *
  9248.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType
  9249.      */
  9250.     protected function getUserSelektorType2Service()
  9251.     {
  9252.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9253.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9254.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/UserSelektorType.php';
  9255.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType();
  9256.     }
  9257.     /**
  9258.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\ChannelGetterService' shared autowired service.
  9259.      *
  9260.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\ChannelGetterService
  9261.      */
  9262.     protected function getChannelGetterServiceService()
  9263.     {
  9264.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/ChannelGetterInterface.php';
  9265.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/ChannelGetterService.php';
  9266.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\ChannelGetterService'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\ChannelGetterService(($this->privates['App\\Repository\\Channel\\ChannelRepository'] ?? $this->getChannelRepositoryService()));
  9267.     }
  9268.     /**
  9269.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\Doctrine\EventSubscriber\ValidGlobalChannelAndUserSubscriber' shared autowired service.
  9270.      *
  9271.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Doctrine\EventSubscriber\ValidGlobalChannelAndUserSubscriber
  9272.      */
  9273.     protected function getValidGlobalChannelAndUserSubscriberService()
  9274.     {
  9275.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  9276.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Doctrine/EventSubscriber/ValidGlobalChannelAndUserSubscriber.php';
  9277.         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()));
  9278.     }
  9279.     /**
  9280.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService' shared autowired service.
  9281.      *
  9282.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService
  9283.      */
  9284.     protected function getGlobalEntitiesServiceService()
  9285.     {
  9286.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9287.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'])) {
  9288.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'];
  9289.         }
  9290.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] ?? $this->getGlobalEntityKeysService()));
  9291.     }
  9292.     /**
  9293.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys' shared autowired service.
  9294.      *
  9295.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys
  9296.      */
  9297.     protected function getGlobalEntityKeysService()
  9298.     {
  9299.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys($this->parameters['nellapp_sdk.global_getter.global_entities']);
  9300.     }
  9301.     /**
  9302.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\ChannelUserDataMenuDisplayedService' shared autowired service.
  9303.      *
  9304.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\ChannelUserDataMenuDisplayedService
  9305.      */
  9306.     protected function getChannelUserDataMenuDisplayedServiceService()
  9307.     {
  9308.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelUserDataMenuDisplayedService.php';
  9309.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelMenuDisplayedInterface.php';
  9310.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/EmptyChannelMenuDisplayed.php';
  9311.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'] ?? $this->getChannelResourceServiceService());
  9312.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'])) {
  9313.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'];
  9314.         }
  9315.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9316.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'])) {
  9317.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'];
  9318.         }
  9319.         $c = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] ?? $this->getAuthorizationHelperService());
  9320.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'])) {
  9321.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'];
  9322.         }
  9323.         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);
  9324.     }
  9325.     /**
  9326.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\EventSubscriber\TerminateMenuDisplayedSubscriber' shared autowired service.
  9327.      *
  9328.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\EventSubscriber\TerminateMenuDisplayedSubscriber
  9329.      */
  9330.     protected function getTerminateMenuDisplayedSubscriberService()
  9331.     {
  9332.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/EventSubscriber/TerminateMenuDisplayedSubscriber.php';
  9333.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelUserDataMenuDisplayedTerminateTracker.php';
  9334.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'] ?? $this->getChannelUserDataMenuDisplayedServiceService());
  9335.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\EventSubscriber\\TerminateMenuDisplayedSubscriber'])) {
  9336.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\EventSubscriber\\TerminateMenuDisplayedSubscriber'];
  9337.         }
  9338.         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()));
  9339.     }
  9340.     /**
  9341.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\Messenger\MenuDisplayedMiddleware' shared autowired service.
  9342.      *
  9343.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\Messenger\MenuDisplayedMiddleware
  9344.      */
  9345.     protected function getMenuDisplayedMiddlewareService()
  9346.     {
  9347.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  9348.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/Messenger/MenuDisplayedMiddleware.php';
  9349.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelUserDataMenuDisplayedTerminateTracker.php';
  9350.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'] ?? $this->getChannelUserDataMenuDisplayedServiceService());
  9351.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\Messenger\\MenuDisplayedMiddleware'])) {
  9352.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\Messenger\\MenuDisplayedMiddleware'];
  9353.         }
  9354.         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()));
  9355.     }
  9356.     /**
  9357.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelResourceManager' shared autowired service.
  9358.      *
  9359.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelResourceManager
  9360.      */
  9361.     protected function getChannelResourceManagerService()
  9362.     {
  9363.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelResourceManager.php';
  9364.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9365.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceManager'])) {
  9366.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceManager'];
  9367.         }
  9368.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceManager'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelResourceManager($a, ($this->services['cache.app'] ?? $this->getCache_AppService()), true);
  9369.     }
  9370.     /**
  9371.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelResourceService' shared autowired service.
  9372.      *
  9373.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelResourceService
  9374.      */
  9375.     protected function getChannelResourceServiceService()
  9376.     {
  9377.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelResourceService.php';
  9378.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiInternal/Client/ApiInternalClient.php';
  9379.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] ?? $this->getAuthorizationHelperService());
  9380.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'])) {
  9381.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'];
  9382.         }
  9383.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceManager'] ?? $this->getChannelResourceManagerService());
  9384.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'])) {
  9385.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'];
  9386.         }
  9387.         $c = ($this->privates['nellapp_sdk.routing.internal_url_generator'] ?? $this->getNellappSdk_Routing_InternalUrlGeneratorService());
  9388.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'])) {
  9389.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'];
  9390.         }
  9391.         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')));
  9392.     }
  9393.     /**
  9394.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionGroup\ChannelUserPermissionGroupManager' shared autowired service.
  9395.      *
  9396.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionGroup\ChannelUserPermissionGroupManager
  9397.      */
  9398.     protected function getChannelUserPermissionGroupManagerService()
  9399.     {
  9400.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelUserPermissionGroup/ChannelUserPermissionGroupManager.php';
  9401.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionGroup\ChannelUserPermissionGroupManager(new RewindableGenerator(function () {
  9402.             return new \EmptyIterator();
  9403.         }, 0));
  9404.     }
  9405.     /**
  9406.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionManager' shared autowired service.
  9407.      *
  9408.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionManager
  9409.      */
  9410.     protected function getChannelUserPermissionManagerService()
  9411.     {
  9412.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9413.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'])) {
  9414.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'];
  9415.         }
  9416.         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);
  9417.     }
  9418.     /**
  9419.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionService' shared autowired service.
  9420.      *
  9421.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionService
  9422.      */
  9423.     protected function getChannelUserPermissionServiceService()
  9424.     {
  9425.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService());
  9426.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'])) {
  9427.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'];
  9428.         }
  9429.         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()));
  9430.     }
  9431.     /**
  9432.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand' shared autowired service.
  9433.      *
  9434.      * @return \Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand
  9435.      */
  9436.     protected function getCheckChannelMenuDisplayedCommandService()
  9437.     {
  9438.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9439.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Command/CheckChannelMenuDisplayedCommand.php';
  9440.         $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()));
  9441.         $instance->setName('nellapp:check:menu-displayed');
  9442.         $instance->setDescription('Check the channel menu displayed for the given ChannelUserData');
  9443.         return $instance;
  9444.     }
  9445.     /**
  9446.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Command\CleanExpiredChannelResourcePermissionCommand' shared autowired service.
  9447.      *
  9448.      * @return \Nellapp\Bundle\SDKBundle\Permission\Command\CleanExpiredChannelResourcePermissionCommand
  9449.      */
  9450.     protected function getCleanExpiredChannelResourcePermissionCommandService()
  9451.     {
  9452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9453.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Command/CleanExpiredChannelResourcePermissionCommand.php';
  9454.         $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()));
  9455.         $instance->setName('nellapp:check:expired-permission');
  9456.         $instance->setDescription('Remove from database expired channel resource permissions.');
  9457.         return $instance;
  9458.     }
  9459.     /**
  9460.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\ChannelMenuDisplayedSubscriber' shared autowired service.
  9461.      *
  9462.      * @return \Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\ChannelMenuDisplayedSubscriber
  9463.      */
  9464.     protected function getChannelMenuDisplayedSubscriber2Service()
  9465.     {
  9466.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  9467.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Doctrine/EventSubscriber/ChannelMenuDisplayedSubscriber.php';
  9468.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelUserDataMenuDisplayedTerminateTracker.php';
  9469.         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())));
  9470.     }
  9471.     /**
  9472.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\Mapping\PermissionConstraintSubscriber' shared autowired service.
  9473.      *
  9474.      * @return \Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\Mapping\PermissionConstraintSubscriber
  9475.      */
  9476.     protected function getPermissionConstraintSubscriberService()
  9477.     {
  9478.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  9479.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Doctrine/EventSubscriber/Mapping/PermissionConstraintSubscriber.php';
  9480.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber'] = new \Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\Mapping\PermissionConstraintSubscriber();
  9481.     }
  9482.     /**
  9483.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager' shared autowired service.
  9484.      *
  9485.      * @return \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager
  9486.      */
  9487.     protected function getChannelUserPermissionEnumManagerService()
  9488.     {
  9489.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnumManager'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager(new RewindableGenerator(function () {
  9490.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserChannelUserDataPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserChannelUserDataPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserChannelUserDataPermissionEnum()));
  9491.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserCursusPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserCursusPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserCursusPermissionEnum()));
  9492.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionAsyncEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionAsyncEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionAsyncEnum()));
  9493.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnum()));
  9494.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserSessionPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserSessionPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserSessionPermissionEnum()));
  9495.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserTrainingPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserTrainingPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserTrainingPermissionEnum()));
  9496.         }, 6));
  9497.     }
  9498.     /**
  9499.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType' shared autowired service.
  9500.      *
  9501.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType
  9502.      */
  9503.     protected function getChannelUserPermissionEnumTypeService()
  9504.     {
  9505.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9506.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9507.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/ChannelUserPermissionEnumType.php';
  9508.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType();
  9509.     }
  9510.     /**
  9511.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType' shared autowired service.
  9512.      *
  9513.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType
  9514.      */
  9515.     protected function getChannelUserPermissionResourceTypeService()
  9516.     {
  9517.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9518.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9519.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/ChannelUserPermissionResourceType.php';
  9520.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType();
  9521.     }
  9522.     /**
  9523.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter' shared autowired service.
  9524.      *
  9525.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter
  9526.      */
  9527.     protected function getChannelUserDataFilterService()
  9528.     {
  9529.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9530.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9531.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/Filter/ChannelUserDataFilter.php';
  9532.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter(($this->services['router'] ?? $this->getRouterService()));
  9533.     }
  9534.     /**
  9535.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter' shared autowired service.
  9536.      *
  9537.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter
  9538.      */
  9539.     protected function getChannelUserPermissionResourceFilterService()
  9540.     {
  9541.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9542.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9543.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/Filter/ChannelUserPermissionResourceFilter.php';
  9544.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter();
  9545.     }
  9546.     /**
  9547.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\Filter\MultipleResourcePermissionsType' shared autowired service.
  9548.      *
  9549.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\MultipleResourcePermissionsType
  9550.      */
  9551.     protected function getMultipleResourcePermissionsTypeService()
  9552.     {
  9553.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9554.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9555.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/Filter/MultipleResourcePermissionsType.php';
  9556.         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()));
  9557.     }
  9558.     /**
  9559.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\SelectUserForChannelResourcePermissionType' shared autowired service.
  9560.      *
  9561.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\SelectUserForChannelResourcePermissionType
  9562.      */
  9563.     protected function getSelectUserForChannelResourcePermissionTypeService()
  9564.     {
  9565.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9566.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9567.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/SelectUserForChannelResourcePermissionType.php';
  9568.         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()));
  9569.     }
  9570.     /**
  9571.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Security\Authorization\AuthorizationHelper' shared autowired service.
  9572.      *
  9573.      * @return \Nellapp\Bundle\SDKBundle\Permission\Security\Authorization\AuthorizationHelper
  9574.      */
  9575.     protected function getAuthorizationHelperService()
  9576.     {
  9577.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Authorization/AuthorizationHelper.php';
  9578.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  9579.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'])) {
  9580.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'];
  9581.         }
  9582.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Authorization\AuthorizationHelper($a);
  9583.     }
  9584.     /**
  9585.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager' shared autowired service.
  9586.      *
  9587.      * @return \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager
  9588.      */
  9589.     protected function getChannelUserPermissionHierarchyManagerService()
  9590.     {
  9591.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionHierarchyManager'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager(new RewindableGenerator(function () {
  9592.             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()));
  9593.             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()));
  9594.             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()));
  9595.             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()));
  9596.             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()));
  9597.         }, 5));
  9598.     }
  9599.     /**
  9600.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime' shared autowired service.
  9601.      *
  9602.      * @return \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime
  9603.      */
  9604.     protected function getChannelUserDataPermissionRuntimeService()
  9605.     {
  9606.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9607.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/ChannelUserDataPermissionRuntime.php';
  9608.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService());
  9609.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime'])) {
  9610.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime'];
  9611.         }
  9612.         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()));
  9613.     }
  9614.     /**
  9615.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\TranslateRuntime' shared autowired service.
  9616.      *
  9617.      * @return \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\TranslateRuntime
  9618.      */
  9619.     protected function getTranslateRuntimeService()
  9620.     {
  9621.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9622.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/TranslateRuntime.php';
  9623.         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()));
  9624.     }
  9625.     /**
  9626.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\UserOwnerRuntime' shared autowired service.
  9627.      *
  9628.      * @return \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\UserOwnerRuntime
  9629.      */
  9630.     protected function getUserOwnerRuntimeService()
  9631.     {
  9632.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9633.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/UserOwnerRuntime.php';
  9634.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  9635.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime'])) {
  9636.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime'];
  9637.         }
  9638.         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);
  9639.     }
  9640.     /**
  9641.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter' shared autowired service.
  9642.      *
  9643.      * @return \Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter
  9644.      */
  9645.     protected function getUserOwnerGetterService()
  9646.     {
  9647.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] = new \Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter(new RewindableGenerator(function () {
  9648.             return new \EmptyIterator();
  9649.         }, 0));
  9650.     }
  9651.     /**
  9652.      * Gets the private 'Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\UrlGeneratorRuntime' shared autowired service.
  9653.      *
  9654.      * @return \Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\UrlGeneratorRuntime
  9655.      */
  9656.     protected function getUrlGeneratorRuntimeService()
  9657.     {
  9658.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9659.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Runtime/UrlGeneratorRuntime.php';
  9660.         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()));
  9661.     }
  9662.     /**
  9663.      * Gets the private 'Nellapp\Bundle\SDKBundle\Routing\Utils\ChannelMainDomainUtils' shared autowired service.
  9664.      *
  9665.      * @return \Nellapp\Bundle\SDKBundle\Routing\Utils\ChannelMainDomainUtils
  9666.      */
  9667.     protected function getChannelMainDomainUtilsService()
  9668.     {
  9669.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService());
  9670.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'])) {
  9671.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'];
  9672.         }
  9673.         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);
  9674.     }
  9675.     /**
  9676.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\UserClient' shared autowired service.
  9677.      *
  9678.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\UserClient
  9679.      */
  9680.     protected function getUserClientService()
  9681.     {
  9682.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9683.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9684.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9685.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Account/UserClient.php';
  9686.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9687.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'])) {
  9688.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'];
  9689.         }
  9690.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\UserClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a$this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  9691.     }
  9692.     /**
  9693.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\AbstractCursusClient' shared autowired service.
  9694.      *
  9695.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\AbstractCursusClient
  9696.      */
  9697.     protected function getAbstractCursusClientService()
  9698.     {
  9699.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9700.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9701.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9702.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/ChannelUserData/AbstractCursusClient.php';
  9703.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9704.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusClient'])) {
  9705.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusClient'];
  9706.         }
  9707.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\AbstractCursusClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a$this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  9708.     }
  9709.     /**
  9710.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\ChannelUserDataClient' shared autowired service.
  9711.      *
  9712.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\ChannelUserDataClient
  9713.      */
  9714.     protected function getChannelUserDataClientService()
  9715.     {
  9716.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9717.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9718.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9719.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/ChannelUserData/ChannelUserDataClient.php';
  9720.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9721.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataClient'])) {
  9722.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataClient'];
  9723.         }
  9724.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\ChannelUserDataClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a$this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  9725.     }
  9726.     /**
  9727.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelClient' shared autowired service.
  9728.      *
  9729.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelClient
  9730.      */
  9731.     protected function getChannelClientService()
  9732.     {
  9733.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9734.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9735.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9736.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelClient.php';
  9737.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9738.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'])) {
  9739.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'];
  9740.         }
  9741.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a$this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  9742.     }
  9743.     /**
  9744.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelConfigurationClient' shared autowired service.
  9745.      *
  9746.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelConfigurationClient
  9747.      */
  9748.     protected function getChannelConfigurationClientService()
  9749.     {
  9750.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9751.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9752.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9753.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelConfigurationClient.php';
  9754.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9755.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelConfigurationClient'])) {
  9756.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelConfigurationClient'];
  9757.         }
  9758.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelConfigurationClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelConfigurationClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a$this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  9759.     }
  9760.     /**
  9761.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserCursusPermissionClient' shared autowired service.
  9762.      *
  9763.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserCursusPermissionClient
  9764.      */
  9765.     protected function getChannelUserCursusPermissionClientService()
  9766.     {
  9767.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9768.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9769.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9770.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserCursusPermissionClient.php';
  9771.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9772.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserCursusPermissionClient'])) {
  9773.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserCursusPermissionClient'];
  9774.         }
  9775.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserCursusPermissionClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserCursusPermissionClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a$this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  9776.     }
  9777.     /**
  9778.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserRoleClient' shared autowired service.
  9779.      *
  9780.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserRoleClient
  9781.      */
  9782.     protected function getChannelUserRoleClientService()
  9783.     {
  9784.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9785.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9786.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9787.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserRoleClient.php';
  9788.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9789.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'])) {
  9790.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'];
  9791.         }
  9792.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserRoleClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a$this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  9793.     }
  9794.     /**
  9795.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserServicePermissionClient' shared autowired service.
  9796.      *
  9797.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserServicePermissionClient
  9798.      */
  9799.     protected function getChannelUserServicePermissionClientService()
  9800.     {
  9801.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9802.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9803.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9804.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserServicePermissionClient.php';
  9805.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9806.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'])) {
  9807.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'];
  9808.         }
  9809.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserServicePermissionClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a$this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  9810.     }
  9811.     /**
  9812.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserSessionPermissionClient' shared autowired service.
  9813.      *
  9814.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserSessionPermissionClient
  9815.      */
  9816.     protected function getChannelUserSessionPermissionClientService()
  9817.     {
  9818.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9819.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9820.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9821.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserSessionPermissionClient.php';
  9822.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9823.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'])) {
  9824.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'];
  9825.         }
  9826.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserSessionPermissionClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a$this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  9827.     }
  9828.     /**
  9829.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserTrainingPermissionClient' shared autowired service.
  9830.      *
  9831.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserTrainingPermissionClient
  9832.      */
  9833.     protected function getChannelUserTrainingPermissionClientService()
  9834.     {
  9835.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9836.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9837.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9838.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserTrainingPermissionClient.php';
  9839.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9840.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserTrainingPermissionClient'])) {
  9841.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserTrainingPermissionClient'];
  9842.         }
  9843.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserTrainingPermissionClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserTrainingPermissionClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a$this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  9844.     }
  9845.     /**
  9846.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelWhiteLabelClient' shared autowired service.
  9847.      *
  9848.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelWhiteLabelClient
  9849.      */
  9850.     protected function getChannelWhiteLabelClientService()
  9851.     {
  9852.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9853.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9854.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9855.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelWhiteLabelClient.php';
  9856.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9857.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelWhiteLabelClient'])) {
  9858.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelWhiteLabelClient'];
  9859.         }
  9860.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelWhiteLabelClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelWhiteLabelClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a$this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  9861.     }
  9862.     /**
  9863.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\GroupClient' shared autowired service.
  9864.      *
  9865.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\GroupClient
  9866.      */
  9867.     protected function getGroupClientService()
  9868.     {
  9869.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9870.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9871.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9872.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/GroupClient.php';
  9873.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9874.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'])) {
  9875.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'];
  9876.         }
  9877.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\GroupClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a$this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  9878.     }
  9879.     /**
  9880.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\PlaceClient' shared autowired service.
  9881.      *
  9882.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\PlaceClient
  9883.      */
  9884.     protected function getPlaceClientService()
  9885.     {
  9886.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9887.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9888.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9889.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/PlaceClient.php';
  9890.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9891.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'])) {
  9892.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'];
  9893.         }
  9894.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\PlaceClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a$this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  9895.     }
  9896.     /**
  9897.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\RoomClient' shared autowired service.
  9898.      *
  9899.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\RoomClient
  9900.      */
  9901.     protected function getRoomClientService()
  9902.     {
  9903.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9904.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9905.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9906.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/RoomClient.php';
  9907.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9908.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'])) {
  9909.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'];
  9910.         }
  9911.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\RoomClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a$this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  9912.     }
  9913.     /**
  9914.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ServiceClient' shared autowired service.
  9915.      *
  9916.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ServiceClient
  9917.      */
  9918.     protected function getServiceClientService()
  9919.     {
  9920.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9921.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9922.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9923.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ServiceClient.php';
  9924.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9925.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'])) {
  9926.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'];
  9927.         }
  9928.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ServiceClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a$this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  9929.     }
  9930.     /**
  9931.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\SessionClient' shared autowired service.
  9932.      *
  9933.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\SessionClient
  9934.      */
  9935.     protected function getSessionClientService()
  9936.     {
  9937.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9938.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9939.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9940.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/SessionClient.php';
  9941.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9942.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'])) {
  9943.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'];
  9944.         }
  9945.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\SessionClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a$this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  9946.     }
  9947.     /**
  9948.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\TrainingClient' shared autowired service.
  9949.      *
  9950.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\TrainingClient
  9951.      */
  9952.     protected function getTrainingClientService()
  9953.     {
  9954.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9955.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9956.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9957.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/TrainingClient.php';
  9958.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9959.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'])) {
  9960.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'];
  9961.         }
  9962.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\TrainingClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a$this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  9963.     }
  9964.     /**
  9965.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\UserFromChannelClient' shared autowired service.
  9966.      *
  9967.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\UserFromChannelClient
  9968.      */
  9969.     protected function getUserFromChannelClientService()
  9970.     {
  9971.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9972.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9973.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9974.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/UserFromChannelClient.php';
  9975.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9976.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'])) {
  9977.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'];
  9978.         }
  9979.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\UserFromChannelClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a$this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  9980.     }
  9981.     /**
  9982.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\ClientManager' shared autowired service.
  9983.      *
  9984.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ClientManager
  9985.      */
  9986.     protected function getClientManagerService()
  9987.     {
  9988.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/ClientManager.php';
  9989.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ClientManager'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ClientManager(new RewindableGenerator(function () {
  9990.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService());
  9991.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] ?? $this->getChannelClientService());
  9992.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelConfigurationClient'] ?? $this->getChannelConfigurationClientService());
  9993.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserCursusPermissionClient'] ?? $this->getChannelUserCursusPermissionClientService());
  9994.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'] ?? $this->getChannelUserRoleClientService());
  9995.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'] ?? $this->getChannelUserServicePermissionClientService());
  9996.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'] ?? $this->getChannelUserSessionPermissionClientService());
  9997.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserTrainingPermissionClient'] ?? $this->getChannelUserTrainingPermissionClientService());
  9998.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelWhiteLabelClient'] ?? $this->getChannelWhiteLabelClientService());
  9999.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] ?? $this->getGroupClientService());
  10000.             yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'] ?? $this->getPlaceClientService());
  10001.             yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'] ?? $this->getRoomClientService());
  10002.             yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'] ?? $this->getServiceClientService());
  10003.             yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'] ?? $this->getSessionClientService());
  10004.             yield 14 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] ?? $this->getTrainingClientService());
  10005.             yield 15 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] ?? $this->getUserFromChannelClientService());
  10006.             yield 16 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusClient'] ?? $this->getAbstractCursusClientService());
  10007.             yield 17 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataClient'] ?? $this->getChannelUserDataClientService());
  10008.             yield 18 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncAdditionalData\\AdditionalDataClient'] ?? $this->getAdditionalDataClientService());
  10009.         }, 19));
  10010.     }
  10011.     /**
  10012.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncAdditionalData\AdditionalDataClient' shared autowired service.
  10013.      *
  10014.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncAdditionalData\AdditionalDataClient
  10015.      */
  10016.     protected function getAdditionalDataClientService()
  10017.     {
  10018.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  10019.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  10020.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  10021.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncAdditionalData/AdditionalDataClient.php';
  10022.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  10023.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncAdditionalData\\AdditionalDataClient'])) {
  10024.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncAdditionalData\\AdditionalDataClient'];
  10025.         }
  10026.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncAdditionalData\\AdditionalDataClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncAdditionalData\AdditionalDataClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a$this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  10027.     }
  10028.     /**
  10029.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\FailedMessageCommand' shared autowired service.
  10030.      *
  10031.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\FailedMessageCommand
  10032.      */
  10033.     protected function getFailedMessageCommandService()
  10034.     {
  10035.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10036.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/FailedMessageCommand.php';
  10037.         $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()));
  10038.         $instance->setName('nellapp:failed-message');
  10039.         return $instance;
  10040.     }
  10041.     /**
  10042.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand' shared autowired service.
  10043.      *
  10044.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand
  10045.      */
  10046.     protected function getFullRefreshClassCommandService()
  10047.     {
  10048.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10049.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/FullRefreshClassCommand.php';
  10050.         $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\\Sync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10051.         $instance->setName('nellapp:force-full-refresh');
  10052.         $instance->setDescription('Force full refresh of a class');
  10053.         return $instance;
  10054.     }
  10055.     /**
  10056.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand' shared autowired service.
  10057.      *
  10058.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand
  10059.      */
  10060.     protected function getRefreshClassCommandService()
  10061.     {
  10062.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10063.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/RefreshClassCommand.php';
  10064.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorManager.php';
  10065.         $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand'] = $instance = new \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand(new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\HydratorManager(new RewindableGenerator(function () {
  10066.             yield => ($this->privates['App\\SdkBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'] ?? $this->getAbstractCursusHydratorService());
  10067.             yield => ($this->privates['App\\SdkBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'] ?? $this->getSessionHydratorService());
  10068.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'] ?? $this->getAbstractCursusHydrator2Service());
  10069.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'] ?? $this->getSessionHydrator2Service());
  10070.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\UserHydrator'] ?? $this->getUserHydratorService());
  10071.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelConfigurationHydrator'] ?? $this->getChannelConfigurationHydratorService());
  10072.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelHydrator'] ?? $this->getChannelHydratorService());
  10073.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'] ?? $this->getChannelUserCursusPermissionHydratorService());
  10074.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'] ?? $this->getChannelUserDataHydratorService());
  10075.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserRoleHydrator'] ?? $this->getChannelUserRoleHydratorService());
  10076.             yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'] ?? $this->getChannelUserServicePermissionHydratorService());
  10077.             yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'] ?? $this->getChannelUserSessionPermissionHydratorService());
  10078.             yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'] ?? $this->getChannelUserTrainingPermissionHydratorService());
  10079.             yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelWhiteLabelHydrator'] ?? $this->getChannelWhiteLabelHydratorService());
  10080.             yield 14 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'] ?? $this->getGroupHydratorService());
  10081.             yield 15 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\PlaceHydrator'] ?? $this->getPlaceHydratorService());
  10082.             yield 16 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\RoomHydrator'] ?? $this->getRoomHydratorService());
  10083.             yield 17 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ServiceHydrator'] ?? $this->getServiceHydratorService());
  10084.             yield 18 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'] ?? $this->getTrainingHydratorService());
  10085.             yield 19 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\UserFromChannelHydrator'] ?? $this->getUserFromChannelHydratorService());
  10086.         }, 20)), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ClientManager'] ?? $this->getClientManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\RefresherManager'] ?? $this->getRefresherManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10087.         $instance->setName('nellapp:force-refresh');
  10088.         $instance->setDescription('Force refresh of a class');
  10089.         return $instance;
  10090.     }
  10091.     /**
  10092.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand' shared autowired service.
  10093.      *
  10094.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand
  10095.      */
  10096.     protected function getRefreshOneCommandService()
  10097.     {
  10098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10099.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/RefreshOneCommand.php';
  10100.         $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand'] = $instance = new \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\RefresherManager'] ?? $this->getRefresherManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10101.         $instance->setName('nellapp:force-refresh-one');
  10102.         $instance->setDescription('Force refresh of an entity');
  10103.         return $instance;
  10104.     }
  10105.     /**
  10106.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand' shared autowired service.
  10107.      *
  10108.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand
  10109.      */
  10110.     protected function getUserFromChannelCommandService()
  10111.     {
  10112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10113.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/UserFromChannelCommand.php';
  10114.         $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()));
  10115.         $instance->setName('nellapp:force-sync:ufc');
  10116.         $instance->setDescription('Force sync all UserFromChannel');
  10117.         return $instance;
  10118.     }
  10119.     /**
  10120.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand' shared autowired service.
  10121.      *
  10122.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand
  10123.      */
  10124.     protected function getSyncOneCommandService()
  10125.     {
  10126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10127.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/SyncOneCommand.php';
  10128.         $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\\Sync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()));
  10129.         $instance->setName('nellapp:sync:one');
  10130.         $instance->setDescription('Manual sync by id');
  10131.         return $instance;
  10132.     }
  10133.     /**
  10134.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher' shared autowired service.
  10135.      *
  10136.      * @return \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher
  10137.      */
  10138.     protected function getUserRefresherService()
  10139.     {
  10140.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/FullRefresherInterface.php';
  10141.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/AbstractRefresher.php';
  10142.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/Account/UserRefresher.php';
  10143.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Account\\UserRefresher'] ?? $this->getUserRefresher2Service());
  10144.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'])) {
  10145.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'];
  10146.         }
  10147.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'] ?? $this->getChannelUserDataMenuDisplayedServiceService());
  10148.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'])) {
  10149.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'];
  10150.         }
  10151.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher($a$b$this->parameters['entities_handled']);
  10152.         $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10153.         $instance $instance->setRetrieverManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()));
  10154.         $instance $instance->setRefresherManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\RefresherManager'] ?? $this->getRefresherManagerService()));
  10155.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher'] = $instance $instance->setClientManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ClientManager'] ?? $this->getClientManagerService()));
  10156.         $instance->setManagerRegistry(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10157.         return $instance;
  10158.     }
  10159.     /**
  10160.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher' shared autowired service.
  10161.      *
  10162.      * @return \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher
  10163.      */
  10164.     protected function getChannelRefresherService()
  10165.     {
  10166.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/FullRefresherInterface.php';
  10167.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/AbstractRefresher.php';
  10168.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/Channel/ChannelRefresher.php';
  10169.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelRefresher'] ?? $this->getChannelRefresher2Service()));
  10170.         $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10171.         $instance $instance->setRetrieverManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()));
  10172.         $instance $instance->setRefresherManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\RefresherManager'] ?? $this->getRefresherManagerService()));
  10173.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher'] = $instance $instance->setClientManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ClientManager'] ?? $this->getClientManagerService()));
  10174.         $instance->setManagerRegistry(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10175.         return $instance;
  10176.     }
  10177.     /**
  10178.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefreshManager' shared autowired service.
  10179.      *
  10180.      * @return \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefreshManager
  10181.      */
  10182.     protected function getFullRefreshManagerService()
  10183.     {
  10184.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/FullRefreshManager.php';
  10185.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\FullRefreshManager'] = new \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefreshManager(new RewindableGenerator(function () {
  10186.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'] ?? $this->getUserRefresherService());
  10187.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Channel\\ChannelRefresher'] ?? $this->getChannelRefresherService());
  10188.         }, 2));
  10189.     }
  10190.     /**
  10191.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator' shared autowired service.
  10192.      *
  10193.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator
  10194.      */
  10195.     protected function getUserHydratorService()
  10196.     {
  10197.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10198.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10199.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Account/UserHydrator.php';
  10200.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator();
  10201.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10202.         return $instance;
  10203.     }
  10204.     /**
  10205.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\AbstractCursusHydrator' shared autowired service.
  10206.      *
  10207.      * @return \App\SdkBundle\Sync\Hydrator\Channel\AbstractCursusHydrator
  10208.      */
  10209.     protected function getAbstractCursusHydrator2Service()
  10210.     {
  10211.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10212.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10213.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/AbstractCursusHydrator.php';
  10214.         include_once \dirname(__DIR__4).'/src/SdkBundle/Sync/Hydrator/Channel/AbstractCursusHydrator.php';
  10215.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'] ?? $this->getSessionRetrieverService());
  10216.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'])) {
  10217.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'];
  10218.         }
  10219.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService());
  10220.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'])) {
  10221.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'];
  10222.         }
  10223.         $c = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'] ?? $this->getTrainingRetrieverService());
  10224.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'])) {
  10225.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'];
  10226.         }
  10227.         $d = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService());
  10228.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'])) {
  10229.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'];
  10230.         }
  10231.         $instance = new \App\SdkBundle\Sync\Hydrator\Channel\AbstractCursusHydrator($a$b$c$d);
  10232.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\AbstractCursusHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10233.         return $instance;
  10234.     }
  10235.     /**
  10236.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelConfigurationHydrator' shared autowired service.
  10237.      *
  10238.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelConfigurationHydrator
  10239.      */
  10240.     protected function getChannelConfigurationHydratorService()
  10241.     {
  10242.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10243.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10244.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelConfigurationHydrator.php';
  10245.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10246.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelConfigurationHydrator'])) {
  10247.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelConfigurationHydrator'];
  10248.         }
  10249.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelConfigurationHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()), $a);
  10250.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelConfigurationHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10251.         return $instance;
  10252.     }
  10253.     /**
  10254.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator' shared autowired service.
  10255.      *
  10256.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator
  10257.      */
  10258.     protected function getChannelHydratorService()
  10259.     {
  10260.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10261.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10262.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelHydrator.php';
  10263.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()));
  10264.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10265.         return $instance;
  10266.     }
  10267.     /**
  10268.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserCursusPermissionHydrator' shared autowired service.
  10269.      *
  10270.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserCursusPermissionHydrator
  10271.      */
  10272.     protected function getChannelUserCursusPermissionHydratorService()
  10273.     {
  10274.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10275.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10276.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserCursusPermissionHydrator.php';
  10277.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService());
  10278.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'])) {
  10279.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'];
  10280.         }
  10281.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'] ?? $this->getAbstractCursusRetrieverService());
  10282.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'])) {
  10283.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'];
  10284.         }
  10285.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserCursusPermissionHydrator($a$b);
  10286.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserCursusPermissionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10287.         return $instance;
  10288.     }
  10289.     /**
  10290.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator' shared autowired service.
  10291.      *
  10292.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator
  10293.      */
  10294.     protected function getChannelUserDataHydratorService()
  10295.     {
  10296.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10297.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10298.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserDataHydrator.php';
  10299.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10300.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'])) {
  10301.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'];
  10302.         }
  10303.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'] ?? $this->getChannelUserRoleRetrieverService());
  10304.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'])) {
  10305.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'];
  10306.         }
  10307.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()), $a$b);
  10308.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10309.         return $instance;
  10310.     }
  10311.     /**
  10312.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator' shared autowired service.
  10313.      *
  10314.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator
  10315.      */
  10316.     protected function getChannelUserRoleHydratorService()
  10317.     {
  10318.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10319.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10320.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserRoleHydrator.php';
  10321.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10322.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserRoleHydrator'])) {
  10323.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserRoleHydrator'];
  10324.         }
  10325.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator($a);
  10326.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10327.         return $instance;
  10328.     }
  10329.     /**
  10330.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator' shared autowired service.
  10331.      *
  10332.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator
  10333.      */
  10334.     protected function getChannelUserServicePermissionHydratorService()
  10335.     {
  10336.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10337.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10338.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserServicePermissionHydrator.php';
  10339.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService());
  10340.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'])) {
  10341.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'];
  10342.         }
  10343.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'] ?? $this->getSessionRetrieverService());
  10344.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'])) {
  10345.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'];
  10346.         }
  10347.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator($a$b);
  10348.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10349.         return $instance;
  10350.     }
  10351.     /**
  10352.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator' shared autowired service.
  10353.      *
  10354.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator
  10355.      */
  10356.     protected function getChannelUserSessionPermissionHydratorService()
  10357.     {
  10358.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10359.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10360.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserSessionPermissionHydrator.php';
  10361.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService());
  10362.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'])) {
  10363.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'];
  10364.         }
  10365.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'] ?? $this->getSessionRetrieverService());
  10366.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'])) {
  10367.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'];
  10368.         }
  10369.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator($a$b);
  10370.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10371.         return $instance;
  10372.     }
  10373.     /**
  10374.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserTrainingPermissionHydrator' shared autowired service.
  10375.      *
  10376.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserTrainingPermissionHydrator
  10377.      */
  10378.     protected function getChannelUserTrainingPermissionHydratorService()
  10379.     {
  10380.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10381.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10382.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserTrainingPermissionHydrator.php';
  10383.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService());
  10384.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'])) {
  10385.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'];
  10386.         }
  10387.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'] ?? $this->getTrainingRetrieverService());
  10388.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'])) {
  10389.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'];
  10390.         }
  10391.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserTrainingPermissionHydrator($a$b);
  10392.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserTrainingPermissionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10393.         return $instance;
  10394.     }
  10395.     /**
  10396.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelWhiteLabelHydrator' shared autowired service.
  10397.      *
  10398.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelWhiteLabelHydrator
  10399.      */
  10400.     protected function getChannelWhiteLabelHydratorService()
  10401.     {
  10402.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10403.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10404.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelWhiteLabelHydrator.php';
  10405.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10406.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelWhiteLabelHydrator'])) {
  10407.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelWhiteLabelHydrator'];
  10408.         }
  10409.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelWhiteLabelHydrator($a);
  10410.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelWhiteLabelHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10411.         return $instance;
  10412.     }
  10413.     /**
  10414.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator' shared autowired service.
  10415.      *
  10416.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator
  10417.      */
  10418.     protected function getGroupHydratorService()
  10419.     {
  10420.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10421.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10422.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/GroupHydrator.php';
  10423.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10424.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'])) {
  10425.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'];
  10426.         }
  10427.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService());
  10428.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'])) {
  10429.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'];
  10430.         }
  10431.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()), $b);
  10432.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10433.         return $instance;
  10434.     }
  10435.     /**
  10436.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator' shared autowired service.
  10437.      *
  10438.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator
  10439.      */
  10440.     protected function getPlaceHydratorService()
  10441.     {
  10442.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10443.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10444.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/PlaceHydrator.php';
  10445.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10446.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\PlaceHydrator'])) {
  10447.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\PlaceHydrator'];
  10448.         }
  10449.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator($a);
  10450.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10451.         return $instance;
  10452.     }
  10453.     /**
  10454.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator' shared autowired service.
  10455.      *
  10456.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator
  10457.      */
  10458.     protected function getRoomHydratorService()
  10459.     {
  10460.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10461.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10462.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/RoomHydrator.php';
  10463.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService());
  10464.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\RoomHydrator'])) {
  10465.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\RoomHydrator'];
  10466.         }
  10467.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator($a);
  10468.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10469.         return $instance;
  10470.     }
  10471.     /**
  10472.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator' shared autowired service.
  10473.      *
  10474.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator
  10475.      */
  10476.     protected function getServiceHydratorService()
  10477.     {
  10478.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10479.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10480.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ServiceHydrator.php';
  10481.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10482.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ServiceHydrator'])) {
  10483.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ServiceHydrator'];
  10484.         }
  10485.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()));
  10486.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10487.         return $instance;
  10488.     }
  10489.     /**
  10490.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator' shared autowired service.
  10491.      *
  10492.      * @return \App\SdkBundle\Sync\Hydrator\Channel\SessionHydrator
  10493.      */
  10494.     protected function getSessionHydrator2Service()
  10495.     {
  10496.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10497.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10498.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/SessionHydrator.php';
  10499.         include_once \dirname(__DIR__4).'/src/SdkBundle/Sync/Hydrator/Channel/SessionHydrator.php';
  10500.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'] ?? $this->getGroupRetrieverService());
  10501.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'])) {
  10502.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'];
  10503.         }
  10504.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'] ?? $this->getTrainingRetrieverService());
  10505.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'])) {
  10506.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'];
  10507.         }
  10508.         $instance = new \App\SdkBundle\Sync\Hydrator\Channel\SessionHydrator($a$b);
  10509.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10510.         return $instance;
  10511.     }
  10512.     /**
  10513.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator' shared autowired service.
  10514.      *
  10515.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator
  10516.      */
  10517.     protected function getTrainingHydratorService()
  10518.     {
  10519.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10520.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10521.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/TrainingHydrator.php';
  10522.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10523.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'])) {
  10524.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'];
  10525.         }
  10526.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator($a);
  10527.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10528.         return $instance;
  10529.     }
  10530.     /**
  10531.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator' shared autowired service.
  10532.      *
  10533.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator
  10534.      */
  10535.     protected function getUserFromChannelHydratorService()
  10536.     {
  10537.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10538.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10539.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/UserFromChannelHydrator.php';
  10540.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10541.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\UserFromChannelHydrator'])) {
  10542.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\UserFromChannelHydrator'];
  10543.         }
  10544.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()));
  10545.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10546.         return $instance;
  10547.     }
  10548.     /**
  10549.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Manipulator' shared autowired service.
  10550.      *
  10551.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Manipulator
  10552.      */
  10553.     protected function getManipulatorService()
  10554.     {
  10555.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Manipulator/ManipulatorInterface.php';
  10556.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Manipulator/Manipulator.php';
  10557.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Manipulator.php';
  10558.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Manipulator(($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  10559.     }
  10560.     /**
  10561.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Proxy\ProxyClient' shared autowired service.
  10562.      *
  10563.      * @return \Nellapp\Bundle\SDKBundle\Sync\Proxy\ProxyClient
  10564.      */
  10565.     protected function getProxyClientService()
  10566.     {
  10567.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiClientInterApp/Proxy/ProxyClientInterface.php';
  10568.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiClientInterApp/Proxy/AbstractProxyClient.php';
  10569.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Proxy/ProxyClient.php';
  10570.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Proxy\\ProxyClient'] = new \Nellapp\Bundle\SDKBundle\Sync\Proxy\ProxyClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  10571.     }
  10572.     /**
  10573.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher' shared autowired service.
  10574.      *
  10575.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher
  10576.      */
  10577.     protected function getUserRefresher2Service()
  10578.     {
  10579.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10580.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10581.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Account/UserRefresher.php';
  10582.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService());
  10583.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Account\\UserRefresher'])) {
  10584.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Account\\UserRefresher'];
  10585.         }
  10586.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\UserHydrator'] ?? $this->getUserHydratorService()), $a);
  10587.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10588.         return $instance;
  10589.     }
  10590.     /**
  10591.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher' shared autowired service.
  10592.      *
  10593.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher
  10594.      */
  10595.     protected function getAbstractCursusRefresherService()
  10596.     {
  10597.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10598.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10599.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/AbstractCursusRefresher.php';
  10600.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'] ?? $this->getAbstractCursusHydrator2Service());
  10601.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\AbstractCursusRefresher'])) {
  10602.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\AbstractCursusRefresher'];
  10603.         }
  10604.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusClient'] ?? $this->getAbstractCursusClientService());
  10605.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\AbstractCursusRefresher'])) {
  10606.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\AbstractCursusRefresher'];
  10607.         }
  10608.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher($a$b);
  10609.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10610.         return $instance;
  10611.     }
  10612.     /**
  10613.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelConfigurationRefresher' shared autowired service.
  10614.      *
  10615.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelConfigurationRefresher
  10616.      */
  10617.     protected function getChannelConfigurationRefresherService()
  10618.     {
  10619.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10620.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10621.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelConfigurationRefresher.php';
  10622.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelConfigurationClient'] ?? $this->getChannelConfigurationClientService());
  10623.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelConfigurationRefresher'])) {
  10624.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelConfigurationRefresher'];
  10625.         }
  10626.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelConfigurationRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelConfigurationHydrator'] ?? $this->getChannelConfigurationHydratorService()), $a);
  10627.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelConfigurationRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10628.         return $instance;
  10629.     }
  10630.     /**
  10631.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher' shared autowired service.
  10632.      *
  10633.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher
  10634.      */
  10635.     protected function getChannelRefresher2Service()
  10636.     {
  10637.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10638.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10639.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelRefresher.php';
  10640.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] ?? $this->getChannelClientService());
  10641.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelRefresher'])) {
  10642.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelRefresher'];
  10643.         }
  10644.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelHydrator'] ?? $this->getChannelHydratorService()), $a);
  10645.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10646.         return $instance;
  10647.     }
  10648.     /**
  10649.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserCursusPermissionRefresher' shared autowired service.
  10650.      *
  10651.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserCursusPermissionRefresher
  10652.      */
  10653.     protected function getChannelUserCursusPermissionRefresherService()
  10654.     {
  10655.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10656.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10657.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserCursusPermissionRefresher.php';
  10658.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserCursusPermissionClient'] ?? $this->getChannelUserCursusPermissionClientService());
  10659.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserCursusPermissionRefresher'])) {
  10660.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserCursusPermissionRefresher'];
  10661.         }
  10662.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserCursusPermissionRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'] ?? $this->getChannelUserCursusPermissionHydratorService()), $a);
  10663.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserCursusPermissionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10664.         return $instance;
  10665.     }
  10666.     /**
  10667.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher' shared autowired service.
  10668.      *
  10669.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher
  10670.      */
  10671.     protected function getChannelUserDataRefresherService()
  10672.     {
  10673.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10674.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10675.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserDataRefresher.php';
  10676.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'] ?? $this->getChannelUserDataHydratorService());
  10677.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserDataRefresher'])) {
  10678.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserDataRefresher'];
  10679.         }
  10680.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataClient'] ?? $this->getChannelUserDataClientService());
  10681.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserDataRefresher'])) {
  10682.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserDataRefresher'];
  10683.         }
  10684.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher($a$b);
  10685.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10686.         return $instance;
  10687.     }
  10688.     /**
  10689.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher' shared autowired service.
  10690.      *
  10691.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher
  10692.      */
  10693.     protected function getChannelUserRoleRefresherService()
  10694.     {
  10695.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10696.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10697.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserRoleRefresher.php';
  10698.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'] ?? $this->getChannelUserRoleClientService());
  10699.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserRoleRefresher'])) {
  10700.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserRoleRefresher'];
  10701.         }
  10702.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserRoleHydrator'] ?? $this->getChannelUserRoleHydratorService()), $a);
  10703.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10704.         return $instance;
  10705.     }
  10706.     /**
  10707.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher' shared autowired service.
  10708.      *
  10709.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher
  10710.      */
  10711.     protected function getChannelUserServicePermissionRefresherService()
  10712.     {
  10713.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10714.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10715.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserServicePermissionRefresher.php';
  10716.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'] ?? $this->getChannelUserServicePermissionClientService());
  10717.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserServicePermissionRefresher'])) {
  10718.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserServicePermissionRefresher'];
  10719.         }
  10720.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'] ?? $this->getChannelUserServicePermissionHydratorService()), $a);
  10721.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10722.         return $instance;
  10723.     }
  10724.     /**
  10725.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher' shared autowired service.
  10726.      *
  10727.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher
  10728.      */
  10729.     protected function getChannelUserSessionPermissionRefresherService()
  10730.     {
  10731.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10732.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10733.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserSessionPermissionRefresher.php';
  10734.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'] ?? $this->getChannelUserSessionPermissionClientService());
  10735.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserSessionPermissionRefresher'])) {
  10736.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserSessionPermissionRefresher'];
  10737.         }
  10738.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'] ?? $this->getChannelUserSessionPermissionHydratorService()), $a);
  10739.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10740.         return $instance;
  10741.     }
  10742.     /**
  10743.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserTrainingPermissionRefresher' shared autowired service.
  10744.      *
  10745.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserTrainingPermissionRefresher
  10746.      */
  10747.     protected function getChannelUserTrainingPermissionRefresherService()
  10748.     {
  10749.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10750.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10751.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserTrainingPermissionRefresher.php';
  10752.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserTrainingPermissionClient'] ?? $this->getChannelUserTrainingPermissionClientService());
  10753.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserTrainingPermissionRefresher'])) {
  10754.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserTrainingPermissionRefresher'];
  10755.         }
  10756.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserTrainingPermissionRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'] ?? $this->getChannelUserTrainingPermissionHydratorService()), $a);
  10757.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserTrainingPermissionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10758.         return $instance;
  10759.     }
  10760.     /**
  10761.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelWhiteLabelRefresher' shared autowired service.
  10762.      *
  10763.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelWhiteLabelRefresher
  10764.      */
  10765.     protected function getChannelWhiteLabelRefresherService()
  10766.     {
  10767.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10768.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10769.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelWhiteLabelRefresher.php';
  10770.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelWhiteLabelClient'] ?? $this->getChannelWhiteLabelClientService());
  10771.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelWhiteLabelRefresher'])) {
  10772.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelWhiteLabelRefresher'];
  10773.         }
  10774.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelWhiteLabelRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelWhiteLabelHydrator'] ?? $this->getChannelWhiteLabelHydratorService()), $a);
  10775.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelWhiteLabelRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10776.         return $instance;
  10777.     }
  10778.     /**
  10779.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher' shared autowired service.
  10780.      *
  10781.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher
  10782.      */
  10783.     protected function getGroupRefresherService()
  10784.     {
  10785.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10786.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10787.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/GroupRefresher.php';
  10788.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'] ?? $this->getGroupHydratorService());
  10789.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\GroupRefresher'])) {
  10790.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\GroupRefresher'];
  10791.         }
  10792.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] ?? $this->getGroupClientService());
  10793.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\GroupRefresher'])) {
  10794.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\GroupRefresher'];
  10795.         }
  10796.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher($a$b);
  10797.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10798.         return $instance;
  10799.     }
  10800.     /**
  10801.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher' shared autowired service.
  10802.      *
  10803.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher
  10804.      */
  10805.     protected function getPlaceRefresherService()
  10806.     {
  10807.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10808.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10809.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/PlaceRefresher.php';
  10810.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'] ?? $this->getPlaceClientService());
  10811.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\PlaceRefresher'])) {
  10812.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\PlaceRefresher'];
  10813.         }
  10814.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\PlaceHydrator'] ?? $this->getPlaceHydratorService()), $a);
  10815.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10816.         return $instance;
  10817.     }
  10818.     /**
  10819.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher' shared autowired service.
  10820.      *
  10821.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher
  10822.      */
  10823.     protected function getRoomRefresherService()
  10824.     {
  10825.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10826.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10827.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/RoomRefresher.php';
  10828.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'] ?? $this->getRoomClientService());
  10829.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\RoomRefresher'])) {
  10830.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\RoomRefresher'];
  10831.         }
  10832.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\RoomHydrator'] ?? $this->getRoomHydratorService()), $a);
  10833.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10834.         return $instance;
  10835.     }
  10836.     /**
  10837.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher' shared autowired service.
  10838.      *
  10839.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher
  10840.      */
  10841.     protected function getServiceRefresherService()
  10842.     {
  10843.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10844.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10845.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ServiceRefresher.php';
  10846.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'] ?? $this->getServiceClientService());
  10847.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ServiceRefresher'])) {
  10848.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ServiceRefresher'];
  10849.         }
  10850.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ServiceHydrator'] ?? $this->getServiceHydratorService()), $a);
  10851.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10852.         return $instance;
  10853.     }
  10854.     /**
  10855.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher' shared autowired service.
  10856.      *
  10857.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher
  10858.      */
  10859.     protected function getSessionRefresherService()
  10860.     {
  10861.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10862.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10863.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/SessionRefresher.php';
  10864.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'] ?? $this->getSessionHydrator2Service());
  10865.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\SessionRefresher'])) {
  10866.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\SessionRefresher'];
  10867.         }
  10868.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'] ?? $this->getSessionClientService());
  10869.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\SessionRefresher'])) {
  10870.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\SessionRefresher'];
  10871.         }
  10872.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher($a$b);
  10873.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10874.         return $instance;
  10875.     }
  10876.     /**
  10877.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher' shared autowired service.
  10878.      *
  10879.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher
  10880.      */
  10881.     protected function getTrainingRefresherService()
  10882.     {
  10883.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10884.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10885.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/TrainingRefresher.php';
  10886.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] ?? $this->getTrainingClientService());
  10887.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\TrainingRefresher'])) {
  10888.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\TrainingRefresher'];
  10889.         }
  10890.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'] ?? $this->getTrainingHydratorService()), $a);
  10891.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10892.         return $instance;
  10893.     }
  10894.     /**
  10895.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher' shared autowired service.
  10896.      *
  10897.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher
  10898.      */
  10899.     protected function getUserFromChannelRefresherService()
  10900.     {
  10901.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10902.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10903.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/UserFromChannelRefresher.php';
  10904.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] ?? $this->getUserFromChannelClientService());
  10905.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\UserFromChannelRefresher'])) {
  10906.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\UserFromChannelRefresher'];
  10907.         }
  10908.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\UserFromChannelHydrator'] ?? $this->getUserFromChannelHydratorService()), $a);
  10909.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10910.         return $instance;
  10911.     }
  10912.     /**
  10913.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherManager' shared autowired service.
  10914.      *
  10915.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherManager
  10916.      */
  10917.     protected function getRefresherManagerService()
  10918.     {
  10919.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherManager.php';
  10920.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\RefresherManager'] = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherManager(new RewindableGenerator(function () {
  10921.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Account\\UserRefresher'] ?? $this->getUserRefresher2Service());
  10922.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\AbstractCursusRefresher'] ?? $this->getAbstractCursusRefresherService());
  10923.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelConfigurationRefresher'] ?? $this->getChannelConfigurationRefresherService());
  10924.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelRefresher'] ?? $this->getChannelRefresher2Service());
  10925.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserCursusPermissionRefresher'] ?? $this->getChannelUserCursusPermissionRefresherService());
  10926.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserDataRefresher'] ?? $this->getChannelUserDataRefresherService());
  10927.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserRoleRefresher'] ?? $this->getChannelUserRoleRefresherService());
  10928.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserServicePermissionRefresher'] ?? $this->getChannelUserServicePermissionRefresherService());
  10929.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserSessionPermissionRefresher'] ?? $this->getChannelUserSessionPermissionRefresherService());
  10930.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserTrainingPermissionRefresher'] ?? $this->getChannelUserTrainingPermissionRefresherService());
  10931.             yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelWhiteLabelRefresher'] ?? $this->getChannelWhiteLabelRefresherService());
  10932.             yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\GroupRefresher'] ?? $this->getGroupRefresherService());
  10933.             yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\PlaceRefresher'] ?? $this->getPlaceRefresherService());
  10934.             yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\RoomRefresher'] ?? $this->getRoomRefresherService());
  10935.             yield 14 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ServiceRefresher'] ?? $this->getServiceRefresherService());
  10936.             yield 15 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\SessionRefresher'] ?? $this->getSessionRefresherService());
  10937.             yield 16 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\TrainingRefresher'] ?? $this->getTrainingRefresherService());
  10938.             yield 17 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\UserFromChannelRefresher'] ?? $this->getUserFromChannelRefresherService());
  10939.         }, 18));
  10940.     }
  10941.     /**
  10942.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever' shared autowired service.
  10943.      *
  10944.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever
  10945.      */
  10946.     protected function getUserRetrieverService()
  10947.     {
  10948.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  10949.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  10950.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Account/UserRetriever.php';
  10951.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService());
  10952.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'])) {
  10953.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'];
  10954.         }
  10955.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\UserHydrator'] ?? $this->getUserHydratorService()));
  10956.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10957.         return $instance;
  10958.     }
  10959.     /**
  10960.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever' shared autowired service.
  10961.      *
  10962.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever
  10963.      */
  10964.     protected function getAbstractCursusRetrieverService()
  10965.     {
  10966.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  10967.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  10968.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/AbstractCursusRetriever.php';
  10969.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusClient'] ?? $this->getAbstractCursusClientService());
  10970.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'])) {
  10971.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'];
  10972.         }
  10973.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'] ?? $this->getAbstractCursusHydrator2Service());
  10974.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'])) {
  10975.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'];
  10976.         }
  10977.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever($a$b);
  10978.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10979.         return $instance;
  10980.     }
  10981.     /**
  10982.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelConfigurationRetriever' shared autowired service.
  10983.      *
  10984.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelConfigurationRetriever
  10985.      */
  10986.     protected function getChannelConfigurationRetrieverService()
  10987.     {
  10988.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  10989.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  10990.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelConfigurationRetriever.php';
  10991.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelConfigurationClient'] ?? $this->getChannelConfigurationClientService());
  10992.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelConfigurationRetriever'])) {
  10993.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelConfigurationRetriever'];
  10994.         }
  10995.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelConfigurationHydrator'] ?? $this->getChannelConfigurationHydratorService());
  10996.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelConfigurationRetriever'])) {
  10997.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelConfigurationRetriever'];
  10998.         }
  10999.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelConfigurationRetriever($a$b);
  11000.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelConfigurationRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11001.         return $instance;
  11002.     }
  11003.     /**
  11004.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever' shared autowired service.
  11005.      *
  11006.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever
  11007.      */
  11008.     protected function getChannelRetrieverService()
  11009.     {
  11010.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  11011.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  11012.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelRetriever.php';
  11013.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] ?? $this->getChannelClientService());
  11014.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'])) {
  11015.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'];
  11016.         }
  11017.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelHydrator'] ?? $this->getChannelHydratorService()));
  11018.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11019.         return $instance;
  11020.     }
  11021.     /**
  11022.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserCursusPermissionRetriever' shared autowired service.
  11023.      *
  11024.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserCursusPermissionRetriever
  11025.      */
  11026.     protected function getChannelUserCursusPermissionRetrieverService()
  11027.     {
  11028.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  11029.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  11030.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserCursusPermissionRetriever.php';
  11031.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserCursusPermissionClient'] ?? $this->getChannelUserCursusPermissionClientService());
  11032.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserCursusPermissionRetriever'])) {
  11033.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserCursusPermissionRetriever'];
  11034.         }
  11035.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'] ?? $this->getChannelUserCursusPermissionHydratorService());
  11036.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserCursusPermissionRetriever'])) {
  11037.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserCursusPermissionRetriever'];
  11038.         }
  11039.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserCursusPermissionRetriever($a$b);
  11040.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserCursusPermissionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11041.         return $instance;
  11042.     }
  11043.     /**
  11044.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever' shared autowired service.
  11045.      *
  11046.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever
  11047.      */
  11048.     protected function getChannelUserDataRetrieverService()
  11049.     {
  11050.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  11051.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  11052.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserDataRetriever.php';
  11053.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataClient'] ?? $this->getChannelUserDataClientService());
  11054.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'])) {
  11055.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'];
  11056.         }
  11057.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'] ?? $this->getChannelUserDataHydratorService());
  11058.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'])) {
  11059.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'];
  11060.         }
  11061.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever($a$b);
  11062.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever'] = $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\Retriever\Channel\ChannelUserRoleRetriever' shared autowired service.
  11067.      *
  11068.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever
  11069.      */
  11070.     protected function getChannelUserRoleRetrieverService()
  11071.     {
  11072.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  11073.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  11074.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserRoleRetriever.php';
  11075.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'] ?? $this->getChannelUserRoleClientService());
  11076.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'])) {
  11077.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'];
  11078.         }
  11079.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserRoleHydrator'] ?? $this->getChannelUserRoleHydratorService());
  11080.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'])) {
  11081.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'];
  11082.         }
  11083.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever($a$b);
  11084.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11085.         return $instance;
  11086.     }
  11087.     /**
  11088.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever' shared autowired service.
  11089.      *
  11090.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever
  11091.      */
  11092.     protected function getChannelUserServicePermissionRetrieverService()
  11093.     {
  11094.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  11095.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  11096.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserServicePermissionRetriever.php';
  11097.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'] ?? $this->getChannelUserServicePermissionHydratorService());
  11098.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserServicePermissionRetriever'])) {
  11099.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserServicePermissionRetriever'];
  11100.         }
  11101.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'] ?? $this->getChannelUserServicePermissionClientService());
  11102.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserServicePermissionRetriever'])) {
  11103.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserServicePermissionRetriever'];
  11104.         }
  11105.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever($a$b);
  11106.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11107.         return $instance;
  11108.     }
  11109.     /**
  11110.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever' shared autowired service.
  11111.      *
  11112.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever
  11113.      */
  11114.     protected function getChannelUserSessionPermissionRetrieverService()
  11115.     {
  11116.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  11117.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  11118.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserSessionPermissionRetriever.php';
  11119.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'] ?? $this->getChannelUserSessionPermissionHydratorService());
  11120.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserSessionPermissionRetriever'])) {
  11121.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserSessionPermissionRetriever'];
  11122.         }
  11123.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'] ?? $this->getChannelUserSessionPermissionClientService());
  11124.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserSessionPermissionRetriever'])) {
  11125.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserSessionPermissionRetriever'];
  11126.         }
  11127.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever($a$b);
  11128.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11129.         return $instance;
  11130.     }
  11131.     /**
  11132.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserTrainingPermissionRetriever' shared autowired service.
  11133.      *
  11134.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserTrainingPermissionRetriever
  11135.      */
  11136.     protected function getChannelUserTrainingPermissionRetrieverService()
  11137.     {
  11138.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  11139.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  11140.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserTrainingPermissionRetriever.php';
  11141.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'] ?? $this->getChannelUserTrainingPermissionHydratorService());
  11142.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserTrainingPermissionRetriever'])) {
  11143.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserTrainingPermissionRetriever'];
  11144.         }
  11145.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserTrainingPermissionClient'] ?? $this->getChannelUserTrainingPermissionClientService());
  11146.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserTrainingPermissionRetriever'])) {
  11147.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserTrainingPermissionRetriever'];
  11148.         }
  11149.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserTrainingPermissionRetriever($a$b);
  11150.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserTrainingPermissionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11151.         return $instance;
  11152.     }
  11153.     /**
  11154.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelWhiteLabelRetriever' shared autowired service.
  11155.      *
  11156.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelWhiteLabelRetriever
  11157.      */
  11158.     protected function getChannelWhiteLabelRetrieverService()
  11159.     {
  11160.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  11161.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  11162.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelWhiteLabelRetriever.php';
  11163.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelWhiteLabelClient'] ?? $this->getChannelWhiteLabelClientService());
  11164.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelWhiteLabelRetriever'])) {
  11165.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelWhiteLabelRetriever'];
  11166.         }
  11167.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelWhiteLabelHydrator'] ?? $this->getChannelWhiteLabelHydratorService());
  11168.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelWhiteLabelRetriever'])) {
  11169.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelWhiteLabelRetriever'];
  11170.         }
  11171.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelWhiteLabelRetriever($a$b);
  11172.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelWhiteLabelRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11173.         return $instance;
  11174.     }
  11175.     /**
  11176.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever' shared autowired service.
  11177.      *
  11178.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever
  11179.      */
  11180.     protected function getGroupRetrieverService()
  11181.     {
  11182.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  11183.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  11184.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/GroupRetriever.php';
  11185.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] ?? $this->getGroupClientService());
  11186.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'])) {
  11187.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'];
  11188.         }
  11189.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'] ?? $this->getGroupHydratorService());
  11190.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'])) {
  11191.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'];
  11192.         }
  11193.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever($a$b);
  11194.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11195.         return $instance;
  11196.     }
  11197.     /**
  11198.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever' shared autowired service.
  11199.      *
  11200.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever
  11201.      */
  11202.     protected function getPlaceRetrieverService()
  11203.     {
  11204.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  11205.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  11206.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/PlaceRetriever.php';
  11207.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'] ?? $this->getPlaceClientService());
  11208.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'])) {
  11209.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'];
  11210.         }
  11211.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\PlaceHydrator'] ?? $this->getPlaceHydratorService());
  11212.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'])) {
  11213.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'];
  11214.         }
  11215.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever($a$b);
  11216.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11217.         return $instance;
  11218.     }
  11219.     /**
  11220.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever' shared autowired service.
  11221.      *
  11222.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever
  11223.      */
  11224.     protected function getRoomRetrieverService()
  11225.     {
  11226.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  11227.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  11228.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/RoomRetriever.php';
  11229.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'] ?? $this->getRoomClientService());
  11230.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\RoomRetriever'])) {
  11231.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\RoomRetriever'];
  11232.         }
  11233.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\RoomHydrator'] ?? $this->getRoomHydratorService());
  11234.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\RoomRetriever'])) {
  11235.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\RoomRetriever'];
  11236.         }
  11237.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever($a$b);
  11238.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11239.         return $instance;
  11240.     }
  11241.     /**
  11242.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever' shared autowired service.
  11243.      *
  11244.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever
  11245.      */
  11246.     protected function getServiceRetrieverService()
  11247.     {
  11248.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  11249.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  11250.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ServiceRetriever.php';
  11251.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'] ?? $this->getServiceClientService());
  11252.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ServiceRetriever'])) {
  11253.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ServiceRetriever'];
  11254.         }
  11255.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ServiceHydrator'] ?? $this->getServiceHydratorService());
  11256.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ServiceRetriever'])) {
  11257.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ServiceRetriever'];
  11258.         }
  11259.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever($a$b);
  11260.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11261.         return $instance;
  11262.     }
  11263.     /**
  11264.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever' shared autowired service.
  11265.      *
  11266.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever
  11267.      */
  11268.     protected function getSessionRetrieverService()
  11269.     {
  11270.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  11271.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  11272.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/SessionRetriever.php';
  11273.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'] ?? $this->getSessionClientService());
  11274.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'])) {
  11275.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'];
  11276.         }
  11277.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'] ?? $this->getSessionHydrator2Service());
  11278.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'])) {
  11279.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'];
  11280.         }
  11281.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever($a$b);
  11282.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11283.         return $instance;
  11284.     }
  11285.     /**
  11286.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever' shared autowired service.
  11287.      *
  11288.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever
  11289.      */
  11290.     protected function getTrainingRetrieverService()
  11291.     {
  11292.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  11293.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  11294.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/TrainingRetriever.php';
  11295.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] ?? $this->getTrainingClientService());
  11296.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'])) {
  11297.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'];
  11298.         }
  11299.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'] ?? $this->getTrainingHydratorService());
  11300.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'])) {
  11301.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'];
  11302.         }
  11303.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever($a$b);
  11304.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11305.         return $instance;
  11306.     }
  11307.     /**
  11308.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever' shared autowired service.
  11309.      *
  11310.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever
  11311.      */
  11312.     protected function getUserFromChannelRetrieverService()
  11313.     {
  11314.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  11315.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  11316.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/UserFromChannelRetriever.php';
  11317.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] ?? $this->getUserFromChannelClientService());
  11318.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\UserFromChannelRetriever'])) {
  11319.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\UserFromChannelRetriever'];
  11320.         }
  11321.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\UserFromChannelHydrator'] ?? $this->getUserFromChannelHydratorService());
  11322.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\UserFromChannelRetriever'])) {
  11323.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\UserFromChannelRetriever'];
  11324.         }
  11325.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever($a$b);
  11326.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever'] = $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\Retriever\RetrieverManager' shared autowired service.
  11331.      *
  11332.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverManager
  11333.      */
  11334.     protected function getRetrieverManagerService()
  11335.     {
  11336.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverManager.php';
  11337.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\RetrieverManager'] = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverManager(new RewindableGenerator(function () {
  11338.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService());
  11339.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'] ?? $this->getAbstractCursusRetrieverService());
  11340.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelConfigurationRetriever'] ?? $this->getChannelConfigurationRetrieverService());
  11341.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  11342.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserCursusPermissionRetriever'] ?? $this->getChannelUserCursusPermissionRetrieverService());
  11343.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService());
  11344.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'] ?? $this->getChannelUserRoleRetrieverService());
  11345.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserServicePermissionRetriever'] ?? $this->getChannelUserServicePermissionRetrieverService());
  11346.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserSessionPermissionRetriever'] ?? $this->getChannelUserSessionPermissionRetrieverService());
  11347.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserTrainingPermissionRetriever'] ?? $this->getChannelUserTrainingPermissionRetrieverService());
  11348.             yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelWhiteLabelRetriever'] ?? $this->getChannelWhiteLabelRetrieverService());
  11349.             yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'] ?? $this->getGroupRetrieverService());
  11350.             yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService());
  11351.             yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\RoomRetriever'] ?? $this->getRoomRetrieverService());
  11352.             yield 14 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ServiceRetriever'] ?? $this->getServiceRetrieverService());
  11353.             yield 15 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'] ?? $this->getSessionRetrieverService());
  11354.             yield 16 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'] ?? $this->getTrainingRetrieverService());
  11355.             yield 17 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\UserFromChannelRetriever'] ?? $this->getUserFromChannelRetrieverService());
  11356.         }, 18));
  11357.     }
  11358.     /**
  11359.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Routing\Loader\RouteCollectionLoader' shared autowired service.
  11360.      *
  11361.      * @return \Nellapp\Bundle\SDKBundle\Sync\Routing\Loader\RouteCollectionLoader
  11362.      */
  11363.     protected function getRouteCollectionLoaderService()
  11364.     {
  11365.         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);
  11366.     }
  11367.     /**
  11368.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard' autowired service.
  11369.      *
  11370.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard
  11371.      */
  11372.     protected function getChannelUserProfileCardService()
  11373.     {
  11374.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/ChannelUserData/ChannelUserProfileCard.php';
  11375.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard'] = function () {
  11376.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard();
  11377.         };
  11378.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard']();
  11379.     }
  11380.     /**
  11381.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent' autowired service.
  11382.      *
  11383.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent
  11384.      */
  11385.     protected function getChannelUserPermissionFormComponentService()
  11386.     {
  11387.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Permission/ChannelUserPermissionFormComponent.php';
  11388.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent'] = function () {
  11389.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent();
  11390.         };
  11391.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent']();
  11392.     }
  11393.     /**
  11394.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent' autowired service.
  11395.      *
  11396.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent
  11397.      */
  11398.     protected function getChannelUserPermissionGroupFormComponentService()
  11399.     {
  11400.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Permission/ChannelUserPermissionGroupFormComponent.php';
  11401.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent'] = function () {
  11402.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionHierarchyManager'] ?? $this->getChannelUserPermissionHierarchyManagerService()));
  11403.         };
  11404.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent']();
  11405.     }
  11406.     /**
  11407.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\SdkBadgeComponent' autowired service.
  11408.      *
  11409.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\SdkBadgeComponent
  11410.      */
  11411.     protected function getSdkBadgeComponentService()
  11412.     {
  11413.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/SdkBadgeComponent.php';
  11414.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\SdkBadgeComponent'] = function () {
  11415.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\SdkBadgeComponent();
  11416.         };
  11417.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\SdkBadgeComponent']();
  11418.     }
  11419.     /**
  11420.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\AppRuntime' shared autowired service.
  11421.      *
  11422.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\AppRuntime
  11423.      */
  11424.     protected function getAppRuntimeService()
  11425.     {
  11426.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11427.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/AppRuntime.php';
  11428.         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'))));
  11429.     }
  11430.     /**
  11431.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime' shared autowired service.
  11432.      *
  11433.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime
  11434.      */
  11435.     protected function getBooleanRuntimeService()
  11436.     {
  11437.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11438.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/BooleanRuntime.php';
  11439.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime();
  11440.     }
  11441.     /**
  11442.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelGetterRuntime' shared autowired service.
  11443.      *
  11444.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelGetterRuntime
  11445.      */
  11446.     protected function getChannelGetterRuntimeService()
  11447.     {
  11448.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11449.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChannelGetterRuntime.php';
  11450.         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()));
  11451.     }
  11452.     /**
  11453.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelRuntime' shared autowired service.
  11454.      *
  11455.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelRuntime
  11456.      */
  11457.     protected function getChannelRuntimeService()
  11458.     {
  11459.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11460.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChannelRuntime.php';
  11461.         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()));
  11462.     }
  11463.     /**
  11464.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelUserDataRuntime' shared autowired service.
  11465.      *
  11466.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelUserDataRuntime
  11467.      */
  11468.     protected function getChannelUserDataRuntimeService()
  11469.     {
  11470.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11471.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChannelUserDataRuntime.php';
  11472.         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()));
  11473.     }
  11474.     /**
  11475.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChatNotificationRuntime' shared autowired service.
  11476.      *
  11477.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChatNotificationRuntime
  11478.      */
  11479.     protected function getChatNotificationRuntimeService()
  11480.     {
  11481.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11482.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChatNotificationRuntime.php';
  11483.         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()));
  11484.     }
  11485.     /**
  11486.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime' shared autowired service.
  11487.      *
  11488.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime
  11489.      */
  11490.     protected function getCustomizableViewRuntimeService()
  11491.     {
  11492.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11493.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/CustomizableViewRuntime.php';
  11494.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime();
  11495.     }
  11496.     /**
  11497.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime' shared autowired service.
  11498.      *
  11499.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime
  11500.      */
  11501.     protected function getEnvRuntime2Service()
  11502.     {
  11503.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11504.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/EnvRuntime.php';
  11505.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime('dev');
  11506.     }
  11507.     /**
  11508.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime' shared autowired service.
  11509.      *
  11510.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime
  11511.      */
  11512.     protected function getFileRuntime2Service()
  11513.     {
  11514.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11515.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/FileRuntime.php';
  11516.         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()));
  11517.     }
  11518.     /**
  11519.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\FormRuntime' shared autowired service.
  11520.      *
  11521.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\FormRuntime
  11522.      */
  11523.     protected function getFormRuntimeService()
  11524.     {
  11525.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11526.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/FormRuntime.php';
  11527.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Service/FormService.php';
  11528.         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());
  11529.     }
  11530.     /**
  11531.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\HeaderRuntime' shared autowired service.
  11532.      *
  11533.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\HeaderRuntime
  11534.      */
  11535.     protected function getHeaderRuntime2Service()
  11536.     {
  11537.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11538.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/HeaderRuntime.php';
  11539.         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())));
  11540.     }
  11541.     /**
  11542.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime' shared autowired service.
  11543.      *
  11544.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime
  11545.      */
  11546.     protected function getImageRunTimeService()
  11547.     {
  11548.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11549.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ImageRunTime.php';
  11550.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  11551.     }
  11552.     /**
  11553.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFileRuntime' shared autowired service.
  11554.      *
  11555.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFileRuntime
  11556.      */
  11557.     protected function getNellappFileRuntimeService()
  11558.     {
  11559.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11560.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/NellappFileRuntime.php';
  11561.         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()));
  11562.     }
  11563.     /**
  11564.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFormatRuntime' shared autowired service.
  11565.      *
  11566.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFormatRuntime
  11567.      */
  11568.     protected function getNellappFormatRuntimeService()
  11569.     {
  11570.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11571.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/NellappFormatRuntime.php';
  11572.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Utils/NellappFormatService.php';
  11573.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFormatRuntime(new \Nellapp\Bundle\SDKBundle\Utils\NellappFormatService());
  11574.     }
  11575.     /**
  11576.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime' shared autowired service.
  11577.      *
  11578.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime
  11579.      */
  11580.     protected function getPaginationRuntimeService()
  11581.     {
  11582.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11583.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/PaginationRuntime.php';
  11584.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Pagination/Paginator.php';
  11585.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime(new \Nellapp\Bundle\SDKBundle\Pagination\Paginator());
  11586.     }
  11587.     /**
  11588.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\SerializerRuntime' shared autowired service.
  11589.      *
  11590.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\SerializerRuntime
  11591.      */
  11592.     protected function getSerializerRuntimeService()
  11593.     {
  11594.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11595.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/SerializerRuntime.php';
  11596.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  11597.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime'])) {
  11598.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime'];
  11599.         }
  11600.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\SerializerRuntime($a);
  11601.     }
  11602.     /**
  11603.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime' shared autowired service.
  11604.      *
  11605.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime
  11606.      */
  11607.     protected function getSideNavItemRuntimeService()
  11608.     {
  11609.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11610.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/SideNavItemRuntime.php';
  11611.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime();
  11612.     }
  11613.     /**
  11614.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavRuntime' shared autowired service.
  11615.      *
  11616.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavRuntime
  11617.      */
  11618.     protected function getSideNavRuntimeService()
  11619.     {
  11620.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11621.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/SideNavRuntime.php';
  11622.         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))));
  11623.     }
  11624.     /**
  11625.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\UserRunTime' shared autowired service.
  11626.      *
  11627.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\UserRunTime
  11628.      */
  11629.     protected function getUserRunTime3Service()
  11630.     {
  11631.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11632.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/UserRunTime.php';
  11633.         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()));
  11634.     }
  11635.     /**
  11636.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\VersionRuntime' shared autowired service.
  11637.      *
  11638.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\VersionRuntime
  11639.      */
  11640.     protected function getVersionRuntimeService()
  11641.     {
  11642.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11643.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/VersionRuntime.php';
  11644.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Version/Version.php';
  11645.         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)));
  11646.     }
  11647.     /**
  11648.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\WebSocketRuntime' shared autowired service.
  11649.      *
  11650.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\WebSocketRuntime
  11651.      */
  11652.     protected function getWebSocketRuntimeService()
  11653.     {
  11654.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11655.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/WebSocketRuntime.php';
  11656.         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'))));
  11657.     }
  11658.     /**
  11659.      * Gets the private 'Nellapp\Bundle\SDKBundle\Uploader\Doctrine\NellappFileSubscriber' shared autowired service.
  11660.      *
  11661.      * @return \Nellapp\Bundle\SDKBundle\Uploader\Doctrine\NellappFileSubscriber
  11662.      */
  11663.     protected function getNellappFileSubscriberService()
  11664.     {
  11665.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  11666.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/Doctrine/NellappFileSubscriber.php';
  11667.         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()));
  11668.     }
  11669.     /**
  11670.      * Gets the private 'Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType' shared autowired service.
  11671.      *
  11672.      * @return \Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType
  11673.      */
  11674.     protected function getMimeTypeChoiceFilterTypeService()
  11675.     {
  11676.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11677.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11678.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/Form/MimeTypeChoiceFilterType.php';
  11679.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType'] = new \Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType();
  11680.     }
  11681.     /**
  11682.      * Gets the private 'Nellapp\Bundle\SDKBundle\Uploader\Service\NellappFileService' shared autowired service.
  11683.      *
  11684.      * @return \Nellapp\Bundle\SDKBundle\Uploader\Service\NellappFileService
  11685.      */
  11686.     protected function getNellappFileServiceService()
  11687.     {
  11688.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/Service/NellappFileService.php';
  11689.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/NellappFileStorageConfig.php';
  11690.         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, [
  11691.             'oneup_flysystem.default_filesystem' => ['services''default_filesystem''getDefaultFilesystemService'false],
  11692.         ], [
  11693.             'oneup_flysystem.default_filesystem' => '?',
  11694.         ]), ($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()));
  11695.     }
  11696.     /**
  11697.      * Gets the private 'Sentry\Integration\RequestFetcherInterface' shared service.
  11698.      *
  11699.      * @return \Sentry\SentryBundle\Integration\RequestFetcher
  11700.      */
  11701.     protected function getRequestFetcherInterfaceService()
  11702.     {
  11703.         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);
  11704.     }
  11705.     /**
  11706.      * Gets the private 'Sentry\SentryBundle\Command\SentryTestCommand' shared service.
  11707.      *
  11708.      * @return \Sentry\SentryBundle\Command\SentryTestCommand
  11709.      */
  11710.     protected function getSentryTestCommandService()
  11711.     {
  11712.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11713.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Command/SentryTestCommand.php';
  11714.         $this->privates['Sentry\\SentryBundle\\Command\\SentryTestCommand'] = $instance = new \Sentry\SentryBundle\Command\SentryTestCommand(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  11715.         $instance->setName('sentry:test');
  11716.         return $instance;
  11717.     }
  11718.     /**
  11719.      * Gets the private 'Sentry\SentryBundle\EventListener\ConsoleListener' shared service.
  11720.      *
  11721.      * @return \Sentry\SentryBundle\EventListener\ConsoleListener
  11722.      */
  11723.     protected function getConsoleListenerService()
  11724.     {
  11725.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ConsoleListener.php';
  11726.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] = new \Sentry\SentryBundle\EventListener\ConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), true);
  11727.     }
  11728.     /**
  11729.      * Gets the private 'Sentry\SentryBundle\EventListener\ErrorListener' shared service.
  11730.      *
  11731.      * @return \Sentry\SentryBundle\EventListener\ErrorListener
  11732.      */
  11733.     protected function getErrorListenerService()
  11734.     {
  11735.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ErrorListener.php';
  11736.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] = new \Sentry\SentryBundle\EventListener\ErrorListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  11737.     }
  11738.     /**
  11739.      * Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
  11740.      *
  11741.      * @return \Sentry\SentryBundle\EventListener\LoginListener
  11742.      */
  11743.     protected function getLoginListenerService()
  11744.     {
  11745.         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()));
  11746.     }
  11747.     /**
  11748.      * Gets the private 'Sentry\SentryBundle\EventListener\MessengerListener' shared service.
  11749.      *
  11750.      * @return \Sentry\SentryBundle\EventListener\MessengerListener
  11751.      */
  11752.     protected function getMessengerListenerService()
  11753.     {
  11754.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/MessengerListener.php';
  11755.         return $this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] = new \Sentry\SentryBundle\EventListener\MessengerListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), true);
  11756.     }
  11757.     /**
  11758.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  11759.      *
  11760.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  11761.      */
  11762.     protected function getRequestListenerService()
  11763.     {
  11764.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  11765.     }
  11766.     /**
  11767.      * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  11768.      *
  11769.      * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  11770.      */
  11771.     protected function getSubRequestListenerService()
  11772.     {
  11773.         return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  11774.     }
  11775.     /**
  11776.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingConsoleListener' shared service.
  11777.      *
  11778.      * @return \Sentry\SentryBundle\EventListener\TracingConsoleListener
  11779.      */
  11780.     protected function getTracingConsoleListenerService()
  11781.     {
  11782.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingConsoleListener.php';
  11783.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] = new \Sentry\SentryBundle\EventListener\TracingConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), [=> 'messenger:consume']);
  11784.     }
  11785.     /**
  11786.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  11787.      *
  11788.      * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  11789.      */
  11790.     protected function getTracingRequestListenerService()
  11791.     {
  11792.         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()));
  11793.     }
  11794.     /**
  11795.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  11796.      *
  11797.      * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  11798.      */
  11799.     protected function getTracingSubRequestListenerService()
  11800.     {
  11801.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  11802.     }
  11803.     /**
  11804.      * Gets the private 'Sentry\State\HubInterface' shared service.
  11805.      *
  11806.      * @return \Sentry\State\HubInterface
  11807.      */
  11808.     protected function getHubInterfaceService()
  11809.     {
  11810.         $this->privates['Sentry\\State\\HubInterface'] = $instance \Sentry\State\HubAdapter::getInstance();
  11811.         $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' => []]);
  11812.         $b = new \Sentry\ClientBuilder($a);
  11813.         $b->setSdkIdentifier('sentry.php.symfony');
  11814.         $b->setSdkVersion('5.1.0');
  11815.         $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  11816.         if ($this->has('Psr\\Log\\NullLogger')) {
  11817.             $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger'/* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  11818.         }
  11819.         $instance->bindClient($b->getClient());
  11820.         return $instance;
  11821.     }
  11822.     /**
  11823.      * Gets the private 'Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler' shared autowired service.
  11824.      *
  11825.      * @return \Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler
  11826.      */
  11827.     protected function getRedisSessionHandlerService()
  11828.     {
  11829.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  11830.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php';
  11831.         $a = new \Redis();
  11832.         $a->connect($this->getEnv('REDIS_HOST'), $this->getEnv('int:REDIS_PORT'));
  11833.         return $this->privates['Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\RedisSessionHandler'] = new \Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler($a, ['prefix' => 'nim_session''ttl' => 86400]);
  11834.     }
  11835.     /**
  11836.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  11837.      *
  11838.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  11839.      */
  11840.     protected function getResetAssetsEventListenerService()
  11841.     {
  11842.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default'=> 'core']);
  11843.     }
  11844.     /**
  11845.      * Gets the private 'annotations.cache_adapter' shared service.
  11846.      *
  11847.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  11848.      */
  11849.     protected function getAnnotations_CacheAdapterService()
  11850.     {
  11851.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  11852.     }
  11853.     /**
  11854.      * Gets the private 'annotations.cache_warmer' shared service.
  11855.      *
  11856.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  11857.      */
  11858.     protected function getAnnotations_CacheWarmerService()
  11859.     {
  11860.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11861.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  11862.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  11863.         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);
  11864.     }
  11865.     /**
  11866.      * Gets the private 'annotations.cached_reader' shared service.
  11867.      *
  11868.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  11869.      */
  11870.     protected function getAnnotations_CachedReaderService()
  11871.     {
  11872.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  11873.     }
  11874.     /**
  11875.      * Gets the private 'annotations.reader' shared service.
  11876.      *
  11877.      * @return \Doctrine\Common\Annotations\AnnotationReader
  11878.      */
  11879.     protected function getAnnotations_ReaderService()
  11880.     {
  11881.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  11882.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  11883.         $a->registerUniqueLoader('class_exists');
  11884.         $instance->addGlobalIgnoredName('required'$a);
  11885.         return $instance;
  11886.     }
  11887.     /**
  11888.      * Gets the private 'app.upload_validation_listener' shared autowired service.
  11889.      *
  11890.      * @return \App\Uploader\Event\ChannelUploadValidationListener
  11891.      */
  11892.     protected function getApp_UploadValidationListenerService()
  11893.     {
  11894.         include_once \dirname(__DIR__4).'/src/Uploader/Event/ChannelUploadValidationListener.php';
  11895.         return $this->privates['app.upload_validation_listener'] = new \App\Uploader\Event\ChannelUploadValidationListener(($this->privates['App\\Service\\RequestService'] ?? $this->getRequestServiceService()));
  11896.     }
  11897.     /**
  11898.      * Gets the private 'assets.context' shared service.
  11899.      *
  11900.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  11901.      */
  11902.     protected function getAssets_ContextService()
  11903.     {
  11904.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  11905.         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());
  11906.     }
  11907.     /**
  11908.      * Gets the private 'assets.packages' shared service.
  11909.      *
  11910.      * @return \Symfony\Component\Asset\Packages
  11911.      */
  11912.     protected function getAssets_PackagesService()
  11913.     {
  11914.         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 () {
  11915.             yield 'core' => ($this->privates['nellapp_sdk.assets._package_core'] ?? $this->getNellappSdk_Assets_PackageCoreService());
  11916.             yield 'channel_image' => ($this->privates['nellapp_sdk.assets._package_channel_image'] ?? $this->getNellappSdk_Assets_PackageChannelImageService());
  11917.             yield 'user_avatar' => ($this->privates['nellapp_sdk.assets._package_user_avatar'] ?? $this->getNellappSdk_Assets_PackageUserAvatarService());
  11918.         }, 3));
  11919.     }
  11920.     /**
  11921.      * Gets the private 'cache.annotations.traceable' shared service.
  11922.      *
  11923.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11924.      */
  11925.     protected function getCache_Annotations_TraceableService()
  11926.     {
  11927.         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()))));
  11928.     }
  11929.     /**
  11930.      * Gets the private 'cache.doctrine.orm.default.query.traceable' shared service.
  11931.      *
  11932.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11933.      */
  11934.     protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
  11935.     {
  11936.         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()));
  11937.     }
  11938.     /**
  11939.      * Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
  11940.      *
  11941.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11942.      */
  11943.     protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
  11944.     {
  11945.         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()));
  11946.     }
  11947.     /**
  11948.      * Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
  11949.      *
  11950.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11951.      */
  11952.     protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
  11953.     {
  11954.         $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))));
  11955.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  11956.         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));
  11957.     }
  11958.     /**
  11959.      * Gets the private 'cache.property_info.traceable' shared service.
  11960.      *
  11961.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11962.      */
  11963.     protected function getCache_PropertyInfo_TraceableService()
  11964.     {
  11965.         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()))));
  11966.     }
  11967.     /**
  11968.      * Gets the private 'cache.security_expression_language.traceable' shared service.
  11969.      *
  11970.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11971.      */
  11972.     protected function getCache_SecurityExpressionLanguage_TraceableService()
  11973.     {
  11974.         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()))));
  11975.     }
  11976.     /**
  11977.      * Gets the private 'cache.serializer.traceable' shared service.
  11978.      *
  11979.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11980.      */
  11981.     protected function getCache_Serializer_TraceableService()
  11982.     {
  11983.         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()))));
  11984.     }
  11985.     /**
  11986.      * Gets the private 'cache.validator.traceable' shared service.
  11987.      *
  11988.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11989.      */
  11990.     protected function getCache_Validator_TraceableService()
  11991.     {
  11992.         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()))));
  11993.     }
  11994.     /**
  11995.      * Gets the private 'cache.webpack_encore.traceable' shared service.
  11996.      *
  11997.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11998.      */
  11999.     protected function getCache_WebpackEncore_TraceableService()
  12000.     {
  12001.         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()))));
  12002.     }
  12003.     /**
  12004.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  12005.      *
  12006.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  12007.      */
  12008.     protected function getCachePoolClearer_CacheWarmerService()
  12009.     {
  12010.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  12011.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  12012.         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']);
  12013.     }
  12014.     /**
  12015.      * Gets the private 'config_builder.warmer' shared service.
  12016.      *
  12017.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  12018.      */
  12019.     protected function getConfigBuilder_WarmerService()
  12020.     {
  12021.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  12022.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  12023.         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()));
  12024.     }
  12025.     /**
  12026.      * Gets the private 'config_cache_factory' shared service.
  12027.      *
  12028.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  12029.      */
  12030.     protected function getConfigCacheFactoryService()
  12031.     {
  12032.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  12033.             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)));
  12034.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  12035.         }, 2));
  12036.     }
  12037.     /**
  12038.      * Gets the private 'console.command.about' shared service.
  12039.      *
  12040.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  12041.      */
  12042.     protected function getConsole_Command_AboutService()
  12043.     {
  12044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12045.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  12046.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  12047.         $instance->setName('about');
  12048.         $instance->setDescription('Display information about the current project');
  12049.         return $instance;
  12050.     }
  12051.     /**
  12052.      * Gets the private 'console.command.assets_install' shared service.
  12053.      *
  12054.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  12055.      */
  12056.     protected function getConsole_Command_AssetsInstallService()
  12057.     {
  12058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12059.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  12060.         $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));
  12061.         $instance->setName('assets:install');
  12062.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  12063.         return $instance;
  12064.     }
  12065.     /**
  12066.      * Gets the private 'console.command.cache_clear' shared service.
  12067.      *
  12068.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  12069.      */
  12070.     protected function getConsole_Command_CacheClearService()
  12071.     {
  12072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12073.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  12074.         $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())));
  12075.         $instance->setName('cache:clear');
  12076.         $instance->setDescription('Clear the cache');
  12077.         return $instance;
  12078.     }
  12079.     /**
  12080.      * Gets the private 'console.command.cache_pool_clear' shared service.
  12081.      *
  12082.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  12083.      */
  12084.     protected function getConsole_Command_CachePoolClearService()
  12085.     {
  12086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12087.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  12088.         $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']);
  12089.         $instance->setName('cache:pool:clear');
  12090.         $instance->setDescription('Clear cache pools');
  12091.         return $instance;
  12092.     }
  12093.     /**
  12094.      * Gets the private 'console.command.cache_pool_delete' shared service.
  12095.      *
  12096.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  12097.      */
  12098.     protected function getConsole_Command_CachePoolDeleteService()
  12099.     {
  12100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12101.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  12102.         $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']);
  12103.         $instance->setName('cache:pool:delete');
  12104.         $instance->setDescription('Delete an item from a cache pool');
  12105.         return $instance;
  12106.     }
  12107.     /**
  12108.      * Gets the private 'console.command.cache_pool_list' shared service.
  12109.      *
  12110.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  12111.      */
  12112.     protected function getConsole_Command_CachePoolListService()
  12113.     {
  12114.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12115.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  12116.         $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']);
  12117.         $instance->setName('cache:pool:list');
  12118.         $instance->setDescription('List available cache pools');
  12119.         return $instance;
  12120.     }
  12121.     /**
  12122.      * Gets the private 'console.command.cache_pool_prune' shared service.
  12123.      *
  12124.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  12125.      */
  12126.     protected function getConsole_Command_CachePoolPruneService()
  12127.     {
  12128.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12129.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  12130.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  12131.             yield 'cache.validator.traceable' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService());
  12132.             yield 'cache.serializer.traceable' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService());
  12133.             yield 'cache.annotations.traceable' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService());
  12134.             yield 'cache.property_info.traceable' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService());
  12135.             yield 'cache.messenger.restart_workers_signal.traceable' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService());
  12136.             yield 'cache.doctrine.orm.default.result.traceable' => ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService());
  12137.             yield 'cache.doctrine.orm.default.query.traceable' => ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService());
  12138.             yield 'cache.security_expression_language.traceable' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService());
  12139.             yield 'cache.webpack_encore.traceable' => ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService());
  12140.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  12141.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  12142.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  12143.         }, 12));
  12144.         $instance->setName('cache:pool:prune');
  12145.         $instance->setDescription('Prune cache pools');
  12146.         return $instance;
  12147.     }
  12148.     /**
  12149.      * Gets the private 'console.command.cache_warmup' shared service.
  12150.      *
  12151.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  12152.      */
  12153.     protected function getConsole_Command_CacheWarmupService()
  12154.     {
  12155.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12156.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  12157.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  12158.         $instance->setName('cache:warmup');
  12159.         $instance->setDescription('Warm up an empty cache');
  12160.         return $instance;
  12161.     }
  12162.     /**
  12163.      * Gets the private 'console.command.config_debug' shared service.
  12164.      *
  12165.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  12166.      */
  12167.     protected function getConsole_Command_ConfigDebugService()
  12168.     {
  12169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12170.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  12171.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  12172.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  12173.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  12174.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  12175.         $instance->setName('debug:config');
  12176.         $instance->setDescription('Dump the current configuration for an extension');
  12177.         return $instance;
  12178.     }
  12179.     /**
  12180.      * Gets the private 'console.command.config_dump_reference' shared service.
  12181.      *
  12182.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  12183.      */
  12184.     protected function getConsole_Command_ConfigDumpReferenceService()
  12185.     {
  12186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12187.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  12188.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  12189.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  12190.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  12191.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  12192.         $instance->setName('config:dump-reference');
  12193.         $instance->setDescription('Dump the default configuration for an extension');
  12194.         return $instance;
  12195.     }
  12196.     /**
  12197.      * Gets the private 'console.command.container_debug' shared service.
  12198.      *
  12199.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  12200.      */
  12201.     protected function getConsole_Command_ContainerDebugService()
  12202.     {
  12203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12204.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  12205.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  12206.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  12207.         $instance->setName('debug:container');
  12208.         $instance->setDescription('Display current services for an application');
  12209.         return $instance;
  12210.     }
  12211.     /**
  12212.      * Gets the private 'console.command.container_lint' shared service.
  12213.      *
  12214.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  12215.      */
  12216.     protected function getConsole_Command_ContainerLintService()
  12217.     {
  12218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12219.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  12220.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  12221.         $instance->setName('lint:container');
  12222.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  12223.         return $instance;
  12224.     }
  12225.     /**
  12226.      * Gets the private 'console.command.debug_autowiring' shared service.
  12227.      *
  12228.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  12229.      */
  12230.     protected function getConsole_Command_DebugAutowiringService()
  12231.     {
  12232.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12233.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  12234.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  12235.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  12236.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  12237.         $instance->setName('debug:autowiring');
  12238.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  12239.         return $instance;
  12240.     }
  12241.     /**
  12242.      * Gets the private 'console.command.dotenv_debug' shared service.
  12243.      *
  12244.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  12245.      */
  12246.     protected function getConsole_Command_DotenvDebugService()
  12247.     {
  12248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12249.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  12250.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  12251.         $instance->setName('debug:dotenv');
  12252.         $instance->setDescription('Lists all dotenv files with variables and values');
  12253.         return $instance;
  12254.     }
  12255.     /**
  12256.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  12257.      *
  12258.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  12259.      */
  12260.     protected function getConsole_Command_EventDispatcherDebugService()
  12261.     {
  12262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12263.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  12264.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.qDReBBp'] ?? $this->get_ServiceLocator_QDReBBpService()));
  12265.         $instance->setName('debug:event-dispatcher');
  12266.         $instance->setDescription('Display configured listeners for an application');
  12267.         return $instance;
  12268.     }
  12269.     /**
  12270.      * Gets the private 'console.command.form_debug' shared service.
  12271.      *
  12272.      * @return \Symfony\Component\Form\Command\DebugCommand
  12273.      */
  12274.     protected function getConsole_Command_FormDebugService()
  12275.     {
  12276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12277.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  12278.         $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\\Filter\\Selektor'=> 'Nellapp\\Bundle\\SDKBundle\\Filter'=> 'Nellapp\\Bundle\\SDKBundle\\Form\\Common'10 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView'11 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData'12 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat'13 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression'14 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter'15 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session'16 => 'Nellapp\\Bundle\\SDKBundle\\Form'17 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type'18 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form'19 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter'20 => 'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form'21 => 'Drosalys\\Bundle\\ApiBundle\\Filter'22 => 'Liip\\ImagineBundle\\Form\\Type'23 => ''], [=> '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\\Filter\\Selektor\\GroupeFilterType'22 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType'23 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType'24 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType'25 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType'26 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType'27 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType'28 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter'29 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType'30 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType'31 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType'32 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType'33 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter'34 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter'35 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType'36 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType'37 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType'38 => 'Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType'39 => 'Nellapp\\Bundle\\SDKBundle\\Form\\TabType'40 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType'41 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType'42 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType'43 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType'44 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType'45 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType'46 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType'47 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType'48 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter'49 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter'50 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType'51 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType'52 => 'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType'53 => 'Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter'54 => 'Liip\\ImagineBundle\\Form\\Type\\ImageType'55 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType'56 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType'57 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType'58 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType'59 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType'60 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType'61 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType'62 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType'63 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType'64 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType'65 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType'66 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType'67 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType'68 => '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()));
  12279.         $instance->setName('debug:form');
  12280.         $instance->setDescription('Display form type information');
  12281.         return $instance;
  12282.     }
  12283.     /**
  12284.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  12285.      *
  12286.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  12287.      */
  12288.     protected function getConsole_Command_MessengerConsumeMessagesService()
  12289.     {
  12290.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12291.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  12292.         $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']);
  12293.         $instance->setName('messenger:consume');
  12294.         $instance->setDescription('Consume messages');
  12295.         return $instance;
  12296.     }
  12297.     /**
  12298.      * Gets the private 'console.command.messenger_debug' shared service.
  12299.      *
  12300.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  12301.      */
  12302.     protected function getConsole_Command_MessengerDebugService()
  12303.     {
  12304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12305.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  12306.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]], 'Nellapp\\Bundle\\SDKBundle\\Auth\\Messenger\\Message\\RefreshUserMessage' => [=> [=> 'Nellapp\\Bundle\\SDKBundle\\Auth\\Messenger\\Handler\\RefreshUserMessageHandler'=> []]], 'Nellapp\\Bundle\\SDKBundle\\Sync\\Messenger\\Message\\EntitySyncMessage' => [=> [=> 'Nellapp\\Bundle\\SDKBundle\\Sync\\Messenger\\Handler\\EntitySyncHandler'=> []]]]]);
  12307.         $instance->setName('debug:messenger');
  12308.         $instance->setDescription('List messages you can dispatch using the message buses');
  12309.         return $instance;
  12310.     }
  12311.     /**
  12312.      * Gets the private 'console.command.messenger_failed_messages_remove' shared service.
  12313.      *
  12314.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
  12315.      */
  12316.     protected function getConsole_Command_MessengerFailedMessagesRemoveService()
  12317.     {
  12318.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12319.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  12320.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRemoveCommand.php';
  12321.         $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()));
  12322.         $instance->setName('messenger:failed:remove');
  12323.         $instance->setDescription('Remove given messages from the failure transport');
  12324.         return $instance;
  12325.     }
  12326.     /**
  12327.      * Gets the private 'console.command.messenger_failed_messages_retry' shared service.
  12328.      *
  12329.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand
  12330.      */
  12331.     protected function getConsole_Command_MessengerFailedMessagesRetryService()
  12332.     {
  12333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12334.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  12335.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRetryCommand.php';
  12336.         $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()));
  12337.         $instance->setName('messenger:failed:retry');
  12338.         $instance->setDescription('Retry one or more messages from the failure transport');
  12339.         return $instance;
  12340.     }
  12341.     /**
  12342.      * Gets the private 'console.command.messenger_failed_messages_show' shared service.
  12343.      *
  12344.      * @return \Symfony\Component\Messenger\Command\FailedMessagesShowCommand
  12345.      */
  12346.     protected function getConsole_Command_MessengerFailedMessagesShowService()
  12347.     {
  12348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12349.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  12350.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesShowCommand.php';
  12351.         $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()));
  12352.         $instance->setName('messenger:failed:show');
  12353.         $instance->setDescription('Show one or more messages from the failure transport');
  12354.         return $instance;
  12355.     }
  12356.     /**
  12357.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  12358.      *
  12359.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  12360.      */
  12361.     protected function getConsole_Command_MessengerSetupTransportsService()
  12362.     {
  12363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12364.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  12365.         $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']);
  12366.         $instance->setName('messenger:setup-transports');
  12367.         $instance->setDescription('Prepare the required infrastructure for the transport');
  12368.         return $instance;
  12369.     }
  12370.     /**
  12371.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  12372.      *
  12373.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  12374.      */
  12375.     protected function getConsole_Command_MessengerStopWorkersService()
  12376.     {
  12377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12378.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  12379.         $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()));
  12380.         $instance->setName('messenger:stop-workers');
  12381.         $instance->setDescription('Stop workers after their current message');
  12382.         return $instance;
  12383.     }
  12384.     /**
  12385.      * Gets the private 'console.command.router_debug' shared service.
  12386.      *
  12387.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  12388.      */
  12389.     protected function getConsole_Command_RouterDebugService()
  12390.     {
  12391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12392.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  12393.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  12394.         $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()));
  12395.         $instance->setName('debug:router');
  12396.         $instance->setDescription('Display current routes for an application');
  12397.         return $instance;
  12398.     }
  12399.     /**
  12400.      * Gets the private 'console.command.router_match' shared service.
  12401.      *
  12402.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  12403.      */
  12404.     protected function getConsole_Command_RouterMatchService()
  12405.     {
  12406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12407.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  12408.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  12409.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  12410.         }, 1));
  12411.         $instance->setName('router:match');
  12412.         $instance->setDescription('Help debug routes by simulating a path info match');
  12413.         return $instance;
  12414.     }
  12415.     /**
  12416.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  12417.      *
  12418.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  12419.      */
  12420.     protected function getConsole_Command_SecretsDecryptToLocalService()
  12421.     {
  12422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12423.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  12424.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  12425.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  12426.         $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')))));
  12427.         $instance->setName('secrets:decrypt-to-local');
  12428.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  12429.         return $instance;
  12430.     }
  12431.     /**
  12432.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  12433.      *
  12434.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  12435.      */
  12436.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  12437.     {
  12438.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12439.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  12440.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  12441.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  12442.         $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')))));
  12443.         $instance->setName('secrets:encrypt-from-local');
  12444.         $instance->setDescription('Encrypt all local secrets to the vault');
  12445.         return $instance;
  12446.     }
  12447.     /**
  12448.      * Gets the private 'console.command.secrets_generate_key' shared service.
  12449.      *
  12450.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  12451.      */
  12452.     protected function getConsole_Command_SecretsGenerateKeyService()
  12453.     {
  12454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12455.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  12456.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  12457.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  12458.         $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')))));
  12459.         $instance->setName('secrets:generate-keys');
  12460.         $instance->setDescription('Generate new encryption keys');
  12461.         return $instance;
  12462.     }
  12463.     /**
  12464.      * Gets the private 'console.command.secrets_list' shared service.
  12465.      *
  12466.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  12467.      */
  12468.     protected function getConsole_Command_SecretsListService()
  12469.     {
  12470.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12471.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  12472.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  12473.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  12474.         $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')))));
  12475.         $instance->setName('secrets:list');
  12476.         $instance->setDescription('List all secrets');
  12477.         return $instance;
  12478.     }
  12479.     /**
  12480.      * Gets the private 'console.command.secrets_remove' shared service.
  12481.      *
  12482.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  12483.      */
  12484.     protected function getConsole_Command_SecretsRemoveService()
  12485.     {
  12486.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12487.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  12488.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  12489.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  12490.         $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')))));
  12491.         $instance->setName('secrets:remove');
  12492.         $instance->setDescription('Remove a secret from the vault');
  12493.         return $instance;
  12494.     }
  12495.     /**
  12496.      * Gets the private 'console.command.secrets_set' shared service.
  12497.      *
  12498.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  12499.      */
  12500.     protected function getConsole_Command_SecretsSetService()
  12501.     {
  12502.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12503.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  12504.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  12505.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  12506.         $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')))));
  12507.         $instance->setName('secrets:set');
  12508.         $instance->setDescription('Set a secret in the vault');
  12509.         return $instance;
  12510.     }
  12511.     /**
  12512.      * Gets the private 'console.command.translation_debug' shared service.
  12513.      *
  12514.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  12515.      */
  12516.     protected function getConsole_Command_TranslationDebugService()
  12517.     {
  12518.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12519.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  12520.         $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')], []);
  12521.         $instance->setName('debug:translation');
  12522.         $instance->setDescription('Display translation messages information');
  12523.         return $instance;
  12524.     }
  12525.     /**
  12526.      * Gets the private 'console.command.translation_extract' shared service.
  12527.      *
  12528.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  12529.      */
  12530.     protected function getConsole_Command_TranslationExtractService()
  12531.     {
  12532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12533.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  12534.         $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')], []);
  12535.         $instance->setName('translation:extract');
  12536.         $instance->setAliases([=> 'translation:update']);
  12537.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  12538.         return $instance;
  12539.     }
  12540.     /**
  12541.      * Gets the private 'console.command.translation_pull' shared service.
  12542.      *
  12543.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  12544.      */
  12545.     protected function getConsole_Command_TranslationPullService()
  12546.     {
  12547.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12548.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  12549.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  12550.         $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', [], []);
  12551.         $instance->setName('translation:pull');
  12552.         $instance->setDescription('Pull translations from a given provider.');
  12553.         return $instance;
  12554.     }
  12555.     /**
  12556.      * Gets the private 'console.command.translation_push' shared service.
  12557.      *
  12558.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  12559.      */
  12560.     protected function getConsole_Command_TranslationPushService()
  12561.     {
  12562.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12563.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  12564.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  12565.         $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()), [], []);
  12566.         $instance->setName('translation:push');
  12567.         $instance->setDescription('Push translations to a given provider.');
  12568.         return $instance;
  12569.     }
  12570.     /**
  12571.      * Gets the private 'console.command.validator_debug' shared service.
  12572.      *
  12573.      * @return \Symfony\Component\Validator\Command\DebugCommand
  12574.      */
  12575.     protected function getConsole_Command_ValidatorDebugService()
  12576.     {
  12577.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12578.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  12579.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  12580.         $instance->setName('debug:validator');
  12581.         $instance->setDescription('Display validation constraints for classes');
  12582.         return $instance;
  12583.     }
  12584.     /**
  12585.      * Gets the private 'console.command.xliff_lint' shared service.
  12586.      *
  12587.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  12588.      */
  12589.     protected function getConsole_Command_XliffLintService()
  12590.     {
  12591.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12592.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  12593.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  12594.         $instance->setName('lint:xliff');
  12595.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  12596.         return $instance;
  12597.     }
  12598.     /**
  12599.      * Gets the private 'console.command.yaml_lint' shared service.
  12600.      *
  12601.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  12602.      */
  12603.     protected function getConsole_Command_YamlLintService()
  12604.     {
  12605.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12606.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  12607.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  12608.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  12609.         $instance->setName('lint:yaml');
  12610.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  12611.         return $instance;
  12612.     }
  12613.     /**
  12614.      * Gets the private 'console.error_listener' shared service.
  12615.      *
  12616.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  12617.      */
  12618.     protected function getConsole_ErrorListenerService()
  12619.     {
  12620.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  12621.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  12622.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  12623.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  12624.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  12625.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  12626.     }
  12627.     /**
  12628.      * Gets the private 'container.env_var_processor' shared service.
  12629.      *
  12630.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  12631.      */
  12632.     protected function getContainer_EnvVarProcessorService()
  12633.     {
  12634.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  12635.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  12636.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  12637.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  12638.         }, 1));
  12639.     }
  12640.     /**
  12641.      * Gets the private 'container.getenv' shared service.
  12642.      *
  12643.      * @return \Closure
  12644.      */
  12645.     protected function getContainer_GetenvService()
  12646.     {
  12647.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  12648.     }
  12649.     /**
  12650.      * Gets the private 'data_collector.form' shared service.
  12651.      *
  12652.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  12653.      */
  12654.     protected function getDataCollector_FormService()
  12655.     {
  12656.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  12657.     }
  12658.     /**
  12659.      * Gets the private 'data_collector.request' shared service.
  12660.      *
  12661.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  12662.      */
  12663.     protected function getDataCollector_RequestService()
  12664.     {
  12665.         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())));
  12666.     }
  12667.     /**
  12668.      * Gets the private 'data_collector.request.session_collector' shared service.
  12669.      *
  12670.      * @return \Closure
  12671.      */
  12672.     protected function getDataCollector_Request_SessionCollectorService()
  12673.     {
  12674.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  12675.     }
  12676.     /**
  12677.      * Gets the private 'debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\ActionResolver' shared service.
  12678.      *
  12679.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  12680.      */
  12681.     protected function getActionResolverService()
  12682.     {
  12683.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  12684.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  12685.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ArgumentResolver/ActionResolver.php';
  12686.         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))));
  12687.     }
  12688.     /**
  12689.      * Gets the private 'debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\ConstraintViolationListResolver' shared service.
  12690.      *
  12691.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  12692.      */
  12693.     protected function getConstraintViolationListResolverService()
  12694.     {
  12695.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  12696.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  12697.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ArgumentResolver/ConstraintViolationListResolver.php';
  12698.         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))));
  12699.     }
  12700.     /**
  12701.      * Gets the private 'debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\DeserializeResolver' shared service.
  12702.      *
  12703.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  12704.      */
  12705.     protected function getDeserializeResolverService()
  12706.     {
  12707.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  12708.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  12709.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ArgumentResolver/DeserializeResolver.php';
  12710.         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))));
  12711.     }
  12712.     /**
  12713.      * Gets the private 'debug.argument_resolver' shared service.
  12714.      *
  12715.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  12716.      */
  12717.     protected function getDebug_ArgumentResolverService()
  12718.     {
  12719.         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 () {
  12720.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  12721.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  12722.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  12723.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  12724.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\ActionResolver'] ?? $this->getActionResolverService());
  12725.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\ConstraintViolationListResolver'] ?? $this->getConstraintViolationListResolverService());
  12726.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\DeserializeResolver'] ?? $this->getDeserializeResolverService());
  12727.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  12728.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  12729.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  12730.             yield 10 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  12731.         }, 11)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  12732.     }
  12733.     /**
  12734.      * Gets the private 'debug.argument_resolver.default' shared service.
  12735.      *
  12736.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  12737.      */
  12738.     protected function getDebug_ArgumentResolver_DefaultService()
  12739.     {
  12740.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  12741.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  12742.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  12743.         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))));
  12744.     }
  12745.     /**
  12746.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  12747.      *
  12748.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  12749.      */
  12750.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  12751.     {
  12752.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  12753.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  12754.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  12755.         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.DVAoD3.'] ?? $this->get_ServiceLocator_DVAoD3_Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  12756.     }
  12757.     /**
  12758.      * Gets the private 'debug.argument_resolver.request' shared service.
  12759.      *
  12760.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  12761.      */
  12762.     protected function getDebug_ArgumentResolver_RequestService()
  12763.     {
  12764.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  12765.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  12766.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  12767.         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))));
  12768.     }
  12769.     /**
  12770.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  12771.      *
  12772.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  12773.      */
  12774.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  12775.     {
  12776.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  12777.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  12778.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  12779.         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))));
  12780.     }
  12781.     /**
  12782.      * Gets the private 'debug.argument_resolver.service' shared service.
  12783.      *
  12784.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  12785.      */
  12786.     protected function getDebug_ArgumentResolver_ServiceService()
  12787.     {
  12788.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  12789.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  12790.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  12791.         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.DVAoD3.'] ?? $this->get_ServiceLocator_DVAoD3_Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  12792.     }
  12793.     /**
  12794.      * Gets the private 'debug.argument_resolver.session' shared service.
  12795.      *
  12796.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  12797.      */
  12798.     protected function getDebug_ArgumentResolver_SessionService()
  12799.     {
  12800.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  12801.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  12802.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  12803.         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))));
  12804.     }
  12805.     /**
  12806.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  12807.      *
  12808.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  12809.      */
  12810.     protected function getDebug_ArgumentResolver_VariadicService()
  12811.     {
  12812.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  12813.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  12814.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  12815.         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))));
  12816.     }
  12817.     /**
  12818.      * Gets the private 'debug.debug_handlers_listener' shared service.
  12819.      *
  12820.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  12821.      */
  12822.     protected function getDebug_DebugHandlersListenerService()
  12823.     {
  12824.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  12825.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  12826.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  12827.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  12828.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  12829.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  12830.     }
  12831.     /**
  12832.      * Gets the private 'debug.dump_listener' shared service.
  12833.      *
  12834.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  12835.      */
  12836.     protected function getDebug_DumpListenerService()
  12837.     {
  12838.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  12839.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  12840.         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()));
  12841.     }
  12842.     /**
  12843.      * Gets the private 'debug.file_link_formatter' shared service.
  12844.      *
  12845.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  12846.      */
  12847.     protected function getDebug_FileLinkFormatterService()
  12848.     {
  12849.         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 () {
  12850.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  12851.         });
  12852.     }
  12853.     /**
  12854.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  12855.      *
  12856.      * @return \string
  12857.      */
  12858.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  12859.     {
  12860.         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');
  12861.     }
  12862.     /**
  12863.      * Gets the private 'debug.log_processor' shared service.
  12864.      *
  12865.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  12866.      */
  12867.     protected function getDebug_LogProcessorService()
  12868.     {
  12869.         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())));
  12870.     }
  12871.     /**
  12872.      * Gets the private 'debug.security.access.decision_manager' shared service.
  12873.      *
  12874.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  12875.      */
  12876.     protected function getDebug_Security_Access_DecisionManagerService()
  12877.     {
  12878.         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 () {
  12879.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  12880.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  12881.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  12882.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\AdminVoter'] ?? $this->getAdminVoterService());
  12883.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Channel\\ShowVoter'] ?? $this->getShowVoterService());
  12884.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\ChatNotification\\ShowVoter'] ?? $this->getShowVoter2Service());
  12885.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Conversation\\CreateMessageVoter'] ?? $this->getCreateMessageVoterService());
  12886.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Conversation\\ShowVoter'] ?? $this->getShowVoter3Service());
  12887.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\CoordinatorVoter'] ?? $this->getCoordinatorVoterService());
  12888.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\File\\ShowVoter'] ?? $this->getShowVoter4Service());
  12889.             yield 10 => ($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\CreateMessageReactionVoter'] ?? $this->getCreateMessageReactionVoterService());
  12890.             yield 11 => ($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\DeleteVoter'] ?? $this->getDeleteVoterService());
  12891.             yield 12 => ($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\EditVoter'] ?? $this->getEditVoterService());
  12892.             yield 13 => ($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\PinVoter'] ?? $this->getPinVoterService());
  12893.             yield 14 => ($this->privates['debug.security.voter.App\\Security\\Voter\\MessageReaction\\DeleteVoter'] ?? $this->getDeleteVoter2Service());
  12894.             yield 15 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserDataVoter'] ?? $this->getChannelUserDataVoterService());
  12895.             yield 16 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserMenuVoter'] ?? $this->getChannelUserMenuVoterService());
  12896.             yield 17 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'] ?? $this->getChannelUserPermissionResourceVoterService());
  12897.             yield 18 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'] ?? $this->getChannelUserPermissionVoterService());
  12898.             yield 19 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'] ?? $this->getSharableChannelPermissionVoterService());
  12899.             yield 20 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'] ?? $this->getSharableChannelResourcePermissionVoterService());
  12900.             yield 21 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableUsersResourcePermissionVoter'] ?? $this->getSharableUsersResourcePermissionVoterService());
  12901.             yield 22 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SuperAdminVoter'] ?? $this->getSuperAdminVoterService());
  12902.             yield 23 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UserOwnerVoter'] ?? $this->getUserOwnerVoterService());
  12903.             yield 24 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UsersResourceVoter'] ?? $this->getUsersResourceVoterService());
  12904.         }, 25), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  12905.     }
  12906.     /**
  12907.      * Gets the private 'debug.security.firewall' shared service.
  12908.      *
  12909.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  12910.      */
  12911.     protected function getDebug_Security_FirewallService()
  12912.     {
  12913.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  12914.         if (isset($this->privates['debug.security.firewall'])) {
  12915.             return $this->privates['debug.security.firewall'];
  12916.         }
  12917.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12918.         if (isset($this->privates['debug.security.firewall'])) {
  12919.             return $this->privates['debug.security.firewall'];
  12920.         }
  12921.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  12922.     }
  12923.     /**
  12924.      * Gets the private 'debug.security.firewall.authenticator.api' shared service.
  12925.      *
  12926.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  12927.      */
  12928.     protected function getDebug_Security_Firewall_Authenticator_ApiService()
  12929.     {
  12930.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  12931.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  12932.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  12933.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  12934.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  12935.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  12936.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  12937.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Security/CoreAuthenticator.php';
  12938.         return $this->privates['debug.security.firewall.authenticator.api'] = 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()), ($this->privates['security.event_dispatcher.api'] ?? $this->getSecurity_EventDispatcher_ApiService()), 'api', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue, [])));
  12939.     }
  12940.     /**
  12941.      * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  12942.      *
  12943.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  12944.      */
  12945.     protected function getDebug_Security_Firewall_Authenticator_MainService()
  12946.     {
  12947.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  12948.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  12949.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  12950.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  12951.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  12952.         $a = ($this->privates['security.authenticator.guard.main.0'] ?? $this->getSecurity_Authenticator_Guard_Main_0Service());
  12953.         if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  12954.             return $this->privates['debug.security.firewall.authenticator.main'];
  12955.         }
  12956.         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()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue, [])));
  12957.     }
  12958.     /**
  12959.      * Gets the private 'debug.security.firewall.authenticator.reverse_sync' shared service.
  12960.      *
  12961.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  12962.      */
  12963.     protected function getDebug_Security_Firewall_Authenticator_ReverseSyncService()
  12964.     {
  12965.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  12966.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  12967.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  12968.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  12969.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  12970.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  12971.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  12972.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Security/CoreAuthenticator.php';
  12973.         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()), ($this->privates['security.event_dispatcher.reverse_sync'] ?? $this->getSecurity_EventDispatcher_ReverseSyncService()), 'reverse_sync', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue, [])));
  12974.     }
  12975.     /**
  12976.      * Gets the private 'debug.security.user_value_resolver' shared service.
  12977.      *
  12978.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  12979.      */
  12980.     protected function getDebug_Security_UserValueResolverService()
  12981.     {
  12982.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  12983.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  12984.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  12985.         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))));
  12986.     }
  12987.     /**
  12988.      * Gets the private 'debug.security.voter.App\Security\Voter\AdminVoter' shared service.
  12989.      *
  12990.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  12991.      */
  12992.     protected function getAdminVoterService()
  12993.     {
  12994.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  12995.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  12996.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  12997.         include_once \dirname(__DIR__4).'/src/Security/Voter/AdminVoter.php';
  12998.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12999.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\AdminVoter'])) {
  13000.             return $this->privates['debug.security.voter.App\\Security\\Voter\\AdminVoter'];
  13001.         }
  13002.         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);
  13003.     }
  13004.     /**
  13005.      * Gets the private 'debug.security.voter.App\Security\Voter\Channel\ShowVoter' shared service.
  13006.      *
  13007.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13008.      */
  13009.     protected function getShowVoterService()
  13010.     {
  13011.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13012.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13013.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13014.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  13015.         include_once \dirname(__DIR__4).'/src/Security/Voter/Channel/ShowVoter.php';
  13016.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13017.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Channel\\ShowVoter'])) {
  13018.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Channel\\ShowVoter'];
  13019.         }
  13020.         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);
  13021.     }
  13022.     /**
  13023.      * Gets the private 'debug.security.voter.App\Security\Voter\ChatNotification\ShowVoter' shared service.
  13024.      *
  13025.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13026.      */
  13027.     protected function getShowVoter2Service()
  13028.     {
  13029.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13030.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13031.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13032.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  13033.         include_once \dirname(__DIR__4).'/src/Security/Voter/ChatNotification/ShowVoter.php';
  13034.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13035.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\ChatNotification\\ShowVoter'])) {
  13036.             return $this->privates['debug.security.voter.App\\Security\\Voter\\ChatNotification\\ShowVoter'];
  13037.         }
  13038.         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);
  13039.     }
  13040.     /**
  13041.      * Gets the private 'debug.security.voter.App\Security\Voter\Conversation\CreateMessageVoter' shared service.
  13042.      *
  13043.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13044.      */
  13045.     protected function getCreateMessageVoterService()
  13046.     {
  13047.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13048.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13049.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13050.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  13051.         include_once \dirname(__DIR__4).'/src/Security/Voter/Conversation/AbstractConversationVoter.php';
  13052.         include_once \dirname(__DIR__4).'/src/Security/Voter/Conversation/CreateMessageVoter.php';
  13053.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13054.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Conversation\\CreateMessageVoter'])) {
  13055.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Conversation\\CreateMessageVoter'];
  13056.         }
  13057.         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);
  13058.     }
  13059.     /**
  13060.      * Gets the private 'debug.security.voter.App\Security\Voter\Conversation\ShowVoter' shared service.
  13061.      *
  13062.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13063.      */
  13064.     protected function getShowVoter3Service()
  13065.     {
  13066.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13067.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13068.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13069.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  13070.         include_once \dirname(__DIR__4).'/src/Security/Voter/Conversation/AbstractConversationVoter.php';
  13071.         include_once \dirname(__DIR__4).'/src/Security/Voter/Conversation/ShowVoter.php';
  13072.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13073.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Conversation\\ShowVoter'])) {
  13074.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Conversation\\ShowVoter'];
  13075.         }
  13076.         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);
  13077.     }
  13078.     /**
  13079.      * Gets the private 'debug.security.voter.App\Security\Voter\CoordinatorVoter' shared service.
  13080.      *
  13081.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13082.      */
  13083.     protected function getCoordinatorVoterService()
  13084.     {
  13085.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13086.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13087.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13088.         include_once \dirname(__DIR__4).'/src/Security/Voter/CoordinatorVoter.php';
  13089.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13090.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\CoordinatorVoter'])) {
  13091.             return $this->privates['debug.security.voter.App\\Security\\Voter\\CoordinatorVoter'];
  13092.         }
  13093.         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);
  13094.     }
  13095.     /**
  13096.      * Gets the private 'debug.security.voter.App\Security\Voter\File\ShowVoter' shared service.
  13097.      *
  13098.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13099.      */
  13100.     protected function getShowVoter4Service()
  13101.     {
  13102.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13103.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13104.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13105.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  13106.         include_once \dirname(__DIR__4).'/src/Security/Voter/File/ShowVoter.php';
  13107.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  13108.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\File\\ShowVoter'])) {
  13109.             return $this->privates['debug.security.voter.App\\Security\\Voter\\File\\ShowVoter'];
  13110.         }
  13111.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13112.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\File\\ShowVoter'])) {
  13113.             return $this->privates['debug.security.voter.App\\Security\\Voter\\File\\ShowVoter'];
  13114.         }
  13115.         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);
  13116.     }
  13117.     /**
  13118.      * Gets the private 'debug.security.voter.App\Security\Voter\MessageReaction\DeleteVoter' shared service.
  13119.      *
  13120.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13121.      */
  13122.     protected function getDeleteVoter2Service()
  13123.     {
  13124.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13125.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13126.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13127.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  13128.         include_once \dirname(__DIR__4).'/src/Security/Voter/MessageReaction/AbstractMessageReactionVoter.php';
  13129.         include_once \dirname(__DIR__4).'/src/Security/Voter/MessageReaction/DeleteVoter.php';
  13130.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13131.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\MessageReaction\\DeleteVoter'])) {
  13132.             return $this->privates['debug.security.voter.App\\Security\\Voter\\MessageReaction\\DeleteVoter'];
  13133.         }
  13134.         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);
  13135.     }
  13136.     /**
  13137.      * Gets the private 'debug.security.voter.App\Security\Voter\Message\CreateMessageReactionVoter' shared service.
  13138.      *
  13139.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13140.      */
  13141.     protected function getCreateMessageReactionVoterService()
  13142.     {
  13143.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13144.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13145.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13146.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  13147.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/AbstractMessageVoter.php';
  13148.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/CreateMessageReactionVoter.php';
  13149.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13150.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\CreateMessageReactionVoter'])) {
  13151.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Message\\CreateMessageReactionVoter'];
  13152.         }
  13153.         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);
  13154.     }
  13155.     /**
  13156.      * Gets the private 'debug.security.voter.App\Security\Voter\Message\DeleteVoter' shared service.
  13157.      *
  13158.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13159.      */
  13160.     protected function getDeleteVoterService()
  13161.     {
  13162.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13163.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13164.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13165.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  13166.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/AbstractMessageVoter.php';
  13167.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/DeleteVoter.php';
  13168.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13169.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\DeleteVoter'])) {
  13170.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Message\\DeleteVoter'];
  13171.         }
  13172.         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);
  13173.     }
  13174.     /**
  13175.      * Gets the private 'debug.security.voter.App\Security\Voter\Message\EditVoter' shared service.
  13176.      *
  13177.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13178.      */
  13179.     protected function getEditVoterService()
  13180.     {
  13181.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13182.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13183.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13184.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  13185.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/AbstractMessageVoter.php';
  13186.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/EditVoter.php';
  13187.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13188.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\EditVoter'])) {
  13189.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Message\\EditVoter'];
  13190.         }
  13191.         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);
  13192.     }
  13193.     /**
  13194.      * Gets the private 'debug.security.voter.App\Security\Voter\Message\PinVoter' shared service.
  13195.      *
  13196.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13197.      */
  13198.     protected function getPinVoterService()
  13199.     {
  13200.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13201.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13202.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13203.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  13204.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/AbstractMessageVoter.php';
  13205.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/PinVoter.php';
  13206.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13207.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\PinVoter'])) {
  13208.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Message\\PinVoter'];
  13209.         }
  13210.         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);
  13211.     }
  13212.     /**
  13213.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserDataVoter' shared service.
  13214.      *
  13215.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13216.      */
  13217.     protected function getChannelUserDataVoterService()
  13218.     {
  13219.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13220.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13221.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13222.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  13223.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserDataVoter.php';
  13224.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13225.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserDataVoter'])) {
  13226.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserDataVoter'];
  13227.         }
  13228.         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);
  13229.     }
  13230.     /**
  13231.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserMenuVoter' shared service.
  13232.      *
  13233.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13234.      */
  13235.     protected function getChannelUserMenuVoterService()
  13236.     {
  13237.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13238.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13239.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13240.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  13241.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserMenuVoter.php';
  13242.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13243.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserMenuVoter'])) {
  13244.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserMenuVoter'];
  13245.         }
  13246.         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);
  13247.     }
  13248.     /**
  13249.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionResourceVoter' shared service.
  13250.      *
  13251.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13252.      */
  13253.     protected function getChannelUserPermissionResourceVoterService()
  13254.     {
  13255.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13256.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13257.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13258.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  13259.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserPermissionResourceVoter.php';
  13260.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService());
  13261.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'])) {
  13262.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'];
  13263.         }
  13264.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] ?? $this->getAuthorizationHelperService());
  13265.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'])) {
  13266.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'];
  13267.         }
  13268.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13269.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'])) {
  13270.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'];
  13271.         }
  13272.         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);
  13273.     }
  13274.     /**
  13275.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionVoter' shared service.
  13276.      *
  13277.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13278.      */
  13279.     protected function getChannelUserPermissionVoterService()
  13280.     {
  13281.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13282.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13283.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13284.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  13285.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserPermissionVoter.php';
  13286.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService());
  13287.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'])) {
  13288.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'];
  13289.         }
  13290.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13291.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'])) {
  13292.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'];
  13293.         }
  13294.         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);
  13295.     }
  13296.     /**
  13297.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelPermissionVoter' shared service.
  13298.      *
  13299.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13300.      */
  13301.     protected function getSharableChannelPermissionVoterService()
  13302.     {
  13303.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13304.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13305.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13306.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  13307.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SharableChannelPermissionVoter.php';
  13308.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/SharableChannelPermissionService.php';
  13309.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/ChannelResourceToChannel/SharableChannelResourceToChannelPermissionManagerInterface.php';
  13310.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/ChannelResourceToChannel/SharableChannelResourceToChannelPermissionManager.php';
  13311.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'] ?? $this->getChannelResourceServiceService());
  13312.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'])) {
  13313.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'];
  13314.         }
  13315.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13316.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'])) {
  13317.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'];
  13318.         }
  13319.         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 () {
  13320.             return new \EmptyIterator();
  13321.         }, 0)), $a)), $b);
  13322.     }
  13323.     /**
  13324.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelResourcePermissionVoter' shared service.
  13325.      *
  13326.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13327.      */
  13328.     protected function getSharableChannelResourcePermissionVoterService()
  13329.     {
  13330.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13331.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13332.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13333.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  13334.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SharableChannelResourcePermissionVoter.php';
  13335.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/SharableChannelResourcePermissionService.php';
  13336.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/ChannelResources/SharableChannelResourcePermissionManagerInterface.php';
  13337.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/ChannelResources/SharableChannelResourcePermissionManager.php';
  13338.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] ?? $this->getAuthorizationHelperService());
  13339.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'])) {
  13340.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'];
  13341.         }
  13342.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13343.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'])) {
  13344.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'];
  13345.         }
  13346.         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 () {
  13347.             return new \EmptyIterator();
  13348.         }, 0)), $a)), $b);
  13349.     }
  13350.     /**
  13351.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableUsersResourcePermissionVoter' shared service.
  13352.      *
  13353.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13354.      */
  13355.     protected function getSharableUsersResourcePermissionVoterService()
  13356.     {
  13357.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13358.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13359.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13360.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  13361.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SharableUsersResourcePermissionVoter.php';
  13362.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/SharableUsersResourcePermissionService.php';
  13363.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/UsersResourceToChannelResource/SharableUsersResourceToChannelResourcePermissionManagerInterface.php';
  13364.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/UsersResourceToChannelResource/SharableUsersResourceToChannelResourcePermissionManager.php';
  13365.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13366.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableUsersResourcePermissionVoter'])) {
  13367.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableUsersResourcePermissionVoter'];
  13368.         }
  13369.         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 () {
  13370.             return new \EmptyIterator();
  13371.         }, 0)))), $a);
  13372.     }
  13373.     /**
  13374.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter' shared service.
  13375.      *
  13376.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13377.      */
  13378.     protected function getSuperAdminVoterService()
  13379.     {
  13380.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13381.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13382.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13383.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SuperAdminVoter.php';
  13384.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13385.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SuperAdminVoter'])) {
  13386.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SuperAdminVoter'];
  13387.         }
  13388.         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);
  13389.     }
  13390.     /**
  13391.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UserOwnerVoter' shared service.
  13392.      *
  13393.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13394.      */
  13395.     protected function getUserOwnerVoterService()
  13396.     {
  13397.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13398.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13399.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13400.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  13401.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/UserOwnerVoter.php';
  13402.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13403.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UserOwnerVoter'])) {
  13404.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UserOwnerVoter'];
  13405.         }
  13406.         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);
  13407.     }
  13408.     /**
  13409.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UsersResourceVoter' shared service.
  13410.      *
  13411.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13412.      */
  13413.     protected function getUsersResourceVoterService()
  13414.     {
  13415.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13416.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13417.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13418.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  13419.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/UsersResourceVoter.php';
  13420.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13421.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UsersResourceVoter'])) {
  13422.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UsersResourceVoter'];
  13423.         }
  13424.         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);
  13425.     }
  13426.     /**
  13427.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  13428.      *
  13429.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13430.      */
  13431.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  13432.     {
  13433.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13434.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13435.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13436.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  13437.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13438.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  13439.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  13440.         }
  13441.         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);
  13442.     }
  13443.     /**
  13444.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  13445.      *
  13446.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13447.      */
  13448.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  13449.     {
  13450.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13451.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13452.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13453.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  13454.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  13455.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  13456.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  13457.         }
  13458.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13459.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  13460.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  13461.         }
  13462.         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);
  13463.     }
  13464.     /**
  13465.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  13466.      *
  13467.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13468.      */
  13469.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  13470.     {
  13471.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13472.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13473.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13474.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  13475.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13476.         if (isset($this->privates['debug.security.voter.security.access.simple_role_voter'])) {
  13477.             return $this->privates['debug.security.voter.security.access.simple_role_voter'];
  13478.         }
  13479.         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);
  13480.     }
  13481.     /**
  13482.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  13483.      *
  13484.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  13485.      */
  13486.     protected function getDebug_Security_Voter_VoteListenerService()
  13487.     {
  13488.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  13489.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  13490.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  13491.             return $this->privates['debug.security.voter.vote_listener'];
  13492.         }
  13493.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  13494.     }
  13495.     /**
  13496.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  13497.      *
  13498.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  13499.      */
  13500.     protected function getDoctrine_CacheClearMetadataCommandService()
  13501.     {
  13502.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13503.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13504.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  13505.         $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()));
  13506.         $instance->setName('doctrine:cache:clear-metadata');
  13507.         return $instance;
  13508.     }
  13509.     /**
  13510.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  13511.      *
  13512.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  13513.      */
  13514.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  13515.     {
  13516.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13517.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13518.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  13519.         $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()));
  13520.         $instance->setName('doctrine:cache:clear-query');
  13521.         return $instance;
  13522.     }
  13523.     /**
  13524.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  13525.      *
  13526.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  13527.      */
  13528.     protected function getDoctrine_CacheClearResultCommandService()
  13529.     {
  13530.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13531.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13532.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  13533.         $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()));
  13534.         $instance->setName('doctrine:cache:clear-result');
  13535.         return $instance;
  13536.     }
  13537.     /**
  13538.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  13539.      *
  13540.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  13541.      */
  13542.     protected function getDoctrine_CacheCollectionRegionCommandService()
  13543.     {
  13544.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13545.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13546.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  13547.         $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()));
  13548.         $instance->setName('doctrine:cache:clear-collection-region');
  13549.         return $instance;
  13550.     }
  13551.     /**
  13552.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  13553.      *
  13554.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  13555.      */
  13556.     protected function getDoctrine_ClearEntityRegionCommandService()
  13557.     {
  13558.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13559.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13560.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  13561.         $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()));
  13562.         $instance->setName('doctrine:cache:clear-entity-region');
  13563.         return $instance;
  13564.     }
  13565.     /**
  13566.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  13567.      *
  13568.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  13569.      */
  13570.     protected function getDoctrine_ClearQueryRegionCommandService()
  13571.     {
  13572.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13573.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13574.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  13575.         $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()));
  13576.         $instance->setName('doctrine:cache:clear-query-region');
  13577.         return $instance;
  13578.     }
  13579.     /**
  13580.      * Gets the private 'doctrine.database_create_command' shared service.
  13581.      *
  13582.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  13583.      */
  13584.     protected function getDoctrine_DatabaseCreateCommandService()
  13585.     {
  13586.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13587.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  13588.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  13589.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13590.         $instance->setName('doctrine:database:create');
  13591.         return $instance;
  13592.     }
  13593.     /**
  13594.      * Gets the private 'doctrine.database_drop_command' shared service.
  13595.      *
  13596.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  13597.      */
  13598.     protected function getDoctrine_DatabaseDropCommandService()
  13599.     {
  13600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13601.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  13602.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  13603.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13604.         $instance->setName('doctrine:database:drop');
  13605.         return $instance;
  13606.     }
  13607.     /**
  13608.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  13609.      *
  13610.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  13611.      */
  13612.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  13613.     {
  13614.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13615.             'App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber''getGroupUsersSubscriberService'false],
  13616.             'App\\Doctrine\\EventSubscriber\\ServiceUsersSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\ServiceUsersSubscriber''getServiceUsersSubscriberService'false],
  13617.             'App\\Doctrine\\EventSubscriber\\WebSocketFlushSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\WebSocketFlushSubscriber''getWebSocketFlushSubscriberService'false],
  13618.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber''getBlameSubscriberService'false],
  13619.             '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],
  13620.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber''getHierarchySubscriberService'false],
  13621.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber''getTimestampSubscriberService'false],
  13622.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber''getTranslationSubscriberService'false],
  13623.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SerializeLogSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SerializeLogSubscriber''getSerializeLogSubscriberService'false],
  13624.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber''getTimestampSubscriber2Service'false],
  13625.             'Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber''getTerminateExportableSubscriberService'false],
  13626.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber''getValidGlobalChannelAndUserSubscriberService'false],
  13627.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber''getChannelMenuDisplayedSubscriber2Service'false],
  13628.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber''getPermissionConstraintSubscriberService'false],
  13629.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber''getNellappFileSubscriberService'false],
  13630.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  13631.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  13632.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  13633.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  13634.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  13635.             'nellapp_sdk.auth.user_resolve_target_entity' => ['privates''nellapp_sdk.auth.user_resolve_target_entity''getNellappSdk_Auth_UserResolveTargetEntityService'false],
  13636.             'nellapp_sdk.channel.abstract_cursus_resolve_target_entity' => ['privates''nellapp_sdk.channel.abstract_cursus_resolve_target_entity''getNellappSdk_Channel_AbstractCursusResolveTargetEntityService'false],
  13637.             'nellapp_sdk.channel.channel_channel_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_channel_resolve_target_entity''getNellappSdk_Channel_ChannelChannelResolveTargetEntityService'false],
  13638.             'nellapp_sdk.channel.channel_group_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_group_resolve_target_entity''getNellappSdk_Channel_ChannelGroupResolveTargetEntityService'false],
  13639.             'nellapp_sdk.channel.channel_place_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_place_resolve_target_entity''getNellappSdk_Channel_ChannelPlaceResolveTargetEntityService'false],
  13640.             'nellapp_sdk.channel.channel_service_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_service_resolve_target_entity''getNellappSdk_Channel_ChannelServiceResolveTargetEntityService'false],
  13641.             'nellapp_sdk.channel.channel_session_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_session_resolve_target_entity''getNellappSdk_Channel_ChannelSessionResolveTargetEntityService'false],
  13642.             'nellapp_sdk.channel.channel_training_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_training_resolve_target_entity''getNellappSdk_Channel_ChannelTrainingResolveTargetEntityService'false],
  13643.             'nellapp_sdk.channel.channel_user_data_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_user_data_resolve_target_entity''getNellappSdk_Channel_ChannelUserDataResolveTargetEntityService'false],
  13644.             '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],
  13645.             '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],
  13646.             '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],
  13647.             'nellapp_sdk.channel.channel_user_role_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_user_role_resolve_target_entity''getNellappSdk_Channel_ChannelUserRoleResolveTargetEntityService'false],
  13648.             'nellapp_sdk.channel.channel_white_label_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_white_label_resolve_target_entity''getNellappSdk_Channel_ChannelWhiteLabelResolveTargetEntityService'false],
  13649.             'nellapp_sdk.global_getter.channel_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.channel_class_resolve_target_entity''getNellappSdk_GlobalGetter_ChannelClassResolveTargetEntityService'false],
  13650.             '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],
  13651.             '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],
  13652.             '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],
  13653.             'nellapp_sdk.global_getter.user_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.user_class_resolve_target_entity''getNellappSdk_GlobalGetter_UserClassResolveTargetEntityService'false],
  13654.         ], [
  13655.             'App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber' => '?',
  13656.             'App\\Doctrine\\EventSubscriber\\ServiceUsersSubscriber' => '?',
  13657.             'App\\Doctrine\\EventSubscriber\\WebSocketFlushSubscriber' => '?',
  13658.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber' => '?',
  13659.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\BlameSubscriber.App\\Entity\\Account\\User' => '?',
  13660.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber' => '?',
  13661.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber' => '?',
  13662.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber' => '?',
  13663.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SerializeLogSubscriber' => '?',
  13664.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber' => '?',
  13665.             'Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber' => '?',
  13666.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber' => '?',
  13667.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber' => '?',
  13668.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber' => '?',
  13669.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber' => '?',
  13670.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  13671.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  13672.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  13673.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  13674.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  13675.             'nellapp_sdk.auth.user_resolve_target_entity' => '?',
  13676.             'nellapp_sdk.channel.abstract_cursus_resolve_target_entity' => '?',
  13677.             'nellapp_sdk.channel.channel_channel_resolve_target_entity' => '?',
  13678.             'nellapp_sdk.channel.channel_group_resolve_target_entity' => '?',
  13679.             'nellapp_sdk.channel.channel_place_resolve_target_entity' => '?',
  13680.             'nellapp_sdk.channel.channel_service_resolve_target_entity' => '?',
  13681.             'nellapp_sdk.channel.channel_session_resolve_target_entity' => '?',
  13682.             'nellapp_sdk.channel.channel_training_resolve_target_entity' => '?',
  13683.             'nellapp_sdk.channel.channel_user_data_resolve_target_entity' => '?',
  13684.             'nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity' => '?',
  13685.             'nellapp_sdk.channel.channel_user_perm_service_resolve_target_entity' => '?',
  13686.             'nellapp_sdk.channel.channel_user_perm_session_resolve_target_entity' => '?',
  13687.             'nellapp_sdk.channel.channel_user_role_resolve_target_entity' => '?',
  13688.             'nellapp_sdk.channel.channel_white_label_resolve_target_entity' => '?',
  13689.             'nellapp_sdk.global_getter.channel_class_resolve_target_entity' => '?',
  13690.             'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity' => '?',
  13691.             'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity' => '?',
  13692.             'nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity' => '?',
  13693.             'nellapp_sdk.global_getter.user_class_resolve_target_entity' => '?',
  13694.         ]), [=> '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_sdk.channel.channel_channel_resolve_target_entity'21 => 'nellapp_sdk.channel.channel_white_label_resolve_target_entity'22 => 'nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity'23 => 'nellapp_sdk.channel.channel_group_resolve_target_entity'24 => 'nellapp_sdk.channel.channel_user_role_resolve_target_entity'25 => 'nellapp_sdk.channel.channel_session_resolve_target_entity'26 => 'nellapp_sdk.channel.channel_place_resolve_target_entity'27 => 'nellapp_sdk.channel.channel_user_data_resolve_target_entity'28 => 'nellapp_sdk.channel.abstract_cursus_resolve_target_entity'29 => 'nellapp_sdk.channel.channel_training_resolve_target_entity'30 => 'nellapp_sdk.channel.channel_service_resolve_target_entity'31 => 'nellapp_sdk.channel.channel_user_perm_session_resolve_target_entity'32 => 'nellapp_sdk.channel.channel_user_perm_service_resolve_target_entity'33 => 'Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber'34 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 35 => [=> [=> 'prePersist'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber'], 36 => [=> [=> 'preUpdate'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber'], 37 => [=> [=> 'loadClassMetadata'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\BlameSubscriber.App\\Entity\\Account\\User'], 38 => [=> [=> 'loadClassMetadata'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber'], 39 => [=> [=> 'prePersist'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber'], 40 => [=> [=> 'preUpdate'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber']]);
  13695.     }
  13696.     /**
  13697.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  13698.      *
  13699.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  13700.      */
  13701.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  13702.     {
  13703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13704.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13705.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  13706.         $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()));
  13707.         $instance->setName('doctrine:ensure-production-settings');
  13708.         return $instance;
  13709.     }
  13710.     /**
  13711.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  13712.      *
  13713.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  13714.      */
  13715.     protected function getDoctrine_MappingConvertCommandService()
  13716.     {
  13717.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13718.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13719.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  13720.         $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()));
  13721.         $instance->setName('doctrine:mapping:convert');
  13722.         return $instance;
  13723.     }
  13724.     /**
  13725.      * Gets the private 'doctrine.mapping_import_command' shared service.
  13726.      *
  13727.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  13728.      */
  13729.     protected function getDoctrine_MappingImportCommandService()
  13730.     {
  13731.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13732.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  13733.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  13734.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  13735.         $instance->setName('doctrine:mapping:import');
  13736.         return $instance;
  13737.     }
  13738.     /**
  13739.      * Gets the private 'doctrine.mapping_info_command' shared service.
  13740.      *
  13741.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  13742.      */
  13743.     protected function getDoctrine_MappingInfoCommandService()
  13744.     {
  13745.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13746.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13747.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  13748.         $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()));
  13749.         $instance->setName('doctrine:mapping:info');
  13750.         return $instance;
  13751.     }
  13752.     /**
  13753.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  13754.      *
  13755.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  13756.      */
  13757.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  13758.     {
  13759.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  13760.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  13761.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  13762.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  13763.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  13764.         }
  13765.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  13766.     }
  13767.     /**
  13768.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  13769.      *
  13770.      * @return \Doctrine\Migrations\DependencyFactory
  13771.      */
  13772.     protected function getDoctrine_Migrations_DependencyFactoryService()
  13773.     {
  13774.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  13775.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  13776.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  13777.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  13778.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  13779.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  13780.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  13781.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  13782.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  13783.         $b = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
  13784.         $b->setTableName('migration_versions');
  13785.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  13786.         $a->setAllOrNothing(false);
  13787.         $a->setCheckDatabasePlatform(true);
  13788.         $a->setTransactional(false);
  13789.         $a->setMetadataStorageConfiguration($b);
  13790.         $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()));
  13791.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  13792.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  13793.         });
  13794.         return $instance;
  13795.     }
  13796.     /**
  13797.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  13798.      *
  13799.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  13800.      */
  13801.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  13802.     {
  13803.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  13804.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  13805.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13806.     }
  13807.     /**
  13808.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  13809.      *
  13810.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  13811.      */
  13812.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  13813.     {
  13814.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  13815.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13816.         if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  13817.             return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  13818.         }
  13819.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  13820.     }
  13821.     /**
  13822.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  13823.      *
  13824.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  13825.      */
  13826.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  13827.     {
  13828.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  13829.         $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = $instance = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  13830.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\AbstractCursus''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''postPersist');
  13831.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\AbstractCursus''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''preUpdate');
  13832.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\AbstractCursus''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''postUpdate');
  13833.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\AbstractCursus''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''preRemove');
  13834.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\AbstractCursus''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''postRemove');
  13835.         $instance->addEntityListener('App\\Entity\\Chat\\Canal''App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber''postPersist');
  13836.         $instance->addEntityListener('App\\Entity\\Channel\\Channel''App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber''postPersist');
  13837.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\ChannelUserData''App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber''postPersist');
  13838.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\ChannelUserData''App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber''postUpdate');
  13839.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\ChannelUserData''App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber''preUpdate');
  13840.         $instance->addEntityListener('App\\Entity\\Chat\\ChatNotification''App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber''postPersist');
  13841.         $instance->addEntityListener('App\\Entity\\Chat\\Conversation''App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber''preRemove');
  13842.         $instance->addEntityListener('App\\Entity\\Chat\\Conversation''App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber''postRemove');
  13843.         $instance->addEntityListener('App\\Entity\\Chat\\ConversationUser''App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber''preUpdate');
  13844.         $instance->addEntityListener('App\\Entity\\Chat\\ConversationUser''App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber''postUpdate');
  13845.         $instance->addEntityListener('App\\Entity\\Chat\\ConversationUser''App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber''postPersist');
  13846.         $instance->addEntityListener('App\\Entity\\Chat\\File''App\\Doctrine\\EventEntitySubscriber\\FileSubscriber''postRemove');
  13847.         $instance->addEntityListener('App\\Entity\\Channel\\Group''App\\Doctrine\\EventEntitySubscriber\\GroupSubscriberAbstract''postPersist');
  13848.         $instance->addEntityListener('App\\Entity\\Chat\\Message''App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber''postPersist');
  13849.         $instance->addEntityListener('App\\Entity\\Channel\\Place''App\\Doctrine\\EventEntitySubscriber\\PlaceSubscriber''postPersist');
  13850.         $instance->addEntityListener('App\\Entity\\Chat\\ServiceConversation''App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber''postPersist');
  13851.         $instance->addEntityListener('App\\Entity\\Channel\\Service''App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber''postPersist');
  13852.         $instance->addEntityListener('App\\Entity\\Channel\\Service''App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber''preRemove');
  13853.         $instance->addEntityListener('App\\Entity\\Channel\\Service''App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber''postRemove');
  13854.         $instance->addEntityListener('App\\Entity\\Channel\\ChannelUserSessionPermission''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''preUpdate');
  13855.         $instance->addEntityListener('App\\Entity\\Channel\\ChannelUserSessionPermission''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''postUpdate');
  13856.         $instance->addEntityListener('App\\Entity\\Channel\\ChannelUserSessionPermission''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''postPersist');
  13857.         $instance->addEntityListener('App\\Entity\\Channel\\ChannelUserSessionPermission''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''postRemove');
  13858.         $instance->addEntityListener('App\\Entity\\Channel\\Session''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''postPersist');
  13859.         $instance->addEntityListener('App\\Entity\\Channel\\Session''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''preUpdate');
  13860.         $instance->addEntityListener('App\\Entity\\Channel\\Session''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''postUpdate');
  13861.         $instance->addEntityListener('App\\Entity\\Channel\\Session''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''preRemove');
  13862.         $instance->addEntityListener('App\\Entity\\Channel\\Session''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''postRemove');
  13863.         $instance->addEntityListener('App\\Entity\\Channel\\Training''App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract''postPersist');
  13864.         $instance->addEntityListener('App\\Entity\\Account\\User''App\\Doctrine\\EventEntitySubscriber\\UserSubscriber''prePersist');
  13865.         $instance->addEntityListener('App\\Entity\\Account\\User''App\\Doctrine\\EventEntitySubscriber\\UserSubscriber''preUpdate');
  13866.         return $instance;
  13867.     }
  13868.     /**
  13869.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  13870.      *
  13871.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  13872.      */
  13873.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  13874.     {
  13875.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  13876.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  13877.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  13878.     }
  13879.     /**
  13880.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  13881.      *
  13882.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  13883.      */
  13884.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  13885.     {
  13886.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  13887.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  13888.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  13889.             return new \EmptyIterator();
  13890.         }, 0));
  13891.     }
  13892.     /**
  13893.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  13894.      *
  13895.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  13896.      */
  13897.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  13898.     {
  13899.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  13900.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  13901.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  13902.     }
  13903.     /**
  13904.      * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  13905.      *
  13906.      * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  13907.      */
  13908.     protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  13909.     {
  13910.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  13911.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  13912.         return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  13913.             yield => ($this->privates['messenger.transport.sync_full_user_transport'] ?? $this->getMessenger_Transport_SyncFullUserTransportService());
  13914.             yield => ($this->privates['messenger.transport.sync_transport'] ?? $this->getMessenger_Transport_SyncTransportService());
  13915.             yield => ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService());
  13916.         }, 3));
  13917.     }
  13918.     /**
  13919.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  13920.      *
  13921.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  13922.      */
  13923.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  13924.     {
  13925.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  13926.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13927.     }
  13928.     /**
  13929.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  13930.      *
  13931.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  13932.      */
  13933.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  13934.     {
  13935.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  13936.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  13937.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13938.     }
  13939.     /**
  13940.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  13941.      *
  13942.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  13943.      */
  13944.     protected function getDoctrine_Orm_Validator_UniqueService()
  13945.     {
  13946.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  13947.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  13948.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  13949.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13950.     }
  13951.     /**
  13952.      * Gets the private 'doctrine.query_dql_command' shared service.
  13953.      *
  13954.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  13955.      */
  13956.     protected function getDoctrine_QueryDqlCommandService()
  13957.     {
  13958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13959.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13960.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  13961.         $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()));
  13962.         $instance->setName('doctrine:query:dql');
  13963.         return $instance;
  13964.     }
  13965.     /**
  13966.      * Gets the private 'doctrine.query_sql_command' shared service.
  13967.      *
  13968.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  13969.      */
  13970.     protected function getDoctrine_QuerySqlCommandService()
  13971.     {
  13972.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13973.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  13974.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  13975.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  13976.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  13977.         $instance->setName('doctrine:query:sql');
  13978.         return $instance;
  13979.     }
  13980.     /**
  13981.      * Gets the private 'doctrine.schema_create_command' shared service.
  13982.      *
  13983.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  13984.      */
  13985.     protected function getDoctrine_SchemaCreateCommandService()
  13986.     {
  13987.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13988.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13989.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  13990.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  13991.         $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()));
  13992.         $instance->setName('doctrine:schema:create');
  13993.         return $instance;
  13994.     }
  13995.     /**
  13996.      * Gets the private 'doctrine.schema_drop_command' shared service.
  13997.      *
  13998.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  13999.      */
  14000.     protected function getDoctrine_SchemaDropCommandService()
  14001.     {
  14002.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14003.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14004.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  14005.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  14006.         $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()));
  14007.         $instance->setName('doctrine:schema:drop');
  14008.         return $instance;
  14009.     }
  14010.     /**
  14011.      * Gets the private 'doctrine.schema_update_command' shared service.
  14012.      *
  14013.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  14014.      */
  14015.     protected function getDoctrine_SchemaUpdateCommandService()
  14016.     {
  14017.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14018.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14019.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  14020.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  14021.         $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()));
  14022.         $instance->setName('doctrine:schema:update');
  14023.         return $instance;
  14024.     }
  14025.     /**
  14026.      * Gets the private 'doctrine.schema_validate_command' shared service.
  14027.      *
  14028.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  14029.      */
  14030.     protected function getDoctrine_SchemaValidateCommandService()
  14031.     {
  14032.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14033.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14034.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  14035.         $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()));
  14036.         $instance->setName('doctrine:schema:validate');
  14037.         return $instance;
  14038.     }
  14039.     /**
  14040.      * Gets the private 'doctrine.ulid_generator' shared service.
  14041.      *
  14042.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  14043.      */
  14044.     protected function getDoctrine_UlidGeneratorService()
  14045.     {
  14046.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  14047.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  14048.         include_once \dirname(__DIR__4).'/vendor/symfony/uid/Factory/UlidFactory.php';
  14049.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(new \Symfony\Component\Uid\Factory\UlidFactory());
  14050.     }
  14051.     /**
  14052.      * Gets the private 'doctrine.uuid_generator' shared service.
  14053.      *
  14054.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  14055.      */
  14056.     protected function getDoctrine_UuidGeneratorService()
  14057.     {
  14058.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  14059.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  14060.         include_once \dirname(__DIR__4).'/vendor/symfony/uid/Factory/UuidFactory.php';
  14061.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(new \Symfony\Component\Uid\Factory\UuidFactory(665'Symfony\\Component\\Uid\\UuidV4'NULLNULL));
  14062.     }
  14063.     /**
  14064.      * Gets the private 'doctrine_migrations.current_command' shared service.
  14065.      *
  14066.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  14067.      */
  14068.     protected function getDoctrineMigrations_CurrentCommandService()
  14069.     {
  14070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14071.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14072.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  14073.         $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');
  14074.         $instance->setName('doctrine:migrations:current');
  14075.         return $instance;
  14076.     }
  14077.     /**
  14078.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  14079.      *
  14080.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  14081.      */
  14082.     protected function getDoctrineMigrations_DiffCommandService()
  14083.     {
  14084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14085.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14086.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  14087.         $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');
  14088.         $instance->setName('doctrine:migrations:diff');
  14089.         return $instance;
  14090.     }
  14091.     /**
  14092.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  14093.      *
  14094.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  14095.      */
  14096.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  14097.     {
  14098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14099.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14100.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  14101.         $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');
  14102.         $instance->setName('doctrine:migrations:dump-schema');
  14103.         return $instance;
  14104.     }
  14105.     /**
  14106.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  14107.      *
  14108.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  14109.      */
  14110.     protected function getDoctrineMigrations_ExecuteCommandService()
  14111.     {
  14112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14113.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14114.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  14115.         $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');
  14116.         $instance->setName('doctrine:migrations:execute');
  14117.         return $instance;
  14118.     }
  14119.     /**
  14120.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  14121.      *
  14122.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  14123.      */
  14124.     protected function getDoctrineMigrations_GenerateCommandService()
  14125.     {
  14126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14127.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14128.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  14129.         $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');
  14130.         $instance->setName('doctrine:migrations:generate');
  14131.         return $instance;
  14132.     }
  14133.     /**
  14134.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  14135.      *
  14136.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  14137.      */
  14138.     protected function getDoctrineMigrations_LatestCommandService()
  14139.     {
  14140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14141.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14142.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  14143.         $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');
  14144.         $instance->setName('doctrine:migrations:latest');
  14145.         return $instance;
  14146.     }
  14147.     /**
  14148.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  14149.      *
  14150.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  14151.      */
  14152.     protected function getDoctrineMigrations_MigrateCommandService()
  14153.     {
  14154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14155.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14156.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  14157.         $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');
  14158.         $instance->setName('doctrine:migrations:migrate');
  14159.         return $instance;
  14160.     }
  14161.     /**
  14162.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  14163.      *
  14164.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  14165.      */
  14166.     protected function getDoctrineMigrations_RollupCommandService()
  14167.     {
  14168.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14169.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14170.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  14171.         $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');
  14172.         $instance->setName('doctrine:migrations:rollup');
  14173.         return $instance;
  14174.     }
  14175.     /**
  14176.      * Gets the private 'doctrine_migrations.status_command' shared service.
  14177.      *
  14178.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  14179.      */
  14180.     protected function getDoctrineMigrations_StatusCommandService()
  14181.     {
  14182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14183.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14184.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  14185.         $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');
  14186.         $instance->setName('doctrine:migrations:status');
  14187.         return $instance;
  14188.     }
  14189.     /**
  14190.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  14191.      *
  14192.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  14193.      */
  14194.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  14195.     {
  14196.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14197.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14198.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  14199.         $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');
  14200.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  14201.         return $instance;
  14202.     }
  14203.     /**
  14204.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  14205.      *
  14206.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  14207.      */
  14208.     protected function getDoctrineMigrations_UpToDateCommandService()
  14209.     {
  14210.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14211.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14212.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  14213.         $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');
  14214.         $instance->setName('doctrine:migrations:up-to-date');
  14215.         return $instance;
  14216.     }
  14217.     /**
  14218.      * Gets the private 'doctrine_migrations.version_command' shared service.
  14219.      *
  14220.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  14221.      */
  14222.     protected function getDoctrineMigrations_VersionCommandService()
  14223.     {
  14224.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14225.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14226.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  14227.         $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');
  14228.         $instance->setName('doctrine:migrations:version');
  14229.         return $instance;
  14230.     }
  14231.     /**
  14232.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  14233.      *
  14234.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  14235.      */
  14236.     protected function getDoctrineMigrations_VersionsCommandService()
  14237.     {
  14238.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14239.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14240.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  14241.         $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');
  14242.         $instance->setName('doctrine:migrations:list');
  14243.         return $instance;
  14244.     }
  14245.     /**
  14246.      * Gets the private 'drosalys.web_socket.routing.sf_router' shared service.
  14247.      *
  14248.      * @return \Symfony\Component\Routing\Router
  14249.      */
  14250.     protected function getDrosalys_WebSocket_Routing_SfRouterService()
  14251.     {
  14252.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  14253.         $b = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  14254.         $c = new \DrosalysWeb\Bundle\WebSocketBundle\Routing\Loader\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  14255.         $a->addLoader(new \DrosalysWeb\Bundle\WebSocketBundle\Routing\Loader\YamlFileLoader($b));
  14256.         $a->addLoader(new \DrosalysWeb\Bundle\WebSocketBundle\Routing\Loader\XmlFileLoader($b));
  14257.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  14258.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  14259.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  14260.         $a->addLoader($c);
  14261.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  14262.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  14263.         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');
  14264.     }
  14265.     /**
  14266.      * Gets the private 'drosalys.web_socket.routing.ws_url_generator' shared service.
  14267.      *
  14268.      * @return \DrosalysWeb\Bundle\WebSocketBundle\Routing\Generator\WebSocketWrapperUrlGenerator
  14269.      */
  14270.     protected function getDrosalys_WebSocket_Routing_WsUrlGeneratorService()
  14271.     {
  14272.         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()));
  14273.     }
  14274.     /**
  14275.      * Gets the private 'error_handler.error_renderer.html' shared service.
  14276.      *
  14277.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  14278.      */
  14279.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  14280.     {
  14281.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  14282.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  14283.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  14284.         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()));
  14285.     }
  14286.     /**
  14287.      * Gets the private 'exception_listener' shared service.
  14288.      *
  14289.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  14290.      */
  14291.     protected function getExceptionListenerService()
  14292.     {
  14293.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController::show', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  14294.     }
  14295.     /**
  14296.      * Gets the private 'fidry_alice_data_fixtures.doctrine.persister_loader' shared service.
  14297.      *
  14298.      * @return \Fidry\AliceDataFixtures\Loader\PersisterLoader
  14299.      */
  14300.     protected function getFidryAliceDataFixtures_Doctrine_PersisterLoaderService($lazyLoad true)
  14301.     {
  14302.         if ($lazyLoad) {
  14303.             return $this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] = $this->createProxy('PersisterLoader_c8a8e24', function () {
  14304.                 return \PersisterLoader_c8a8e24::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  14305.                     $wrappedInstance $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService(false);
  14306.                     $proxy->setProxyInitializer(null);
  14307.                     return true;
  14308.                 });
  14309.             });
  14310.         }
  14311.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/ProcessorInterface.php';
  14312.         include_once \dirname(__DIR__4).'/src/Fixture/Processor/ChannelProcessor.php';
  14313.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/ArrayAccessorTrait.php';
  14314.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/GuardedPropertyTrait.php';
  14315.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/QueryBuilderTrait.php';
  14316.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Provider/AbstractProvider.php';
  14317.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php';
  14318.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/Provider/CoreProvider.php';
  14319.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2ClientInterface.php';
  14320.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Fixture/Processor/EaseUuidProcessor.php';
  14321.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  14322.         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()))]);
  14323.     }
  14324.     /**
  14325.      * Gets the private 'fidry_alice_data_fixtures.loader.simple' shared service.
  14326.      *
  14327.      * @return \Fidry\AliceDataFixtures\Loader\SimpleLoader
  14328.      */
  14329.     protected function getFidryAliceDataFixtures_Loader_SimpleService($lazyLoad true)
  14330.     {
  14331.         if ($lazyLoad) {
  14332.             return $this->privates['fidry_alice_data_fixtures.loader.simple'] = $this->createProxy('SimpleLoader_4473cb1', function () {
  14333.                 return \SimpleLoader_4473cb1::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  14334.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_SimpleService(false);
  14335.                     $proxy->setProxyInitializer(null);
  14336.                     return true;
  14337.                 });
  14338.             });
  14339.         }
  14340.         return new \Fidry\AliceDataFixtures\Loader\SimpleLoader(($this->services['nelmio_alice.files_loader'] ?? $this->getNelmioAlice_FilesLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  14341.     }
  14342.     /**
  14343.      * Gets the private 'form.choice_list_factory.cached' shared service.
  14344.      *
  14345.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  14346.      */
  14347.     protected function getForm_ChoiceListFactory_CachedService()
  14348.     {
  14349.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  14350.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  14351.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  14352.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  14353.         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())));
  14354.     }
  14355.     /**
  14356.      * Gets the private 'form.registry' shared service.
  14357.      *
  14358.      * @return \Symfony\Component\Form\FormRegistry
  14359.      */
  14360.     protected function getForm_RegistryService()
  14361.     {
  14362.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  14363.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  14364.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  14365.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  14366.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  14367.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  14368.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  14369.         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, [
  14370.             'App\\Form\\AddUsersType' => ['privates''App\\Form\\AddUsersType''getAddUsersTypeService'false],
  14371.             'App\\Form\\Admin\\AddAdminsType' => ['privates''App\\Form\\Admin\\AddAdminsType''getAddAdminsTypeService'false],
  14372.             'App\\Form\\Admin\\Chat\\CanalType' => ['privates''App\\Form\\Admin\\Chat\\CanalType''getCanalTypeService'false],
  14373.             'App\\Form\\Admin\\Chat\\EditCanalType' => ['privates''App\\Form\\Admin\\Chat\\EditCanalType''getEditCanalTypeService'false],
  14374.             'App\\Form\\ConversationSelektorType' => ['privates''App\\Form\\ConversationSelektorType''getConversationSelektorTypeService'false],
  14375.             'App\\Form\\Filter\\CanalFilterType' => ['privates''App\\Form\\Filter\\CanalFilterType''getCanalFilterTypeService'false],
  14376.             'App\\Form\\Filter\\ConversationFilterType' => ['privates''App\\Form\\Filter\\ConversationFilterType''getConversationFilterTypeService'false],
  14377.             'App\\Form\\Filter\\ResourceFilter' => ['privates''App\\Form\\Filter\\ResourceFilter''getResourceFilterService'false],
  14378.             'App\\Form\\Filter\\ServiceConversationFilterType' => ['privates''App\\Form\\Filter\\ServiceConversationFilterType''getServiceConversationFilterTypeService'false],
  14379.             'App\\Form\\Filter\\UserFilter' => ['privates''App\\Form\\Filter\\UserFilter''getUserFilterService'false],
  14380.             'App\\Form\\GlobalSearchType' => ['privates''App\\Form\\GlobalSearchType''getGlobalSearchTypeService'false],
  14381.             'App\\Form\\ResourceSelektorType' => ['privates''App\\Form\\ResourceSelektorType''getResourceSelektorTypeService'false],
  14382.             'App\\Form\\UploadFileType' => ['privates''App\\Form\\UploadFileType''getUploadFileTypeService'false],
  14383.             'App\\Form\\UserSelektorType' => ['privates''App\\Form\\UserSelektorType''getUserSelektorTypeService'false],
  14384.             'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType' => ['privates''DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType''getAsyncEntityTypeService'false],
  14385.             'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType' => ['privates''DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType''getSelectOrCreateTypeService'false],
  14386.             'Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter' => ['privates''Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter''getApiFilterService'false],
  14387.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'false],
  14388.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType''getGroupeFilterTypeService'false],
  14389.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType''getServiceFilterTypeService'false],
  14390.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType''getSessionFilterTypeService'false],
  14391.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType''getTrainingFilterTypeService'false],
  14392.             'Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType''getUserFilterTypeService'false],
  14393.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType''getNellappBooleanTypeService'false],
  14394.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType''getNellappChoiceTypeService'false],
  14395.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter''getCustomViewColumnsFilterService'false],
  14396.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType''getCustomViewManagerTypeService'false],
  14397.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType''getEditCustomViewTypeService'false],
  14398.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType''getNewCustomViewTypeService'false],
  14399.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType''getChannelUserRoleFilterTypeService'false],
  14400.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter''getCollectionFilterService'false],
  14401.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter''getCollectionFilter2Service'false],
  14402.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType''getChannelUserRoleSelektorFilterTypeService'false],
  14403.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType''getUserSelektorFilterTypeService'false],
  14404.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType''getSessionStatusFilterTypeService'false],
  14405.             'Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType''getTabContainerTypeService'false],
  14406.             'Nellapp\\Bundle\\SDKBundle\\Form\\TabType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\TabType''getTabTypeService'false],
  14407.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType''getAsyncEntityType2Service'false],
  14408.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType''getChannelUserRoleSelektorTypeService'false],
  14409.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType''getGroupSelektorTypeService'false],
  14410.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType''getPlaceSelektorTypeService'false],
  14411.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType''getServiceSelektorTypeService'false],
  14412.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType''getUserSelektorType2Service'false],
  14413.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType''getChannelUserPermissionEnumTypeService'false],
  14414.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType''getChannelUserPermissionResourceTypeService'false],
  14415.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter''getChannelUserDataFilterService'false],
  14416.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter''getChannelUserPermissionResourceFilterService'false],
  14417.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType''getMultipleResourcePermissionsTypeService'false],
  14418.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType''getSelectUserForChannelResourcePermissionTypeService'false],
  14419.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType''getMimeTypeChoiceFilterTypeService'false],
  14420.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType' => ['privates''spiriit_form_filter.type.filter_boolean''getSpiriitFormFilter_Type_FilterBooleanService'false],
  14421.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType' => ['privates''spiriit_form_filter.type.filter_checkbox''getSpiriitFormFilter_Type_FilterCheckboxService'false],
  14422.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType' => ['privates''spiriit_form_filter.type.filter_choice''getSpiriitFormFilter_Type_FilterChoiceService'false],
  14423.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType' => ['privates''spiriit_form_filter.type.filter_collection_adapter''getSpiriitFormFilter_Type_FilterCollectionAdapterService'false],
  14424.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType' => ['privates''spiriit_form_filter.type.filter_date''getSpiriitFormFilter_Type_FilterDateService'false],
  14425.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType' => ['privates''spiriit_form_filter.type.filter_date_range''getSpiriitFormFilter_Type_FilterDateRangeService'false],
  14426.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType' => ['privates''spiriit_form_filter.type.filter_datetime''getSpiriitFormFilter_Type_FilterDatetimeService'false],
  14427.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType' => ['privates''spiriit_form_filter.type.filter_datetime_range''getSpiriitFormFilter_Type_FilterDatetimeRangeService'false],
  14428.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType' => ['privates''spiriit_form_filter.type.filter_entity''getSpiriitFormFilter_Type_FilterEntityService'false],
  14429.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType' => ['privates''spiriit_form_filter.type.filter_enum''getSpiriitFormFilter_Type_FilterEnumService'false],
  14430.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType' => ['privates''spiriit_form_filter.type.filter_number''getSpiriitFormFilter_Type_FilterNumberService'false],
  14431.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType' => ['privates''spiriit_form_filter.type.filter_number_range''getSpiriitFormFilter_Type_FilterNumberRangeService'false],
  14432.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType' => ['privates''spiriit_form_filter.type.filter_sharedable''getSpiriitFormFilter_Type_FilterSharedableService'false],
  14433.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType' => ['privates''spiriit_form_filter.type.filter_text''getSpiriitFormFilter_Type_FilterTextService'false],
  14434.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  14435.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  14436.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  14437.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  14438.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  14439.         ], [
  14440.             'App\\Form\\AddUsersType' => '?',
  14441.             'App\\Form\\Admin\\AddAdminsType' => '?',
  14442.             'App\\Form\\Admin\\Chat\\CanalType' => '?',
  14443.             'App\\Form\\Admin\\Chat\\EditCanalType' => '?',
  14444.             'App\\Form\\ConversationSelektorType' => '?',
  14445.             'App\\Form\\Filter\\CanalFilterType' => '?',
  14446.             'App\\Form\\Filter\\ConversationFilterType' => '?',
  14447.             'App\\Form\\Filter\\ResourceFilter' => '?',
  14448.             'App\\Form\\Filter\\ServiceConversationFilterType' => '?',
  14449.             'App\\Form\\Filter\\UserFilter' => '?',
  14450.             'App\\Form\\GlobalSearchType' => '?',
  14451.             'App\\Form\\ResourceSelektorType' => '?',
  14452.             'App\\Form\\UploadFileType' => '?',
  14453.             'App\\Form\\UserSelektorType' => '?',
  14454.             'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType' => '?',
  14455.             'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType' => '?',
  14456.             'Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter' => '?',
  14457.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  14458.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType' => '?',
  14459.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType' => '?',
  14460.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType' => '?',
  14461.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType' => '?',
  14462.             'Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType' => '?',
  14463.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType' => '?',
  14464.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType' => '?',
  14465.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter' => '?',
  14466.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType' => '?',
  14467.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType' => '?',
  14468.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType' => '?',
  14469.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType' => '?',
  14470.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter' => '?',
  14471.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter' => '?',
  14472.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType' => '?',
  14473.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType' => '?',
  14474.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType' => '?',
  14475.             'Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType' => '?',
  14476.             'Nellapp\\Bundle\\SDKBundle\\Form\\TabType' => '?',
  14477.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType' => '?',
  14478.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType' => '?',
  14479.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType' => '?',
  14480.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType' => '?',
  14481.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType' => '?',
  14482.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType' => '?',
  14483.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType' => '?',
  14484.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType' => '?',
  14485.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter' => '?',
  14486.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter' => '?',
  14487.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType' => '?',
  14488.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType' => '?',
  14489.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType' => '?',
  14490.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType' => '?',
  14491.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType' => '?',
  14492.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType' => '?',
  14493.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType' => '?',
  14494.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType' => '?',
  14495.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType' => '?',
  14496.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType' => '?',
  14497.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType' => '?',
  14498.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType' => '?',
  14499.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType' => '?',
  14500.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType' => '?',
  14501.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType' => '?',
  14502.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType' => '?',
  14503.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType' => '?',
  14504.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  14505.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  14506.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  14507.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  14508.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  14509.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\CollectionType' => new RewindableGenerator(function () {
  14510.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\CollectionExtension()));
  14511.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\TabsExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\TabsExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\TabsExtension()));
  14512.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingCollectionExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingCollectionExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\OrderingCollectionExtension()));
  14513.         }, 3), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  14514.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionInnerExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionInnerExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\CollectionInnerExtension()));
  14515.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\OrderingExtension()));
  14516.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  14517.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  14518.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  14519.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  14520.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  14521.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  14522.             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')));
  14523.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollapsableExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollapsableExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\CollapsableExtension()));
  14524.             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()));
  14525.             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()));
  14526.         }, 12), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  14527.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  14528.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  14529.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  14530.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\DateType' => new RewindableGenerator(function () {
  14531.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension()));
  14532.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\DateTimeType' => new RewindableGenerator(function () {
  14533.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension()));
  14534.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TimeType' => new RewindableGenerator(function () {
  14535.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension()));
  14536.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TelType' => new RewindableGenerator(function () {
  14537.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\TelTypeExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\TelTypeExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\TelTypeExtension()));
  14538.         }, 1)], new RewindableGenerator(function () {
  14539.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  14540.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  14541.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  14542.     }
  14543.     /**
  14544.      * Gets the private 'form.type.choice' shared service.
  14545.      *
  14546.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  14547.      */
  14548.     protected function getForm_Type_ChoiceService()
  14549.     {
  14550.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  14551.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  14552.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  14553.         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()));
  14554.     }
  14555.     /**
  14556.      * Gets the private 'form.type.color' shared service.
  14557.      *
  14558.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  14559.      */
  14560.     protected function getForm_Type_ColorService()
  14561.     {
  14562.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  14563.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  14564.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  14565.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  14566.     }
  14567.     /**
  14568.      * Gets the private 'form.type.entity' shared service.
  14569.      *
  14570.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  14571.      */
  14572.     protected function getForm_Type_EntityService()
  14573.     {
  14574.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  14575.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  14576.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  14577.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  14578.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14579.     }
  14580.     /**
  14581.      * Gets the private 'form.type.form' shared service.
  14582.      *
  14583.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  14584.      */
  14585.     protected function getForm_Type_FormService()
  14586.     {
  14587.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  14588.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  14589.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  14590.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  14591.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  14592.     }
  14593.     /**
  14594.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  14595.      *
  14596.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  14597.      */
  14598.     protected function getForm_TypeExtension_Form_DataCollectorService()
  14599.     {
  14600.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  14601.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  14602.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  14603.         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()));
  14604.     }
  14605.     /**
  14606.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  14607.      *
  14608.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  14609.      */
  14610.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  14611.     {
  14612.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  14613.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  14614.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  14615.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  14616.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  14617.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  14618.         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())))));
  14619.     }
  14620.     /**
  14621.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  14622.      *
  14623.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  14624.      */
  14625.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  14626.     {
  14627.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  14628.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  14629.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  14630.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  14631.     }
  14632.     /**
  14633.      * Gets the private 'form.type_extension.form.validator' shared service.
  14634.      *
  14635.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  14636.      */
  14637.     protected function getForm_TypeExtension_Form_ValidatorService()
  14638.     {
  14639.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  14640.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  14641.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  14642.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  14643.         $a = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  14644.         if (isset($this->privates['form.type_extension.form.validator'])) {
  14645.             return $this->privates['form.type_extension.form.validator'];
  14646.         }
  14647.         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()));
  14648.     }
  14649.     /**
  14650.      * Gets the private 'form.type_extension.upload.validator' shared service.
  14651.      *
  14652.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  14653.      */
  14654.     protected function getForm_TypeExtension_Upload_ValidatorService()
  14655.     {
  14656.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  14657.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  14658.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  14659.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  14660.     }
  14661.     /**
  14662.      * Gets the private 'form.type_guesser.doctrine' shared service.
  14663.      *
  14664.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  14665.      */
  14666.     protected function getForm_TypeGuesser_DoctrineService()
  14667.     {
  14668.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  14669.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  14670.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14671.     }
  14672.     /**
  14673.      * Gets the private 'form.type_guesser.validator' shared service.
  14674.      *
  14675.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  14676.      */
  14677.     protected function getForm_TypeGuesser_ValidatorService()
  14678.     {
  14679.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  14680.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  14681.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  14682.     }
  14683.     /**
  14684.      * Gets the private 'fragment.renderer.inline' shared service.
  14685.      *
  14686.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  14687.      */
  14688.     protected function getFragment_Renderer_InlineService()
  14689.     {
  14690.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  14691.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  14692.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  14693.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  14694.         if (isset($this->privates['fragment.renderer.inline'])) {
  14695.             return $this->privates['fragment.renderer.inline'];
  14696.         }
  14697.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14698.         if (isset($this->privates['fragment.renderer.inline'])) {
  14699.             return $this->privates['fragment.renderer.inline'];
  14700.         }
  14701.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  14702.         $instance->setFragmentPath('/_fragment');
  14703.         return $instance;
  14704.     }
  14705.     /**
  14706.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  14707.      *
  14708.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  14709.      */
  14710.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  14711.     {
  14712.         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())));
  14713.     }
  14714.     /**
  14715.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  14716.      *
  14717.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  14718.      */
  14719.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  14720.     {
  14721.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  14722.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  14723.             return $this->privates['framework_extra_bundle.event.is_granted'];
  14724.         }
  14725.         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);
  14726.     }
  14727.     /**
  14728.      * Gets the private 'knp_menu.menu_provider.builder_alias' shared service.
  14729.      *
  14730.      * @return \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider
  14731.      */
  14732.     protected function getKnpMenu_MenuProvider_BuilderAliasService()
  14733.     {
  14734.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Provider/BuilderAliasProvider.php';
  14735.         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()));
  14736.     }
  14737.     /**
  14738.      * Gets the private 'knp_menu.menu_provider.lazy' shared service.
  14739.      *
  14740.      * @return \Knp\Menu\Provider\LazyProvider
  14741.      */
  14742.     protected function getKnpMenu_MenuProvider_LazyService()
  14743.     {
  14744.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/LazyProvider.php';
  14745.         return $this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider(['channel_side_nav' => function () {
  14746.             return ($this->privates['nellapp_sdk.channel_side_nav'] ?? $this->getNellappSdk_ChannelSideNavService());
  14747.         }]);
  14748.     }
  14749.     /**
  14750.      * Gets the private 'knp_menu.renderer.list' shared service.
  14751.      *
  14752.      * @return \Knp\Menu\Renderer\ListRenderer
  14753.      */
  14754.     protected function getKnpMenu_Renderer_ListService()
  14755.     {
  14756.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
  14757.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  14758.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/ListRenderer.php';
  14759.         return $this->privates['knp_menu.renderer.list'] = new \Knp\Menu\Renderer\ListRenderer(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), [], 'UTF-8');
  14760.     }
  14761.     /**
  14762.      * Gets the private 'knp_menu.renderer.twig' shared service.
  14763.      *
  14764.      * @return \Knp\Menu\Renderer\TwigRenderer
  14765.      */
  14766.     protected function getKnpMenu_Renderer_TwigService()
  14767.     {
  14768.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  14769.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/TwigRenderer.php';
  14770.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  14771.         if (isset($this->privates['knp_menu.renderer.twig'])) {
  14772.             return $this->privates['knp_menu.renderer.twig'];
  14773.         }
  14774.         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()), []);
  14775.     }
  14776.     /**
  14777.      * Gets the private 'knp_menu.voter.router' shared service.
  14778.      *
  14779.      * @return \Knp\Menu\Matcher\Voter\RouteVoter
  14780.      */
  14781.     protected function getKnpMenu_Voter_RouterService()
  14782.     {
  14783.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  14784.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/RouteVoter.php';
  14785.         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())));
  14786.     }
  14787.     /**
  14788.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  14789.      *
  14790.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  14791.      */
  14792.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  14793.     {
  14794.         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]);
  14795.     }
  14796.     /**
  14797.      * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  14798.      *
  14799.      * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  14800.      */
  14801.     protected function getLiipImagine_Binary_MimeTypeGuesserService()
  14802.     {
  14803.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  14804.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  14805.         return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
  14806.     }
  14807.     /**
  14808.      * Gets the private 'liip_imagine.command.cache_remove' shared service.
  14809.      *
  14810.      * @return \Liip\ImagineBundle\Command\RemoveCacheCommand
  14811.      */
  14812.     protected function getLiipImagine_Command_CacheRemoveService()
  14813.     {
  14814.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14815.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  14816.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
  14817.         $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()));
  14818.         $instance->setName('liip:imagine:cache:remove');
  14819.         return $instance;
  14820.     }
  14821.     /**
  14822.      * Gets the private 'liip_imagine.command.cache_resolve' shared service.
  14823.      *
  14824.      * @return \Liip\ImagineBundle\Command\ResolveCacheCommand
  14825.      */
  14826.     protected function getLiipImagine_Command_CacheResolveService()
  14827.     {
  14828.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14829.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  14830.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
  14831.         $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()));
  14832.         $instance->setName('liip:imagine:cache:resolve');
  14833.         return $instance;
  14834.     }
  14835.     /**
  14836.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  14837.      *
  14838.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  14839.      */
  14840.     protected function getLiipImagine_Filter_ConfigurationService()
  14841.     {
  14842.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  14843.     }
  14844.     /**
  14845.      * Gets the private 'liip_imagine.form.type.image' shared service.
  14846.      *
  14847.      * @return \Liip\ImagineBundle\Form\Type\ImageType
  14848.      */
  14849.     protected function getLiipImagine_Form_Type_ImageService()
  14850.     {
  14851.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  14852.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  14853.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
  14854.         return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
  14855.     }
  14856.     /**
  14857.      * Gets the private 'liip_imagine.gd' shared service.
  14858.      *
  14859.      * @return \Imagine\Gd\Imagine
  14860.      */
  14861.     protected function getLiipImagine_GdService()
  14862.     {
  14863.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  14864.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  14865.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  14866.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  14867.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  14868.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
  14869.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
  14870.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
  14871.         $this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
  14872.         $instance->setMetadataReader(new \Imagine\Image\Metadata\ExifMetadataReader());
  14873.         return $instance;
  14874.     }
  14875.     /**
  14876.      * Gets the private 'liip_imagine.service.filter' shared service.
  14877.      *
  14878.      * @return \Liip\ImagineBundle\Service\FilterService
  14879.      */
  14880.     protected function getLiipImagine_Service_FilterService()
  14881.     {
  14882.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
  14883.         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()));
  14884.     }
  14885.     /**
  14886.      * Gets the private 'locale_aware_listener' shared service.
  14887.      *
  14888.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  14889.      */
  14890.     protected function getLocaleAwareListenerService()
  14891.     {
  14892.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  14893.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  14894.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  14895.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  14896.     }
  14897.     /**
  14898.      * Gets the private 'locale_listener' shared service.
  14899.      *
  14900.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  14901.      */
  14902.     protected function getLocaleListenerService()
  14903.     {
  14904.         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, []);
  14905.     }
  14906.     /**
  14907.      * Gets the private 'mailer.transport_factory.native' shared service.
  14908.      *
  14909.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  14910.      */
  14911.     protected function getMailer_TransportFactory_NativeService()
  14912.     {
  14913.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  14914.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  14915.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  14916.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14917.         if (isset($this->privates['mailer.transport_factory.native'])) {
  14918.             return $this->privates['mailer.transport_factory.native'];
  14919.         }
  14920.         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()));
  14921.     }
  14922.     /**
  14923.      * Gets the private 'mailer.transport_factory.null' shared service.
  14924.      *
  14925.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  14926.      */
  14927.     protected function getMailer_TransportFactory_NullService()
  14928.     {
  14929.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  14930.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  14931.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  14932.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14933.         if (isset($this->privates['mailer.transport_factory.null'])) {
  14934.             return $this->privates['mailer.transport_factory.null'];
  14935.         }
  14936.         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()));
  14937.     }
  14938.     /**
  14939.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  14940.      *
  14941.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  14942.      */
  14943.     protected function getMailer_TransportFactory_SendmailService()
  14944.     {
  14945.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  14946.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  14947.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  14948.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14949.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  14950.             return $this->privates['mailer.transport_factory.sendmail'];
  14951.         }
  14952.         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()));
  14953.     }
  14954.     /**
  14955.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  14956.      *
  14957.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  14958.      */
  14959.     protected function getMailer_TransportFactory_SmtpService()
  14960.     {
  14961.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  14962.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  14963.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  14964.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14965.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  14966.             return $this->privates['mailer.transport_factory.smtp'];
  14967.         }
  14968.         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()));
  14969.     }
  14970.     /**
  14971.      * Gets the private 'maker.auto_command.make_auth' shared service.
  14972.      *
  14973.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  14974.      */
  14975.     protected function getMaker_AutoCommand_MakeAuthService()
  14976.     {
  14977.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14978.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  14979.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  14980.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  14981.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  14982.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  14983.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  14984.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  14985.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  14986.         $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);
  14987.         $instance->setName('make:auth');
  14988.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  14989.         return $instance;
  14990.     }
  14991.     /**
  14992.      * Gets the private 'maker.auto_command.make_command' shared service.
  14993.      *
  14994.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  14995.      */
  14996.     protected function getMaker_AutoCommand_MakeCommandService()
  14997.     {
  14998.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14999.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15000.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15001.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15002.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  15003.         $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()));
  15004.         $instance->setName('make:command');
  15005.         $instance->setDescription('Creates a new console command class');
  15006.         return $instance;
  15007.     }
  15008.     /**
  15009.      * Gets the private 'maker.auto_command.make_controller' shared service.
  15010.      *
  15011.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15012.      */
  15013.     protected function getMaker_AutoCommand_MakeControllerService()
  15014.     {
  15015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15016.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15017.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15018.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15019.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  15020.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  15021.         $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()));
  15022.         $instance->setName('make:controller');
  15023.         $instance->setDescription('Creates a new controller class');
  15024.         return $instance;
  15025.     }
  15026.     /**
  15027.      * Gets the private 'maker.auto_command.make_crud' shared service.
  15028.      *
  15029.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15030.      */
  15031.     protected function getMaker_AutoCommand_MakeCrudService()
  15032.     {
  15033.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15034.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15035.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15036.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15037.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  15038.         $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()));
  15039.         $instance->setName('make:crud');
  15040.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  15041.         return $instance;
  15042.     }
  15043.     /**
  15044.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  15045.      *
  15046.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15047.      */
  15048.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  15049.     {
  15050.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15051.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15052.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15053.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15054.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  15055.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  15056.         $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()));
  15057.         $instance->setName('make:docker:database');
  15058.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  15059.         return $instance;
  15060.     }
  15061.     /**
  15062.      * Gets the private 'maker.auto_command.make_entity' shared service.
  15063.      *
  15064.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15065.      */
  15066.     protected function getMaker_AutoCommand_MakeEntityService()
  15067.     {
  15068.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15069.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15070.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15071.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15072.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  15073.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  15074.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  15075.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  15076.         $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);
  15077.         $instance->setName('make:entity');
  15078.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  15079.         return $instance;
  15080.     }
  15081.     /**
  15082.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  15083.      *
  15084.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15085.      */
  15086.     protected function getMaker_AutoCommand_MakeFixturesService()
  15087.     {
  15088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15089.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15090.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15091.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15092.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  15093.         $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()));
  15094.         $instance->setName('make:fixtures');
  15095.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  15096.         return $instance;
  15097.     }
  15098.     /**
  15099.      * Gets the private 'maker.auto_command.make_form' shared service.
  15100.      *
  15101.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15102.      */
  15103.     protected function getMaker_AutoCommand_MakeFormService()
  15104.     {
  15105.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15106.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15107.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15108.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15109.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  15110.         $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()));
  15111.         $instance->setName('make:form');
  15112.         $instance->setDescription('Creates a new form class');
  15113.         return $instance;
  15114.     }
  15115.     /**
  15116.      * Gets the private 'maker.auto_command.make_message' shared service.
  15117.      *
  15118.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15119.      */
  15120.     protected function getMaker_AutoCommand_MakeMessageService()
  15121.     {
  15122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15123.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15124.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15125.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15126.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  15127.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  15128.         $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()));
  15129.         $instance->setName('make:message');
  15130.         $instance->setDescription('Creates a new message and handler');
  15131.         return $instance;
  15132.     }
  15133.     /**
  15134.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  15135.      *
  15136.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15137.      */
  15138.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  15139.     {
  15140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15141.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15142.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15143.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15144.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  15145.         $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()));
  15146.         $instance->setName('make:messenger-middleware');
  15147.         $instance->setDescription('Creates a new messenger middleware');
  15148.         return $instance;
  15149.     }
  15150.     /**
  15151.      * Gets the private 'maker.auto_command.make_migration' shared service.
  15152.      *
  15153.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15154.      */
  15155.     protected function getMaker_AutoCommand_MakeMigrationService()
  15156.     {
  15157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15158.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15159.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15160.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15161.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  15162.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  15163.         $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()));
  15164.         $instance->setName('make:migration');
  15165.         $instance->setDescription('Creates a new migration based on database changes');
  15166.         return $instance;
  15167.     }
  15168.     /**
  15169.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  15170.      *
  15171.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15172.      */
  15173.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  15174.     {
  15175.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15176.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15177.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15178.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15179.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  15180.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  15181.         $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()));
  15182.         $instance->setName('make:registration-form');
  15183.         $instance->setDescription('Creates a new registration form system');
  15184.         return $instance;
  15185.     }
  15186.     /**
  15187.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  15188.      *
  15189.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15190.      */
  15191.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  15192.     {
  15193.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15194.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15195.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15196.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15197.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  15198.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  15199.         $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()));
  15200.         $instance->setName('make:reset-password');
  15201.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  15202.         return $instance;
  15203.     }
  15204.     /**
  15205.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  15206.      *
  15207.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15208.      */
  15209.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  15210.     {
  15211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15212.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15213.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15214.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15215.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  15216.         $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()));
  15217.         $instance->setName('make:serializer:encoder');
  15218.         $instance->setDescription('Creates a new serializer encoder class');
  15219.         return $instance;
  15220.     }
  15221.     /**
  15222.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  15223.      *
  15224.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15225.      */
  15226.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  15227.     {
  15228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15229.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15230.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15231.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15232.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  15233.         $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()));
  15234.         $instance->setName('make:serializer:normalizer');
  15235.         $instance->setDescription('Creates a new serializer normalizer class');
  15236.         return $instance;
  15237.     }
  15238.     /**
  15239.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  15240.      *
  15241.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15242.      */
  15243.     protected function getMaker_AutoCommand_MakeSubscriberService()
  15244.     {
  15245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15246.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15247.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15248.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15249.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  15250.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  15251.         $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()));
  15252.         $instance->setName('make:subscriber');
  15253.         $instance->setDescription('Creates a new event subscriber class');
  15254.         return $instance;
  15255.     }
  15256.     /**
  15257.      * Gets the private 'maker.auto_command.make_test' shared service.
  15258.      *
  15259.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15260.      */
  15261.     protected function getMaker_AutoCommand_MakeTestService()
  15262.     {
  15263.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15264.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15265.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15266.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15267.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  15268.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  15269.         $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()));
  15270.         $instance->setName('make:test');
  15271.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  15272.         $instance->setDescription('Creates a new test class');
  15273.         return $instance;
  15274.     }
  15275.     /**
  15276.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  15277.      *
  15278.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15279.      */
  15280.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  15281.     {
  15282.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15283.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15284.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15285.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15286.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  15287.         $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()));
  15288.         $instance->setName('make:twig-extension');
  15289.         $instance->setDescription('Creates a new Twig extension class');
  15290.         return $instance;
  15291.     }
  15292.     /**
  15293.      * Gets the private 'maker.auto_command.make_user' shared service.
  15294.      *
  15295.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15296.      */
  15297.     protected function getMaker_AutoCommand_MakeUserService()
  15298.     {
  15299.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15300.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15301.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15302.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15303.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  15304.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  15305.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  15306.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  15307.         $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()));
  15308.         $instance->setName('make:user');
  15309.         $instance->setDescription('Creates a new security user class');
  15310.         return $instance;
  15311.     }
  15312.     /**
  15313.      * Gets the private 'maker.auto_command.make_validator' shared service.
  15314.      *
  15315.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15316.      */
  15317.     protected function getMaker_AutoCommand_MakeValidatorService()
  15318.     {
  15319.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15320.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15321.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15322.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15323.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  15324.         $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()));
  15325.         $instance->setName('make:validator');
  15326.         $instance->setDescription('Creates a new validator and constraint class');
  15327.         return $instance;
  15328.     }
  15329.     /**
  15330.      * Gets the private 'maker.auto_command.make_voter' shared service.
  15331.      *
  15332.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15333.      */
  15334.     protected function getMaker_AutoCommand_MakeVoterService()
  15335.     {
  15336.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15337.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15338.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15339.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15340.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  15341.         $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()));
  15342.         $instance->setName('make:voter');
  15343.         $instance->setDescription('Creates a new security voter class');
  15344.         return $instance;
  15345.     }
  15346.     /**
  15347.      * Gets the private 'maker.doctrine_helper' shared service.
  15348.      *
  15349.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  15350.      */
  15351.     protected function getMaker_DoctrineHelperService()
  15352.     {
  15353.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  15354.         $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)));
  15355.         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]]]);
  15356.     }
  15357.     /**
  15358.      * Gets the private 'maker.entity_class_generator' shared service.
  15359.      *
  15360.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  15361.      */
  15362.     protected function getMaker_EntityClassGeneratorService()
  15363.     {
  15364.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  15365.         $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()));
  15366.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  15367.         return $instance;
  15368.     }
  15369.     /**
  15370.      * Gets the private 'maker.file_manager' shared service.
  15371.      *
  15372.      * @return \Symfony\Bundle\MakerBundle\FileManager
  15373.      */
  15374.     protected function getMaker_FileManagerService()
  15375.     {
  15376.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  15377.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  15378.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  15379.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  15380.         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'));
  15381.     }
  15382.     /**
  15383.      * Gets the private 'maker.generator' shared service.
  15384.      *
  15385.      * @return \Symfony\Bundle\MakerBundle\Generator
  15386.      */
  15387.     protected function getMaker_GeneratorService()
  15388.     {
  15389.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  15390.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  15391.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  15392.         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));
  15393.     }
  15394.     /**
  15395.      * Gets the private 'maker.php_compat_util' shared service.
  15396.      *
  15397.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  15398.      */
  15399.     protected function getMaker_PhpCompatUtilService()
  15400.     {
  15401.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  15402.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  15403.     }
  15404.     /**
  15405.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  15406.      *
  15407.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  15408.      */
  15409.     protected function getMaker_Renderer_FormTypeRendererService()
  15410.     {
  15411.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  15412.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  15413.     }
  15414.     /**
  15415.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  15416.      *
  15417.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  15418.      */
  15419.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  15420.     {
  15421.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  15422.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  15423.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  15424.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  15425.         $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 () {
  15426.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  15427.         }, 1), 'Nellapp\\Bundle\\SDKBundle\\Auth\\Messenger\\Message\\RefreshUserMessage' => new RewindableGenerator(function () {
  15428.             yield => ($this->privates['.messenger.handler_descriptor.jADa3cd'] ?? $this->get_Messenger_HandlerDescriptor_JADa3cdService());
  15429.         }, 1), 'Nellapp\\Bundle\\SDKBundle\\Sync\\Messenger\\Message\\EntitySyncMessage' => new RewindableGenerator(function () {
  15430.             yield => ($this->privates['.messenger.handler_descriptor.rUCyI0M'] ?? $this->get_Messenger_HandlerDescriptor_RUCyI0MService());
  15431.         }, 1)]));
  15432.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  15433.         return $instance;
  15434.     }
  15435.     /**
  15436.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  15437.      *
  15438.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  15439.      */
  15440.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  15441.     {
  15442.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  15443.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  15444.         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');
  15445.     }
  15446.     /**
  15447.      * Gets the private 'messenger.failure.send_failed_message_to_failure_transport_listener' shared service.
  15448.      *
  15449.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener
  15450.      */
  15451.     protected function getMessenger_Failure_SendFailedMessageToFailureTransportListenerService()
  15452.     {
  15453.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageToFailureTransportListener.php';
  15454.         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, [
  15455.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  15456.             'sync_full_user_transport' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  15457.             'sync_transport' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  15458.         ], [
  15459.             'failed' => '?',
  15460.             'sync_full_user_transport' => '?',
  15461.             'sync_transport' => '?',
  15462.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  15463.     }
  15464.     /**
  15465.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  15466.      *
  15467.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  15468.      */
  15469.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  15470.     {
  15471.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  15472.         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()));
  15473.     }
  15474.     /**
  15475.      * Gets the private 'messenger.middleware.send_message' shared service.
  15476.      *
  15477.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  15478.      */
  15479.     protected function getMessenger_Middleware_SendMessageService()
  15480.     {
  15481.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  15482.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  15483.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  15484.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  15485.         $a = ($this->privates['.service_locator.rbKFZjg'] ?? $this->get_ServiceLocator_RbKFZjgService());
  15486.         if (isset($this->privates['messenger.middleware.send_message'])) {
  15487.             return $this->privates['messenger.middleware.send_message'];
  15488.         }
  15489.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15490.         if (isset($this->privates['messenger.middleware.send_message'])) {
  15491.             return $this->privates['messenger.middleware.send_message'];
  15492.         }
  15493.         $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);
  15494.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  15495.         return $instance;
  15496.     }
  15497.     /**
  15498.      * Gets the private 'messenger.receiver_locator' shared service.
  15499.      *
  15500.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15501.      */
  15502.     protected function getMessenger_ReceiverLocatorService()
  15503.     {
  15504.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15505.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  15506.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  15507.             'messenger.transport.sync_full_user_transport' => ['privates''messenger.transport.sync_full_user_transport''getMessenger_Transport_SyncFullUserTransportService'false],
  15508.             'messenger.transport.sync_transport' => ['privates''messenger.transport.sync_transport''getMessenger_Transport_SyncTransportService'false],
  15509.             'sync_full_user_transport' => ['privates''messenger.transport.sync_full_user_transport''getMessenger_Transport_SyncFullUserTransportService'false],
  15510.             'sync_transport' => ['privates''messenger.transport.sync_transport''getMessenger_Transport_SyncTransportService'false],
  15511.         ], [
  15512.             'failed' => '?',
  15513.             'messenger.transport.failed' => '?',
  15514.             'messenger.transport.sync_full_user_transport' => '?',
  15515.             'messenger.transport.sync_transport' => '?',
  15516.             'sync_full_user_transport' => '?',
  15517.             'sync_transport' => '?',
  15518.         ]);
  15519.     }
  15520.     /**
  15521.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
  15522.      *
  15523.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  15524.      */
  15525.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
  15526.     {
  15527.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  15528.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  15529.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  15530.     }
  15531.     /**
  15532.      * Gets the private 'messenger.retry.multiplier_retry_strategy.sync_full_user_transport' shared service.
  15533.      *
  15534.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  15535.      */
  15536.     protected function getMessenger_Retry_MultiplierRetryStrategy_SyncFullUserTransportService()
  15537.     {
  15538.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  15539.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  15540.         return $this->privates['messenger.retry.multiplier_retry_strategy.sync_full_user_transport'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  15541.     }
  15542.     /**
  15543.      * Gets the private 'messenger.retry.multiplier_retry_strategy.sync_transport' shared service.
  15544.      *
  15545.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  15546.      */
  15547.     protected function getMessenger_Retry_MultiplierRetryStrategy_SyncTransportService()
  15548.     {
  15549.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  15550.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  15551.         return $this->privates['messenger.retry.multiplier_retry_strategy.sync_transport'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  15552.     }
  15553.     /**
  15554.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  15555.      *
  15556.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  15557.      */
  15558.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  15559.     {
  15560.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  15561.         $a = ($this->privates['.service_locator.rbKFZjg'] ?? $this->get_ServiceLocator_RbKFZjgService());
  15562.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  15563.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  15564.         }
  15565.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15566.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  15567.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  15568.         }
  15569.         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, [
  15570.             'failed' => ['privates''messenger.retry.multiplier_retry_strategy.failed''getMessenger_Retry_MultiplierRetryStrategy_FailedService'false],
  15571.             'sync_full_user_transport' => ['privates''messenger.retry.multiplier_retry_strategy.sync_full_user_transport''getMessenger_Retry_MultiplierRetryStrategy_SyncFullUserTransportService'false],
  15572.             'sync_transport' => ['privates''messenger.retry.multiplier_retry_strategy.sync_transport''getMessenger_Retry_MultiplierRetryStrategy_SyncTransportService'false],
  15573.         ], [
  15574.             'failed' => '?',
  15575.             'sync_full_user_transport' => '?',
  15576.             'sync_transport' => '?',
  15577.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $b);
  15578.     }
  15579.     /**
  15580.      * Gets the private 'messenger.routable_message_bus' shared service.
  15581.      *
  15582.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  15583.      */
  15584.     protected function getMessenger_RoutableMessageBusService()
  15585.     {
  15586.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  15587.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  15588.         if (isset($this->privates['messenger.routable_message_bus'])) {
  15589.             return $this->privates['messenger.routable_message_bus'];
  15590.         }
  15591.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15592.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  15593.         ], [
  15594.             'messenger.bus.default' => '?',
  15595.         ]), $a);
  15596.     }
  15597.     /**
  15598.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  15599.      *
  15600.      * @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
  15601.      */
  15602.     protected function getMessenger_Transport_Doctrine_FactoryService()
  15603.     {
  15604.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  15605.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
  15606.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15607.     }
  15608.     /**
  15609.      * Gets the private 'messenger.transport.failed' shared service.
  15610.      *
  15611.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  15612.      */
  15613.     protected function getMessenger_Transport_FailedService()
  15614.     {
  15615.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  15616.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  15617.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  15618.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  15619.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  15620.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  15621.         if (isset($this->privates['messenger.transport.failed'])) {
  15622.             return $this->privates['messenger.transport.failed'];
  15623.         }
  15624.         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())));
  15625.     }
  15626.     /**
  15627.      * Gets the private 'messenger.transport.sync.factory' shared service.
  15628.      *
  15629.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  15630.      */
  15631.     protected function getMessenger_Transport_Sync_FactoryService()
  15632.     {
  15633.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  15634.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  15635.         $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  15636.         if (isset($this->privates['messenger.transport.sync.factory'])) {
  15637.             return $this->privates['messenger.transport.sync.factory'];
  15638.         }
  15639.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  15640.     }
  15641.     /**
  15642.      * Gets the private 'messenger.transport.sync_full_user_transport' shared service.
  15643.      *
  15644.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  15645.      */
  15646.     protected function getMessenger_Transport_SyncFullUserTransportService()
  15647.     {
  15648.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  15649.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  15650.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  15651.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  15652.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  15653.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  15654.         if (isset($this->privates['messenger.transport.sync_full_user_transport'])) {
  15655.             return $this->privates['messenger.transport.sync_full_user_transport'];
  15656.         }
  15657.         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())));
  15658.     }
  15659.     /**
  15660.      * Gets the private 'messenger.transport.sync_transport' shared service.
  15661.      *
  15662.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  15663.      */
  15664.     protected function getMessenger_Transport_SyncTransportService()
  15665.     {
  15666.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  15667.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  15668.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  15669.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  15670.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  15671.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  15672.         if (isset($this->privates['messenger.transport.sync_transport'])) {
  15673.             return $this->privates['messenger.transport.sync_transport'];
  15674.         }
  15675.         return $this->privates['messenger.transport.sync_transport'] = $a->createTransport($this->getEnv('SYNC_AMQP_DSN'), ['exchange' => ['name' => 'global.sync''type' => 'fanout'], 'queues' => ['nim_sync' => NULL], '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())));
  15676.     }
  15677.     /**
  15678.      * Gets the private 'messenger.transport_factory' shared service.
  15679.      *
  15680.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  15681.      */
  15682.     protected function getMessenger_TransportFactoryService()
  15683.     {
  15684.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  15685.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  15686.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  15687.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
  15688.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory()));
  15689.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  15690.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  15691.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  15692.         }, 5));
  15693.     }
  15694.     /**
  15695.      * Gets the private 'mime_types' shared service.
  15696.      *
  15697.      * @return \Symfony\Component\Mime\MimeTypes
  15698.      */
  15699.     protected function getMimeTypesService()
  15700.     {
  15701.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  15702.         $instance->setDefault($instance);
  15703.         return $instance;
  15704.     }
  15705.     /**
  15706.      * Gets the private 'monolog.command.server_log' shared service.
  15707.      *
  15708.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  15709.      */
  15710.     protected function getMonolog_Command_ServerLogService()
  15711.     {
  15712.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15713.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  15714.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  15715.         $instance->setName('server:log');
  15716.         $instance->setDescription('Start a log server that displays logs in real time');
  15717.         return $instance;
  15718.     }
  15719.     /**
  15720.      * Gets the private 'monolog.handler.console' shared service.
  15721.      *
  15722.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  15723.      */
  15724.     protected function getMonolog_Handler_ConsoleService()
  15725.     {
  15726.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  15727.     }
  15728.     /**
  15729.      * Gets the private 'monolog.handler.main' shared service.
  15730.      *
  15731.      * @return \Monolog\Handler\StreamHandler
  15732.      */
  15733.     protected function getMonolog_Handler_MainService()
  15734.     {
  15735.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  15736.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  15737.         return $instance;
  15738.     }
  15739.     /**
  15740.      * Gets the private 'monolog.logger' shared service.
  15741.      *
  15742.      * @return \Symfony\Bridge\Monolog\Logger
  15743.      */
  15744.     protected function getMonolog_LoggerService()
  15745.     {
  15746.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  15747.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  15748.         $instance->useMicrosecondTimestamps(true);
  15749.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  15750.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  15751.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  15752.         return $instance;
  15753.     }
  15754.     /**
  15755.      * Gets the private 'monolog.logger.cache' shared service.
  15756.      *
  15757.      * @return \Symfony\Bridge\Monolog\Logger
  15758.      */
  15759.     protected function getMonolog_Logger_CacheService()
  15760.     {
  15761.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  15762.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  15763.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  15764.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  15765.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  15766.         return $instance;
  15767.     }
  15768.     /**
  15769.      * Gets the private 'monolog.logger.mailer' shared service.
  15770.      *
  15771.      * @return \Symfony\Bridge\Monolog\Logger
  15772.      */
  15773.     protected function getMonolog_Logger_MailerService()
  15774.     {
  15775.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  15776.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  15777.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  15778.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  15779.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  15780.         return $instance;
  15781.     }
  15782.     /**
  15783.      * Gets the private 'monolog.logger.messenger' shared service.
  15784.      *
  15785.      * @return \Symfony\Bridge\Monolog\Logger
  15786.      */
  15787.     protected function getMonolog_Logger_MessengerService()
  15788.     {
  15789.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  15790.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  15791.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  15792.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  15793.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  15794.         return $instance;
  15795.     }
  15796.     /**
  15797.      * Gets the private 'monolog.logger.request' shared service.
  15798.      *
  15799.      * @return \Symfony\Bridge\Monolog\Logger
  15800.      */
  15801.     protected function getMonolog_Logger_RequestService()
  15802.     {
  15803.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  15804.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  15805.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  15806.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  15807.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  15808.         return $instance;
  15809.     }
  15810.     /**
  15811.      * Gets the private 'monolog.logger.router' shared service.
  15812.      *
  15813.      * @return \Symfony\Bridge\Monolog\Logger
  15814.      */
  15815.     protected function getMonolog_Logger_RouterService()
  15816.     {
  15817.         $this->privates['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router');
  15818.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  15819.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  15820.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  15821.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  15822.         return $instance;
  15823.     }
  15824.     /**
  15825.      * Gets the private 'monolog.logger.security' shared service.
  15826.      *
  15827.      * @return \Symfony\Bridge\Monolog\Logger
  15828.      */
  15829.     protected function getMonolog_Logger_SecurityService()
  15830.     {
  15831.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  15832.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  15833.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  15834.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  15835.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  15836.         return $instance;
  15837.     }
  15838.     /**
  15839.      * Gets the private 'nellapp_sdk.assets._package_channel_image' shared service.
  15840.      *
  15841.      * @return \Symfony\Component\Asset\UrlPackage
  15842.      */
  15843.     protected function getNellappSdk_Assets_PackageChannelImageService()
  15844.     {
  15845.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  15846.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  15847.         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()));
  15848.     }
  15849.     /**
  15850.      * Gets the private 'nellapp_sdk.assets._package_core' shared service.
  15851.      *
  15852.      * @return \Symfony\Component\Asset\PathPackage
  15853.      */
  15854.     protected function getNellappSdk_Assets_PackageCoreService()
  15855.     {
  15856.         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()));
  15857.     }
  15858.     /**
  15859.      * Gets the private 'nellapp_sdk.assets._package_user_avatar' shared service.
  15860.      *
  15861.      * @return \Symfony\Component\Asset\UrlPackage
  15862.      */
  15863.     protected function getNellappSdk_Assets_PackageUserAvatarService()
  15864.     {
  15865.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  15866.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  15867.         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()));
  15868.     }
  15869.     /**
  15870.      * Gets the private 'nellapp_sdk.auth.user_resolve_target_entity' shared service.
  15871.      *
  15872.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15873.      */
  15874.     protected function getNellappSdk_Auth_UserResolveTargetEntityService()
  15875.     {
  15876.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15877.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  15878.         $this->privates['nellapp_sdk.auth.user_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15879.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Auth\\Entity\\UserInterface''App\\Entity\\Account\\User', []);
  15880.         return $instance;
  15881.     }
  15882.     /**
  15883.      * Gets the private 'nellapp_sdk.channel.abstract_cursus_resolve_target_entity' shared service.
  15884.      *
  15885.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15886.      */
  15887.     protected function getNellappSdk_Channel_AbstractCursusResolveTargetEntityService()
  15888.     {
  15889.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15890.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  15891.         $this->privates['nellapp_sdk.channel.abstract_cursus_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15892.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Cursus\\AbstractCursusInterface''App\\Entity\\ChannelUserData\\AbstractCursus', []);
  15893.         return $instance;
  15894.     }
  15895.     /**
  15896.      * Gets the private 'nellapp_sdk.channel.channel_channel_resolve_target_entity' shared service.
  15897.      *
  15898.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15899.      */
  15900.     protected function getNellappSdk_Channel_ChannelChannelResolveTargetEntityService()
  15901.     {
  15902.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15903.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  15904.         $this->privates['nellapp_sdk.channel.channel_channel_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15905.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelInterface''App\\Entity\\Channel\\Channel', []);
  15906.         return $instance;
  15907.     }
  15908.     /**
  15909.      * Gets the private 'nellapp_sdk.channel.channel_group_resolve_target_entity' shared service.
  15910.      *
  15911.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15912.      */
  15913.     protected function getNellappSdk_Channel_ChannelGroupResolveTargetEntityService()
  15914.     {
  15915.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15916.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  15917.         $this->privates['nellapp_sdk.channel.channel_group_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15918.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Group\\GroupInterface''App\\Entity\\Channel\\Group', []);
  15919.         return $instance;
  15920.     }
  15921.     /**
  15922.      * Gets the private 'nellapp_sdk.channel.channel_place_resolve_target_entity' shared service.
  15923.      *
  15924.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15925.      */
  15926.     protected function getNellappSdk_Channel_ChannelPlaceResolveTargetEntityService()
  15927.     {
  15928.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15929.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  15930.         $this->privates['nellapp_sdk.channel.channel_place_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15931.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Place\\PlaceInterface''App\\Entity\\Channel\\Place', []);
  15932.         return $instance;
  15933.     }
  15934.     /**
  15935.      * Gets the private 'nellapp_sdk.channel.channel_service_resolve_target_entity' shared service.
  15936.      *
  15937.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15938.      */
  15939.     protected function getNellappSdk_Channel_ChannelServiceResolveTargetEntityService()
  15940.     {
  15941.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15942.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  15943.         $this->privates['nellapp_sdk.channel.channel_service_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15944.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Service\\ServiceInterface''App\\Entity\\Channel\\Service', []);
  15945.         return $instance;
  15946.     }
  15947.     /**
  15948.      * Gets the private 'nellapp_sdk.channel.channel_session_resolve_target_entity' shared service.
  15949.      *
  15950.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15951.      */
  15952.     protected function getNellappSdk_Channel_ChannelSessionResolveTargetEntityService()
  15953.     {
  15954.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15955.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  15956.         $this->privates['nellapp_sdk.channel.channel_session_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15957.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Session\\SessionInterface''App\\Entity\\Channel\\Session', []);
  15958.         return $instance;
  15959.     }
  15960.     /**
  15961.      * Gets the private 'nellapp_sdk.channel.channel_training_resolve_target_entity' shared service.
  15962.      *
  15963.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15964.      */
  15965.     protected function getNellappSdk_Channel_ChannelTrainingResolveTargetEntityService()
  15966.     {
  15967.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15968.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  15969.         $this->privates['nellapp_sdk.channel.channel_training_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15970.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Training\\TrainingInterface''App\\Entity\\Channel\\Training', []);
  15971.         return $instance;
  15972.     }
  15973.     /**
  15974.      * Gets the private 'nellapp_sdk.channel.channel_user_data_resolve_target_entity' shared service.
  15975.      *
  15976.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15977.      */
  15978.     protected function getNellappSdk_Channel_ChannelUserDataResolveTargetEntityService()
  15979.     {
  15980.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15981.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  15982.         $this->privates['nellapp_sdk.channel.channel_user_data_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15983.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserData\\ChannelUserDataInterface''App\\Entity\\ChannelUserData\\ChannelUserData', []);
  15984.         return $instance;
  15985.     }
  15986.     /**
  15987.      * Gets the private 'nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity' shared service.
  15988.      *
  15989.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15990.      */
  15991.     protected function getNellappSdk_Channel_ChannelUserFromChannelsResolveTargetEntityService()
  15992.     {
  15993.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15994.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  15995.         $this->privates['nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15996.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\UserFromChannel''Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\UserFromChannel', []);
  15997.         return $instance;
  15998.     }
  15999.     /**
  16000.      * Gets the private 'nellapp_sdk.channel.channel_user_perm_service_resolve_target_entity' shared service.
  16001.      *
  16002.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16003.      */
  16004.     protected function getNellappSdk_Channel_ChannelUserPermServiceResolveTargetEntityService()
  16005.     {
  16006.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16007.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16008.         $this->privates['nellapp_sdk.channel.channel_user_perm_service_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16009.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserServicePermission\\ChannelUserServicePermissionInterface''App\\Entity\\Channel\\ChannelUserServicePermission', []);
  16010.         return $instance;
  16011.     }
  16012.     /**
  16013.      * Gets the private 'nellapp_sdk.channel.channel_user_perm_session_resolve_target_entity' shared service.
  16014.      *
  16015.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16016.      */
  16017.     protected function getNellappSdk_Channel_ChannelUserPermSessionResolveTargetEntityService()
  16018.     {
  16019.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16020.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16021.         $this->privates['nellapp_sdk.channel.channel_user_perm_session_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16022.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserSessionPermission\\ChannelUserSessionPermissionInterface''App\\Entity\\Channel\\ChannelUserSessionPermission', []);
  16023.         return $instance;
  16024.     }
  16025.     /**
  16026.      * Gets the private 'nellapp_sdk.channel.channel_user_role_resolve_target_entity' shared service.
  16027.      *
  16028.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16029.      */
  16030.     protected function getNellappSdk_Channel_ChannelUserRoleResolveTargetEntityService()
  16031.     {
  16032.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16033.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16034.         $this->privates['nellapp_sdk.channel.channel_user_role_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16035.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRoleInterface''Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRole', []);
  16036.         return $instance;
  16037.     }
  16038.     /**
  16039.      * Gets the private 'nellapp_sdk.channel.channel_white_label_resolve_target_entity' shared service.
  16040.      *
  16041.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16042.      */
  16043.     protected function getNellappSdk_Channel_ChannelWhiteLabelResolveTargetEntityService()
  16044.     {
  16045.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16046.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16047.         $this->privates['nellapp_sdk.channel.channel_white_label_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16048.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelWhiteLabel\\ChannelWhiteLabelInterface''App\\Entity\\Channel\\ChannelWhiteLabel', []);
  16049.         return $instance;
  16050.     }
  16051.     /**
  16052.      * Gets the private 'nellapp_sdk.channel_side_nav' shared autowired service.
  16053.      *
  16054.      * @return \Knp\Menu\MenuItem
  16055.      */
  16056.     protected function getNellappSdk_ChannelSideNavService()
  16057.     {
  16058.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/ItemInterface.php';
  16059.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuItem.php';
  16060.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Menu/MenuBuilder.php';
  16061.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  16062.         if (isset($this->privates['nellapp_sdk.channel_side_nav'])) {
  16063.             return $this->privates['nellapp_sdk.channel_side_nav'];
  16064.         }
  16065.         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())));
  16066.     }
  16067.     /**
  16068.      * Gets the private 'nellapp_sdk.global_getter.channel_class_resolve_target_entity' shared service.
  16069.      *
  16070.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16071.      */
  16072.     protected function getNellappSdk_GlobalGetter_ChannelClassResolveTargetEntityService()
  16073.     {
  16074.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16075.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16076.         $this->privates['nellapp_sdk.global_getter.channel_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16077.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelInterface''App\\Entity\\Channel\\Channel', []);
  16078.         return $instance;
  16079.     }
  16080.     /**
  16081.      * Gets the private 'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity' shared service.
  16082.      *
  16083.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16084.      */
  16085.     protected function getNellappSdk_GlobalGetter_ChannelUserDataClassResolveTargetEntityService()
  16086.     {
  16087.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16088.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16089.         $this->privates['nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16090.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserData\\ChannelUserDataInterface''App\\Entity\\ChannelUserData\\ChannelUserData', []);
  16091.         return $instance;
  16092.     }
  16093.     /**
  16094.      * Gets the private 'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity' shared service.
  16095.      *
  16096.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16097.      */
  16098.     protected function getNellappSdk_GlobalGetter_ChannelUserRoleClassResolveTargetEntityService()
  16099.     {
  16100.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16101.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16102.         $this->privates['nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16103.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRoleInterface''Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRole', []);
  16104.         return $instance;
  16105.     }
  16106.     /**
  16107.      * Gets the private 'nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity' shared service.
  16108.      *
  16109.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16110.      */
  16111.     protected function getNellappSdk_GlobalGetter_ChannelWhiteLabelClassResolveTargetEntityService()
  16112.     {
  16113.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16114.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16115.         $this->privates['nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16116.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelWhiteLabel\\ChannelWhiteLabelInterface''App\\Entity\\Channel\\ChannelWhiteLabel', []);
  16117.         return $instance;
  16118.     }
  16119.     /**
  16120.      * Gets the private 'nellapp_sdk.global_getter.user_class_resolve_target_entity' shared service.
  16121.      *
  16122.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  16123.      */
  16124.     protected function getNellappSdk_GlobalGetter_UserClassResolveTargetEntityService()
  16125.     {
  16126.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16127.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  16128.         $this->privates['nellapp_sdk.global_getter.user_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  16129.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Auth\\Entity\\UserInterface''App\\Entity\\Account\\User', []);
  16130.         return $instance;
  16131.     }
  16132.     /**
  16133.      * Gets the private 'nellapp_sdk.routing.internal_url_generator' shared autowired service.
  16134.      *
  16135.      * @return \Nellapp\Bundle\SDKBundle\Routing\InternalUrlGenerator
  16136.      */
  16137.     protected function getNellappSdk_Routing_InternalUrlGeneratorService()
  16138.     {
  16139.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/InternalUrlGenerator.php';
  16140.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'] ?? $this->getChannelMainDomainUtilsService());
  16141.         if (isset($this->privates['nellapp_sdk.routing.internal_url_generator'])) {
  16142.             return $this->privates['nellapp_sdk.routing.internal_url_generator'];
  16143.         }
  16144.         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);
  16145.     }
  16146.     /**
  16147.      * Gets the private 'nellapp_sdk.routing.url_generator' shared autowired service.
  16148.      *
  16149.      * @return \Nellapp\Bundle\SDKBundle\Routing\UrlGenerator
  16150.      */
  16151.     protected function getNellappSdk_Routing_UrlGeneratorService()
  16152.     {
  16153.         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()));
  16154.     }
  16155.     /**
  16156.      * Gets the private 'nelmio_alice.file_parser.runtime_cache' shared service.
  16157.      *
  16158.      * @return \Nelmio\Alice\Parser\RuntimeCacheParser
  16159.      */
  16160.     protected function getNelmioAlice_FileParser_RuntimeCacheService()
  16161.     {
  16162.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/ParserInterface.php';
  16163.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/RuntimeCacheParser.php';
  16164.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ParserRegistry.php';
  16165.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
  16166.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/YamlParser.php';
  16167.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Parser.php';
  16168.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/PhpParser.php';
  16169.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/JsonParser.php';
  16170.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocatorInterface.php';
  16171.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/FileLocator/KernelFileLocator.php';
  16172.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocator/DefaultFileLocator.php';
  16173.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessorInterface.php';
  16174.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessor/DefaultIncludeProcessor.php';
  16175.         $a = new \Hautelook\AliceBundle\Alice\FileLocator\KernelFileLocator(new \Nelmio\Alice\FileLocator\DefaultFileLocator(), ($this->services['kernel'] ?? $this->get('kernel'1)));
  16176.         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));
  16177.     }
  16178.     /**
  16179.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  16180.      *
  16181.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  16182.      */
  16183.     protected function getNelmioApiDoc_Describers_ConfigService()
  16184.     {
  16185.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  16186.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  16187.         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']]);
  16188.     }
  16189.     /**
  16190.      * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  16191.      *
  16192.      * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  16193.      */
  16194.     protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  16195.     {
  16196.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/SetsContextTrait.php';
  16197.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/OpenApiPhpDescriber.php';
  16198.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  16199.         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()));
  16200.     }
  16201.     /**
  16202.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  16203.      *
  16204.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  16205.      */
  16206.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  16207.     {
  16208.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  16209.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  16210.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  16211.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  16212.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  16213.         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 () {
  16214.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  16215.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  16216.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionRequestBodyDescriber'] ?? $this->getActionRequestBodyDescriberService());
  16217.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\OperationIdDescriber'] ?? $this->getOperationIdDescriberService());
  16218.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\PaginationDescriber'] ?? $this->getPaginationDescriberService());
  16219.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\SecurityDescriber'] ?? $this->getSecurityDescriberService());
  16220.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\TagDescriber'] ?? $this->getTagDescriberService());
  16221.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionResponseDescriber'] ?? $this->getActionResponseDescriberService());
  16222.         }, 8));
  16223.     }
  16224.     /**
  16225.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  16226.      *
  16227.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  16228.      */
  16229.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  16230.     {
  16231.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  16232.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  16233.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  16234.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
  16235.         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']);
  16236.     }
  16237.     /**
  16238.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  16239.      *
  16240.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  16241.      */
  16242.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  16243.     {
  16244.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  16245.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  16246.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  16247.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  16248.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
  16249.         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 () {
  16250.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  16251.             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()));
  16252.             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()));
  16253.             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()));
  16254.             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()));
  16255.             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()));
  16256.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService());
  16257.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  16258.         }, 8), [=> 'json'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  16259.     }
  16260.     /**
  16261.      * Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
  16262.      *
  16263.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
  16264.      */
  16265.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
  16266.     {
  16267.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  16268.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  16269.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  16270.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
  16271.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
  16272.         return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
  16273.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  16274.             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()));
  16275.             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()));
  16276.             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()));
  16277.             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()));
  16278.             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()));
  16279.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService());
  16280.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  16281.         }, 8));
  16282.     }
  16283.     /**
  16284.      * Gets the private 'nelmio_api_doc.object_model.property_describers.compound' shared service.
  16285.      *
  16286.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber
  16287.      */
  16288.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService()
  16289.     {
  16290.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  16291.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  16292.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  16293.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/CompoundPropertyDescriber.php';
  16294.         return $this->privates['nelmio_api_doc.object_model.property_describers.compound'] = new \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber(new RewindableGenerator(function () {
  16295.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  16296.             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()));
  16297.             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()));
  16298.             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()));
  16299.             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()));
  16300.             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()));
  16301.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService());
  16302.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  16303.         }, 8));
  16304.     }
  16305.     /**
  16306.      * Gets the private 'nelmio_api_doc.object_model.property_describers.object' shared service.
  16307.      *
  16308.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\PropertyDescriber\EntityIdPropertyDescriber
  16309.      */
  16310.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService()
  16311.     {
  16312.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  16313.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  16314.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  16315.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ObjectPropertyDescriber.php';
  16316.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/PropertyDescriber/EntityIdPropertyDescriber.php';
  16317.         $this->privates['nelmio_api_doc.object_model.property_describers.object'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\PropertyDescriber\EntityIdPropertyDescriber();
  16318.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  16319.         return $instance;
  16320.     }
  16321.     /**
  16322.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  16323.      *
  16324.      * @return \Symfony\Component\Routing\RouteCollection
  16325.      */
  16326.     protected function getNelmioApiDoc_Routes_DefaultService()
  16327.     {
  16328.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  16329.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  16330.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  16331.         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());
  16332.     }
  16333.     /**
  16334.      * Gets the private 'oneup_uploader.command.clear_chunks' shared service.
  16335.      *
  16336.      * @return \Oneup\UploaderBundle\Command\ClearChunkCommand
  16337.      */
  16338.     protected function getOneupUploader_Command_ClearChunksService()
  16339.     {
  16340.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16341.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Command/ClearChunkCommand.php';
  16342.         $this->privates['oneup_uploader.command.clear_chunks'] = $instance = new \Oneup\UploaderBundle\Command\ClearChunkCommand(($this->services['oneup_uploader.chunk_manager'] ?? $this->getOneupUploader_ChunkManagerService()));
  16343.         $instance->setName('oneup:uploader:clear-chunks');
  16344.         return $instance;
  16345.     }
  16346.     /**
  16347.      * Gets the private 'oneup_uploader.command.clear_orphans' shared service.
  16348.      *
  16349.      * @return \Oneup\UploaderBundle\Command\ClearOrphansCommand
  16350.      */
  16351.     protected function getOneupUploader_Command_ClearOrphansService()
  16352.     {
  16353.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16354.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Command/ClearOrphansCommand.php';
  16355.         $this->privates['oneup_uploader.command.clear_orphans'] = $instance = new \Oneup\UploaderBundle\Command\ClearOrphansCommand(($this->services['oneup_uploader.orphanage_manager'] ?? $this->getOneupUploader_OrphanageManagerService()));
  16356.         $instance->setName('oneup:uploader:clear-orphans');
  16357.         return $instance;
  16358.     }
  16359.     /**
  16360.      * Gets the private 'parameter_bag' shared service.
  16361.      *
  16362.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  16363.      */
  16364.     protected function getParameterBagService()
  16365.     {
  16366.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  16367.     }
  16368.     /**
  16369.      * Gets the private 'profiler_listener' shared service.
  16370.      *
  16371.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  16372.      */
  16373.     protected function getProfilerListenerService()
  16374.     {
  16375.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  16376.         if (isset($this->privates['profiler_listener'])) {
  16377.             return $this->privates['profiler_listener'];
  16378.         }
  16379.         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);
  16380.     }
  16381.     /**
  16382.      * Gets the private 'property_accessor' shared service.
  16383.      *
  16384.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  16385.      */
  16386.     protected function getPropertyAccessorService()
  16387.     {
  16388.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  16389.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  16390.     }
  16391.     /**
  16392.      * Gets the private 'property_info' shared service.
  16393.      *
  16394.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  16395.      */
  16396.     protected function getPropertyInfoService()
  16397.     {
  16398.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  16399.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  16400.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  16401.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  16402.         }, 3), new RewindableGenerator(function () {
  16403.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  16404.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  16405.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  16406.         }, 3), new RewindableGenerator(function () {
  16407.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  16408.         }, 1), new RewindableGenerator(function () {
  16409.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  16410.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  16411.         }, 2), new RewindableGenerator(function () {
  16412.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  16413.         }, 1));
  16414.     }
  16415.     /**
  16416.      * Gets the private 'property_info.serializer_extractor' shared service.
  16417.      *
  16418.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  16419.      */
  16420.     protected function getPropertyInfo_SerializerExtractorService()
  16421.     {
  16422.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  16423.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  16424.     }
  16425.     /**
  16426.      * Gets the private 'router.cache_warmer' shared service.
  16427.      *
  16428.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  16429.      */
  16430.     protected function getRouter_CacheWarmerService()
  16431.     {
  16432.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  16433.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  16434.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16435.             'router' => ['services''router''getRouterService'false],
  16436.         ], [
  16437.             'router' => '?',
  16438.         ]))->withContext('router.cache_warmer'$this));
  16439.     }
  16440.     /**
  16441.      * Gets the private 'router.expression_language_provider' shared service.
  16442.      *
  16443.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  16444.      */
  16445.     protected function getRouter_ExpressionLanguageProviderService()
  16446.     {
  16447.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16448.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  16449.         ], [
  16450.             'env' => 'Closure',
  16451.         ]));
  16452.     }
  16453.     /**
  16454.      * Gets the private 'router.request_context' shared service.
  16455.      *
  16456.      * @return \Symfony\Component\Routing\RequestContext
  16457.      */
  16458.     protected function getRouter_RequestContextService()
  16459.     {
  16460.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  16461.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  16462.         return $instance;
  16463.     }
  16464.     /**
  16465.      * Gets the private 'router_listener' shared service.
  16466.      *
  16467.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  16468.      */
  16469.     protected function getRouterListenerService()
  16470.     {
  16471.         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);
  16472.     }
  16473.     /**
  16474.      * Gets the private 'secrets.vault' shared service.
  16475.      *
  16476.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  16477.      */
  16478.     protected function getSecrets_VaultService()
  16479.     {
  16480.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  16481.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  16482.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  16483.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  16484.         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'));
  16485.     }
  16486.     /**
  16487.      * Gets the private 'security.access_listener' shared service.
  16488.      *
  16489.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  16490.      */
  16491.     protected function getSecurity_AccessListenerService()
  16492.     {
  16493.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  16494.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  16495.         if (isset($this->privates['security.access_listener'])) {
  16496.             return $this->privates['security.access_listener'];
  16497.         }
  16498.         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);
  16499.     }
  16500.     /**
  16501.      * Gets the private 'security.access_map' shared service.
  16502.      *
  16503.      * @return \Symfony\Component\Security\Http\AccessMap
  16504.      */
  16505.     protected function getSecurity_AccessMapService()
  16506.     {
  16507.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  16508.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  16509.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  16510.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  16511.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  16512.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(login)|(connect)'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  16513.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/logged-out'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  16514.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'IS_AUTHENTICATED_REMEMBERED'], NULL);
  16515.         return $instance;
  16516.     }
  16517.     /**
  16518.      * Gets the private 'security.authenticator.guard.main.0' shared service.
  16519.      *
  16520.      * @return \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator
  16521.      */
  16522.     protected function getSecurity_Authenticator_Guard_Main_0Service()
  16523.     {
  16524.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  16525.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  16526.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  16527.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php';
  16528.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  16529.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  16530.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Helper/FinishRegistrationBehavior.php';
  16531.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Helper/PreviousUrlHelper.php';
  16532.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Helper/SaveAuthFailureMessage.php';
  16533.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Authenticator/SocialAuthenticator.php';
  16534.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  16535.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/CoreAuthenticator.php';
  16536.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/UserRetriever/UserRetrieverInterface.php';
  16537.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/UserRetriever/DoctrineUserRetriever.php';
  16538.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  16539.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16540.         if (isset($this->privates['security.authenticator.guard.main.0'])) {
  16541.             return $this->privates['security.authenticator.guard.main.0'];
  16542.         }
  16543.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  16544.         if (isset($this->privates['security.authenticator.guard.main.0'])) {
  16545.             return $this->privates['security.authenticator.guard.main.0'];
  16546.         }
  16547.         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\\Sync\\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()));
  16548.     }
  16549.     /**
  16550.      * Gets the private 'security.channel_listener' shared service.
  16551.      *
  16552.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  16553.      */
  16554.     protected function getSecurity_ChannelListenerService()
  16555.     {
  16556.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  16557.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  16558.         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());
  16559.     }
  16560.     /**
  16561.      * Gets the private 'security.command.debug_firewall' shared service.
  16562.      *
  16563.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  16564.      */
  16565.     protected function getSecurity_Command_DebugFirewallService()
  16566.     {
  16567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16568.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  16569.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  16570.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  16571.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Security/CoreAuthenticator.php';
  16572.         $a = ($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'))));
  16573.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.HVEfkuY'] ?? $this->get_ServiceLocator_HVEfkuYService()), ($this->privates['.service_locator.qDReBBp'] ?? $this->get_ServiceLocator_QDReBBpService()), ['reverse_sync' => [=> $a], 'api' => [=> $a], 'main' => [=> ($this->privates['security.authenticator.guard.main.0'] ?? $this->getSecurity_Authenticator_Guard_Main_0Service())]], true);
  16574.         $instance->setName('debug:firewall');
  16575.         $instance->setDescription('Display information about your security firewall(s)');
  16576.         return $instance;
  16577.     }
  16578.     /**
  16579.      * Gets the private 'security.command.user_password_encoder' shared service.
  16580.      *
  16581.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  16582.      *
  16583.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  16584.      */
  16585.     protected function getSecurity_Command_UserPasswordEncoderService()
  16586.     {
  16587.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  16588.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), []);
  16589.         $instance->setName('security:encode-password');
  16590.         $instance->setDescription('Encode a password');
  16591.         return $instance;
  16592.     }
  16593.     /**
  16594.      * Gets the private 'security.command.user_password_hash' shared service.
  16595.      *
  16596.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  16597.      */
  16598.     protected function getSecurity_Command_UserPasswordHashService()
  16599.     {
  16600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16601.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  16602.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  16603.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  16604.         $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([]))), []);
  16605.         $instance->setName('security:hash-password');
  16606.         $instance->setDescription('Hash a user password');
  16607.         return $instance;
  16608.     }
  16609.     /**
  16610.      * Gets the private 'security.context_listener.0' shared service.
  16611.      *
  16612.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  16613.      */
  16614.     protected function getSecurity_ContextListener_0Service()
  16615.     {
  16616.         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 () {
  16617.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  16618.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($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']);
  16619.     }
  16620.     /**
  16621.      * Gets the private 'security.encoder_factory.generic' shared service.
  16622.      *
  16623.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  16624.      *
  16625.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  16626.      */
  16627.     protected function getSecurity_EncoderFactory_GenericService()
  16628.     {
  16629.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  16630.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory([]);
  16631.     }
  16632.     /**
  16633.      * Gets the private 'security.event_dispatcher.api' shared service.
  16634.      *
  16635.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  16636.      */
  16637.     protected function getSecurity_EventDispatcher_ApiService()
  16638.     {
  16639.         $this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  16640.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  16641.             return ($this->privates['security.listener.user_checker.api'] ?? $this->getSecurity_Listener_UserChecker_ApiService());
  16642.         }, => 'preCheckCredentials'], 256);
  16643.         $instance->addListener('security.authentication.success', [=> function () {
  16644.             return ($this->privates['security.listener.user_checker.api'] ?? $this->getSecurity_Listener_UserChecker_ApiService());
  16645.         }, => 'postCheckCredentials'], 256);
  16646.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  16647.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  16648.         }, => 'checkPassport'], 1024);
  16649.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  16650.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  16651.         }, => 'handleLoginSuccessEvent'], 0);
  16652.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  16653.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  16654.         }, => 'checkPassport'], 0);
  16655.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  16656.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  16657.         }, => 'onLoginSuccess'], 0);
  16658.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  16659.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  16660.         }, => 'logout'], 0);
  16661.         return $instance;
  16662.     }
  16663.     /**
  16664.      * Gets the private 'security.event_dispatcher.main' shared service.
  16665.      *
  16666.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  16667.      */
  16668.     protected function getSecurity_EventDispatcher_MainService()
  16669.     {
  16670.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  16671.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  16672.             return ($this->privates['security.listener.main.user_provider'] ?? $this->getSecurity_Listener_Main_UserProviderService());
  16673.         }, => 'checkPassport'], 2048);
  16674.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  16675.             return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  16676.         }, => 'onSuccessfulLogin'], 0);
  16677.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  16678.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  16679.         }, => 'onLogout'], 64);
  16680.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  16681.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  16682.         }, => 'onLogout'], 0);
  16683.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  16684.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  16685.         }, => 'preCheckCredentials'], 256);
  16686.         $instance->addListener('security.authentication.success', [=> function () {
  16687.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  16688.         }, => 'postCheckCredentials'], 256);
  16689.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  16690.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  16691.         }, => 'checkPassport'], 1024);
  16692.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  16693.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  16694.         }, => 'handleLoginSuccessEvent'], 0);
  16695.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  16696.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  16697.         }, => 'checkPassport'], 0);
  16698.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  16699.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  16700.         }, => 'onLoginSuccess'], 0);
  16701.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  16702.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  16703.         }, => 'logout'], 0);
  16704.         return $instance;
  16705.     }
  16706.     /**
  16707.      * Gets the private 'security.event_dispatcher.reverse_sync' shared service.
  16708.      *
  16709.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  16710.      */
  16711.     protected function getSecurity_EventDispatcher_ReverseSyncService()
  16712.     {
  16713.         $this->privates['security.event_dispatcher.reverse_sync'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  16714.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  16715.             return ($this->privates['security.listener.user_checker.reverse_sync'] ?? $this->getSecurity_Listener_UserChecker_ReverseSyncService());
  16716.         }, => 'preCheckCredentials'], 256);
  16717.         $instance->addListener('security.authentication.success', [=> function () {
  16718.             return ($this->privates['security.listener.user_checker.reverse_sync'] ?? $this->getSecurity_Listener_UserChecker_ReverseSyncService());
  16719.         }, => 'postCheckCredentials'], 256);
  16720.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  16721.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  16722.         }, => 'checkPassport'], 1024);
  16723.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  16724.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  16725.         }, => 'handleLoginSuccessEvent'], 0);
  16726.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  16727.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  16728.         }, => 'checkPassport'], 0);
  16729.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  16730.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  16731.         }, => 'onLoginSuccess'], 0);
  16732.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  16733.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  16734.         }, => 'logout'], 0);
  16735.         return $instance;
  16736.     }
  16737.     /**
  16738.      * Gets the private 'security.firewall.map' shared service.
  16739.      *
  16740.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  16741.      */
  16742.     protected function getSecurity_Firewall_MapService()
  16743.     {
  16744.         $a = ($this->privates['.service_locator.HVEfkuY'] ?? $this->get_ServiceLocator_HVEfkuYService());
  16745.         if (isset($this->privates['security.firewall.map'])) {
  16746.             return $this->privates['security.firewall.map'];
  16747.         }
  16748.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  16749.             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)/')));
  16750.             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')));
  16751.             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').'/')));
  16752.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  16753.             yield 'security.firewall.map.context.main' => NULL;
  16754.         }, 5));
  16755.     }
  16756.     /**
  16757.      * Gets the private 'security.firewall.map.context.api' shared service.
  16758.      *
  16759.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  16760.      */
  16761.     protected function getSecurity_Firewall_Map_Context_ApiService()
  16762.     {
  16763.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  16764.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  16765.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  16766.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  16767.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  16768.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  16769.             yield => ($this->privates['debug.security.firewall.authenticator.api'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiService());
  16770.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  16771.         }, 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()), 'api'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api''security.user_checker''.security.request_matcher.p4VlLPC'truetrue'security.user.provider.concrete.app_user_provider'NULLNULLNULLNULL, [=> 'Nellapp\\Bundle\\SDKBundle\\Sync\\Security\\CoreAuthenticator'], NULL));
  16772.     }
  16773.     /**
  16774.      * Gets the private 'security.firewall.map.context.dev' shared service.
  16775.      *
  16776.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  16777.      */
  16778.     protected function getSecurity_Firewall_Map_Context_DevService()
  16779.     {
  16780.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  16781.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  16782.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  16783.             return new \EmptyIterator();
  16784.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  16785.     }
  16786.     /**
  16787.      * Gets the private 'security.firewall.map.context.main' shared service.
  16788.      *
  16789.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  16790.      */
  16791.     protected function getSecurity_Firewall_Map_Context_MainService()
  16792.     {
  16793.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  16794.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  16795.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  16796.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  16797.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  16798.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  16799.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  16800.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  16801.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  16802.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  16803.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  16804.             yield => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  16805.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  16806.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b'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($a$b, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['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())));
  16807.     }
  16808.     /**
  16809.      * Gets the private 'security.firewall.map.context.reverse_sync' shared service.
  16810.      *
  16811.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  16812.      */
  16813.     protected function getSecurity_Firewall_Map_Context_ReverseSyncService()
  16814.     {
  16815.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  16816.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  16817.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  16818.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  16819.         return $this->privates['security.firewall.map.context.reverse_sync'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  16820.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  16821.             yield => ($this->privates['debug.security.firewall.authenticator.reverse_sync'] ?? $this->getDebug_Security_Firewall_Authenticator_ReverseSyncService());
  16822.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  16823.         }, 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));
  16824.     }
  16825.     /**
  16826.      * Gets the private 'security.firewall.map.context.reverse_sync_doc' shared service.
  16827.      *
  16828.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  16829.      */
  16830.     protected function getSecurity_Firewall_Map_Context_ReverseSyncDocService()
  16831.     {
  16832.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  16833.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  16834.         return $this->privates['security.firewall.map.context.reverse_sync_doc'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  16835.             return new \EmptyIterator();
  16836.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('reverse_sync_doc''security.user_checker''.security.request_matcher.WM0s4_R'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  16837.     }
  16838.     /**
  16839.      * Gets the private 'security.helper' shared service.
  16840.      *
  16841.      * @return \Symfony\Component\Security\Core\Security
  16842.      */
  16843.     protected function getSecurity_HelperService()
  16844.     {
  16845.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16846.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  16847.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  16848.         ], [
  16849.             'security.authorization_checker' => '?',
  16850.             'security.token_storage' => '?',
  16851.         ]));
  16852.     }
  16853.     /**
  16854.      * Gets the private 'security.http_utils' shared service.
  16855.      *
  16856.      * @return \Symfony\Component\Security\Http\HttpUtils
  16857.      */
  16858.     protected function getSecurity_HttpUtilsService()
  16859.     {
  16860.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  16861.         $a = ($this->services['router'] ?? $this->getRouterService());
  16862.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  16863.     }
  16864.     /**
  16865.      * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  16866.      *
  16867.      * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  16868.      */
  16869.     protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  16870.     {
  16871.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  16872.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  16873.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  16874.         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([]))));
  16875.     }
  16876.     /**
  16877.      * Gets the private 'security.listener.main.user_provider' shared service.
  16878.      *
  16879.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  16880.      */
  16881.     protected function getSecurity_Listener_Main_UserProviderService()
  16882.     {
  16883.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  16884.         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()));
  16885.     }
  16886.     /**
  16887.      * Gets the private 'security.listener.password_migrating' shared service.
  16888.      *
  16889.      * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  16890.      */
  16891.     protected function getSecurity_Listener_PasswordMigratingService()
  16892.     {
  16893.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  16894.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  16895.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  16896.         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([]))));
  16897.     }
  16898.     /**
  16899.      * Gets the private 'security.listener.session.main' shared service.
  16900.      *
  16901.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  16902.      */
  16903.     protected function getSecurity_Listener_Session_MainService()
  16904.     {
  16905.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  16906.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  16907.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  16908.         return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'));
  16909.     }
  16910.     /**
  16911.      * Gets the private 'security.listener.user_checker.api' shared service.
  16912.      *
  16913.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  16914.      */
  16915.     protected function getSecurity_Listener_UserChecker_ApiService()
  16916.     {
  16917.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  16918.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  16919.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  16920.         return $this->privates['security.listener.user_checker.api'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
  16921.     }
  16922.     /**
  16923.      * Gets the private 'security.listener.user_checker.main' shared service.
  16924.      *
  16925.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  16926.      */
  16927.     protected function getSecurity_Listener_UserChecker_MainService()
  16928.     {
  16929.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  16930.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  16931.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  16932.         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())));
  16933.     }
  16934.     /**
  16935.      * Gets the private 'security.listener.user_checker.reverse_sync' shared service.
  16936.      *
  16937.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  16938.      */
  16939.     protected function getSecurity_Listener_UserChecker_ReverseSyncService()
  16940.     {
  16941.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  16942.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  16943.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  16944.         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())));
  16945.     }
  16946.     /**
  16947.      * Gets the private 'security.listener.user_provider' shared service.
  16948.      *
  16949.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  16950.      */
  16951.     protected function getSecurity_Listener_UserProviderService()
  16952.     {
  16953.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  16954.         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()));
  16955.     }
  16956.     /**
  16957.      * Gets the private 'security.logout.listener.default.main' shared service.
  16958.      *
  16959.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  16960.      */
  16961.     protected function getSecurity_Logout_Listener_Default_MainService()
  16962.     {
  16963.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  16964.         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');
  16965.     }
  16966.     /**
  16967.      * Gets the private 'security.logout_url_generator' shared service.
  16968.      *
  16969.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  16970.      */
  16971.     protected function getSecurity_LogoutUrlGeneratorService()
  16972.     {
  16973.         $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()));
  16974.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  16975.         return $instance;
  16976.     }
  16977.     /**
  16978.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  16979.      *
  16980.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  16981.      */
  16982.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  16983.     {
  16984.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  16985.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  16986.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  16987.         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);
  16988.     }
  16989.     /**
  16990.      * Gets the private 'security.validator.user_password' shared service.
  16991.      *
  16992.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  16993.      */
  16994.     protected function getSecurity_Validator_UserPasswordService()
  16995.     {
  16996.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  16997.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  16998.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  16999.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  17000.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  17001.         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([]))));
  17002.     }
  17003.     /**
  17004.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  17005.      *
  17006.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  17007.      */
  17008.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  17009.     {
  17010.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  17011.     }
  17012.     /**
  17013.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  17014.      *
  17015.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  17016.      */
  17017.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  17018.     {
  17019.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  17020.         $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');
  17021.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  17022.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  17023.     }
  17024.     /**
  17025.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  17026.      *
  17027.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  17028.      */
  17029.     protected function getSensioFrameworkExtra_Security_ListenerService()
  17030.     {
  17031.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  17032.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  17033.             return $this->privates['sensio_framework_extra.security.listener'];
  17034.         }
  17035.         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()));
  17036.     }
  17037.     /**
  17038.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  17039.      *
  17040.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  17041.      */
  17042.     protected function getSensioFrameworkExtra_View_ListenerService()
  17043.     {
  17044.         $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))));
  17045.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17046.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  17047.         ], [
  17048.             'twig' => '?',
  17049.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  17050.         return $instance;
  17051.     }
  17052.     /**
  17053.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  17054.      *
  17055.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  17056.      */
  17057.     protected function getSerializer_Mapping_CacheWarmerService()
  17058.     {
  17059.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  17060.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  17061.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  17062.         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'));
  17063.     }
  17064.     /**
  17065.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  17066.      *
  17067.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  17068.      */
  17069.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  17070.     {
  17071.         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()))]));
  17072.     }
  17073.     /**
  17074.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  17075.      *
  17076.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  17077.      */
  17078.     protected function getSerializer_NameConverter_MetadataAwareService()
  17079.     {
  17080.         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()));
  17081.     }
  17082.     /**
  17083.      * Gets the private 'session.factory' shared service.
  17084.      *
  17085.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  17086.      */
  17087.     protected function getSession_FactoryService()
  17088.     {
  17089.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  17090.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  17091.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  17092.         if (isset($this->privates['session.factory'])) {
  17093.             return $this->privates['session.factory'];
  17094.         }
  17095.         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']);
  17096.     }
  17097.     /**
  17098.      * Gets the private 'session.storage.factory.service' shared service.
  17099.      *
  17100.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  17101.      *
  17102.      * @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.
  17103.      */
  17104.     protected function getSession_Storage_Factory_ServiceService()
  17105.     {
  17106.         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.');
  17107.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  17108.     }
  17109.     /**
  17110.      * Gets the private 'session.storage.metadata_bag' shared service.
  17111.      *
  17112.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  17113.      *
  17114.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  17115.      */
  17116.     protected function getSession_Storage_MetadataBagService()
  17117.     {
  17118.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  17119.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  17120.     }
  17121.     /**
  17122.      * Gets the private 'session.storage.native' shared service.
  17123.      *
  17124.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  17125.      *
  17126.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  17127.      */
  17128.     protected function getSession_Storage_NativeService()
  17129.     {
  17130.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  17131.         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());
  17132.     }
  17133.     /**
  17134.      * Gets the private 'session_listener' shared service.
  17135.      *
  17136.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  17137.      */
  17138.     protected function getSessionListenerService()
  17139.     {
  17140.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17141.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  17142.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  17143.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  17144.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  17145.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  17146.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  17147.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  17148.         ], [
  17149.             'initialized_session' => '?',
  17150.             'logger' => '?',
  17151.             'request_stack' => '?',
  17152.             'session' => '?',
  17153.             'session_collector' => '?',
  17154.             'session_factory' => '?',
  17155.             'session_storage' => '?',
  17156.         ]), true$this->parameters['session.storage.options']);
  17157.     }
  17158.     /**
  17159.      * Gets the private 'spiriit_form_filter.type.filter_boolean' shared service.
  17160.      *
  17161.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\BooleanFilterType
  17162.      */
  17163.     protected function getSpiriitFormFilter_Type_FilterBooleanService()
  17164.     {
  17165.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17166.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17167.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/BooleanFilterType.php';
  17168.         return $this->privates['spiriit_form_filter.type.filter_boolean'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\BooleanFilterType();
  17169.     }
  17170.     /**
  17171.      * Gets the private 'spiriit_form_filter.type.filter_checkbox' shared service.
  17172.      *
  17173.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CheckboxFilterType
  17174.      */
  17175.     protected function getSpiriitFormFilter_Type_FilterCheckboxService()
  17176.     {
  17177.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17178.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17179.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/CheckboxFilterType.php';
  17180.         return $this->privates['spiriit_form_filter.type.filter_checkbox'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CheckboxFilterType();
  17181.     }
  17182.     /**
  17183.      * Gets the private 'spiriit_form_filter.type.filter_choice' shared service.
  17184.      *
  17185.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\ChoiceFilterType
  17186.      */
  17187.     protected function getSpiriitFormFilter_Type_FilterChoiceService()
  17188.     {
  17189.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17190.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17191.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/ChoiceFilterType.php';
  17192.         return $this->privates['spiriit_form_filter.type.filter_choice'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\ChoiceFilterType();
  17193.     }
  17194.     /**
  17195.      * Gets the private 'spiriit_form_filter.type.filter_collection_adapter' shared service.
  17196.      *
  17197.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CollectionAdapterFilterType
  17198.      */
  17199.     protected function getSpiriitFormFilter_Type_FilterCollectionAdapterService()
  17200.     {
  17201.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17202.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17203.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/CollectionAdapterFilterType.php';
  17204.         return $this->privates['spiriit_form_filter.type.filter_collection_adapter'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CollectionAdapterFilterType();
  17205.     }
  17206.     /**
  17207.      * Gets the private 'spiriit_form_filter.type.filter_date' shared service.
  17208.      *
  17209.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateFilterType
  17210.      */
  17211.     protected function getSpiriitFormFilter_Type_FilterDateService()
  17212.     {
  17213.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17214.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17215.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateFilterType.php';
  17216.         return $this->privates['spiriit_form_filter.type.filter_date'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateFilterType();
  17217.     }
  17218.     /**
  17219.      * Gets the private 'spiriit_form_filter.type.filter_date_range' shared service.
  17220.      *
  17221.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateRangeFilterType
  17222.      */
  17223.     protected function getSpiriitFormFilter_Type_FilterDateRangeService()
  17224.     {
  17225.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17226.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17227.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateRangeFilterType.php';
  17228.         return $this->privates['spiriit_form_filter.type.filter_date_range'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateRangeFilterType();
  17229.     }
  17230.     /**
  17231.      * Gets the private 'spiriit_form_filter.type.filter_datetime' shared service.
  17232.      *
  17233.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeFilterType
  17234.      */
  17235.     protected function getSpiriitFormFilter_Type_FilterDatetimeService()
  17236.     {
  17237.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17238.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17239.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateTimeFilterType.php';
  17240.         return $this->privates['spiriit_form_filter.type.filter_datetime'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeFilterType();
  17241.     }
  17242.     /**
  17243.      * Gets the private 'spiriit_form_filter.type.filter_datetime_range' shared service.
  17244.      *
  17245.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeRangeFilterType
  17246.      */
  17247.     protected function getSpiriitFormFilter_Type_FilterDatetimeRangeService()
  17248.     {
  17249.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17250.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17251.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateTimeRangeFilterType.php';
  17252.         return $this->privates['spiriit_form_filter.type.filter_datetime_range'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeRangeFilterType();
  17253.     }
  17254.     /**
  17255.      * Gets the private 'spiriit_form_filter.type.filter_entity' shared service.
  17256.      *
  17257.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EntityFilterType
  17258.      */
  17259.     protected function getSpiriitFormFilter_Type_FilterEntityService()
  17260.     {
  17261.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17262.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17263.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/EntityFilterType.php';
  17264.         return $this->privates['spiriit_form_filter.type.filter_entity'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EntityFilterType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17265.     }
  17266.     /**
  17267.      * Gets the private 'spiriit_form_filter.type.filter_enum' shared service.
  17268.      *
  17269.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EnumFilterType
  17270.      */
  17271.     protected function getSpiriitFormFilter_Type_FilterEnumService()
  17272.     {
  17273.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17274.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17275.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/EnumFilterType.php';
  17276.         return $this->privates['spiriit_form_filter.type.filter_enum'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EnumFilterType();
  17277.     }
  17278.     /**
  17279.      * Gets the private 'spiriit_form_filter.type.filter_number' shared service.
  17280.      *
  17281.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberFilterType
  17282.      */
  17283.     protected function getSpiriitFormFilter_Type_FilterNumberService()
  17284.     {
  17285.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17286.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17287.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/NumberFilterType.php';
  17288.         return $this->privates['spiriit_form_filter.type.filter_number'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberFilterType();
  17289.     }
  17290.     /**
  17291.      * Gets the private 'spiriit_form_filter.type.filter_number_range' shared service.
  17292.      *
  17293.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberRangeFilterType
  17294.      */
  17295.     protected function getSpiriitFormFilter_Type_FilterNumberRangeService()
  17296.     {
  17297.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17298.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17299.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/NumberRangeFilterType.php';
  17300.         return $this->privates['spiriit_form_filter.type.filter_number_range'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberRangeFilterType();
  17301.     }
  17302.     /**
  17303.      * Gets the private 'spiriit_form_filter.type.filter_sharedable' shared service.
  17304.      *
  17305.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\SharedableFilterType
  17306.      */
  17307.     protected function getSpiriitFormFilter_Type_FilterSharedableService()
  17308.     {
  17309.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17310.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17311.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/SharedableFilterType.php';
  17312.         return $this->privates['spiriit_form_filter.type.filter_sharedable'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\SharedableFilterType();
  17313.     }
  17314.     /**
  17315.      * Gets the private 'spiriit_form_filter.type.filter_text' shared service.
  17316.      *
  17317.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\TextFilterType
  17318.      */
  17319.     protected function getSpiriitFormFilter_Type_FilterTextService()
  17320.     {
  17321.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17322.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17323.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/TextFilterType.php';
  17324.         return $this->privates['spiriit_form_filter.type.filter_text'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\TextFilterType(1);
  17325.     }
  17326.     /**
  17327.      * Gets the private 'translation.extractor' shared service.
  17328.      *
  17329.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  17330.      */
  17331.     protected function getTranslation_ExtractorService()
  17332.     {
  17333.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  17334.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  17335.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  17336.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  17337.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  17338.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  17339.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  17340.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  17341.         return $instance;
  17342.     }
  17343.     /**
  17344.      * Gets the private 'translation.loader.csv' shared service.
  17345.      *
  17346.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  17347.      */
  17348.     protected function getTranslation_Loader_CsvService()
  17349.     {
  17350.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17351.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  17352.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  17353.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  17354.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  17355.     }
  17356.     /**
  17357.      * Gets the private 'translation.loader.dat' shared service.
  17358.      *
  17359.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  17360.      */
  17361.     protected function getTranslation_Loader_DatService()
  17362.     {
  17363.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17364.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  17365.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  17366.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  17367.     }
  17368.     /**
  17369.      * Gets the private 'translation.loader.ini' shared service.
  17370.      *
  17371.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  17372.      */
  17373.     protected function getTranslation_Loader_IniService()
  17374.     {
  17375.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17376.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  17377.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  17378.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  17379.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  17380.     }
  17381.     /**
  17382.      * Gets the private 'translation.loader.json' shared service.
  17383.      *
  17384.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  17385.      */
  17386.     protected function getTranslation_Loader_JsonService()
  17387.     {
  17388.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17389.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  17390.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  17391.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  17392.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  17393.     }
  17394.     /**
  17395.      * Gets the private 'translation.loader.mo' shared service.
  17396.      *
  17397.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  17398.      */
  17399.     protected function getTranslation_Loader_MoService()
  17400.     {
  17401.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17402.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  17403.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  17404.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  17405.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  17406.     }
  17407.     /**
  17408.      * Gets the private 'translation.loader.php' shared service.
  17409.      *
  17410.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  17411.      */
  17412.     protected function getTranslation_Loader_PhpService()
  17413.     {
  17414.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17415.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  17416.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  17417.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  17418.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  17419.     }
  17420.     /**
  17421.      * Gets the private 'translation.loader.po' shared service.
  17422.      *
  17423.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  17424.      */
  17425.     protected function getTranslation_Loader_PoService()
  17426.     {
  17427.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17428.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  17429.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  17430.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  17431.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  17432.     }
  17433.     /**
  17434.      * Gets the private 'translation.loader.qt' shared service.
  17435.      *
  17436.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  17437.      */
  17438.     protected function getTranslation_Loader_QtService()
  17439.     {
  17440.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17441.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  17442.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  17443.     }
  17444.     /**
  17445.      * Gets the private 'translation.loader.res' shared service.
  17446.      *
  17447.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  17448.      */
  17449.     protected function getTranslation_Loader_ResService()
  17450.     {
  17451.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17452.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  17453.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  17454.     }
  17455.     /**
  17456.      * Gets the private 'translation.loader.xliff' shared service.
  17457.      *
  17458.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  17459.      */
  17460.     protected function getTranslation_Loader_XliffService()
  17461.     {
  17462.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17463.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  17464.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  17465.     }
  17466.     /**
  17467.      * Gets the private 'translation.loader.yml' shared service.
  17468.      *
  17469.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  17470.      */
  17471.     protected function getTranslation_Loader_YmlService()
  17472.     {
  17473.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17474.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  17475.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  17476.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  17477.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  17478.     }
  17479.     /**
  17480.      * Gets the private 'translation.provider_collection' shared service.
  17481.      *
  17482.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  17483.      */
  17484.     protected function getTranslation_ProviderCollectionService()
  17485.     {
  17486.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  17487.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  17488.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  17489.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  17490.         }, 1), []))->fromConfig([]);
  17491.     }
  17492.     /**
  17493.      * Gets the private 'translation.reader' shared service.
  17494.      *
  17495.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  17496.      */
  17497.     protected function getTranslation_ReaderService()
  17498.     {
  17499.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  17500.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  17501.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17502.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  17503.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  17504.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  17505.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  17506.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  17507.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  17508.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  17509.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  17510.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  17511.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  17512.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  17513.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  17514.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  17515.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  17516.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  17517.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  17518.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  17519.         $instance->addLoader('yaml'$a);
  17520.         $instance->addLoader('yml'$a);
  17521.         $instance->addLoader('xlf'$b);
  17522.         $instance->addLoader('xliff'$b);
  17523.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  17524.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  17525.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  17526.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  17527.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  17528.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  17529.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  17530.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  17531.         return $instance;
  17532.     }
  17533.     /**
  17534.      * Gets the private 'translation.warmer' shared service.
  17535.      *
  17536.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  17537.      */
  17538.     protected function getTranslation_WarmerService()
  17539.     {
  17540.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  17541.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  17542.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17543.             'translator' => ['services''translator''getTranslatorService'false],
  17544.         ], [
  17545.             'translator' => '?',
  17546.         ]))->withContext('translation.warmer'$this));
  17547.     }
  17548.     /**
  17549.      * Gets the private 'translation.writer' shared service.
  17550.      *
  17551.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  17552.      */
  17553.     protected function getTranslation_WriterService()
  17554.     {
  17555.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  17556.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  17557.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  17558.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  17559.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  17560.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  17561.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  17562.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  17563.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  17564.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  17565.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  17566.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  17567.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  17568.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  17569.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  17570.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  17571.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  17572.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  17573.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  17574.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  17575.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  17576.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  17577.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  17578.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  17579.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  17580.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  17581.         return $instance;
  17582.     }
  17583.     /**
  17584.      * Gets the private 'translator.default' shared service.
  17585.      *
  17586.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  17587.      */
  17588.     protected function getTranslator_DefaultService()
  17589.     {
  17590.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17591.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  17592.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  17593.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  17594.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  17595.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  17596.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  17597.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  17598.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  17599.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  17600.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  17601.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  17602.         ], [
  17603.             'translation.loader.csv' => '?',
  17604.             'translation.loader.dat' => '?',
  17605.             'translation.loader.ini' => '?',
  17606.             'translation.loader.json' => '?',
  17607.             'translation.loader.mo' => '?',
  17608.             'translation.loader.php' => '?',
  17609.             'translation.loader.po' => '?',
  17610.             'translation.loader.qt' => '?',
  17611.             'translation.loader.res' => '?',
  17612.             'translation.loader.xliff' => '?',
  17613.             'translation.loader.yml' => '?',
  17614.         ]), 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']]], []);
  17615.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  17616.         $instance->setFallbackLocales([=> 'fr']);
  17617.         return $instance;
  17618.     }
  17619.     /**
  17620.      * Gets the private 'twig.command.debug' shared service.
  17621.      *
  17622.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  17623.      */
  17624.     protected function getTwig_Command_DebugService()
  17625.     {
  17626.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17627.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  17628.         $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()));
  17629.         $instance->setName('debug:twig');
  17630.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  17631.         return $instance;
  17632.     }
  17633.     /**
  17634.      * Gets the private 'twig.command.lint' shared service.
  17635.      *
  17636.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  17637.      */
  17638.     protected function getTwig_Command_LintService()
  17639.     {
  17640.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17641.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  17642.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  17643.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  17644.         $instance->setName('lint:twig');
  17645.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  17646.         return $instance;
  17647.     }
  17648.     /**
  17649.      * Gets the private 'twig.form.renderer' shared service.
  17650.      *
  17651.      * @return \Symfony\Component\Form\FormRenderer
  17652.      */
  17653.     protected function getTwig_Form_RendererService()
  17654.     {
  17655.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  17656.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  17657.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  17658.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  17659.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  17660.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  17661.         if (isset($this->privates['twig.form.renderer'])) {
  17662.             return $this->privates['twig.form.renderer'];
  17663.         }
  17664.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a), NULL);
  17665.     }
  17666.     /**
  17667.      * Gets the private 'twig.mailer.message_listener' shared service.
  17668.      *
  17669.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  17670.      */
  17671.     protected function getTwig_Mailer_MessageListenerService()
  17672.     {
  17673.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  17674.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  17675.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  17676.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  17677.         if (isset($this->privates['twig.mailer.message_listener'])) {
  17678.             return $this->privates['twig.mailer.message_listener'];
  17679.         }
  17680.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  17681.     }
  17682.     /**
  17683.      * Gets the private 'twig.runtime.httpkernel' shared service.
  17684.      *
  17685.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  17686.      */
  17687.     protected function getTwig_Runtime_HttpkernelService()
  17688.     {
  17689.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  17690.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  17691.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  17692.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  17693.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  17694.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  17695.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  17696.         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, [
  17697.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  17698.         ], [
  17699.             'inline' => '?',
  17700.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  17701.     }
  17702.     /**
  17703.      * Gets the private 'twig.runtime.serializer' shared service.
  17704.      *
  17705.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  17706.      */
  17707.     protected function getTwig_Runtime_SerializerService()
  17708.     {
  17709.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  17710.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  17711.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  17712.         if (isset($this->privates['twig.runtime.serializer'])) {
  17713.             return $this->privates['twig.runtime.serializer'];
  17714.         }
  17715.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime($a);
  17716.     }
  17717.     /**
  17718.      * Gets the private 'twig.template_cache_warmer' shared service.
  17719.      *
  17720.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  17721.      */
  17722.     protected function getTwig_TemplateCacheWarmerService()
  17723.     {
  17724.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  17725.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  17726.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  17727.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17728.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  17729.         ], [
  17730.             'twig' => '?',
  17731.         ]))->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')));
  17732.     }
  17733.     /**
  17734.      * Gets the private 'ux.twig_component.component_factory' shared service.
  17735.      *
  17736.      * @return \Symfony\UX\TwigComponent\ComponentFactory
  17737.      */
  17738.     protected function getUx_TwigComponent_ComponentFactoryService()
  17739.     {
  17740.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentFactory.php';
  17741.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17742.         if (isset($this->privates['ux.twig_component.component_factory'])) {
  17743.             return $this->privates['ux.twig_component.component_factory'];
  17744.         }
  17745.         return $this->privates['ux.twig_component.component_factory'] = new \Symfony\UX\TwigComponent\ComponentFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17746.             'ChannelUserPermissionFormComponent' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent''getChannelUserPermissionFormComponentService'false],
  17747.             'ChannelUserPermissionGroupFormComponent' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent''getChannelUserPermissionGroupFormComponentService'false],
  17748.             'ChannelUserProfileCard' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard''getChannelUserProfileCardService'false],
  17749.             'SdkBadgeComponent' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\SdkBadgeComponent''getSdkBadgeComponentService'false],
  17750.         ], [
  17751.             'ChannelUserPermissionFormComponent' => '?',
  17752.             'ChannelUserPermissionGroupFormComponent' => '?',
  17753.             'ChannelUserProfileCard' => '?',
  17754.             'SdkBadgeComponent' => '?',
  17755.         ]), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), $a, ['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'], 'SdkBadgeComponent' => ['template' => '@NellappSDK/Component/sdk-badge-component.html.twig''expose_public_props' => true'attributes_var' => 'attributes''key' => 'SdkBadgeComponent''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\SdkBadgeComponent''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\SdkBadgeComponent']]);
  17756.     }
  17757.     /**
  17758.      * Gets the private 'ux.twig_component.component_renderer' shared service.
  17759.      *
  17760.      * @return \Symfony\UX\TwigComponent\ComponentRenderer
  17761.      */
  17762.     protected function getUx_TwigComponent_ComponentRendererService()
  17763.     {
  17764.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentRendererInterface.php';
  17765.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentRenderer.php';
  17766.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentStack.php';
  17767.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  17768.         if (isset($this->privates['ux.twig_component.component_renderer'])) {
  17769.             return $this->privates['ux.twig_component.component_renderer'];
  17770.         }
  17771.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17772.         if (isset($this->privates['ux.twig_component.component_renderer'])) {
  17773.             return $this->privates['ux.twig_component.component_renderer'];
  17774.         }
  17775.         $c = ($this->privates['ux.twig_component.component_factory'] ?? $this->getUx_TwigComponent_ComponentFactoryService());
  17776.         if (isset($this->privates['ux.twig_component.component_renderer'])) {
  17777.             return $this->privates['ux.twig_component.component_renderer'];
  17778.         }
  17779.         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());
  17780.     }
  17781.     /**
  17782.      * Gets the private 'validator.builder' shared service.
  17783.      *
  17784.      * @return \Symfony\Component\Validator\ValidatorBuilder
  17785.      */
  17786.     protected function getValidator_BuilderService()
  17787.     {
  17788.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  17789.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  17790.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17791.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  17792.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  17793.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  17794.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  17795.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  17796.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  17797.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  17798.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  17799.         ], [
  17800.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  17801.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  17802.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  17803.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  17804.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  17805.             'doctrine.orm.validator.unique' => '?',
  17806.             'security.validator.user_password' => '?',
  17807.             'validator.expression' => '?',
  17808.         ])));
  17809.         if ($this->has('translator')) {
  17810.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  17811.         }
  17812.         $instance->setTranslationDomain('validators');
  17813.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  17814.         $instance->enableAnnotationMapping(true);
  17815.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  17816.         $instance->addMethodMapping('loadValidatorMetadata');
  17817.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  17818.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  17819.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  17820.         return $instance;
  17821.     }
  17822.     /**
  17823.      * Gets the private 'validator.email' shared service.
  17824.      *
  17825.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  17826.      */
  17827.     protected function getValidator_EmailService()
  17828.     {
  17829.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  17830.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  17831.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  17832.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  17833.     }
  17834.     /**
  17835.      * Gets the private 'validator.expression' shared service.
  17836.      *
  17837.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  17838.      */
  17839.     protected function getValidator_ExpressionService()
  17840.     {
  17841.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  17842.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  17843.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  17844.         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())));
  17845.     }
  17846.     /**
  17847.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  17848.      *
  17849.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  17850.      */
  17851.     protected function getValidator_Mapping_CacheWarmerService()
  17852.     {
  17853.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  17854.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  17855.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  17856.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  17857.     }
  17858.     /**
  17859.      * Gets the private 'validator.not_compromised_password' shared service.
  17860.      *
  17861.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  17862.      */
  17863.     protected function getValidator_NotCompromisedPasswordService()
  17864.     {
  17865.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  17866.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  17867.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  17868.         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);
  17869.     }
  17870.     /**
  17871.      * Gets the private 'var_dumper.command.server_dump' shared service.
  17872.      *
  17873.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  17874.      */
  17875.     protected function getVarDumper_Command_ServerDumpService()
  17876.     {
  17877.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17878.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  17879.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  17880.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  17881.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  17882.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  17883.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  17884.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17885.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17886.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17887.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  17888.         $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()))]);
  17889.         $instance->setName('server:dump');
  17890.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  17891.         return $instance;
  17892.     }
  17893.     /**
  17894.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  17895.      *
  17896.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  17897.      */
  17898.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  17899.     {
  17900.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  17901.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  17902.         return $instance;
  17903.     }
  17904.     /**
  17905.      * Gets the private 'var_dumper.html_dumper' shared service.
  17906.      *
  17907.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  17908.      */
  17909.     protected function getVarDumper_HtmlDumperService()
  17910.     {
  17911.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  17912.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  17913.         return $instance;
  17914.     }
  17915.     /**
  17916.      * Gets the private 'var_dumper.server_connection' shared service.
  17917.      *
  17918.      * @return \Symfony\Component\VarDumper\Server\Connection
  17919.      */
  17920.     protected function getVarDumper_ServerConnectionService()
  17921.     {
  17922.         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()]);
  17923.     }
  17924.     /**
  17925.      * Gets the private 'web_profiler.csp.handler' shared service.
  17926.      *
  17927.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  17928.      */
  17929.     protected function getWebProfiler_Csp_HandlerService()
  17930.     {
  17931.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  17932.     }
  17933.     /**
  17934.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  17935.      *
  17936.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  17937.      */
  17938.     protected function getWebProfiler_DebugToolbarService()
  17939.     {
  17940.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  17941.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  17942.             return $this->privates['web_profiler.debug_toolbar'];
  17943.         }
  17944.         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()));
  17945.     }
  17946.     /**
  17947.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  17948.      *
  17949.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  17950.      */
  17951.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  17952.     {
  17953.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  17954.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  17955.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  17956.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  17957.     }
  17958.     /**
  17959.      * Gets the private 'webpack_encore.entrypoint_lookup[core]' shared service.
  17960.      *
  17961.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  17962.      */
  17963.     protected function getWebpackEncore_EntrypointLookupcoreService()
  17964.     {
  17965.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  17966.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  17967.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  17968.         return $this->privates['webpack_encore.entrypoint_lookup[core]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/bundles/nellappsdk/entrypoints.json'), NULL'core'true);
  17969.     }
  17970.     /**
  17971.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  17972.      *
  17973.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  17974.      */
  17975.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  17976.     {
  17977.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17978.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  17979.             'core' => ['privates''webpack_encore.entrypoint_lookup[core]''getWebpackEncore_EntrypointLookupcoreService'false],
  17980.         ], [
  17981.             '_default' => '?',
  17982.             'core' => '?',
  17983.         ]), '_default');
  17984.     }
  17985.     /**
  17986.      * Gets the private 'webpack_encore.exception_listener' shared service.
  17987.      *
  17988.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  17989.      */
  17990.     protected function getWebpackEncore_ExceptionListenerService()
  17991.     {
  17992.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  17993.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default'=> 'core']);
  17994.     }
  17995.     /**
  17996.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  17997.      *
  17998.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  17999.      */
  18000.     protected function getWebpackEncore_TagRendererService()
  18001.     {
  18002.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  18003.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18004.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  18005.             return $this->privates['webpack_encore.tag_renderer'];
  18006.         }
  18007.         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);
  18008.     }
  18009.     /**
  18010.      * Gets the public 'cache_clearer' alias.
  18011.      *
  18012.      * @return object The ".container.private.cache_clearer" service.
  18013.      */
  18014.     protected function getCacheClearerService()
  18015.     {
  18016.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  18017.         return $this->get('.container.private.cache_clearer');
  18018.     }
  18019.     /**
  18020.      * Gets the public 'filesystem' alias.
  18021.      *
  18022.      * @return object The ".container.private.filesystem" service.
  18023.      */
  18024.     protected function getFilesystemService()
  18025.     {
  18026.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  18027.         return $this->get('.container.private.filesystem');
  18028.     }
  18029.     /**
  18030.      * Gets the public 'serializer' alias.
  18031.      *
  18032.      * @return object The ".container.private.serializer" service.
  18033.      */
  18034.     protected function getSerializerService()
  18035.     {
  18036.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  18037.         return $this->get('.container.private.serializer');
  18038.     }
  18039.     /**
  18040.      * Gets the public 'form.factory' alias.
  18041.      *
  18042.      * @return object The ".container.private.form.factory" service.
  18043.      */
  18044.     protected function getForm_FactoryService()
  18045.     {
  18046.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  18047.         return $this->get('.container.private.form.factory');
  18048.     }
  18049.     /**
  18050.      * Gets the public 'form.type.file' alias.
  18051.      *
  18052.      * @return object The ".container.private.form.type.file" service.
  18053.      */
  18054.     protected function getForm_Type_FileService()
  18055.     {
  18056.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  18057.         return $this->get('.container.private.form.type.file');
  18058.     }
  18059.     /**
  18060.      * Gets the public 'profiler' alias.
  18061.      *
  18062.      * @return object The ".container.private.profiler" service.
  18063.      */
  18064.     protected function getProfilerService()
  18065.     {
  18066.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  18067.         return $this->get('.container.private.profiler');
  18068.     }
  18069.     /**
  18070.      * Gets the public 'twig' alias.
  18071.      *
  18072.      * @return object The ".container.private.twig" service.
  18073.      */
  18074.     protected function getTwigService()
  18075.     {
  18076.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  18077.         return $this->get('.container.private.twig');
  18078.     }
  18079.     /**
  18080.      * Gets the public 'security.authorization_checker' alias.
  18081.      *
  18082.      * @return object The ".container.private.security.authorization_checker" service.
  18083.      */
  18084.     protected function getSecurity_AuthorizationCheckerService()
  18085.     {
  18086.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  18087.         return $this->get('.container.private.security.authorization_checker');
  18088.     }
  18089.     /**
  18090.      * Gets the public 'security.token_storage' alias.
  18091.      *
  18092.      * @return object The ".container.private.security.token_storage" service.
  18093.      */
  18094.     protected function getSecurity_TokenStorageService()
  18095.     {
  18096.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  18097.         return $this->get('.container.private.security.token_storage');
  18098.     }
  18099.     /**
  18100.      * Gets the public 'security.password_encoder' alias.
  18101.      *
  18102.      * @return object The ".container.private.security.password_encoder" service.
  18103.      */
  18104.     protected function getSecurity_PasswordEncoderService()
  18105.     {
  18106.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  18107.         return $this->get('.container.private.security.password_encoder');
  18108.     }
  18109.     /**
  18110.      * Gets the public 'session' alias.
  18111.      *
  18112.      * @return object The ".container.private.session" service.
  18113.      */
  18114.     protected function getSessionService()
  18115.     {
  18116.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  18117.         return $this->get('.container.private.session');
  18118.     }
  18119.     /**
  18120.      * Gets the public 'validator' alias.
  18121.      *
  18122.      * @return object The ".container.private.validator" service.
  18123.      */
  18124.     protected function getValidatorService()
  18125.     {
  18126.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  18127.         return $this->get('.container.private.validator');
  18128.     }
  18129.     /**
  18130.      * @return array|bool|float|int|string|\UnitEnum|null
  18131.      */
  18132.     public function getParameter(string $name)
  18133.     {
  18134.         if (isset($this->buildParameters[$name])) {
  18135.             return $this->buildParameters[$name];
  18136.         }
  18137.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  18138.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  18139.         }
  18140.         if (isset($this->loadedDynamicParameters[$name])) {
  18141.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  18142.         }
  18143.         return $this->parameters[$name];
  18144.     }
  18145.     public function hasParameter(string $name): bool
  18146.     {
  18147.         if (isset($this->buildParameters[$name])) {
  18148.             return true;
  18149.         }
  18150.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  18151.     }
  18152.     public function setParameter(string $name$value): void
  18153.     {
  18154.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  18155.     }
  18156.     public function getParameterBag(): ParameterBagInterface
  18157.     {
  18158.         if (null === $this->parameterBag) {
  18159.             $parameters $this->parameters;
  18160.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  18161.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  18162.             }
  18163.             foreach ($this->buildParameters as $name => $value) {
  18164.                 $parameters[$name] = $value;
  18165.             }
  18166.             $this->parameterBag = new FrozenParameterBag($parameters);
  18167.         }
  18168.         return $this->parameterBag;
  18169.     }
  18170.     private $loadedDynamicParameters = [
  18171.         'kernel.runtime_environment' => false,
  18172.         'kernel.build_dir' => false,
  18173.         'kernel.cache_dir' => false,
  18174.         'core_sync_reverse' => false,
  18175.         'kernel.secret' => false,
  18176.         'kernel.trusted_proxies' => false,
  18177.         'debug.container.dump' => false,
  18178.         'serializer.mapping.cache.file' => false,
  18179.         'session.save_path' => false,
  18180.         'validator.mapping.cache.file' => false,
  18181.         'profiler.storage.dsn' => false,
  18182.         'doctrine.orm.proxy_dir' => false,
  18183.         'hautelook_alice.fixtures_path' => false,
  18184.         'nellapp_sdk.api_internal.secret' => false,
  18185.         'nellapp_sdk.sync.base_uri' => false,
  18186.         'nellapp_sdk.sync.secret' => false,
  18187.         'nellapp_sdk.routing.default_domain' => false,
  18188.         'drosalys.web_socket.server_uri' => false,
  18189.         'oneup_uploader.chunks' => false,
  18190.         'oneup_uploader.orphanage' => false,
  18191.         'oneup_uploader.config' => false,
  18192.     ];
  18193.     private $dynamicParameters = [];
  18194.     private function getDynamicParameter(string $name)
  18195.     {
  18196.         switch ($name) {
  18197.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  18198.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  18199.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  18200.             case 'core_sync_reverse'$value $this->getEnv('CORE_REVERSE_SYNC'); break;
  18201.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  18202.             case 'kernel.trusted_proxies'$value $this->getEnv('TRUSTED_PROXIES'); break;
  18203.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  18204.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  18205.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  18206.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  18207.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  18208.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  18209.             case 'hautelook_alice.fixtures_path'$value = [
  18210.                 => $this->getEnv('resolve:FIXTURES_DIRECTORY'),
  18211.             ]; break;
  18212.             case 'nellapp_sdk.api_internal.secret'$value $this->getEnv('APP_SECRET'); break;
  18213.             case 'nellapp_sdk.sync.base_uri'$value $this->getEnv('resolve:SYNC_DOMAIN'); break;
  18214.             case 'nellapp_sdk.sync.secret'$value $this->getEnv('resolve:SYNC_SECRET'); break;
  18215.             case 'nellapp_sdk.routing.default_domain'$value $this->getEnv('DEFAULT_DOMAIN'); break;
  18216.             case 'drosalys.web_socket.server_uri'$value $this->getEnv('resolve:WS_ADDRESS').':'.$this->getEnv('string:resolve:WS_PORT'); break;
  18217.             case 'oneup_uploader.chunks'$value = [
  18218.                 'maxage' => 604800,
  18219.                 'storage' => [
  18220.                     'type' => 'filesystem',
  18221.                     'filesystem' => NULL,
  18222.                     'directory' => ($this->targetDir.''.'/uploader/chunks'),
  18223.                     'stream_wrapper' => NULL,
  18224.                     'sync_buffer_size' => '100K',
  18225.                     'prefix' => 'chunks',
  18226.                 ],
  18227.                 'load_distribution' => true,
  18228.             ]; break;
  18229.             case 'oneup_uploader.orphanage'$value = [
  18230.                 'maxage' => 43200,
  18231.                 'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  18232.             ]; break;
  18233.             case 'oneup_uploader.config'$value = [
  18234.                 'orphanage' => [
  18235.                     'maxage' => 43200,
  18236.                     'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  18237.                 ],
  18238.                 'mappings' => [
  18239.                     'chat_upload' => [
  18240.                         'use_orphanage' => true,
  18241.                         'frontend' => 'dropzone',
  18242.                         'storage' => [
  18243.                             'type' => 'flysystem',
  18244.                             'filesystem' => 'oneup_flysystem.default_filesystem',
  18245.                             'service' => NULL,
  18246.                             'directory' => NULL,
  18247.                             'stream_wrapper' => NULL,
  18248.                             'sync_buffer_size' => '100K',
  18249.                         ],
  18250.                         'allowed_mimetypes' => [
  18251.                             'image/jpeg' => [
  18252.                                 => 'jpg',
  18253.                                 => 'jpeg',
  18254.                             ],
  18255.                             'image/png' => [
  18256.                                 => 'png',
  18257.                             ],
  18258.                             'application/pdf' => [
  18259.                                 => 'pdf',
  18260.                             ],
  18261.                             'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  18262.                                 => 'docx',
  18263.                             ],
  18264.                             'application/msword' => [
  18265.                                 => 'doc',
  18266.                             ],
  18267.                             'application/vnd.oasis.opendocument.text' => [
  18268.                                 => 'odt',
  18269.                             ],
  18270.                             'application/vnd.ms-excel' => [
  18271.                                 => 'xls',
  18272.                             ],
  18273.                             'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  18274.                                 => 'xlsx',
  18275.                             ],
  18276.                             'application/zip' => [
  18277.                                 => 'zip',
  18278.                             ],
  18279.                             'application/x-zip-compressed' => [
  18280.                                 => 'zip',
  18281.                             ],
  18282.                             'video/mp4' => [
  18283.                                 => 'mp4',
  18284.                             ],
  18285.                         ],
  18286.                         'max_size' => 10000000,
  18287.                         'namer' => 'app.chat_upload_namer',
  18288.                         'custom_frontend' => [
  18289.                             'name' => NULL,
  18290.                             'class' => NULL,
  18291.                         ],
  18292.                         'route_prefix' => '',
  18293.                         'endpoints' => [
  18294.                             'upload' => NULL,
  18295.                             'progress' => NULL,
  18296.                             'cancel' => NULL,
  18297.                         ],
  18298.                         'disallowed_mimetypes' => [
  18299.                         ],
  18300.                         'error_handler' => NULL,
  18301.                         'enable_progress' => false,
  18302.                         'enable_cancelation' => false,
  18303.                         'root_folder' => false,
  18304.                     ],
  18305.                 ],
  18306.                 'chunks' => [
  18307.                     'maxage' => 604800,
  18308.                     'storage' => [
  18309.                         'type' => 'filesystem',
  18310.                         'filesystem' => NULL,
  18311.                         'directory' => ($this->targetDir.''.'/uploader/chunks'),
  18312.                         'stream_wrapper' => NULL,
  18313.                         'sync_buffer_size' => '100K',
  18314.                         'prefix' => 'chunks',
  18315.                     ],
  18316.                     'load_distribution' => true,
  18317.                 ],
  18318.                 'twig' => true,
  18319.             ]; break;
  18320.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  18321.         }
  18322.         $this->loadedDynamicParameters[$name] = true;
  18323.         return $this->dynamicParameters[$name] = $value;
  18324.     }
  18325.     protected function getDefaultParameters(): array
  18326.     {
  18327.         return [
  18328.             'kernel.project_dir' => \dirname(__DIR__4),
  18329.             'kernel.environment' => 'dev',
  18330.             'kernel.debug' => true,
  18331.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  18332.             'kernel.bundles' => [
  18333.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  18334.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  18335.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  18336.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  18337.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  18338.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  18339.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  18340.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  18341.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  18342.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  18343.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  18344.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  18345.                 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  18346.                 'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
  18347.                 'DrosalysWebObjectExtensionsBundle' => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony\\DrosalysWebObjectExtensionsBundle',
  18348.                 'DrosalysWebDoctrineExtensionsBundle' => 'DrosalysWeb\\DoctrineExtensions\\Bridge\\Symfony\\DrosalysWebDoctrineExtensionsBundle',
  18349.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  18350.                 'KnpUOAuth2ClientBundle' => 'KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle',
  18351.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  18352.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  18353.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  18354.                 'DrosalysWebFormBundle' => 'DrosalysWeb\\Bundle\\FormBundle\\DrosalysWebFormBundle',
  18355.                 'NellappSDKBundle' => 'Nellapp\\Bundle\\SDKBundle\\NellappSDKBundle',
  18356.                 'DrosalysApiBundle' => 'Drosalys\\Bundle\\ApiBundle\\DrosalysApiBundle',
  18357.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  18358.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  18359.                 'DrosalysWebWebSocketBundle' => 'DrosalysWeb\\Bundle\\WebSocketBundle\\DrosalysWebWebSocketBundle',
  18360.                 'BazingaJsTranslationBundle' => 'Bazinga\\Bundle\\JsTranslationBundle\\BazingaJsTranslationBundle',
  18361.                 'OneupUploaderBundle' => 'Oneup\\UploaderBundle\\OneupUploaderBundle',
  18362.                 'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
  18363.                 'SpiriitFormFilterBundle' => 'Spiriit\\Bundle\\FormFilterBundle\\SpiriitFormFilterBundle',
  18364.                 'TwigComponentBundle' => 'Symfony\\UX\\TwigComponent\\TwigComponentBundle',
  18365.             ],
  18366.             'kernel.bundles_metadata' => [
  18367.                 'FrameworkBundle' => [
  18368.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  18369.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  18370.                 ],
  18371.                 'TwigBundle' => [
  18372.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  18373.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  18374.                 ],
  18375.                 'TwigExtraBundle' => [
  18376.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  18377.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  18378.                 ],
  18379.                 'SensioFrameworkExtraBundle' => [
  18380.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  18381.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  18382.                 ],
  18383.                 'DoctrineBundle' => [
  18384.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  18385.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  18386.                 ],
  18387.                 'DoctrineMigrationsBundle' => [
  18388.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  18389.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  18390.                 ],
  18391.                 'SecurityBundle' => [
  18392.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  18393.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  18394.                 ],
  18395.                 'WebProfilerBundle' => [
  18396.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  18397.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  18398.                 ],
  18399.                 'MonologBundle' => [
  18400.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  18401.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  18402.                 ],
  18403.                 'DebugBundle' => [
  18404.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  18405.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  18406.                 ],
  18407.                 'MakerBundle' => [
  18408.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  18409.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  18410.                 ],
  18411.                 'NelmioAliceBundle' => [
  18412.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  18413.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  18414.                 ],
  18415.                 'FidryAliceDataFixturesBundle' => [
  18416.                     'path' => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  18417.                     'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  18418.                 ],
  18419.                 'HautelookAliceBundle' => [
  18420.                     'path' => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src'),
  18421.                     'namespace' => 'Hautelook\\AliceBundle',
  18422.                 ],
  18423.                 'DrosalysWebObjectExtensionsBundle' => [
  18424.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony'),
  18425.                     'namespace' => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony',
  18426.                 ],
  18427.                 'DrosalysWebDoctrineExtensionsBundle' => [
  18428.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Bridge/Symfony'),
  18429.                     'namespace' => 'DrosalysWeb\\DoctrineExtensions\\Bridge\\Symfony',
  18430.                 ],
  18431.                 'WebpackEncoreBundle' => [
  18432.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  18433.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  18434.                 ],
  18435.                 'KnpUOAuth2ClientBundle' => [
  18436.                     'path' => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src'),
  18437.                     'namespace' => 'KnpU\\OAuth2ClientBundle',
  18438.                 ],
  18439.                 'KnpMenuBundle' => [
  18440.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  18441.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  18442.                 ],
  18443.                 'NelmioApiDocBundle' => [
  18444.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  18445.                     'namespace' => 'Nelmio\\ApiDocBundle',
  18446.                 ],
  18447.                 'KnpPaginatorBundle' => [
  18448.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  18449.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  18450.                 ],
  18451.                 'DrosalysWebFormBundle' => [
  18452.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src'),
  18453.                     'namespace' => 'DrosalysWeb\\Bundle\\FormBundle',
  18454.                 ],
  18455.                 'NellappSDKBundle' => [
  18456.                     'path' => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src'),
  18457.                     'namespace' => 'Nellapp\\Bundle\\SDKBundle',
  18458.                 ],
  18459.                 'DrosalysApiBundle' => [
  18460.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys/api-bundle/src'),
  18461.                     'namespace' => 'Drosalys\\Bundle\\ApiBundle',
  18462.                 ],
  18463.                 'LiipImagineBundle' => [
  18464.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  18465.                     'namespace' => 'Liip\\ImagineBundle',
  18466.                 ],
  18467.                 'SentryBundle' => [
  18468.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  18469.                     'namespace' => 'Sentry\\SentryBundle',
  18470.                 ],
  18471.                 'DrosalysWebWebSocketBundle' => [
  18472.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src'),
  18473.                     'namespace' => 'DrosalysWeb\\Bundle\\WebSocketBundle',
  18474.                 ],
  18475.                 'BazingaJsTranslationBundle' => [
  18476.                     'path' => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle'),
  18477.                     'namespace' => 'Bazinga\\Bundle\\JsTranslationBundle',
  18478.                 ],
  18479.                 'OneupUploaderBundle' => [
  18480.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src'),
  18481.                     'namespace' => 'Oneup\\UploaderBundle',
  18482.                 ],
  18483.                 'OneupFlysystemBundle' => [
  18484.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src'),
  18485.                     'namespace' => 'Oneup\\FlysystemBundle',
  18486.                 ],
  18487.                 'SpiriitFormFilterBundle' => [
  18488.                     'path' => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle'),
  18489.                     'namespace' => 'Spiriit\\Bundle\\FormFilterBundle',
  18490.                 ],
  18491.                 'TwigComponentBundle' => [
  18492.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-twig-component'),
  18493.                     'namespace' => 'Symfony\\UX\\TwigComponent',
  18494.                 ],
  18495.             ],
  18496.             'kernel.charset' => 'UTF-8',
  18497.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  18498.             'container.dumper.inline_class_loader' => true,
  18499.             'container.dumper.inline_factories' => true,
  18500.             'chat_upload_directory' => (\dirname(__DIR__3).'/uploads'),
  18501.             'chat_upload_maxsize' => 10000000,
  18502.             'chat_upload_mime_types' => [
  18503.                 'image/jpeg' => [
  18504.                     => 'jpg',
  18505.                     => 'jpeg',
  18506.                 ],
  18507.                 'image/png' => [
  18508.                     => 'png',
  18509.                 ],
  18510.                 'application/pdf' => [
  18511.                     => 'pdf',
  18512.                 ],
  18513.                 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  18514.                     => 'docx',
  18515.                 ],
  18516.                 'application/msword' => [
  18517.                     => 'doc',
  18518.                 ],
  18519.                 'application/vnd.oasis.opendocument.text' => [
  18520.                     => 'odt',
  18521.                 ],
  18522.                 'application/vnd.ms-excel' => [
  18523.                     => 'xls',
  18524.                 ],
  18525.                 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  18526.                     => 'xlsx',
  18527.                 ],
  18528.                 'application/zip' => [
  18529.                     => 'zip',
  18530.                 ],
  18531.                 'application/x-zip-compressed' => [
  18532.                     => 'zip',
  18533.                 ],
  18534.                 'video/mp4' => [
  18535.                     => 'mp4',
  18536.                 ],
  18537.             ],
  18538.             'event_dispatcher.event_aliases' => [
  18539.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  18540.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  18541.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  18542.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  18543.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  18544.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  18545.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  18546.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  18547.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  18548.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  18549.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  18550.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  18551.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  18552.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  18553.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  18554.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  18555.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  18556.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  18557.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  18558.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  18559.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  18560.             ],
  18561.             'fragment.renderer.hinclude.global_template' => NULL,
  18562.             'fragment.path' => '/_fragment',
  18563.             'kernel.http_method_override' => true,
  18564.             'kernel.trusted_hosts' => [
  18565.             ],
  18566.             'kernel.default_locale' => 'fr',
  18567.             'kernel.enabled_locales' => [
  18568.             ],
  18569.             'kernel.error_controller' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController::show',
  18570.             'kernel.trusted_headers' => 14,
  18571.             'debug.file_link_format' => NULL,
  18572.             'asset.request_context.base_path' => NULL,
  18573.             'asset.request_context.secure' => NULL,
  18574.             'translator.logging' => false,
  18575.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  18576.             'debug.error_handler.throw_at' => -1,
  18577.             'router.request_context.host' => 'localhost',
  18578.             'router.request_context.scheme' => 'http',
  18579.             'router.request_context.base_url' => '',
  18580.             'router.resource' => 'kernel::loadRoutes',
  18581.             'request_listener.http_port' => 80,
  18582.             'request_listener.https_port' => 443,
  18583.             'session.metadata.storage_key' => '_sf2_meta',
  18584.             'session.storage.options' => [
  18585.                 'cache_limiter' => '0',
  18586.                 'cookie_lifetime' => 86400,
  18587.                 'cookie_secure' => 'auto',
  18588.                 'cookie_httponly' => false,
  18589.                 'cookie_samesite' => 'lax',
  18590.                 'gc_probability' => 1,
  18591.             ],
  18592.             'session.metadata.update_threshold' => 0,
  18593.             'form.type_extension.csrf.enabled' => false,
  18594.             'validator.translation_domain' => 'validators',
  18595.             'profiler_listener.only_exceptions' => false,
  18596.             'profiler_listener.only_main_requests' => false,
  18597.             'twig.form.resources' => [
  18598.                 => 'form_div_layout.html.twig',
  18599.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  18600.                 => '@NellappSDK/Form/form_theme_checkboxes.html.twig',
  18601.                 => '@NellappSDK/Form/form_theme.html.twig',
  18602.                 => 'bootstrap_5_layout.html.twig',
  18603.                 => 'form/form_collection_users.html.twig',
  18604.                 => '@DrosalysWebForm/Form/collection_layout.html.twig',
  18605.                 => '@DrosalysWebForm/Form/select_or_create_layout.html.twig',
  18606.             ],
  18607.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  18608.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  18609.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  18610.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  18611.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  18612.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  18613.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  18614.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  18615.             'doctrine.entity_managers' => [
  18616.                 'default' => 'doctrine.orm.default_entity_manager',
  18617.             ],
  18618.             'doctrine.default_entity_manager' => 'default',
  18619.             'doctrine.dbal.connection_factory.types' => [
  18620.                 'uuid' => [
  18621.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  18622.                 ],
  18623.                 'ulid' => [
  18624.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  18625.                 ],
  18626.             ],
  18627.             'doctrine.connections' => [
  18628.                 'default' => 'doctrine.dbal.default_connection',
  18629.             ],
  18630.             'doctrine.default_connection' => 'default',
  18631.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  18632.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  18633.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  18634.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  18635.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  18636.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  18637.             'doctrine.orm.cache.memcache_host' => 'localhost',
  18638.             'doctrine.orm.cache.memcache_port' => 11211,
  18639.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  18640.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  18641.             'doctrine.orm.cache.memcached_host' => 'localhost',
  18642.             'doctrine.orm.cache.memcached_port' => 11211,
  18643.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  18644.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  18645.             'doctrine.orm.cache.redis_host' => 'localhost',
  18646.             'doctrine.orm.cache.redis_port' => 6379,
  18647.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  18648.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  18649.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  18650.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  18651.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  18652.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  18653.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  18654.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  18655.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  18656.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  18657.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  18658.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  18659.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  18660.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  18661.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  18662.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  18663.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  18664.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  18665.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  18666.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  18667.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  18668.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  18669.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  18670.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  18671.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  18672.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  18673.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  18674.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  18675.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  18676.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  18677.             'doctrine.orm.auto_generate_proxy_classes' => true,
  18678.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  18679.             'doctrine.orm.proxy_namespace' => 'Proxies',
  18680.             'doctrine.migrations.preferred_em' => NULL,
  18681.             'doctrine.migrations.preferred_connection' => NULL,
  18682.             'security.role_hierarchy.roles' => [
  18683.             ],
  18684.             'security.access.denied_url' => NULL,
  18685.             'security.authentication.manager.erase_credentials' => true,
  18686.             'security.authentication.session_strategy.strategy' => 'migrate',
  18687.             'security.access.always_authenticate_before_granting' => false,
  18688.             'security.authentication.hide_user_not_found' => true,
  18689.             'security.firewalls' => [
  18690.                 => 'dev',
  18691.                 => 'reverse_sync_doc',
  18692.                 => 'reverse_sync',
  18693.                 => 'api',
  18694.                 => 'main',
  18695.             ],
  18696.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  18697.             'web_profiler.debug_toolbar.mode' => 2,
  18698.             'monolog.use_microseconds' => true,
  18699.             'monolog.swift_mailer.handlers' => [
  18700.             ],
  18701.             'monolog.handlers_to_channels' => [
  18702.                 'monolog.handler.console' => [
  18703.                     'type' => 'exclusive',
  18704.                     'elements' => [
  18705.                         => 'event',
  18706.                         => 'doctrine',
  18707.                         => 'console',
  18708.                     ],
  18709.                 ],
  18710.                 'monolog.handler.main' => [
  18711.                     'type' => 'exclusive',
  18712.                     'elements' => [
  18713.                         => 'event',
  18714.                     ],
  18715.                 ],
  18716.             ],
  18717.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  18718.             'nelmio_alice.functions_blacklist' => [
  18719.                 => 'current',
  18720.                 => 'shuffle',
  18721.                 => 'date',
  18722.                 => 'time',
  18723.                 => 'file',
  18724.                 => 'md5',
  18725.                 => 'sha1',
  18726.             ],
  18727.             'nelmio_alice.locale' => 'en_US',
  18728.             'nelmio_alice.seed' => 1,
  18729.             'nelmio_alice.loading_limit' => 5,
  18730.             'nelmio_alice.max_unique_values_retry' => 150,
  18731.             'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
  18732.             'hautelook_alice.root_dirs' => [
  18733.                 => \dirname(__DIR__4),
  18734.             ],
  18735.             'drosalys_object_extensions.serialize_log.model_manager_name' => 'default',
  18736.             'drosalys_object_extensions.serialize_log.use_internal_entity' => true,
  18737.             'knp_menu.renderer.list.options' => [
  18738.             ],
  18739.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  18740.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  18741.             'knp_menu.renderer.twig.options' => [
  18742.             ],
  18743.             'knp_menu.renderer.twig.template' => 'Partials/components/header/knp-menu.html.twig',
  18744.             'knp_menu.default_renderer' => 'twig',
  18745.             'nelmio_api_doc.areas' => [
  18746.                 => 'default',
  18747.             ],
  18748.             'knp_paginator.template.pagination' => '@NellappSDK/Partials/component/pagination/pagination.html.twig',
  18749.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  18750.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  18751.             'knp_paginator.page_range' => 5,
  18752.             'knp_paginator.page_limit' => NULL,
  18753.             'drosalys_form.collection.import_template' => true,
  18754.             'drosalys_form.collection.main_form_template' => 'form_div_layout.html.twig',
  18755.             'drosalys_form.select_or_create.import_template' => true,
  18756.             'drosalys_form.select_or_create.layout_template' => '@DrosalysWebForm/Form/select_or_create_layout.html.twig',
  18757.             'nellapp_sdk.global_getter.global_entities' => [
  18758.                 'channel_class' => 'App\\Entity\\Channel\\Channel',
  18759.                 'channel_white_label_class' => 'App\\Entity\\Channel\\ChannelWhiteLabel',
  18760.                 'user_class' => 'App\\Entity\\Account\\User',
  18761.                 'channel_user_data_class' => 'App\\Entity\\ChannelUserData\\ChannelUserData',
  18762.                 'channel_user_role_class' => 'Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRole',
  18763.             ],
  18764.             'nellapp_sdk.default.doctrine_connection' => 'default',
  18765.             'nellapp_sdk.auth.enable' => true,
  18766.             'nellapp_sdk.auth.doctrine_connection' => 'default',
  18767.             'nellapp_sdk.sync.enable' => true,
  18768.             'nellapp_sdk.channel.enable' => true,
  18769.             'entities_handled' => [
  18770.                 => 'channel_channel',
  18771.                 => 'channel_white_label',
  18772.                 => 'channel_user_from_channels',
  18773.                 => 'channel_group',
  18774.                 => 'channel_user_role',
  18775.                 => 'channel_session',
  18776.                 => 'channel_place',
  18777.                 => 'channel_user_data',
  18778.                 => 'abstract_cursus',
  18779.                 => 'channel_training',
  18780.                 10 => 'channel_service',
  18781.                 11 => 'channel_user_perm_session',
  18782.                 12 => 'channel_user_perm_service',
  18783.             ],
  18784.             'nellapp_sdk.template_header.search_deactivated_domain' => [
  18785.             ],
  18786.             'drosalys_api.serializer.symfony' => true,
  18787.             'liip_imagine.resolvers' => [
  18788.                 'default' => [
  18789.                     'web_path' => [
  18790.                         'web_root' => (\dirname(__DIR__4).'/public'),
  18791.                         'cache_prefix' => 'media/cache',
  18792.                     ],
  18793.                 ],
  18794.             ],
  18795.             'liip_imagine.loaders' => [
  18796.                 'default' => [
  18797.                     'filesystem' => [
  18798.                         'locator' => 'filesystem',
  18799.                         'data_root' => [
  18800.                             => (\dirname(__DIR__4).'/public'),
  18801.                         ],
  18802.                         'allow_unresolvable_data_roots' => false,
  18803.                         'bundle_resources' => [
  18804.                             'enabled' => false,
  18805.                             'access_control_type' => 'blacklist',
  18806.                             'access_control_list' => [
  18807.                             ],
  18808.                         ],
  18809.                     ],
  18810.                 ],
  18811.             ],
  18812.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  18813.             'liip_imagine.jpegoptim.stripAll' => true,
  18814.             'liip_imagine.jpegoptim.max' => NULL,
  18815.             'liip_imagine.jpegoptim.progressive' => true,
  18816.             'liip_imagine.jpegoptim.tempDir' => NULL,
  18817.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  18818.             'liip_imagine.optipng.level' => 7,
  18819.             'liip_imagine.optipng.stripAll' => true,
  18820.             'liip_imagine.optipng.tempDir' => NULL,
  18821.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  18822.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  18823.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  18824.             'liip_imagine.cwebp.tempDir' => NULL,
  18825.             'liip_imagine.cwebp.q' => 75,
  18826.             'liip_imagine.cwebp.alphaQ' => 100,
  18827.             'liip_imagine.cwebp.m' => 4,
  18828.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  18829.             'liip_imagine.cwebp.alphaMethod' => 1,
  18830.             'liip_imagine.cwebp.exact' => false,
  18831.             'liip_imagine.cwebp.metadata' => [
  18832.                 => 'none',
  18833.             ],
  18834.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  18835.             'liip_imagine.cache.resolver.default' => 'default',
  18836.             'liip_imagine.default_image' => NULL,
  18837.             'liip_imagine.filter_sets' => [
  18838.                 'channel_thumbnail' => [
  18839.                     'quality' => 100,
  18840.                     'jpeg_quality' => 80,
  18841.                     'png_compression_level' => 8,
  18842.                     'png_compression_filter' => NULL,
  18843.                     'format' => NULL,
  18844.                     'animated' => false,
  18845.                     'cache' => NULL,
  18846.                     'data_loader' => NULL,
  18847.                     'default_image' => NULL,
  18848.                     'filters' => [
  18849.                         'auto_rotate' => [
  18850.                         ],
  18851.                         'strip' => [
  18852.                         ],
  18853.                         'thumbnail' => [
  18854.                             'size' => [
  18855.                                 => 600,
  18856.                                 => 300,
  18857.                             ],
  18858.                             'mode' => 'inset',
  18859.                             'allow_upscale' => true,
  18860.                         ],
  18861.                     ],
  18862.                     'post_processors' => [
  18863.                     ],
  18864.                 ],
  18865.                 'avatar_thumbnail' => [
  18866.                     'quality' => 100,
  18867.                     'jpeg_quality' => 80,
  18868.                     'png_compression_level' => 8,
  18869.                     'png_compression_filter' => NULL,
  18870.                     'format' => NULL,
  18871.                     'animated' => false,
  18872.                     'cache' => NULL,
  18873.                     'data_loader' => NULL,
  18874.                     'default_image' => NULL,
  18875.                     'filters' => [
  18876.                         'auto_rotate' => [
  18877.                         ],
  18878.                         'strip' => [
  18879.                         ],
  18880.                         'thumbnail' => [
  18881.                             'size' => [
  18882.                                 => 100,
  18883.                                 => 100,
  18884.                             ],
  18885.                             'mode' => 'outbound',
  18886.                             'allow_upscale' => true,
  18887.                         ],
  18888.                     ],
  18889.                     'post_processors' => [
  18890.                     ],
  18891.                 ],
  18892.             ],
  18893.             'liip_imagine.binary.loader.default' => 'default',
  18894.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  18895.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  18896.             'liip_imagine.webp.generate' => false,
  18897.             'liip_imagine.webp.options' => [
  18898.                 'quality' => 100,
  18899.                 'cache' => NULL,
  18900.                 'data_loader' => NULL,
  18901.                 'post_processors' => [
  18902.                 ],
  18903.             ],
  18904.             'env(SENTRY_RELEASE)' => '1.0.0+no-version-set@{no ref',
  18905.             'sentry.tracing.enabled' => true,
  18906.             'sentry.tracing.dbal.enabled' => true,
  18907.             'sentry.tracing.dbal.connections' => [
  18908.             ],
  18909.             'sentry.tracing.cache.enabled' => true,
  18910.             'sentry.tracing.http_client.enabled' => true,
  18911.             'drosalys.web_socket.server_context' => [
  18912.                 'tls' => [
  18913.                     'verify_peer' => false,
  18914.                     'allow_self_signed' => true,
  18915.                     'local_cert' => (\dirname(__DIR__4).'\\config\\certificate.crt'),
  18916.                     'local_pk' => (\dirname(__DIR__4).'\\config\\privateKey.key'),
  18917.                 ],
  18918.             ],
  18919.             'drosalys.web_socket.router_resource' => (\dirname(__DIR__4).'/config/ws_routes.yaml'),
  18920.             'bazinga.jstranslation.translation_finder.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Finder\\TranslationFinder',
  18921.             'bazinga.jstranslation.translation_dumper.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Dumper\\TranslationDumper',
  18922.             'bazinga.jstranslation.controller.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Controller\\Controller',
  18923.             'oneup_uploader.chunks.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\ChunkManager',
  18924.             'oneup_uploader.chunks_storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\GaufretteStorage',
  18925.             'oneup_uploader.chunks_storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FlysystemStorage',
  18926.             'oneup_uploader.chunks_storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FilesystemStorage',
  18927.             'oneup_uploader.namer.urlsafename.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UrlSafeNamer',
  18928.             'oneup_uploader.namer.uniqid.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UniqidNamer',
  18929.             'oneup_uploader.routing.loader.class' => 'Oneup\\UploaderBundle\\Routing\\RouteLoader',
  18930.             'oneup_uploader.storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\GaufretteStorage',
  18931.             'oneup_uploader.storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FlysystemStorage',
  18932.             'oneup_uploader.storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemStorage',
  18933.             'oneup_uploader.orphanage.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemOrphanageStorage',
  18934.             'oneup_uploader.orphanage.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Orphanage\\OrphanageManager',
  18935.             'oneup_uploader.controller.fineuploader.class' => 'Oneup\\UploaderBundle\\Controller\\FineUploaderController',
  18936.             'oneup_uploader.controller.blueimp.class' => 'Oneup\\UploaderBundle\\Controller\\BlueimpController',
  18937.             'oneup_uploader.controller.uploadify.class' => 'Oneup\\UploaderBundle\\Controller\\UploadifyController',
  18938.             'oneup_uploader.controller.yui3.class' => 'Oneup\\UploaderBundle\\Controller\\YUI3Controller',
  18939.             'oneup_uploader.controller.fancyupload.class' => 'Oneup\\UploaderBundle\\Controller\\FancyUploadController',
  18940.             'oneup_uploader.controller.mooupload.class' => 'Oneup\\UploaderBundle\\Controller\\MooUploadController',
  18941.             'oneup_uploader.controller.plupload.class' => 'Oneup\\UploaderBundle\\Controller\\PluploadController',
  18942.             'oneup_uploader.controller.dropzone.class' => 'Oneup\\UploaderBundle\\Controller\\DropzoneController',
  18943.             'oneup_uploader.command.clear_chunks.class' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  18944.             'oneup_uploader.command.clear_orphans.class' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  18945.             'oneup_uploader.error_handler.noop.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\NoopErrorHandler',
  18946.             'oneup_uploader.error_handler.blueimp.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\BlueimpErrorHandler',
  18947.             'oneup_uploader.error_handler.plupload.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\PluploadErrorHandler',
  18948.             'oneup_uploader.error_handler.dropzone.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\DropzoneErrorHandler',
  18949.             'oneup_uploader.config.chat_upload' => [
  18950.                 'use_orphanage' => true,
  18951.                 'frontend' => 'dropzone',
  18952.                 'storage' => [
  18953.                     'type' => 'flysystem',
  18954.                     'filesystem' => 'oneup_flysystem.default_filesystem',
  18955.                     'service' => NULL,
  18956.                     'directory' => NULL,
  18957.                     'stream_wrapper' => NULL,
  18958.                     'sync_buffer_size' => '100K',
  18959.                 ],
  18960.                 'allowed_mimetypes' => [
  18961.                     'image/jpeg' => [
  18962.                         => 'jpg',
  18963.                         => 'jpeg',
  18964.                     ],
  18965.                     'image/png' => [
  18966.                         => 'png',
  18967.                     ],
  18968.                     'application/pdf' => [
  18969.                         => 'pdf',
  18970.                     ],
  18971.                     'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  18972.                         => 'docx',
  18973.                     ],
  18974.                     'application/msword' => [
  18975.                         => 'doc',
  18976.                     ],
  18977.                     'application/vnd.oasis.opendocument.text' => [
  18978.                         => 'odt',
  18979.                     ],
  18980.                     'application/vnd.ms-excel' => [
  18981.                         => 'xls',
  18982.                     ],
  18983.                     'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  18984.                         => 'xlsx',
  18985.                     ],
  18986.                     'application/zip' => [
  18987.                         => 'zip',
  18988.                     ],
  18989.                     'application/x-zip-compressed' => [
  18990.                         => 'zip',
  18991.                     ],
  18992.                     'video/mp4' => [
  18993.                         => 'mp4',
  18994.                     ],
  18995.                 ],
  18996.                 'max_size' => 10000000,
  18997.                 'namer' => 'app.chat_upload_namer',
  18998.                 'custom_frontend' => [
  18999.                     'name' => NULL,
  19000.                     'class' => NULL,
  19001.                 ],
  19002.                 'route_prefix' => '',
  19003.                 'endpoints' => [
  19004.                     'upload' => NULL,
  19005.                     'progress' => NULL,
  19006.                     'cancel' => NULL,
  19007.                 ],
  19008.                 'disallowed_mimetypes' => [
  19009.                 ],
  19010.                 'error_handler' => NULL,
  19011.                 'enable_progress' => false,
  19012.                 'enable_cancelation' => false,
  19013.                 'root_folder' => false,
  19014.             ],
  19015.             'oneup_uploader.controllers' => [
  19016.                 'chat_upload' => [
  19017.                     => 'oneup_uploader.controller.chat_upload',
  19018.                     => [
  19019.                         'enable_progress' => false,
  19020.                         'enable_cancelation' => false,
  19021.                         'route_prefix' => '',
  19022.                         'endpoints' => [
  19023.                             'upload' => NULL,
  19024.                             'progress' => NULL,
  19025.                             'cancel' => NULL,
  19026.                         ],
  19027.                     ],
  19028.                 ],
  19029.             ],
  19030.             'oneup_uploader.maxsize' => [
  19031.                 'chat_upload' => 10000000,
  19032.             ],
  19033.             'spiriit_form_filter.query_builder_updater.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\FilterBuilderUpdater',
  19034.             'spiriit_form_filter.form_data_extractor.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\FormDataExtractor',
  19035.             'spiriit_form_filter.data_extraction_method.default.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\DefaultExtractionMethod',
  19036.             'spiriit_form_filter.data_extraction_method.text.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\TextExtractionMethod',
  19037.             'spiriit_form_filter.data_extraction_method.key_values.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\ValueKeysExtractionMethod',
  19038.             'spiriit_form_filter.filter_prepare.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Listener\\PrepareListener',
  19039.             'spiriit_form_filter.type.filter_text.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType',
  19040.             'spiriit_form_filter.type.filter_number.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType',
  19041.             'spiriit_form_filter.type.filter_number_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType',
  19042.             'spiriit_form_filter.type.filter_checkbox.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType',
  19043.             'spiriit_form_filter.type.filter_boolean.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType',
  19044.             'spiriit_form_filter.type.filter_choice.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType',
  19045.             'spiriit_form_filter.type.filter_date.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType',
  19046.             'spiriit_form_filter.type.filter_date_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType',
  19047.             'spiriit_form_filter.type.filter_datetime.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType',
  19048.             'spiriit_form_filter.type.filter_datetime_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType',
  19049.             'spiriit_form_filter.type.filter_collection_adapter.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType',
  19050.             'spiriit_form_filter.type.filter_sharedable.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType',
  19051.             'spiriit_form_filter.type.filter_enum.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType',
  19052.             'spiriit_form_filter.type_extension.filter_extension.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\FilterTypeExtension',
  19053.             'spiriit_form_filter.get_filter.doctrine_orm.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Subscriber\\DoctrineORMSubscriber',
  19054.             'spiriit_form_filter.apply_filter.doctrine_orm.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Listener\\DoctrineApplyFilterListener',
  19055.             'spiriit_form_filter.type.filter_entity.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType',
  19056.             'spiriit_form_filter.where_method' => 'and',
  19057.             'spiriit_form_filter.text.condition_pattern' => 1,
  19058.             'maker.compatible_check.doctrine.supports_attributes' => true,
  19059.             'data_collector.templates' => [
  19060.                 'data_collector.request' => [
  19061.                     => 'request',
  19062.                     => '@WebProfiler/Collector/request.html.twig',
  19063.                 ],
  19064.                 'data_collector.time' => [
  19065.                     => 'time',
  19066.                     => '@WebProfiler/Collector/time.html.twig',
  19067.                 ],
  19068.                 'data_collector.memory' => [
  19069.                     => 'memory',
  19070.                     => '@WebProfiler/Collector/memory.html.twig',
  19071.                 ],
  19072.                 'data_collector.validator' => [
  19073.                     => 'validator',
  19074.                     => '@WebProfiler/Collector/validator.html.twig',
  19075.                 ],
  19076.                 'data_collector.ajax' => [
  19077.                     => 'ajax',
  19078.                     => '@WebProfiler/Collector/ajax.html.twig',
  19079.                 ],
  19080.                 'data_collector.form' => [
  19081.                     => 'form',
  19082.                     => '@WebProfiler/Collector/form.html.twig',
  19083.                 ],
  19084.                 'data_collector.exception' => [
  19085.                     => 'exception',
  19086.                     => '@WebProfiler/Collector/exception.html.twig',
  19087.                 ],
  19088.                 'data_collector.logger' => [
  19089.                     => 'logger',
  19090.                     => '@WebProfiler/Collector/logger.html.twig',
  19091.                 ],
  19092.                 'data_collector.events' => [
  19093.                     => 'events',
  19094.                     => '@WebProfiler/Collector/events.html.twig',
  19095.                 ],
  19096.                 'data_collector.router' => [
  19097.                     => 'router',
  19098.                     => '@WebProfiler/Collector/router.html.twig',
  19099.                 ],
  19100.                 'data_collector.cache' => [
  19101.                     => 'cache',
  19102.                     => '@WebProfiler/Collector/cache.html.twig',
  19103.                 ],
  19104.                 'data_collector.translation' => [
  19105.                     => 'translation',
  19106.                     => '@WebProfiler/Collector/translation.html.twig',
  19107.                 ],
  19108.                 'data_collector.security' => [
  19109.                     => 'security',
  19110.                     => '@Security/Collector/security.html.twig',
  19111.                 ],
  19112.                 'data_collector.twig' => [
  19113.                     => 'twig',
  19114.                     => '@WebProfiler/Collector/twig.html.twig',
  19115.                 ],
  19116.                 'data_collector.http_client' => [
  19117.                     => 'http_client',
  19118.                     => '@WebProfiler/Collector/http_client.html.twig',
  19119.                 ],
  19120.                 'data_collector.doctrine' => [
  19121.                     => 'db',
  19122.                     => '@Doctrine/Collector/db.html.twig',
  19123.                 ],
  19124.                 'data_collector.dump' => [
  19125.                     => 'dump',
  19126.                     => '@Debug/Profiler/dump.html.twig',
  19127.                 ],
  19128.                 'data_collector.messenger' => [
  19129.                     => 'messenger',
  19130.                     => '@WebProfiler/Collector/messenger.html.twig',
  19131.                 ],
  19132.                 'mailer.data_collector' => [
  19133.                     => 'mailer',
  19134.                     => '@WebProfiler/Collector/mailer.html.twig',
  19135.                 ],
  19136.                 'data_collector.config' => [
  19137.                     => 'config',
  19138.                     => '@WebProfiler/Collector/config.html.twig',
  19139.                 ],
  19140.             ],
  19141.             'console.command.ids' => [
  19142.             ],
  19143.         ];
  19144.     }
  19145.     protected function throw($message)
  19146.     {
  19147.         throw new RuntimeException($message);
  19148.     }
  19149. }