var/cache/dev/ContainerNfK3NrP/App_KernelDevDebugContainer.php line 19900

Open in your IDE?
  1. <?php
  2. namespace ContainerNfK3NrP;
  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.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  128.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  129.             'app.chat_upload_namer' => 'getApp_ChatUploadNamerService',
  130.             'bazinga.jstranslation.controller' => 'getBazinga_Jstranslation_ControllerService',
  131.             'bazinga.jstranslation.dump_command' => 'getBazinga_Jstranslation_DumpCommandService',
  132.             'bazinga.jstranslation.translation_dumper' => 'getBazinga_Jstranslation_TranslationDumperService',
  133.             'bazinga.jstranslation.translation_finder' => 'getBazinga_Jstranslation_TranslationFinderService',
  134.             'cache.app' => 'getCache_AppService',
  135.             'cache.app_clearer' => 'getCache_AppClearerService',
  136.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  137.             'cache.system' => 'getCache_SystemService',
  138.             'cache.system_clearer' => 'getCache_SystemClearerService',
  139.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  140.             'cache_warmer' => 'getCacheWarmerService',
  141.             'console.command_loader' => 'getConsole_CommandLoaderService',
  142.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  143.             'data_collector.dump' => 'getDataCollector_DumpService',
  144.             'default_filesystem' => 'getDefaultFilesystemService',
  145.             'doctrine' => 'getDoctrineService',
  146.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  147.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  148.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  149.             'error_controller' => 'getErrorControllerService',
  150.             'event_dispatcher' => 'getEventDispatcherService',
  151.             'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
  152.             'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
  153.             'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
  154.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService',
  155.             'hautelook_alice.data_fixtures.append_loader' => 'getHautelookAlice_DataFixtures_AppendLoaderService',
  156.             'hautelook_alice.data_fixtures.purge_loader' => 'getHautelookAlice_DataFixtures_PurgeLoaderService',
  157.             'hautelook_alice.loader' => 'getHautelookAlice_LoaderService',
  158.             'hautelook_alice.locator' => 'getHautelookAlice_LocatorService',
  159.             'hautelook_alice.resolver.bundle' => 'getHautelookAlice_Resolver_BundleService',
  160.             'hautelook_alice.resolver.file' => 'getHautelookAlice_Resolver_FileService',
  161.             'http_kernel' => 'getHttpKernelService',
  162.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  163.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  164.             'knp_paginator' => 'getKnpPaginatorService',
  165.             'knpu.oauth2.client.nellapp' => 'getKnpu_Oauth2_Client_NellappService',
  166.             'knpu.oauth2.registry' => 'getKnpu_Oauth2_RegistryService',
  167.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  168.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  169.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  170.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  171.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  172.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  173.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  174.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  175.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  176.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  177.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  178.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  179.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  180.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  181.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  182.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  183.             'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
  184.             'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
  185.             'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
  186.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  187.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  188.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  189.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  190.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  191.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  192.             'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService',
  193.             'oneup_uploader.chunk_manager' => 'getOneupUploader_ChunkManagerService',
  194.             'oneup_uploader.controller.chat_upload' => 'getOneupUploader_Controller_ChatUploadService',
  195.             'oneup_uploader.namer.uniqid' => 'getOneupUploader_Namer_UniqidService',
  196.             'oneup_uploader.orphanage.chat_upload' => 'getOneupUploader_Orphanage_ChatUploadService',
  197.             'oneup_uploader.orphanage_manager' => 'getOneupUploader_OrphanageManagerService',
  198.             'oneup_uploader.routing.loader' => 'getOneupUploader_Routing_LoaderService',
  199.             'oneup_uploader.templating.uploader_helper' => 'getOneupUploader_Templating_UploaderHelperService',
  200.             'oneup_uploader.twig.extension.uploader' => 'getOneupUploader_Twig_Extension_UploaderService',
  201.             'request_stack' => 'getRequestStackService',
  202.             'router' => 'getRouterService',
  203.             'routing.loader' => 'getRouting_LoaderService',
  204.             'services_resetter' => 'getServicesResetterService',
  205.             'spiriit_form_filter.filter_prepare' => 'getSpiriitFormFilter_FilterPrepareService',
  206.             'spiriit_form_filter.query_builder_updater' => 'getSpiriitFormFilter_QueryBuilderUpdaterService',
  207.             'translator' => 'getTranslatorService',
  208.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  209.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  210.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  211.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  212.             'cache_clearer' => 'getCacheClearerService',
  213.             'filesystem' => 'getFilesystemService',
  214.             'serializer' => 'getSerializerService',
  215.             'form.factory' => 'getForm_FactoryService',
  216.             'form.type.file' => 'getForm_Type_FileService',
  217.             'profiler' => 'getProfilerService',
  218.             'twig' => 'getTwigService',
  219.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  220.             'security.token_storage' => 'getSecurity_TokenStorageService',
  221.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  222.             'session' => 'getSessionService',
  223.             'validator' => 'getValidatorService',
  224.         ];
  225.         $this->aliases = [
  226.             'database_connection' => 'doctrine.dbal.default_connection',
  227.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  228.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  229.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  230.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  231.             'oauth2.registry' => 'knpu.oauth2.registry',
  232.         ];
  233.         $this->privates['service_container'] = function () {
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  240.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  241.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  242.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  243.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  244.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
  246.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  247.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/User/UserRepositoryInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/User/AbstractUserRepository.php';
  249.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Repository/UserRepositoryInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Repository/UserRepositoryTrait.php';
  251.             include_once \dirname(__DIR__4).'/src/Repository/Account/UserRepository.php';
  252.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/UserResourceRepositoryInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/GroupRepository/GroupRepositoryInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/GroupRepository/GroupRepositoryTrait.php';
  255.             include_once \dirname(__DIR__4).'/src/Repository/Channel/GroupRepository.php';
  256.             include_once \dirname(__DIR__4).'/src/Repository/Channel/PlaceRepository.php';
  257.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/ServiceRepository/ServiceRepositoryInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceRepositoryInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/ServiceRepository/ServiceRepositoryTrait.php';
  260.             include_once \dirname(__DIR__4).'/src/Repository/Channel/ServiceRepository.php';
  261.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/SessionRepository/SessionRepositoryInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/SessionRepository/SessionRepositoryTrait.php';
  263.             include_once \dirname(__DIR__4).'/src/Repository/Channel/SessionRepository.php';
  264.             include_once \dirname(__DIR__4).'/src/Repository/Channel/TrainingRepository.php';
  265.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/AbstractCursusRepository/AbstractCursusRepositoryInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/AbstractCursusRepository/AbstractCursusRepositoryTrait.php';
  267.             include_once \dirname(__DIR__4).'/src/Repository/ChannelUserData/AbstractCursusRepository.php';
  268.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserData/ChannelUserDataRepositoryInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserData/AbstractChannelUserDataRepository.php';
  270.             include_once \dirname(__DIR__4).'/src/Repository/ChannelUserData/ChannelUserDataRepository.php';
  271.             include_once \dirname(__DIR__4).'/src/Repository/Chat/CanalRepository.php';
  272.             include_once \dirname(__DIR__4).'/src/Repository/Chat/ConversationRepository.php';
  273.             include_once \dirname(__DIR__4).'/src/Repository/Chat/MessageRepository.php';
  274.             include_once \dirname(__DIR__4).'/src/Repository/Chat/MessageUserRepository.php';
  275.             include_once \dirname(__DIR__4).'/src/Repository/ResourceRepository.php';
  276.             include_once \dirname(__DIR__4).'/src/Service/Account/UserService.php';
  277.             include_once \dirname(__DIR__4).'/src/Service/Channel/AbstractCursusService.php';
  278.             include_once \dirname(__DIR__4).'/src/Service/Chat/CanalService.php';
  279.             include_once \dirname(__DIR__4).'/src/Service/Chat/ChannelServiceConversationService.php';
  280.             include_once \dirname(__DIR__4).'/src/Service/Chat/ChatResourceService.php';
  281.             include_once \dirname(__DIR__4).'/src/Service/Chat/ConversationService.php';
  282.             include_once \dirname(__DIR__4).'/src/Service/Chat/ConversationUserService.php';
  283.             include_once \dirname(__DIR__4).'/src/Service/Channel/ChannelUserDataService.php';
  284.             include_once \dirname(__DIR__4).'/src/Service/Chat/MessageService.php';
  285.             include_once \dirname(__DIR__4).'/src/Service/Chat/ReferentConversationService.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  298.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  347.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  362.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  363.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  364.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  365.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  366.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  377.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  386.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Mapping/Loader/AttributeLoader.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  430.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  431.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  432.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  433.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  434.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Request/ActionRequestTrait.php';
  436.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Request/ParamConverter/AutoInstanceObjectParamConverter.php';
  437.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  439.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  442.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  443.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  444.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  446.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  447.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  448.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  449.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  450.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  451.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  453.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  454.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  456.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  457.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  458.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  459.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  460.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  461.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  462.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/RegexSchemaAssetFilter.php';
  463.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  464.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  465.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  467.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
  469.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryForV2V3.php';
  471.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  473.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  474.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  475.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  476.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  477.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  478.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  479.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  480.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  481.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  502.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  512.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  514.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  515.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  518.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  519.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  520.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  521.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  541.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  543.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  544.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/ControllerEntityResolverSubscriber.php';
  545.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/RequestChannelDomainSubscriber.php';
  546.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/RouteSecuritySubscriber.php';
  547.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/GlobalEntitiesService.php';
  548.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/GlobalEntityKeys.php';
  549.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelUserPermissionManager.php';
  550.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelUserPermissionService.php';
  551.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Enum/ChannelUserPermissionEnumManager.php';
  552.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Hierarchy/ChannelUserPermissionHierarchyManager.php';
  553.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/UserOwner/UserOwnerGetter.php';
  554.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Utils/ChannelMainDomainUtils.php';
  555.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Utils/DomainsRoutingUtils.php';
  556.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/UrlGeneratorInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/ChannelMainDomain/ChannelMainDomainInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/ChannelMainDomain/ChannelMainDomainTrait.php';
  559.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/AbstractUrlGenerator.php';
  560.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/UrlGenerator.php';
  561.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/HandleExpireTokenSubscriber.php';
  562.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Loader/RouteCollectionLoaderInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Loader/AbstractRouteCollectionLoader.php';
  564.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Loader/RouteCollectionLoader.php';
  565.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Routing/RouteClient.php';
  566.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/AbstractForceUserFromSetupSubscriber.php';
  567.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/EventSubscriber/ForceUserFromSetupSubscriber.php';
  568.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/UserFromChannelRepository/UserFromChannelRepositoryInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/UserFromChannelRepository/UserFromChannelRepositoryTrait.php';
  570.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/UserFromChannelRepository.php';
  571.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Action/ActionRetriever.php';
  572.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/EventSubscriber/ActionControllerSubscriber.php';
  573.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/EventSubscriber/DeserializeActionControllerSubscriber.php';
  574.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/SerializerInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/SerializerAdapter.php';
  576.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  578.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  579.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  580.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  581.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  583.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  585.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  587.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  588.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  589.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
  590.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  592.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  593.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  595.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  596.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  597.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  598.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  599.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  600.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  601.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
  602.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  620.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Routing/Loader/YamlFileLoader.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  622.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Routing/Loader/XmlFileLoader.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  627.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Routing/Loader/AnnotatedRouteControllerLoader.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  630.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Routing/RequestContext.php';
  631.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Routing/Generator/WebSocketWrapperUrlGenerator.php';
  632.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  633.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  635.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  638.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
  639.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV5.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  642.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  643.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisAdapter.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  647.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/SymfonyUrlGenerator.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  654.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  670.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/ChatNotificationNormalizer.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  677.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/ConversationNormalizer.php';
  678.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/EntityDenormalizer.php';
  679.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/MessageNormalizer.php';
  680.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/ResourceNormalizer.php';
  681.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/UserNormalizer.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  684.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Serializer/Normalizer/RouteCollectionNormalizer.php';
  685.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Serializer/Normalizer/RouteNormalizer.php';
  686.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Normalizer/EntityNormalizer.php';
  687.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Normalizer/PaginationNormalizer.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  725.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  729.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  730.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  731.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  732.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  733.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  734.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  735.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  736.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  737.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  738.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  739.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  740.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  741.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  742.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  746.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  747.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  749.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  750.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  761.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ServiceExtension.php';
  762.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Chat/CanalExtension.php';
  763.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Chat/FileExtension.php';
  764.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Chat/UserExtension.php';
  765.             include_once \dirname(__DIR__4).'/src/Twig/Extension/EnvExtension.php';
  766.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Header/HeaderExtension.php';
  767.             include_once \dirname(__DIR__4).'/src/Twig/Extension/User/UserExtension.php';
  768.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  772.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  773.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  774.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  775.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  776.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  777.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  778.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  779.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/GetNelmioAsset.php';
  780.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  781.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  782.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Extension/PermissionExtension.php';
  783.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Extension/UrlGeneratorExtension.php';
  784.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/AppExtension.php';
  785.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/BooleanExtension.php';
  786.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelExtension.php';
  787.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelGetterExtension.php';
  788.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelUserDataExtension.php';
  789.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChatNotificationExtension.php';
  790.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/CustomizableViewExtension.php';
  791.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/EnvExtension.php';
  792.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/FileExtension.php';
  793.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/FormExtension.php';
  794.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/HeaderExtension.php';
  795.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ImageExtension.php';
  796.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/NellappFileExtension.php';
  797.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/NellappFormatExtension.php';
  798.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/PaginationExtension.php';
  799.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SerializerExtension.php';
  800.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SideNavExtension.php';
  801.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SideNavItemExtension.php';
  802.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/UserExtension.php';
  803.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/VersionExtension.php';
  804.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/WebSocketExtension.php';
  805.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Twig/Extension/UserFromChannelExtension.php';
  806.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  807.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  808.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  809.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  810.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Twig/Extension/RoutingExtension.php';
  811.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/Twig/ComponentExtension.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  813.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  814.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  815.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  816.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/Twig/TwigEnvironmentConfigurator.php';
  817.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  818.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  819.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  820.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  822.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  823.             include_once __DIR__.'/proxy-classes.php';
  824.         };
  825.     }
  826.     public function compile(): void
  827.     {
  828.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  829.     }
  830.     public function isCompiled(): bool
  831.     {
  832.         return true;
  833.     }
  834.     public function getRemovedIds(): array
  835.     {
  836.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  837.     }
  838.     protected function createProxy($class\Closure $factory)
  839.     {
  840.         return $factory();
  841.     }
  842.     /**
  843.      * Gets the public '.container.private.cache_clearer' shared service.
  844.      *
  845.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  846.      */
  847.     protected function get_Container_Private_CacheClearerService()
  848.     {
  849.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  850.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  851.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  852.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  853.         }, 1));
  854.     }
  855.     /**
  856.      * Gets the public '.container.private.filesystem' shared service.
  857.      *
  858.      * @return \Symfony\Component\Filesystem\Filesystem
  859.      */
  860.     protected function get_Container_Private_FilesystemService()
  861.     {
  862.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  863.     }
  864.     /**
  865.      * Gets the public '.container.private.form.factory' shared service.
  866.      *
  867.      * @return \Symfony\Component\Form\FormFactory
  868.      */
  869.     protected function get_Container_Private_Form_FactoryService()
  870.     {
  871.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  872.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  873.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  874.         if (isset($this->services['.container.private.form.factory'])) {
  875.             return $this->services['.container.private.form.factory'];
  876.         }
  877.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  878.     }
  879.     /**
  880.      * Gets the public '.container.private.form.type.file' shared service.
  881.      *
  882.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  883.      */
  884.     protected function get_Container_Private_Form_Type_FileService()
  885.     {
  886.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  887.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  888.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  889.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  890.     }
  891.     /**
  892.      * Gets the public '.container.private.profiler' shared service.
  893.      *
  894.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  895.      */
  896.     protected function get_Container_Private_ProfilerService()
  897.     {
  898.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  899.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  900.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  901.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  902.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  903.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  904.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  905.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  906.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  907.         $d->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  908.         $d->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  909.         $d->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  910.         $d->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  911.         $d->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  912.         $d->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  913.         $d->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  914.         $d->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  915.         $d->addInstance('cache.doctrine.orm.default.result.traceable', ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  916.         $d->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  917.         $d->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  918.         $d->addInstance('cache.webpack_encore.traceable', ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService()));
  919.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  920.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  921.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  922.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  923.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  924.         if ($this->has('kernel')) {
  925.             $g->setKernel($b);
  926.         }
  927.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  928.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  929.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  930.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  931.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  932.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  933.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  934.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  935.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  936.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  937.         $instance->add($d);
  938.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  939.         $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));
  940.         $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())));
  941.         $instance->add($e);
  942.         $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([])))));
  943.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  944.         $instance->add($f);
  945.         $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()))));
  946.         $instance->add($g);
  947.         return $instance;
  948.     }
  949.     /**
  950.      * Gets the public '.container.private.security.authorization_checker' shared service.
  951.      *
  952.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  953.      */
  954.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  955.     {
  956.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  957.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  958.             return $this->services['.container.private.security.authorization_checker'];
  959.         }
  960.         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);
  961.     }
  962.     /**
  963.      * Gets the public '.container.private.security.password_encoder' shared service.
  964.      *
  965.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  966.      *
  967.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  968.      */
  969.     protected function get_Container_Private_Security_PasswordEncoderService()
  970.     {
  971.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  972.         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()));
  973.     }
  974.     /**
  975.      * Gets the public '.container.private.security.token_storage' shared service.
  976.      *
  977.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  978.      */
  979.     protected function get_Container_Private_Security_TokenStorageService()
  980.     {
  981.         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, [
  982.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  983.         ], [
  984.             'request_stack' => '?',
  985.         ]));
  986.     }
  987.     /**
  988.      * Gets the public '.container.private.serializer' shared service.
  989.      *
  990.      * @return \Symfony\Component\Serializer\Serializer
  991.      */
  992.     protected function get_Container_Private_SerializerService()
  993.     {
  994.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  995.         if (isset($this->services['.container.private.serializer'])) {
  996.             return $this->services['.container.private.serializer'];
  997.         }
  998.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  999.         if (isset($this->services['.container.private.serializer'])) {
  1000.             return $this->services['.container.private.serializer'];
  1001.         }
  1002.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1003.         if (isset($this->services['.container.private.serializer'])) {
  1004.             return $this->services['.container.private.serializer'];
  1005.         }
  1006.         $d = ($this->privates['App\\Service\\Chat\\ChatResourceService'] ?? $this->getChatResourceServiceService());
  1007.         if (isset($this->services['.container.private.serializer'])) {
  1008.             return $this->services['.container.private.serializer'];
  1009.         }
  1010.         $e = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1011.         $f = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1012.         $g = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1013.         $h = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($f);
  1014.         $i = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($f$g$e$a$hNULL, [], $a);
  1015.         $j = ($this->privates['App\\Repository\\Chat\\MessageRepository'] ?? $this->getMessageRepositoryService());
  1016.         $k = ($this->privates['App\\Service\\Chat\\ConversationService'] ?? $this->getConversationServiceService());
  1017.         $l = new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\EntityNormalizer($f$g$e$a$hNULL, [], $a);
  1018.         $l->setEm($c);
  1019.         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()]);
  1020.     }
  1021.     /**
  1022.      * Gets the public '.container.private.session' shared service.
  1023.      *
  1024.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1025.      */
  1026.     protected function get_Container_Private_SessionService()
  1027.     {
  1028.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1029.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1030.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1031.         if (isset($this->services['.container.private.session'])) {
  1032.             return $this->services['.container.private.session'];
  1033.         }
  1034.         return $this->services['.container.private.session'] = $a->createSession();
  1035.     }
  1036.     /**
  1037.      * Gets the public '.container.private.twig' shared service.
  1038.      *
  1039.      * @return \Twig\Environment
  1040.      */
  1041.     protected function get_Container_Private_TwigService()
  1042.     {
  1043.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1044.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1045.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1046.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1047.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1048.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1049.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1050.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1051.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1052.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1053.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1054.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1055.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1056.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1057.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  1058.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  1059.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1060.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1061.         $a->addPath((\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/views'), 'DrosalysWebForm');
  1062.         $a->addPath((\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/views'), '!DrosalysWebForm');
  1063.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/NellappSDKBundle'), 'NellappSDK');
  1064.         $a->addPath((\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/views'), 'NellappSDK');
  1065.         $a->addPath((\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/views'), '!NellappSDK');
  1066.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1067.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1068.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), 'BazingaJsTranslation');
  1069.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), '!BazingaJsTranslation');
  1070.         $a->addPath((\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/views'), 'SpiriitFormFilter');
  1071.         $a->addPath((\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/views'), '!SpiriitFormFilter');
  1072.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1073.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  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/Form'));
  1076.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1077.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1078.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1079.         $d = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  1080.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1081.         $f = ($this->services['router'] ?? $this->getRouterService());
  1082.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1083.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1084.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1085.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  1086.         $j = new \Knp\Menu\Util\MenuManipulator();
  1087.         $k = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1088.         $l = new \Symfony\Bridge\Twig\AppVariable();
  1089.         $l->setEnvironment('dev');
  1090.         $l->setDebug(true);
  1091.         if ($this->has('.container.private.security.token_storage')) {
  1092.             $l->setTokenStorage($h);
  1093.         }
  1094.         if ($this->has('request_stack')) {
  1095.             $l->setRequestStack($g);
  1096.         }
  1097.         $m = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1098.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1099.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1100.         $instance->addExtension($d);
  1101.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e\dirname(__DIR__4), 'UTF-8'));
  1102.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  1103.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1104.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1105.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1106.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1107.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g$f)));
  1108.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
  1109.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1110.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1111.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1112.         $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)));
  1113.         $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())));
  1114.         $instance->addExtension(new \App\Twig\Extension\Channel\ServiceExtension());
  1115.         $instance->addExtension(new \App\Twig\Extension\Chat\CanalExtension());
  1116.         $instance->addExtension(new \App\Twig\Extension\Chat\FileExtension());
  1117.         $instance->addExtension(new \App\Twig\Extension\Chat\UserExtension());
  1118.         $instance->addExtension(new \App\Twig\Extension\EnvExtension());
  1119.         $instance->addExtension(new \App\Twig\Extension\Header\HeaderExtension());
  1120.         $instance->addExtension(new \App\Twig\Extension\User\UserExtension());
  1121.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1122.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  1123.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1124.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1125.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  1126.         ], [
  1127.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1128.             'webpack_encore.tag_renderer' => '?',
  1129.         ])));
  1130.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1131.         $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, [
  1132.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'false],
  1133.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'false],
  1134.         ], [
  1135.             'list' => '?',
  1136.             'twig' => '?',
  1137.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1138.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->getKnpMenu_MenuProvider_LazyService());
  1139.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->getKnpMenu_MenuProvider_BuilderAliasService());
  1140.         }, 2)), $j$k), $k$j));
  1141.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($d));
  1142.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($f$c)));
  1143.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Permission\Twig\Extension\PermissionExtension());
  1144.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Routing\Twig\Extension\UrlGeneratorExtension());
  1145.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\AppExtension());
  1146.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\BooleanExtension());
  1147.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelExtension());
  1148.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelGetterExtension());
  1149.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelUserDataExtension());
  1150.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChatNotificationExtension());
  1151.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\CustomizableViewExtension());
  1152.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\EnvExtension());
  1153.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\FileExtension());
  1154.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\FormExtension());
  1155.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\HeaderExtension());
  1156.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ImageExtension());
  1157.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\NellappFileExtension());
  1158.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\NellappFormatExtension());
  1159.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\PaginationExtension());
  1160.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SerializerExtension());
  1161.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavExtension());
  1162.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavItemExtension());
  1163.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\UserExtension());
  1164.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\VersionExtension());
  1165.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\WebSocketExtension());
  1166.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Channel\Twig\Extension\UserFromChannelExtension());
  1167.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  1168.         $instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
  1169.         $instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
  1170.         $instance->addExtension(new \DrosalysWeb\Bundle\WebSocketBundle\Twig\Extension\RoutingExtension(($this->privates['drosalys.web_socket.routing.ws_url_generator'] ?? $this->getDrosalys_WebSocket_Routing_WsUrlGeneratorService())));
  1171.         $instance->addExtension(($this->services['oneup_uploader.twig.extension.uploader'] ?? $this->getOneupUploader_Twig_Extension_UploaderService()));
  1172.         $instance->addExtension(new \Symfony\UX\TwigComponent\Twig\ComponentExtension((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1173.             'Symfony\\UX\\TwigComponent\\ComponentFactory' => ['privates''ux.twig_component.component_factory''getUx_TwigComponent_ComponentFactoryService'false],
  1174.             'Symfony\\UX\\TwigComponent\\ComponentRenderer' => ['privates''ux.twig_component.component_renderer''getUx_TwigComponent_ComponentRendererService'false],
  1175.         ], [
  1176.             'Symfony\\UX\\TwigComponent\\ComponentFactory' => 'Symfony\\UX\\TwigComponent\\ComponentFactory',
  1177.             'Symfony\\UX\\TwigComponent\\ComponentRenderer' => 'Symfony\\UX\\TwigComponent\\ComponentRenderer',
  1178.         ]))->withContext('ux.twig_component.twig.component_extension'$this)));
  1179.         $instance->addGlobal('app'$l);
  1180.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1181.             'App\\Twig\\RunTime\\Channel\\ServiceRuntime' => ['privates''App\\Twig\\RunTime\\Channel\\ServiceRuntime''getServiceRuntimeService'false],
  1182.             'App\\Twig\\RunTime\\Chat\\CanalRuntime' => ['privates''App\\Twig\\RunTime\\Chat\\CanalRuntime''getCanalRuntimeService'false],
  1183.             'App\\Twig\\RunTime\\Chat\\FileRuntime' => ['privates''App\\Twig\\RunTime\\Chat\\FileRuntime''getFileRuntimeService'false],
  1184.             'App\\Twig\\RunTime\\Chat\\UserRuntime' => ['privates''App\\Twig\\RunTime\\Chat\\UserRuntime''getUserRuntimeService'false],
  1185.             'App\\Twig\\RunTime\\EnvRuntime' => ['privates''App\\Twig\\RunTime\\EnvRuntime''getEnvRuntimeService'false],
  1186.             'App\\Twig\\RunTime\\Header\\HeaderRuntime' => ['privates''App\\Twig\\RunTime\\Header\\HeaderRuntime''getHeaderRuntimeService'false],
  1187.             'App\\Twig\\RunTime\\User\\UserRuntime' => ['privates''App\\Twig\\RunTime\\User\\UserRuntime''getUserRuntime2Service'false],
  1188.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1189.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  1190.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1191.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime''getChannelUserDataPermissionRuntimeService'false],
  1192.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime''getTranslateRuntimeService'false],
  1193.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime''getUserOwnerRuntimeService'false],
  1194.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime''getUrlGeneratorRuntimeService'false],
  1195.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime''getAppRuntimeService'false],
  1196.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime''getBooleanRuntimeService'false],
  1197.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime''getChannelGetterRuntimeService'false],
  1198.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime''getChannelRuntimeService'false],
  1199.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime''getChannelUserDataRuntimeService'false],
  1200.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime''getChatNotificationRuntimeService'false],
  1201.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime''getCustomizableViewRuntimeService'false],
  1202.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime''getEnvRuntime2Service'false],
  1203.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime''getFileRuntime2Service'false],
  1204.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime''getFormRuntimeService'false],
  1205.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime''getHeaderRuntime2Service'false],
  1206.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime''getImageRunTimeService'false],
  1207.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime''getNellappFileRuntimeService'false],
  1208.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime''getNellappFormatRuntimeService'false],
  1209.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime''getPaginationRuntimeService'false],
  1210.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime''getSerializerRuntimeService'false],
  1211.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime''getSideNavItemRuntimeService'false],
  1212.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime''getSideNavRuntimeService'false],
  1213.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime''getUserRunTime3Service'false],
  1214.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime''getVersionRuntimeService'false],
  1215.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime''getWebSocketRuntimeService'false],
  1216.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime''getUserFromChannelRuntimeService'false],
  1217.         ], [
  1218.             'App\\Twig\\RunTime\\Channel\\ServiceRuntime' => '?',
  1219.             'App\\Twig\\RunTime\\Chat\\CanalRuntime' => '?',
  1220.             'App\\Twig\\RunTime\\Chat\\FileRuntime' => '?',
  1221.             'App\\Twig\\RunTime\\Chat\\UserRuntime' => '?',
  1222.             'App\\Twig\\RunTime\\EnvRuntime' => '?',
  1223.             'App\\Twig\\RunTime\\Header\\HeaderRuntime' => '?',
  1224.             'App\\Twig\\RunTime\\User\\UserRuntime' => '?',
  1225.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1226.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1227.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1228.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime' => '?',
  1229.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime' => '?',
  1230.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime' => '?',
  1231.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime' => '?',
  1232.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime' => '?',
  1233.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime' => '?',
  1234.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime' => '?',
  1235.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime' => '?',
  1236.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime' => '?',
  1237.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime' => '?',
  1238.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime' => '?',
  1239.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime' => '?',
  1240.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime' => '?',
  1241.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime' => '?',
  1242.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime' => '?',
  1243.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime' => '?',
  1244.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime' => '?',
  1245.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime' => '?',
  1246.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime' => '?',
  1247.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime' => '?',
  1248.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime' => '?',
  1249.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime' => '?',
  1250.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime' => '?',
  1251.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime' => '?',
  1252.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime' => '?',
  1253.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime' => '?',
  1254.         ])));
  1255.         $instance->registerUndefinedFilterCallback([=> $m=> 'suggestFilter']);
  1256.         $instance->registerUndefinedFunctionCallback([=> $m=> 'suggestFunction']);
  1257.         $instance->registerUndefinedTokenParserCallback([=> $m=> 'suggestTag']);
  1258.         (new \Symfony\UX\TwigComponent\Twig\TwigEnvironmentConfigurator(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'',')))->configure($instance);
  1259.         return $instance;
  1260.     }
  1261.     /**
  1262.      * Gets the public '.container.private.validator' shared service.
  1263.      *
  1264.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1265.      */
  1266.     protected function get_Container_Private_ValidatorService()
  1267.     {
  1268.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1269.         if (isset($this->services['.container.private.validator'])) {
  1270.             return $this->services['.container.private.validator'];
  1271.         }
  1272.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1273.     }
  1274.     /**
  1275.      * Gets the public 'App\Controller\Admin\Service\ShowServiceAction' shared autowired service.
  1276.      *
  1277.      * @return \App\Controller\Admin\Service\ShowServiceAction
  1278.      */
  1279.     protected function getShowServiceActionService()
  1280.     {
  1281.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1282.         include_once \dirname(__DIR__4).'/src/Controller/Admin/Service/ShowServiceAction.php';
  1283.         $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()));
  1284.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Admin\\Service\\ShowServiceAction'$this));
  1285.         return $instance;
  1286.     }
  1287.     /**
  1288.      * Gets the public 'App\Controller\Api\Proxy\ChatNotification\ChatNotificationCollectionAction' shared autowired service.
  1289.      *
  1290.      * @return \App\Controller\Api\Proxy\ChatNotification\ChatNotificationCollectionAction
  1291.      */
  1292.     protected function getChatNotificationCollectionActionService()
  1293.     {
  1294.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1295.         include_once \dirname(__DIR__4).'/src/Controller/Api/Proxy/ChatNotification/ChatNotificationCollectionAction.php';
  1296.         $this->services['App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationCollectionAction'] = $instance = new \App\Controller\Api\Proxy\ChatNotification\ChatNotificationCollectionAction(($this->privates['App\\Repository\\Chat\\ChatNotificationRepository'] ?? $this->getChatNotificationRepositoryService()));
  1297.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationCollectionAction'$this));
  1298.         return $instance;
  1299.     }
  1300.     /**
  1301.      * Gets the public 'App\Controller\Api\Proxy\ChatNotification\ChatNotificationNewCollectionAction' shared autowired service.
  1302.      *
  1303.      * @return \App\Controller\Api\Proxy\ChatNotification\ChatNotificationNewCollectionAction
  1304.      */
  1305.     protected function getChatNotificationNewCollectionActionService()
  1306.     {
  1307.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1308.         include_once \dirname(__DIR__4).'/src/Controller/Api/Proxy/ChatNotification/ChatNotificationNewCollectionAction.php';
  1309.         $this->services['App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction'] = $instance = new \App\Controller\Api\Proxy\ChatNotification\ChatNotificationNewCollectionAction(($this->privates['App\\Repository\\Chat\\ChatNotificationRepository'] ?? $this->getChatNotificationRepositoryService()));
  1310.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction'$this));
  1311.         return $instance;
  1312.     }
  1313.     /**
  1314.      * Gets the public 'App\Controller\Api\Proxy\LearnerMessages\ReferentConversationMessageCollectionAction' shared autowired service.
  1315.      *
  1316.      * @return \App\Controller\Api\Proxy\LearnerMessages\ReferentConversationMessageCollectionAction
  1317.      */
  1318.     protected function getReferentConversationMessageCollectionActionService()
  1319.     {
  1320.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1321.         include_once \dirname(__DIR__4).'/src/Controller/Api/Proxy/LearnerMessages/ReferentConversationMessageCollectionAction.php';
  1322.         $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()));
  1323.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Api\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction'$this));
  1324.         return $instance;
  1325.     }
  1326.     /**
  1327.      * Gets the public 'App\Controller\Api\Proxy\LearnerMessages\ServiceConversationMessageCollectionAction' shared autowired service.
  1328.      *
  1329.      * @return \App\Controller\Api\Proxy\LearnerMessages\ServiceConversationMessageCollectionAction
  1330.      */
  1331.     protected function getServiceConversationMessageCollectionActionService()
  1332.     {
  1333.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1334.         include_once \dirname(__DIR__4).'/src/Controller/Api/Proxy/LearnerMessages/ServiceConversationMessageCollectionAction.php';
  1335.         $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()));
  1336.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Api\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction'$this));
  1337.         return $instance;
  1338.     }
  1339.     /**
  1340.      * Gets the public 'App\Controller\AppController' shared autowired service.
  1341.      *
  1342.      * @return \App\Controller\AppController
  1343.      */
  1344.     protected function getAppControllerService()
  1345.     {
  1346.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1347.         include_once \dirname(__DIR__4).'/src/Controller/AppController.php';
  1348.         $this->services['App\\Controller\\AppController'] = $instance = new \App\Controller\AppController();
  1349.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\AppController'$this));
  1350.         return $instance;
  1351.     }
  1352.     /**
  1353.      * Gets the public 'App\Controller\Async\Admin\Conversation\DeleteUsersAction' shared autowired service.
  1354.      *
  1355.      * @return \App\Controller\Async\Admin\Conversation\DeleteUsersAction
  1356.      */
  1357.     protected function getDeleteUsersActionService()
  1358.     {
  1359.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1360.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/Conversation/DeleteUsersAction.php';
  1361.         $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()));
  1362.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction'$this));
  1363.         return $instance;
  1364.     }
  1365.     /**
  1366.      * Gets the public 'App\Controller\Async\Admin\Conversation\GetUserCollectionAvailableForConversationAction' shared autowired service.
  1367.      *
  1368.      * @return \App\Controller\Async\Admin\Conversation\GetUserCollectionAvailableForConversationAction
  1369.      */
  1370.     protected function getGetUserCollectionAvailableForConversationActionService()
  1371.     {
  1372.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1373.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/Conversation/GetUserCollectionAvailableForConversationAction.php';
  1374.         $this->services['App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction'] = $instance = new \App\Controller\Async\Admin\Conversation\GetUserCollectionAvailableForConversationAction(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1375.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction'$this));
  1376.         return $instance;
  1377.     }
  1378.     /**
  1379.      * Gets the public 'App\Controller\Async\Admin\Conversation\PostConversationFromUsersAction' shared autowired service.
  1380.      *
  1381.      * @return \App\Controller\Async\Admin\Conversation\PostConversationFromUsersAction
  1382.      */
  1383.     protected function getPostConversationFromUsersActionService()
  1384.     {
  1385.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1386.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/Conversation/PostConversationFromUsersAction.php';
  1387.         $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()));
  1388.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction'$this));
  1389.         return $instance;
  1390.     }
  1391.     /**
  1392.      * Gets the public 'App\Controller\Async\Admin\Conversation\PostUsersAction' shared autowired service.
  1393.      *
  1394.      * @return \App\Controller\Async\Admin\Conversation\PostUsersAction
  1395.      */
  1396.     protected function getPostUsersActionService()
  1397.     {
  1398.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1399.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/Conversation/PostUsersAction.php';
  1400.         $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()));
  1401.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction'$this));
  1402.         return $instance;
  1403.     }
  1404.     /**
  1405.      * Gets the public 'App\Controller\Async\Admin\TemporaryCanal\GetNpmEventDataAction' shared autowired service.
  1406.      *
  1407.      * @return \App\Controller\Async\Admin\TemporaryCanal\GetNpmEventDataAction
  1408.      */
  1409.     protected function getGetNpmEventDataActionService()
  1410.     {
  1411.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1412.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/TemporaryCanal/GetNpmEventDataAction.php';
  1413.         include_once \dirname(__DIR__4).'/src/Service/Proxy/ProxyNpmService.php';
  1414.         $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())));
  1415.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction'$this));
  1416.         return $instance;
  1417.     }
  1418.     /**
  1419.      * Gets the public 'App\Controller\Async\Admin\TemporaryCanal\GetTemporaryCanalAction' shared autowired service.
  1420.      *
  1421.      * @return \App\Controller\Async\Admin\TemporaryCanal\GetTemporaryCanalAction
  1422.      */
  1423.     protected function getGetTemporaryCanalActionService()
  1424.     {
  1425.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1426.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/TemporaryCanal/GetTemporaryCanalAction.php';
  1427.         $this->services['App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction'] = $instance = new \App\Controller\Async\Admin\TemporaryCanal\GetTemporaryCanalAction(($this->privates['App\\Repository\\Chat\\TemporaryCanalRepository'] ?? $this->getTemporaryCanalRepositoryService()));
  1428.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction'$this));
  1429.         return $instance;
  1430.     }
  1431.     /**
  1432.      * Gets the public 'App\Controller\Async\Admin\TemporaryCanal\PostTemporaryCanalAction' shared autowired service.
  1433.      *
  1434.      * @return \App\Controller\Async\Admin\TemporaryCanal\PostTemporaryCanalAction
  1435.      */
  1436.     protected function getPostTemporaryCanalActionService()
  1437.     {
  1438.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1439.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/TemporaryCanal/PostTemporaryCanalAction.php';
  1440.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  1441.         include_once \dirname(__DIR__4).'/src/Service/Chat/TemporaryCanalService.php';
  1442.         $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())));
  1443.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction'$this));
  1444.         return $instance;
  1445.     }
  1446.     /**
  1447.      * Gets the public 'App\Controller\Async\Admin\User\GetAdminsCollectionAction' shared autowired service.
  1448.      *
  1449.      * @return \App\Controller\Async\Admin\User\GetAdminsCollectionAction
  1450.      */
  1451.     protected function getGetAdminsCollectionActionService()
  1452.     {
  1453.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1454.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/User/GetAdminsCollectionAction.php';
  1455.         $this->services['App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction'] = $instance = new \App\Controller\Async\Admin\User\GetAdminsCollectionAction(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1456.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction'$this));
  1457.         return $instance;
  1458.     }
  1459.     /**
  1460.      * Gets the public 'App\Controller\Async\Admin\User\GetUserCollectionByChannel' shared autowired service.
  1461.      *
  1462.      * @return \App\Controller\Async\Admin\User\GetUserCollectionByChannel
  1463.      */
  1464.     protected function getGetUserCollectionByChannelService()
  1465.     {
  1466.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1467.         include_once \dirname(__DIR__4).'/src/Controller/Async/Admin/User/GetUserCollectionByChannel.php';
  1468.         $this->services['App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel'] = $instance = new \App\Controller\Async\Admin\User\GetUserCollectionByChannel(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1469.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel'$this));
  1470.         return $instance;
  1471.     }
  1472.     /**
  1473.      * Gets the public 'App\Controller\Async\Common\Canal\GetCanalItemAction' shared autowired service.
  1474.      *
  1475.      * @return \App\Controller\Async\Common\Canal\GetCanalItemAction
  1476.      */
  1477.     protected function getGetCanalItemActionService()
  1478.     {
  1479.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1480.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Canal/GetCanalItemAction.php';
  1481.         $this->services['App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction'] = $instance = new \App\Controller\Async\Common\Canal\GetCanalItemAction(($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()));
  1482.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction'$this));
  1483.         return $instance;
  1484.     }
  1485.     /**
  1486.      * Gets the public 'App\Controller\Async\Common\Canal\GetPrivateCanalCollectionAction' shared autowired service.
  1487.      *
  1488.      * @return \App\Controller\Async\Common\Canal\GetPrivateCanalCollectionAction
  1489.      */
  1490.     protected function getGetPrivateCanalCollectionActionService()
  1491.     {
  1492.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1493.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Canal/GetPrivateCanalCollectionAction.php';
  1494.         $this->services['App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction'] = $instance = new \App\Controller\Async\Common\Canal\GetPrivateCanalCollectionAction(($this->privates['App\\Service\\Chat\\CanalService'] ?? $this->getCanalServiceService()));
  1495.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction'$this));
  1496.         return $instance;
  1497.     }
  1498.     /**
  1499.      * Gets the public 'App\Controller\Async\Common\Canal\GetPublicCanalCollectionAction' shared autowired service.
  1500.      *
  1501.      * @return \App\Controller\Async\Common\Canal\GetPublicCanalCollectionAction
  1502.      */
  1503.     protected function getGetPublicCanalCollectionActionService()
  1504.     {
  1505.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1506.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Canal/GetPublicCanalCollectionAction.php';
  1507.         $this->services['App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction'] = $instance = new \App\Controller\Async\Common\Canal\GetPublicCanalCollectionAction(($this->privates['App\\Service\\Chat\\CanalService'] ?? $this->getCanalServiceService()));
  1508.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction'$this));
  1509.         return $instance;
  1510.     }
  1511.     /**
  1512.      * Gets the public 'App\Controller\Async\Common\Canal\GetTemporaryCanalCollectionAction' shared autowired service.
  1513.      *
  1514.      * @return \App\Controller\Async\Common\Canal\GetTemporaryCanalCollectionAction
  1515.      */
  1516.     protected function getGetTemporaryCanalCollectionActionService()
  1517.     {
  1518.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1519.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Canal/GetTemporaryCanalCollectionAction.php';
  1520.         $this->services['App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction'] = $instance = new \App\Controller\Async\Common\Canal\GetTemporaryCanalCollectionAction(($this->privates['App\\Service\\Chat\\CanalService'] ?? $this->getCanalServiceService()));
  1521.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction'$this));
  1522.         return $instance;
  1523.     }
  1524.     /**
  1525.      * Gets the public 'App\Controller\Async\Common\Channel\GetChannelCollectionForUser' shared autowired service.
  1526.      *
  1527.      * @return \App\Controller\Async\Common\Channel\GetChannelCollectionForUser
  1528.      */
  1529.     protected function getGetChannelCollectionForUserService()
  1530.     {
  1531.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1532.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Channel/GetChannelCollectionForUser.php';
  1533.         $this->services['App\\Controller\\Async\\Common\\Channel\\GetChannelCollectionForUser'] = $instance = new \App\Controller\Async\Common\Channel\GetChannelCollectionForUser();
  1534.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Channel\\GetChannelCollectionForUser'$this));
  1535.         return $instance;
  1536.     }
  1537.     /**
  1538.      * Gets the public 'App\Controller\Async\Common\ChatNotification\ChatNotificationCollectionAction' shared autowired service.
  1539.      *
  1540.      * @return \App\Controller\Async\Common\ChatNotification\ChatNotificationCollectionAction
  1541.      */
  1542.     protected function getChatNotificationCollectionAction2Service()
  1543.     {
  1544.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1545.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/ChatNotification/ChatNotificationCollectionAction.php';
  1546.         $this->services['App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction'] = $instance = new \App\Controller\Async\Common\ChatNotification\ChatNotificationCollectionAction(($this->privates['App\\Repository\\Chat\\ChatNotificationRepository'] ?? $this->getChatNotificationRepositoryService()));
  1547.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction'$this));
  1548.         return $instance;
  1549.     }
  1550.     /**
  1551.      * Gets the public 'App\Controller\Async\Common\ChatNotification\ChatNotificationReadAll' shared autowired service.
  1552.      *
  1553.      * @return \App\Controller\Async\Common\ChatNotification\ChatNotificationReadAll
  1554.      */
  1555.     protected function getChatNotificationReadAllService()
  1556.     {
  1557.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1558.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/ChatNotification/ChatNotificationReadAll.php';
  1559.         $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()));
  1560.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll'$this));
  1561.         return $instance;
  1562.     }
  1563.     /**
  1564.      * Gets the public 'App\Controller\Async\Common\ChatNotification\ChatNotificationReadItem' shared autowired service.
  1565.      *
  1566.      * @return \App\Controller\Async\Common\ChatNotification\ChatNotificationReadItem
  1567.      */
  1568.     protected function getChatNotificationReadItemService()
  1569.     {
  1570.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1571.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/ChatNotification/ChatNotificationReadItem.php';
  1572.         $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()));
  1573.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem'$this));
  1574.         return $instance;
  1575.     }
  1576.     /**
  1577.      * Gets the public 'App\Controller\Async\Common\Conversation\GetAllConversationsByUserAndChannelAction' shared autowired service.
  1578.      *
  1579.      * @return \App\Controller\Async\Common\Conversation\GetAllConversationsByUserAndChannelAction
  1580.      */
  1581.     protected function getGetAllConversationsByUserAndChannelActionService()
  1582.     {
  1583.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1584.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Conversation/GetAllConversationsByUserAndChannelAction.php';
  1585.         $this->services['App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction'] = $instance = new \App\Controller\Async\Common\Conversation\GetAllConversationsByUserAndChannelAction(($this->privates['App\\Service\\Chat\\ConversationService'] ?? $this->getConversationServiceService()));
  1586.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction'$this));
  1587.         return $instance;
  1588.     }
  1589.     /**
  1590.      * Gets the public 'App\Controller\Async\Common\Conversation\GetConversationItemAction' shared autowired service.
  1591.      *
  1592.      * @return \App\Controller\Async\Common\Conversation\GetConversationItemAction
  1593.      */
  1594.     protected function getGetConversationItemActionService()
  1595.     {
  1596.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1597.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Conversation/GetConversationItemAction.php';
  1598.         $this->services['App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction'] = $instance = new \App\Controller\Async\Common\Conversation\GetConversationItemAction(($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()));
  1599.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction'$this));
  1600.         return $instance;
  1601.     }
  1602.     /**
  1603.      * Gets the public 'App\Controller\Async\Common\Conversation\GetReferentConversationsForLearnerAction' shared autowired service.
  1604.      *
  1605.      * @return \App\Controller\Async\Common\Conversation\GetReferentConversationsForLearnerAction
  1606.      */
  1607.     protected function getGetReferentConversationsForLearnerActionService()
  1608.     {
  1609.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1610.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Conversation/GetReferentConversationsForLearnerAction.php';
  1611.         $this->services['App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction'] = $instance = new \App\Controller\Async\Common\Conversation\GetReferentConversationsForLearnerAction(($this->privates['App\\Service\\Chat\\ReferentConversationService'] ?? $this->getReferentConversationServiceService()));
  1612.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction'$this));
  1613.         return $instance;
  1614.     }
  1615.     /**
  1616.      * Gets the public 'App\Controller\Async\Common\Conversation\GetServiceConversationForLearnerAction' shared autowired service.
  1617.      *
  1618.      * @return \App\Controller\Async\Common\Conversation\GetServiceConversationForLearnerAction
  1619.      */
  1620.     protected function getGetServiceConversationForLearnerActionService()
  1621.     {
  1622.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1623.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Conversation/GetServiceConversationForLearnerAction.php';
  1624.         $this->services['App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction'] = $instance = new \App\Controller\Async\Common\Conversation\GetServiceConversationForLearnerAction(($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()));
  1625.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction'$this));
  1626.         return $instance;
  1627.     }
  1628.     /**
  1629.      * Gets the public 'App\Controller\Async\Common\Conversation\GetSimpleConversationCollectionAction' shared autowired service.
  1630.      *
  1631.      * @return \App\Controller\Async\Common\Conversation\GetSimpleConversationCollectionAction
  1632.      */
  1633.     protected function getGetSimpleConversationCollectionActionService()
  1634.     {
  1635.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1636.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Conversation/GetSimpleConversationCollectionAction.php';
  1637.         $this->services['App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction'] = $instance = new \App\Controller\Async\Common\Conversation\GetSimpleConversationCollectionAction(($this->privates['App\\Service\\Chat\\ConversationService'] ?? $this->getConversationServiceService()));
  1638.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction'$this));
  1639.         return $instance;
  1640.     }
  1641.     /**
  1642.      * Gets the public 'App\Controller\Async\Common\Conversation\PostConversationAllReadAction' shared autowired service.
  1643.      *
  1644.      * @return \App\Controller\Async\Common\Conversation\PostConversationAllReadAction
  1645.      */
  1646.     protected function getPostConversationAllReadActionService()
  1647.     {
  1648.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1649.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Conversation/PostConversationAllReadAction.php';
  1650.         $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()));
  1651.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction'$this));
  1652.         return $instance;
  1653.     }
  1654.     /**
  1655.      * Gets the public 'App\Controller\Async\Common\Conversation\PostConversationUserLastSeenMessageAction' shared autowired service.
  1656.      *
  1657.      * @return \App\Controller\Async\Common\Conversation\PostConversationUserLastSeenMessageAction
  1658.      */
  1659.     protected function getPostConversationUserLastSeenMessageActionService()
  1660.     {
  1661.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1662.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Conversation/PostConversationUserLastSeenMessageAction.php';
  1663.         $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()));
  1664.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction'$this));
  1665.         return $instance;
  1666.     }
  1667.     /**
  1668.      * Gets the public 'App\Controller\Async\Common\File\GetFileAction' shared autowired service.
  1669.      *
  1670.      * @return \App\Controller\Async\Common\File\GetFileAction
  1671.      */
  1672.     protected function getGetFileActionService()
  1673.     {
  1674.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1675.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/File/GetFileAction.php';
  1676.         $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()));
  1677.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\File\\GetFileAction'$this));
  1678.         return $instance;
  1679.     }
  1680.     /**
  1681.      * Gets the public 'App\Controller\Async\Common\MessageUser\PostMessageUserAction' shared autowired service.
  1682.      *
  1683.      * @return \App\Controller\Async\Common\MessageUser\PostMessageUserAction
  1684.      */
  1685.     protected function getPostMessageUserActionService()
  1686.     {
  1687.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1688.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/MessageUser/PostMessageUserAction.php';
  1689.         $this->services['App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction'] = $instance = new \App\Controller\Async\Common\MessageUser\PostMessageUserAction(($this->privates['App\\Repository\\Chat\\MessageUserRepository'] ?? $this->getMessageUserRepositoryService()));
  1690.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction'$this));
  1691.         return $instance;
  1692.     }
  1693.     /**
  1694.      * Gets the public 'App\Controller\Async\Common\Message\DeleteMessageAction' shared autowired service.
  1695.      *
  1696.      * @return \App\Controller\Async\Common\Message\DeleteMessageAction
  1697.      */
  1698.     protected function getDeleteMessageActionService()
  1699.     {
  1700.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1701.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/DeleteMessageAction.php';
  1702.         $this->services['App\\Controller\\Async\\Common\\Message\\DeleteMessageAction'] = $instance = new \App\Controller\Async\Common\Message\DeleteMessageAction();
  1703.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\DeleteMessageAction'$this));
  1704.         return $instance;
  1705.     }
  1706.     /**
  1707.      * Gets the public 'App\Controller\Async\Common\Message\GetAfterMessageCollectionAction' shared autowired service.
  1708.      *
  1709.      * @return \App\Controller\Async\Common\Message\GetAfterMessageCollectionAction
  1710.      */
  1711.     protected function getGetAfterMessageCollectionActionService()
  1712.     {
  1713.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1714.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/GetAfterMessageCollectionAction.php';
  1715.         $this->services['App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction'] = $instance = new \App\Controller\Async\Common\Message\GetAfterMessageCollectionAction(($this->privates['App\\Repository\\Chat\\MessageRepository'] ?? $this->getMessageRepositoryService()));
  1716.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction'$this));
  1717.         return $instance;
  1718.     }
  1719.     /**
  1720.      * Gets the public 'App\Controller\Async\Common\Message\GetBeforeMessageCollectionAction' shared autowired service.
  1721.      *
  1722.      * @return \App\Controller\Async\Common\Message\GetBeforeMessageCollectionAction
  1723.      */
  1724.     protected function getGetBeforeMessageCollectionActionService()
  1725.     {
  1726.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1727.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/GetBeforeMessageCollectionAction.php';
  1728.         $this->services['App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction'] = $instance = new \App\Controller\Async\Common\Message\GetBeforeMessageCollectionAction(($this->privates['App\\Repository\\Chat\\MessageRepository'] ?? $this->getMessageRepositoryService()));
  1729.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction'$this));
  1730.         return $instance;
  1731.     }
  1732.     /**
  1733.      * Gets the public 'App\Controller\Async\Common\Message\GetMessageCollectionSearchAction' shared autowired service.
  1734.      *
  1735.      * @return \App\Controller\Async\Common\Message\GetMessageCollectionSearchAction
  1736.      */
  1737.     protected function getGetMessageCollectionSearchActionService()
  1738.     {
  1739.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1740.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/GetMessageCollectionSearchAction.php';
  1741.         include_once \dirname(__DIR__4).'/src/Service/Chat/GlobalSearchService.php';
  1742.         $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()));
  1743.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction'$this));
  1744.         return $instance;
  1745.     }
  1746.     /**
  1747.      * Gets the public 'App\Controller\Async\Common\Message\GetUnreadMessageCollectionAction' shared autowired service.
  1748.      *
  1749.      * @return \App\Controller\Async\Common\Message\GetUnreadMessageCollectionAction
  1750.      */
  1751.     protected function getGetUnreadMessageCollectionActionService()
  1752.     {
  1753.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1754.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/GetUnreadMessageCollectionAction.php';
  1755.         $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()));
  1756.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction'$this));
  1757.         return $instance;
  1758.     }
  1759.     /**
  1760.      * Gets the public 'App\Controller\Async\Common\Message\PostFileMessageAction' shared autowired service.
  1761.      *
  1762.      * @return \App\Controller\Async\Common\Message\PostFileMessageAction
  1763.      */
  1764.     protected function getPostFileMessageActionService()
  1765.     {
  1766.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1767.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/PostFileMessageAction.php';
  1768.         $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()));
  1769.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\PostFileMessageAction'$this));
  1770.         return $instance;
  1771.     }
  1772.     /**
  1773.      * Gets the public 'App\Controller\Async\Common\Message\PostMessageAction' shared autowired service.
  1774.      *
  1775.      * @return \App\Controller\Async\Common\Message\PostMessageAction
  1776.      */
  1777.     protected function getPostMessageActionService()
  1778.     {
  1779.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1780.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/PostMessageAction.php';
  1781.         $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()));
  1782.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\PostMessageAction'$this));
  1783.         return $instance;
  1784.     }
  1785.     /**
  1786.      * Gets the public 'App\Controller\Async\Common\Message\PutMessageAction' shared autowired service.
  1787.      *
  1788.      * @return \App\Controller\Async\Common\Message\PutMessageAction
  1789.      */
  1790.     protected function getPutMessageActionService()
  1791.     {
  1792.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1793.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/PutMessageAction.php';
  1794.         $this->services['App\\Controller\\Async\\Common\\Message\\PutMessageAction'] = $instance = new \App\Controller\Async\Common\Message\PutMessageAction();
  1795.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\PutMessageAction'$this));
  1796.         return $instance;
  1797.     }
  1798.     /**
  1799.      * Gets the public 'App\Controller\Async\Common\Message\TogglePinMessageAction' shared autowired service.
  1800.      *
  1801.      * @return \App\Controller\Async\Common\Message\TogglePinMessageAction
  1802.      */
  1803.     protected function getTogglePinMessageActionService()
  1804.     {
  1805.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1806.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/Message/TogglePinMessageAction.php';
  1807.         $this->services['App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction'] = $instance = new \App\Controller\Async\Common\Message\TogglePinMessageAction();
  1808.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction'$this));
  1809.         return $instance;
  1810.     }
  1811.     /**
  1812.      * Gets the public 'App\Controller\Async\Common\RedirectToChannelUserDataShowAction' shared autowired service.
  1813.      *
  1814.      * @return \App\Controller\Async\Common\RedirectToChannelUserDataShowAction
  1815.      */
  1816.     protected function getRedirectToChannelUserDataShowActionService()
  1817.     {
  1818.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1819.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/RedirectToChannelUserDataShowAction.php';
  1820.         $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()));
  1821.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction'$this));
  1822.         return $instance;
  1823.     }
  1824.     /**
  1825.      * Gets the public 'App\Controller\Async\Common\User\GetUserCollectionByConversation' shared autowired service.
  1826.      *
  1827.      * @return \App\Controller\Async\Common\User\GetUserCollectionByConversation
  1828.      */
  1829.     protected function getGetUserCollectionByConversationService()
  1830.     {
  1831.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1832.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/User/GetUserCollectionByConversation.php';
  1833.         $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()));
  1834.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation'$this));
  1835.         return $instance;
  1836.     }
  1837.     /**
  1838.      * Gets the public 'App\Controller\Async\Common\User\GetUserCollectionWithCommonConversations' shared autowired service.
  1839.      *
  1840.      * @return \App\Controller\Async\Common\User\GetUserCollectionWithCommonConversations
  1841.      */
  1842.     protected function getGetUserCollectionWithCommonConversationsService()
  1843.     {
  1844.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1845.         include_once \dirname(__DIR__4).'/src/Controller/Async/Common/User/GetUserCollectionWithCommonConversations.php';
  1846.         $this->services['App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations'] = $instance = new \App\Controller\Async\Common\User\GetUserCollectionWithCommonConversations(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1847.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations'$this));
  1848.         return $instance;
  1849.     }
  1850.     /**
  1851.      * Gets the public 'App\Controller\Async\Coordinator\Admins\DeleteAdminAction' shared autowired service.
  1852.      *
  1853.      * @return \App\Controller\Async\Coordinator\Admins\DeleteAdminAction
  1854.      */
  1855.     protected function getDeleteAdminActionService()
  1856.     {
  1857.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1858.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Admins/DeleteAdminAction.php';
  1859.         $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()));
  1860.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction'$this));
  1861.         return $instance;
  1862.     }
  1863.     /**
  1864.      * Gets the public 'App\Controller\Async\Coordinator\Admins\GetAdminsCollection' shared autowired service.
  1865.      *
  1866.      * @return \App\Controller\Async\Coordinator\Admins\GetAdminsCollection
  1867.      */
  1868.     protected function getGetAdminsCollectionService()
  1869.     {
  1870.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1871.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Admins/GetAdminsCollection.php';
  1872.         $this->services['App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection'] = $instance = new \App\Controller\Async\Coordinator\Admins\GetAdminsCollection(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1873.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection'$this));
  1874.         return $instance;
  1875.     }
  1876.     /**
  1877.      * Gets the public 'App\Controller\Async\Coordinator\Admins\PostAdminsAction' shared autowired service.
  1878.      *
  1879.      * @return \App\Controller\Async\Coordinator\Admins\PostAdminsAction
  1880.      */
  1881.     protected function getPostAdminsActionService()
  1882.     {
  1883.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1884.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Admins/PostAdminsAction.php';
  1885.         $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()));
  1886.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction'$this));
  1887.         return $instance;
  1888.     }
  1889.     /**
  1890.      * Gets the public 'App\Controller\Async\Coordinator\Canal\DeleteCanalsAction' shared autowired service.
  1891.      *
  1892.      * @return \App\Controller\Async\Coordinator\Canal\DeleteCanalsAction
  1893.      */
  1894.     protected function getDeleteCanalsActionService()
  1895.     {
  1896.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1897.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Canal/DeleteCanalsAction.php';
  1898.         $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()));
  1899.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction'$this));
  1900.         return $instance;
  1901.     }
  1902.     /**
  1903.      * Gets the public 'App\Controller\Async\Coordinator\Canal\GetCanalCollectionAction' shared autowired service.
  1904.      *
  1905.      * @return \App\Controller\Async\Coordinator\Canal\GetCanalCollectionAction
  1906.      */
  1907.     protected function getGetCanalCollectionActionService()
  1908.     {
  1909.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1910.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Canal/GetCanalCollectionAction.php';
  1911.         $this->services['App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction'] = $instance = new \App\Controller\Async\Coordinator\Canal\GetCanalCollectionAction(($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()));
  1912.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction'$this));
  1913.         return $instance;
  1914.     }
  1915.     /**
  1916.      * Gets the public 'App\Controller\Async\Coordinator\Canal\PostCanalAction' shared autowired service.
  1917.      *
  1918.      * @return \App\Controller\Async\Coordinator\Canal\PostCanalAction
  1919.      */
  1920.     protected function getPostCanalActionService()
  1921.     {
  1922.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1923.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Canal/PostCanalAction.php';
  1924.         $this->services['App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction'] = $instance = new \App\Controller\Async\Coordinator\Canal\PostCanalAction();
  1925.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction'$this));
  1926.         return $instance;
  1927.     }
  1928.     /**
  1929.      * Gets the public 'App\Controller\Async\Coordinator\Canal\PutCanalAction' shared autowired service.
  1930.      *
  1931.      * @return \App\Controller\Async\Coordinator\Canal\PutCanalAction
  1932.      */
  1933.     protected function getPutCanalActionService()
  1934.     {
  1935.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1936.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Canal/PutCanalAction.php';
  1937.         $this->services['App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction'] = $instance = new \App\Controller\Async\Coordinator\Canal\PutCanalAction();
  1938.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction'$this));
  1939.         return $instance;
  1940.     }
  1941.     /**
  1942.      * Gets the public 'App\Controller\Async\Coordinator\Coordinators\DeleteCoordinatorAction' shared autowired service.
  1943.      *
  1944.      * @return \App\Controller\Async\Coordinator\Coordinators\DeleteCoordinatorAction
  1945.      */
  1946.     protected function getDeleteCoordinatorActionService()
  1947.     {
  1948.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1949.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Coordinators/DeleteCoordinatorAction.php';
  1950.         $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()));
  1951.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction'$this));
  1952.         return $instance;
  1953.     }
  1954.     /**
  1955.      * Gets the public 'App\Controller\Async\Coordinator\Coordinators\GetCoordinatorsCollection' shared autowired service.
  1956.      *
  1957.      * @return \App\Controller\Async\Coordinator\Coordinators\GetCoordinatorsCollection
  1958.      */
  1959.     protected function getGetCoordinatorsCollectionService()
  1960.     {
  1961.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1962.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Coordinators/GetCoordinatorsCollection.php';
  1963.         $this->services['App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection'] = $instance = new \App\Controller\Async\Coordinator\Coordinators\GetCoordinatorsCollection(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1964.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection'$this));
  1965.         return $instance;
  1966.     }
  1967.     /**
  1968.      * Gets the public 'App\Controller\Async\Coordinator\Coordinators\PostCoordinatorsAction' shared autowired service.
  1969.      *
  1970.      * @return \App\Controller\Async\Coordinator\Coordinators\PostCoordinatorsAction
  1971.      */
  1972.     protected function getPostCoordinatorsActionService()
  1973.     {
  1974.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1975.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Coordinators/PostCoordinatorsAction.php';
  1976.         $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()));
  1977.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction'$this));
  1978.         return $instance;
  1979.     }
  1980.     /**
  1981.      * Gets the public 'App\Controller\Async\Coordinator\GetResourceCollection' shared autowired service.
  1982.      *
  1983.      * @return \App\Controller\Async\Coordinator\GetResourceCollection
  1984.      */
  1985.     protected function getGetResourceCollectionService()
  1986.     {
  1987.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1988.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/GetResourceCollection.php';
  1989.         $this->services['App\\Controller\\Async\\Coordinator\\GetResourceCollection'] = $instance = new \App\Controller\Async\Coordinator\GetResourceCollection(($this->privates['App\\Service\\Chat\\ChatResourceService'] ?? $this->getChatResourceServiceService()));
  1990.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\GetResourceCollection'$this));
  1991.         return $instance;
  1992.     }
  1993.     /**
  1994.      * Gets the public 'App\Controller\Async\Coordinator\Users\GetAdminChannelUserDataCollection' shared autowired service.
  1995.      *
  1996.      * @return \App\Controller\Async\Coordinator\Users\GetAdminChannelUserDataCollection
  1997.      */
  1998.     protected function getGetAdminChannelUserDataCollectionService()
  1999.     {
  2000.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2001.         include_once \dirname(__DIR__4).'/src/Controller/Async/Coordinator/Users/GetAdminChannelUserDataCollection.php';
  2002.         $this->services['App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection'] = $instance = new \App\Controller\Async\Coordinator\Users\GetAdminChannelUserDataCollection(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  2003.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection'$this));
  2004.         return $instance;
  2005.     }
  2006.     /**
  2007.      * Gets the public 'App\Controller\HomeController' shared autowired service.
  2008.      *
  2009.      * @return \App\Controller\HomeController
  2010.      */
  2011.     protected function getHomeControllerService()
  2012.     {
  2013.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2014.         include_once \dirname(__DIR__4).'/src/Controller/HomeController.php';
  2015.         $this->services['App\\Controller\\HomeController'] = $instance = new \App\Controller\HomeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2016.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\HomeController'$this));
  2017.         return $instance;
  2018.     }
  2019.     /**
  2020.      * Gets the public 'App\Controller\IntroductionController' shared autowired service.
  2021.      *
  2022.      * @return \App\Controller\IntroductionController
  2023.      */
  2024.     protected function getIntroductionControllerService()
  2025.     {
  2026.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2027.         include_once \dirname(__DIR__4).'/src/Controller/IntroductionController.php';
  2028.         $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()));
  2029.         $instance->setContainer(($this->privates['.service_locator.vxwOU3W'] ?? $this->get_ServiceLocator_VxwOU3WService())->withContext('App\\Controller\\IntroductionController'$this));
  2030.         return $instance;
  2031.     }
  2032.     /**
  2033.      * Gets the public 'App\Service\WebSocketHandler\ClientSideWebSocketHandler' shared autowired service.
  2034.      *
  2035.      * @return \App\Service\WebSocketHandler\ClientSideWebSocketHandler
  2036.      */
  2037.     protected function getClientSideWebSocketHandlerService()
  2038.     {
  2039.         include_once \dirname(__DIR__4).'/src/Service/WebSocketHandler/WebSocketHandlerInterface.php';
  2040.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  2041.         include_once \dirname(__DIR__4).'/src/Service/WebSocketHandler/AbstractWebSocketHandler.php';
  2042.         include_once \dirname(__DIR__4).'/src/Service/WebSocketHandler/ClientSideWebSocketHandler.php';
  2043.         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()));
  2044.     }
  2045.     /**
  2046.      * Gets the public 'App\Service\WebSocketHandler\ServerSideWebSocketHandler' shared autowired service.
  2047.      *
  2048.      * @return \App\Service\WebSocketHandler\ServerSideWebSocketHandler
  2049.      */
  2050.     protected function getServerSideWebSocketHandlerService()
  2051.     {
  2052.         include_once \dirname(__DIR__4).'/src/Service/WebSocketHandler/WebSocketHandlerInterface.php';
  2053.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  2054.         include_once \dirname(__DIR__4).'/src/Service/WebSocketHandler/AbstractWebSocketHandler.php';
  2055.         include_once \dirname(__DIR__4).'/src/Service/WebSocketHandler/ServerSideWebSocketHandler.php';
  2056.         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()));
  2057.     }
  2058.     /**
  2059.      * Gets the public 'App\WebSocket\Component\ClientSideComponent' shared autowired service.
  2060.      *
  2061.      * @return \App\WebSocket\Component\ClientSideComponent
  2062.      */
  2063.     protected function getClientSideComponentService()
  2064.     {
  2065.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2066.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/ComponentInterface.php';
  2067.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/ComponentTrait.php';
  2068.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2069.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/AbstractComponent.php';
  2070.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageInterface.php';
  2071.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageComponentInterface.php';
  2072.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/AbstractMessageComponent.php';
  2073.         include_once \dirname(__DIR__4).'/src/WebSocket/Component/AbstractComponent.php';
  2074.         include_once \dirname(__DIR__4).'/src/WebSocket/Component/ClientSideComponent.php';
  2075.         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()));
  2076.     }
  2077.     /**
  2078.      * Gets the public 'App\WebSocket\Component\ServerSideComponent' shared autowired service.
  2079.      *
  2080.      * @return \App\WebSocket\Component\ServerSideComponent
  2081.      */
  2082.     protected function getServerSideComponentService()
  2083.     {
  2084.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2085.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/ComponentInterface.php';
  2086.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/ComponentTrait.php';
  2087.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2088.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/AbstractComponent.php';
  2089.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageInterface.php';
  2090.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageComponentInterface.php';
  2091.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/AbstractMessageComponent.php';
  2092.         include_once \dirname(__DIR__4).'/src/WebSocket/Component/AbstractComponent.php';
  2093.         include_once \dirname(__DIR__4).'/src/WebSocket/Component/ServerSideComponent.php';
  2094.         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()));
  2095.     }
  2096.     /**
  2097.      * Gets the public 'App\WebSocket\Stockage\ActiveDataWebSocket' shared autowired service.
  2098.      *
  2099.      * @return \App\WebSocket\Stockage\ActiveDataWebSocket
  2100.      */
  2101.     protected function getActiveDataWebSocketService()
  2102.     {
  2103.         include_once \dirname(__DIR__4).'/src/WebSocket/Stockage/ActiveDataWebSocket.php';
  2104.         return $this->services['App\\WebSocket\\Stockage\\ActiveDataWebSocket'] = new \App\WebSocket\Stockage\ActiveDataWebSocket(($this->privates['App\\Service\\Chat\\ConversationService'] ?? $this->getConversationServiceService()));
  2105.     }
  2106.     /**
  2107.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  2108.      *
  2109.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  2110.      */
  2111.     protected function getProfilerControllerService()
  2112.     {
  2113.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  2114.         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()));
  2115.     }
  2116.     /**
  2117.      * Gets the public 'DrosalysWeb\ObjectExtensions\Bridge\Symfony\DoctrineBlamer.App\Entity\Account\User' shared service.
  2118.      *
  2119.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Symfony\DoctrineBlamer
  2120.      */
  2121.     protected function getUserService()
  2122.     {
  2123.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Blame/BlamerInterface.php';
  2124.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/Blamer.php';
  2125.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/DoctrineBlamer.php';
  2126.         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']);
  2127.     }
  2128.     /**
  2129.      * Gets the public 'Faker\Generator' shared service.
  2130.      *
  2131.      * @return \Faker\Generator
  2132.      */
  2133.     protected function getGeneratorService()
  2134.     {
  2135.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Generator.php';
  2136.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Factory.php';
  2137.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Faker/Provider/AliceProvider.php';
  2138.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Provider/Base.php';
  2139.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Fixture/Provider/HtmlLorem.php';
  2140.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Provider/Image.php';
  2141.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Fixture/Provider/Image.php';
  2142.         $this->services['Faker\\Generator'] = $instance \Faker\Factory::create('en_US');
  2143.         $instance->seed(1);
  2144.         $instance->addProvider(new \Nelmio\Alice\Faker\Provider\AliceProvider());
  2145.         $instance->addProvider(new \Nellapp\Bundle\SDKBundle\Fixture\Provider\HtmlLorem($instance));
  2146.         $instance->addProvider(new \Nellapp\Bundle\SDKBundle\Fixture\Provider\Image($instance));
  2147.         return $instance;
  2148.     }
  2149.     /**
  2150.      * Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
  2151.      *
  2152.      * @return \Liip\ImagineBundle\Controller\ImagineController
  2153.      */
  2154.     protected function getImagineControllerService()
  2155.     {
  2156.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
  2157.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
  2158.         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));
  2159.     }
  2160.     /**
  2161.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectAction' shared autowired service.
  2162.      *
  2163.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectAction
  2164.      */
  2165.     protected function getConnectActionService()
  2166.     {
  2167.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/ConnectAction.php';
  2168.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  2169.         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']))));
  2170.     }
  2171.     /**
  2172.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectCheckAction' shared autowired service.
  2173.      *
  2174.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectCheckAction
  2175.      */
  2176.     protected function getConnectCheckActionService()
  2177.     {
  2178.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/ConnectCheckAction.php';
  2179.         return $this->services['Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\ConnectCheckAction'] = new \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectCheckAction();
  2180.     }
  2181.     /**
  2182.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction' shared autowired service.
  2183.      *
  2184.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction
  2185.      */
  2186.     protected function getLoggedOutActionService()
  2187.     {
  2188.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2189.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/LoggedOutAction.php';
  2190.         $this->services['Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LoggedOutAction'] = $instance = new \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction();
  2191.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LoggedOutAction'$this));
  2192.         return $instance;
  2193.     }
  2194.     /**
  2195.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction' shared autowired service.
  2196.      *
  2197.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction
  2198.      */
  2199.     protected function getLogoutActionService()
  2200.     {
  2201.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2202.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/LogoutAction.php';
  2203.         $this->services['Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LogoutAction'] = $instance = new \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction();
  2204.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LogoutAction'$this));
  2205.         return $instance;
  2206.     }
  2207.     /**
  2208.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction' shared autowired service.
  2209.      *
  2210.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction
  2211.      */
  2212.     protected function getCollectionActionService()
  2213.     {
  2214.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2215.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  2216.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/ChannelUserRole/CollectionAction.php';
  2217.         $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()));
  2218.         $instance->setContainer(($this->privates['.service_locator.VOk2nDh'] ?? $this->get_ServiceLocator_VOk2nDhService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChannelUserRole\\CollectionAction'$this));
  2219.         return $instance;
  2220.     }
  2221.     /**
  2222.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController' shared autowired service.
  2223.      *
  2224.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController
  2225.      */
  2226.     protected function getChatNotificationControllerService()
  2227.     {
  2228.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2229.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/ChatNotification/ChatNotificationController.php';
  2230.         $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()));
  2231.         $instance->setContainer(($this->privates['.service_locator.VOk2nDh'] ?? $this->get_ServiceLocator_VOk2nDhService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChatNotification\\ChatNotificationController'$this));
  2232.         return $instance;
  2233.     }
  2234.     /**
  2235.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction' shared autowired service.
  2236.      *
  2237.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction
  2238.      */
  2239.     protected function getChannelAdminCollectionActionService()
  2240.     {
  2241.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2242.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  2243.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/User/ChannelAdminCollectionAction.php';
  2244.         $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()));
  2245.         $instance->setContainer(($this->privates['.service_locator.VOk2nDh'] ?? $this->get_ServiceLocator_VOk2nDhService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelAdminCollectionAction'$this));
  2246.         return $instance;
  2247.     }
  2248.     /**
  2249.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction' shared autowired service.
  2250.      *
  2251.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction
  2252.      */
  2253.     protected function getChannelLearnerCollectionActionService()
  2254.     {
  2255.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2256.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  2257.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/User/ChannelLearnerCollectionAction.php';
  2258.         $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()));
  2259.         $instance->setContainer(($this->privates['.service_locator.VOk2nDh'] ?? $this->get_ServiceLocator_VOk2nDhService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelLearnerCollectionAction'$this));
  2260.         return $instance;
  2261.     }
  2262.     /**
  2263.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction' shared autowired service.
  2264.      *
  2265.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction
  2266.      */
  2267.     protected function getChannelUserCollectionActionService()
  2268.     {
  2269.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2270.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  2271.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/User/ChannelUserCollectionAction.php';
  2272.         $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()));
  2273.         $instance->setContainer(($this->privates['.service_locator.VOk2nDh'] ?? $this->get_ServiceLocator_VOk2nDhService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelUserCollectionAction'$this));
  2274.         return $instance;
  2275.     }
  2276.     /**
  2277.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController' shared autowired service.
  2278.      *
  2279.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController
  2280.      */
  2281.     protected function getChannelResourceAccessCacheControllerService()
  2282.     {
  2283.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2284.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Async/ChannelResourceAccessCacheController.php';
  2285.         $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()));
  2286.         $instance->setContainer(($this->privates['.service_locator.tvghQKF'] ?? $this->get_ServiceLocator_TvghQKFService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Async\\ChannelResourceAccessCacheController'$this));
  2287.         return $instance;
  2288.     }
  2289.     /**
  2290.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction' shared autowired service.
  2291.      *
  2292.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction
  2293.      */
  2294.     protected function getDeleteActionService()
  2295.     {
  2296.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2297.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  2298.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/DeleteAction.php';
  2299.         $instance = new \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2300.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  2301.         $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  2302.         $instance $instance->setChannelUserPermissionGroupManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] ?? $this->getChannelUserPermissionGroupManagerService()));
  2303.         $this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction'] = $instance $instance->setNellappUrlGenerator(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  2304.         $instance->setContainer(($this->privates['.service_locator.tvghQKF'] ?? $this->get_ServiceLocator_TvghQKFService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\DeleteAction'$this));
  2305.         return $instance;
  2306.     }
  2307.     /**
  2308.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction' shared autowired service.
  2309.      *
  2310.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction
  2311.      */
  2312.     protected function getEditActionService()
  2313.     {
  2314.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2315.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  2316.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/EditAction.php';
  2317.         $instance = new \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2318.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  2319.         $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  2320.         $instance $instance->setChannelUserPermissionGroupManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] ?? $this->getChannelUserPermissionGroupManagerService()));
  2321.         $this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction'] = $instance $instance->setNellappUrlGenerator(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  2322.         $instance->setContainer(($this->privates['.service_locator.tvghQKF'] ?? $this->get_ServiceLocator_TvghQKFService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\EditAction'$this));
  2323.         return $instance;
  2324.     }
  2325.     /**
  2326.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction' shared autowired service.
  2327.      *
  2328.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction
  2329.      */
  2330.     protected function getIndexActionService()
  2331.     {
  2332.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2333.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  2334.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/IndexAction.php';
  2335.         $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()));
  2336.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  2337.         $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  2338.         $instance $instance->setChannelUserPermissionGroupManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] ?? $this->getChannelUserPermissionGroupManagerService()));
  2339.         $this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction'] = $instance $instance->setNellappUrlGenerator(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  2340.         $instance->setContainer(($this->privates['.service_locator.tvghQKF'] ?? $this->get_ServiceLocator_TvghQKFService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\IndexAction'$this));
  2341.         return $instance;
  2342.     }
  2343.     /**
  2344.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction' shared autowired service.
  2345.      *
  2346.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction
  2347.      */
  2348.     protected function getNewActionService()
  2349.     {
  2350.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2351.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  2352.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/NewAction.php';
  2353.         $instance = new \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2354.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  2355.         $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  2356.         $instance $instance->setChannelUserPermissionGroupManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] ?? $this->getChannelUserPermissionGroupManagerService()));
  2357.         $this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction'] = $instance $instance->setNellappUrlGenerator(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  2358.         $instance->setContainer(($this->privates['.service_locator.tvghQKF'] ?? $this->get_ServiceLocator_TvghQKFService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\NewAction'$this));
  2359.         return $instance;
  2360.     }
  2361.     /**
  2362.      * Gets the public 'Nellapp\Bundle\SDKBundle\Sync\Routing\Controller\Sync\CollectionAction' shared autowired service.
  2363.      *
  2364.      * @return \Nellapp\Bundle\SDKBundle\Sync\Routing\Controller\Sync\CollectionAction
  2365.      */
  2366.     protected function getCollectionAction2Service()
  2367.     {
  2368.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Controller/Sync/CollectionAction.php';
  2369.         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()));
  2370.     }
  2371.     /**
  2372.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  2373.      *
  2374.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  2375.      */
  2376.     protected function getRedirectControllerService()
  2377.     {
  2378.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  2379.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2380.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  2381.     }
  2382.     /**
  2383.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  2384.      *
  2385.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  2386.      */
  2387.     protected function getTemplateControllerService()
  2388.     {
  2389.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  2390.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2391.     }
  2392.     /**
  2393.      * Gets the public 'app.chat_upload_namer' shared autowired service.
  2394.      *
  2395.      * @return \App\Uploader\ChatUploadNamer
  2396.      */
  2397.     protected function getApp_ChatUploadNamerService()
  2398.     {
  2399.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
  2400.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/UniqidNamer.php';
  2401.         include_once \dirname(__DIR__4).'/src/Uploader/ChatUploadNamer.php';
  2402.         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()));
  2403.     }
  2404.     /**
  2405.      * Gets the public 'bazinga.jstranslation.controller' shared service.
  2406.      *
  2407.      * @return \Bazinga\Bundle\JsTranslationBundle\Controller\Controller
  2408.      */
  2409.     protected function getBazinga_Jstranslation_ControllerService()
  2410.     {
  2411.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php';
  2412.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  2413.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  2414.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  2415.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  2416.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  2417.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  2418.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  2419.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  2420.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  2421.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  2422.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  2423.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  2424.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  2425.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  2426.         $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');
  2427.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  2428.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  2429.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  2430.         $instance->addLoader('yaml'$a);
  2431.         $instance->addLoader('yml'$a);
  2432.         $instance->addLoader('xlf'$b);
  2433.         $instance->addLoader('xliff'$b);
  2434.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  2435.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  2436.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  2437.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  2438.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  2439.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  2440.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  2441.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  2442.         return $instance;
  2443.     }
  2444.     /**
  2445.      * Gets the public 'bazinga.jstranslation.dump_command' shared service.
  2446.      *
  2447.      * @return \Bazinga\Bundle\JsTranslationBundle\Command\DumpCommand
  2448.      */
  2449.     protected function getBazinga_Jstranslation_DumpCommandService()
  2450.     {
  2451.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2452.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Command/DumpCommand.php';
  2453.         $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));
  2454.         $instance->setName('bazinga:js-translation:dump');
  2455.         return $instance;
  2456.     }
  2457.     /**
  2458.      * Gets the public 'bazinga.jstranslation.translation_dumper' shared service.
  2459.      *
  2460.      * @return \Bazinga\Bundle\JsTranslationBundle\Dumper\TranslationDumper
  2461.      */
  2462.     protected function getBazinga_Jstranslation_TranslationDumperService()
  2463.     {
  2464.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Dumper/TranslationDumper.php';
  2465.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  2466.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  2467.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  2468.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  2469.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  2470.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  2471.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  2472.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  2473.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  2474.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  2475.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  2476.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  2477.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  2478.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  2479.         $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', [], []);
  2480.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  2481.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  2482.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  2483.         $instance->addLoader('yaml'$a);
  2484.         $instance->addLoader('yml'$a);
  2485.         $instance->addLoader('xlf'$b);
  2486.         $instance->addLoader('xliff'$b);
  2487.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  2488.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  2489.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  2490.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  2491.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  2492.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  2493.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  2494.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  2495.         return $instance;
  2496.     }
  2497.     /**
  2498.      * Gets the public 'bazinga.jstranslation.translation_finder' shared service.
  2499.      *
  2500.      * @return \Bazinga\Bundle\JsTranslationBundle\Finder\TranslationFinder
  2501.      */
  2502.     protected function getBazinga_Jstranslation_TranslationFinderService()
  2503.     {
  2504.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Finder/TranslationFinder.php';
  2505.         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')]]);
  2506.     }
  2507.     /**
  2508.      * Gets the public 'cache.app' shared service.
  2509.      *
  2510.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2511.      */
  2512.     protected function getCache_AppService()
  2513.     {
  2514.         $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))));
  2515.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2516.         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));
  2517.     }
  2518.     /**
  2519.      * Gets the public 'cache.app_clearer' shared service.
  2520.      *
  2521.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2522.      */
  2523.     protected function getCache_AppClearerService()
  2524.     {
  2525.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2526.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2527.         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())]);
  2528.     }
  2529.     /**
  2530.      * Gets the public 'cache.global_clearer' shared service.
  2531.      *
  2532.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2533.      */
  2534.     protected function getCache_GlobalClearerService()
  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.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())]);
  2539.     }
  2540.     /**
  2541.      * Gets the public 'cache.system' shared service.
  2542.      *
  2543.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2544.      */
  2545.     protected function getCache_SystemService()
  2546.     {
  2547.         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()))));
  2548.     }
  2549.     /**
  2550.      * Gets the public 'cache.system_clearer' shared service.
  2551.      *
  2552.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2553.      */
  2554.     protected function getCache_SystemClearerService()
  2555.     {
  2556.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2557.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2558.         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())]);
  2559.     }
  2560.     /**
  2561.      * Gets the public 'cache.validator_expression_language' shared service.
  2562.      *
  2563.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2564.      */
  2565.     protected function getCache_ValidatorExpressionLanguageService()
  2566.     {
  2567.         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()))));
  2568.     }
  2569.     /**
  2570.      * Gets the public 'cache_warmer' shared service.
  2571.      *
  2572.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  2573.      */
  2574.     protected function getCacheWarmerService()
  2575.     {
  2576.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2577.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  2578.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  2579.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  2580.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  2581.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  2582.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  2583.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  2584.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  2585.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  2586.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  2587.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  2588.             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'))));
  2589.         }, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  2590.     }
  2591.     /**
  2592.      * Gets the public 'console.command_loader' shared service.
  2593.      *
  2594.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  2595.      */
  2596.     protected function getConsole_CommandLoaderService()
  2597.     {
  2598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  2599.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  2600.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2601.             'App\\Command\\Cron\\CreateOrDeleteCanalFromSessions' => ['privates''.App\\Command\\Cron\\CreateOrDeleteCanalFromSessions.lazy''getCreateOrDeleteCanalFromSessions_LazyService'false],
  2602.             'App\\Command\\Cron\\DeleteOldChatMessageCommand' => ['privates''.App\\Command\\Cron\\DeleteOldChatMessageCommand.lazy''getDeleteOldChatMessageCommand_LazyService'false],
  2603.             'App\\Command\\Cron\\DeleteOldConversationCommand' => ['privates''.App\\Command\\Cron\\DeleteOldConversationCommand.lazy''getDeleteOldConversationCommand_LazyService'false],
  2604.             'App\\Command\\Cron\\ManageConversationUsersForCursusCommand' => ['privates''.App\\Command\\Cron\\ManageConversationUsersForCursusCommand.lazy''getManageConversationUsersForCursusCommand_LazyService'false],
  2605.             'App\\Command\\GenerateHashtagUserCommand' => ['privates''.App\\Command\\GenerateHashtagUserCommand.lazy''getGenerateHashtagUserCommand_LazyService'false],
  2606.             'App\\Command\\GenerateReferentAndServiceConversationsForActiveCursusCommand' => ['privates''.App\\Command\\GenerateReferentAndServiceConversationsForActiveCursusCommand.lazy''getGenerateReferentAndServiceConversationsForActiveCursusCommand_LazyService'false],
  2607.             'App\\Command\\InitChannelCanalCommand' => ['privates''.App\\Command\\InitChannelCanalCommand.lazy''getInitChannelCanalCommand_LazyService'false],
  2608.             'App\\Command\\InitResourcesCommand' => ['privates''.App\\Command\\InitResourcesCommand.lazy''getInitResourcesCommand_LazyService'false],
  2609.             'App\\Command\\InitSimpleConversationsCommand' => ['privates''.App\\Command\\InitSimpleConversationsCommand.lazy''getInitSimpleConversationsCommand_LazyService'false],
  2610.             'App\\Command\\TestStringCommand' => ['privates''.App\\Command\\TestStringCommand.lazy''getTestStringCommand_LazyService'false],
  2611.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  2612.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  2613.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  2614.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  2615.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  2616.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  2617.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  2618.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  2619.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  2620.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  2621.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  2622.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  2623.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  2624.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  2625.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  2626.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  2627.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  2628.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  2629.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  2630.             'console.command.messenger_failed_messages_retry' => ['privates''.console.command.messenger_failed_messages_retry.lazy''get_Console_Command_MessengerFailedMessagesRetry_LazyService'false],
  2631.             'console.command.messenger_failed_messages_show' => ['privates''.console.command.messenger_failed_messages_show.lazy''get_Console_Command_MessengerFailedMessagesShow_LazyService'false],
  2632.             'console.command.messenger_failed_messages_remove' => ['privates''.console.command.messenger_failed_messages_remove.lazy''get_Console_Command_MessengerFailedMessagesRemove_LazyService'false],
  2633.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  2634.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  2635.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  2636.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  2637.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  2638.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  2639.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  2640.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  2641.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  2642.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  2643.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  2644.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  2645.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  2646.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  2647.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  2648.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  2649.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  2650.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  2651.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  2652.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  2653.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  2654.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  2655.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  2656.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  2657.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  2658.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  2659.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  2660.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  2661.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  2662.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  2663.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  2664.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  2665.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  2666.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  2667.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  2668.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  2669.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  2670.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  2671.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  2672.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  2673.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  2674.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  2675.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  2676.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  2677.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  2678.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  2679.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  2680.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  2681.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  2682.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  2683.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  2684.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  2685.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  2686.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  2687.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  2688.             '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],
  2689.             'nelmio_api_doc.command.dump' => ['services''nelmio_api_doc.command.dump''getNelmioApiDoc_Command_DumpService'false],
  2690.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand.lazy''getCheckChannelMenuDisplayedCommand_LazyService'false],
  2691.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand.lazy''getCleanExpiredChannelResourcePermissionCommand_LazyService'false],
  2692.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand' => ['privates''Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand''getFailedMessageCommandService'false],
  2693.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand.lazy''getFullRefreshClassCommand_LazyService'false],
  2694.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand.lazy''getRefreshClassCommand_LazyService'false],
  2695.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand.lazy''getRefreshOneCommand_LazyService'false],
  2696.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand.lazy''getUserFromChannelCommand_LazyService'false],
  2697.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand.lazy''getSyncOneCommand_LazyService'false],
  2698.             'liip_imagine.command.cache_remove' => ['privates''liip_imagine.command.cache_remove''getLiipImagine_Command_CacheRemoveService'false],
  2699.             'liip_imagine.command.cache_resolve' => ['privates''liip_imagine.command.cache_resolve''getLiipImagine_Command_CacheResolveService'false],
  2700.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => ['privates''Sentry\\SentryBundle\\Command\\SentryTestCommand''getSentryTestCommandService'false],
  2701.             'DrosalysWeb\\Bundle\\WebSocketBundle\\Command\\ServerRunCommand' => ['privates''DrosalysWeb\\Bundle\\WebSocketBundle\\Command\\ServerRunCommand''getServerRunCommandService'false],
  2702.             'bazinga.jstranslation.dump_command' => ['services''bazinga.jstranslation.dump_command''getBazinga_Jstranslation_DumpCommandService'false],
  2703.             'oneup_uploader.command.clear_chunks' => ['privates''oneup_uploader.command.clear_chunks''getOneupUploader_Command_ClearChunksService'false],
  2704.             'oneup_uploader.command.clear_orphans' => ['privates''oneup_uploader.command.clear_orphans''getOneupUploader_Command_ClearOrphansService'false],
  2705.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  2706.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  2707.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  2708.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  2709.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  2710.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  2711.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  2712.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  2713.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  2714.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  2715.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  2716.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  2717.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  2718.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  2719.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  2720.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  2721.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  2722.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  2723.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  2724.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  2725.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  2726.         ], [
  2727.             'App\\Command\\Cron\\CreateOrDeleteCanalFromSessions' => '?',
  2728.             'App\\Command\\Cron\\DeleteOldChatMessageCommand' => '?',
  2729.             'App\\Command\\Cron\\DeleteOldConversationCommand' => '?',
  2730.             'App\\Command\\Cron\\ManageConversationUsersForCursusCommand' => '?',
  2731.             'App\\Command\\GenerateHashtagUserCommand' => '?',
  2732.             'App\\Command\\GenerateReferentAndServiceConversationsForActiveCursusCommand' => '?',
  2733.             'App\\Command\\InitChannelCanalCommand' => '?',
  2734.             'App\\Command\\InitResourcesCommand' => '?',
  2735.             'App\\Command\\InitSimpleConversationsCommand' => '?',
  2736.             'App\\Command\\TestStringCommand' => '?',
  2737.             'console.command.about' => '?',
  2738.             'console.command.assets_install' => '?',
  2739.             'console.command.cache_clear' => '?',
  2740.             'console.command.cache_pool_clear' => '?',
  2741.             'console.command.cache_pool_prune' => '?',
  2742.             'console.command.cache_pool_delete' => '?',
  2743.             'console.command.cache_pool_list' => '?',
  2744.             'console.command.cache_warmup' => '?',
  2745.             'console.command.config_debug' => '?',
  2746.             'console.command.config_dump_reference' => '?',
  2747.             'console.command.container_debug' => '?',
  2748.             'console.command.container_lint' => '?',
  2749.             'console.command.debug_autowiring' => '?',
  2750.             'console.command.dotenv_debug' => '?',
  2751.             'console.command.event_dispatcher_debug' => '?',
  2752.             'console.command.messenger_consume_messages' => '?',
  2753.             'console.command.messenger_setup_transports' => '?',
  2754.             'console.command.messenger_debug' => '?',
  2755.             'console.command.messenger_stop_workers' => '?',
  2756.             'console.command.messenger_failed_messages_retry' => '?',
  2757.             'console.command.messenger_failed_messages_show' => '?',
  2758.             'console.command.messenger_failed_messages_remove' => '?',
  2759.             'console.command.router_debug' => '?',
  2760.             'console.command.router_match' => '?',
  2761.             'console.command.translation_debug' => '?',
  2762.             'console.command.translation_extract' => '?',
  2763.             'console.command.validator_debug' => '?',
  2764.             'console.command.translation_pull' => '?',
  2765.             'console.command.translation_push' => '?',
  2766.             'console.command.xliff_lint' => '?',
  2767.             'console.command.yaml_lint' => '?',
  2768.             'console.command.form_debug' => '?',
  2769.             'console.command.secrets_set' => '?',
  2770.             'console.command.secrets_remove' => '?',
  2771.             'console.command.secrets_generate_key' => '?',
  2772.             'console.command.secrets_list' => '?',
  2773.             'console.command.secrets_decrypt_to_local' => '?',
  2774.             'console.command.secrets_encrypt_from_local' => '?',
  2775.             'twig.command.debug' => '?',
  2776.             'twig.command.lint' => '?',
  2777.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  2778.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  2779.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  2780.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  2781.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  2782.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  2783.             'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  2784.             'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  2785.             'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  2786.             'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  2787.             'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  2788.             'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  2789.             'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  2790.             'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  2791.             'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  2792.             'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  2793.             'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  2794.             'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  2795.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  2796.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  2797.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  2798.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  2799.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  2800.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  2801.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  2802.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  2803.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  2804.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  2805.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  2806.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  2807.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  2808.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  2809.             'security.command.debug_firewall' => '?',
  2810.             'security.command.user_password_encoder' => '?',
  2811.             'security.command.user_password_hash' => '?',
  2812.             'var_dumper.command.server_dump' => '?',
  2813.             'monolog.command.server_log' => '?',
  2814.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'Hautelook\\AliceBundle\\Console\\Command\\Doctrine\\DoctrineOrmLoadDataFixturesCommand',
  2815.             'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  2816.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand' => '?',
  2817.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand' => '?',
  2818.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand' => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand',
  2819.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand' => '?',
  2820.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand' => '?',
  2821.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand' => '?',
  2822.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand' => '?',
  2823.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand' => '?',
  2824.             'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
  2825.             'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
  2826.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand',
  2827.             'DrosalysWeb\\Bundle\\WebSocketBundle\\Command\\ServerRunCommand' => 'DrosalysWeb\\Bundle\\WebSocketBundle\\Command\\ServerRunCommand',
  2828.             'bazinga.jstranslation.dump_command' => 'Bazinga\\Bundle\\JsTranslationBundle\\Command\\DumpCommand',
  2829.             'oneup_uploader.command.clear_chunks' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  2830.             'oneup_uploader.command.clear_orphans' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  2831.             'maker.auto_command.make_auth' => '?',
  2832.             'maker.auto_command.make_command' => '?',
  2833.             'maker.auto_command.make_controller' => '?',
  2834.             'maker.auto_command.make_crud' => '?',
  2835.             'maker.auto_command.make_docker_database' => '?',
  2836.             'maker.auto_command.make_entity' => '?',
  2837.             'maker.auto_command.make_fixtures' => '?',
  2838.             'maker.auto_command.make_form' => '?',
  2839.             'maker.auto_command.make_message' => '?',
  2840.             'maker.auto_command.make_messenger_middleware' => '?',
  2841.             'maker.auto_command.make_registration_form' => '?',
  2842.             'maker.auto_command.make_reset_password' => '?',
  2843.             'maker.auto_command.make_serializer_encoder' => '?',
  2844.             'maker.auto_command.make_serializer_normalizer' => '?',
  2845.             'maker.auto_command.make_subscriber' => '?',
  2846.             'maker.auto_command.make_twig_extension' => '?',
  2847.             'maker.auto_command.make_test' => '?',
  2848.             'maker.auto_command.make_validator' => '?',
  2849.             'maker.auto_command.make_voter' => '?',
  2850.             'maker.auto_command.make_user' => '?',
  2851.             'maker.auto_command.make_migration' => '?',
  2852.         ]), ['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']);
  2853.     }
  2854.     /**
  2855.      * Gets the public 'container.env_var_processors_locator' shared service.
  2856.      *
  2857.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2858.      */
  2859.     protected function getContainer_EnvVarProcessorsLocatorService()
  2860.     {
  2861.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2862.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2863.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2864.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2865.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2866.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2867.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2868.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2869.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2870.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2871.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2872.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2873.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2874.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2875.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2876.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2877.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2878.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2879.         ], [
  2880.             'base64' => '?',
  2881.             'bool' => '?',
  2882.             'const' => '?',
  2883.             'csv' => '?',
  2884.             'default' => '?',
  2885.             'file' => '?',
  2886.             'float' => '?',
  2887.             'int' => '?',
  2888.             'json' => '?',
  2889.             'key' => '?',
  2890.             'not' => '?',
  2891.             'query_string' => '?',
  2892.             'require' => '?',
  2893.             'resolve' => '?',
  2894.             'string' => '?',
  2895.             'trim' => '?',
  2896.             'url' => '?',
  2897.         ]);
  2898.     }
  2899.     /**
  2900.      * Gets the public 'data_collector.dump' shared service.
  2901.      *
  2902.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  2903.      */
  2904.     protected function getDataCollector_DumpService()
  2905.     {
  2906.         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()));
  2907.     }
  2908.     /**
  2909.      * Gets the public 'default_filesystem' shared service.
  2910.      *
  2911.      * @return \League\Flysystem\Filesystem
  2912.      */
  2913.     protected function getDefaultFilesystemService()
  2914.     {
  2915.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  2916.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  2917.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  2918.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/CalculateChecksumFromStream.php';
  2919.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Filesystem.php';
  2920.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemAdapter.php';
  2921.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/ChecksumProvider.php';
  2922.         include_once \dirname(__DIR__4).'/vendor/league/flysystem-local/LocalFilesystemAdapter.php';
  2923.         return $this->services['default_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__3).'/uploads'), NULL22NULLfalse), []);
  2924.     }
  2925.     /**
  2926.      * Gets the public 'doctrine' shared service.
  2927.      *
  2928.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  2929.      */
  2930.     protected function getDoctrineService()
  2931.     {
  2932.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  2933.     }
  2934.     /**
  2935.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  2936.      *
  2937.      * @return \Doctrine\DBAL\Connection
  2938.      */
  2939.     protected function getDoctrine_Dbal_DefaultConnectionService()
  2940.     {
  2941.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  2942.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  2943.             return $this->services['doctrine.dbal.default_connection'];
  2944.         }
  2945.         $b = new \Doctrine\DBAL\Configuration();
  2946.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  2947.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2948.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2949.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  2950.         $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))));
  2951.         $d->setConnectionName('default');
  2952.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  2953.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
  2954.         $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())))]);
  2955.         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, []);
  2956.     }
  2957.     /**
  2958.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  2959.      *
  2960.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  2961.      */
  2962.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  2963.     {
  2964.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2965.             'App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''getAbstractCursusSubscriberService'false],
  2966.             'App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber''getCanalSubscriberService'false],
  2967.             'App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber''getChannelSubscriberService'false],
  2968.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber''getChannelUserDataSubscriberService'false],
  2969.             'App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber''getChatNotificationSubscriberService'false],
  2970.             'App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber''getConversationSubscriberService'false],
  2971.             'App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber''getConversationUserSubscriberService'false],
  2972.             'App\\Doctrine\\EventEntitySubscriber\\FileSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\FileSubscriber''getFileSubscriberService'false],
  2973.             'App\\Doctrine\\EventEntitySubscriber\\GroupSubscriberAbstract' => ['privates''App\\Doctrine\\EventEntitySubscriber\\GroupSubscriberAbstract''getGroupSubscriberAbstractService'false],
  2974.             'App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber''getMessageSubscriberService'false],
  2975.             'App\\Doctrine\\EventEntitySubscriber\\PlaceSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\PlaceSubscriber''getPlaceSubscriberService'false],
  2976.             'App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber''getServiceConversationSubscriberService'false],
  2977.             'App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber''getServiceSubscriberService'false],
  2978.             'App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''getSessionReferentsSubscriberService'false],
  2979.             'App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''getSessionSubscriberService'false],
  2980.             'App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract' => ['privates''App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract''getTrainingSubscriberAbstractService'false],
  2981.             'App\\Doctrine\\EventEntitySubscriber\\UserSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\UserSubscriber''getUserSubscriberService'false],
  2982.         ], [
  2983.             'App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber' => '?',
  2984.             'App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber' => '?',
  2985.             'App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber' => '?',
  2986.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber' => '?',
  2987.             'App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber' => '?',
  2988.             'App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber' => '?',
  2989.             'App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber' => '?',
  2990.             'App\\Doctrine\\EventEntitySubscriber\\FileSubscriber' => '?',
  2991.             'App\\Doctrine\\EventEntitySubscriber\\GroupSubscriberAbstract' => '?',
  2992.             'App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber' => '?',
  2993.             'App\\Doctrine\\EventEntitySubscriber\\PlaceSubscriber' => '?',
  2994.             'App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber' => '?',
  2995.             'App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber' => '?',
  2996.             'App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber' => '?',
  2997.             'App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber' => '?',
  2998.             'App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract' => '?',
  2999.             'App\\Doctrine\\EventEntitySubscriber\\UserSubscriber' => '?',
  3000.         ]));
  3001.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber');
  3002.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber');
  3003.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber');
  3004.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber');
  3005.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber');
  3006.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber''App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber');
  3007.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber');
  3008.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber');
  3009.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber');
  3010.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber');
  3011.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber');
  3012.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber''App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber');
  3013.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber''App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber');
  3014.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber''App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber');
  3015.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber''App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber');
  3016.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber''App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber');
  3017.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\FileSubscriber''App\\Doctrine\\EventEntitySubscriber\\FileSubscriber');
  3018.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\GroupSubscriberAbstract''App\\Doctrine\\EventEntitySubscriber\\GroupSubscriberAbstract');
  3019.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber''App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber');
  3020.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\PlaceSubscriber''App\\Doctrine\\EventEntitySubscriber\\PlaceSubscriber');
  3021.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber''App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber');
  3022.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber''App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber');
  3023.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber''App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber');
  3024.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber''App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber');
  3025.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber');
  3026.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber');
  3027.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber');
  3028.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber');
  3029.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber');
  3030.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber');
  3031.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber');
  3032.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber');
  3033.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber');
  3034.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract''App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract');
  3035.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\UserSubscriber''App\\Doctrine\\EventEntitySubscriber\\UserSubscriber');
  3036.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\UserSubscriber''App\\Doctrine\\EventEntitySubscriber\\UserSubscriber');
  3037.         return $instance;
  3038.     }
  3039.     /**
  3040.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  3041.      *
  3042.      * @return \Doctrine\ORM\EntityManager
  3043.      */
  3044.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  3045.     {
  3046.         if ($lazyLoad) {
  3047.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  3048.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3049.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  3050.                     $proxy->setProxyInitializer(null);
  3051.                     return true;
  3052.                 });
  3053.             });
  3054.         }
  3055.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  3056.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  3057.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  3058.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  3059.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  3060.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  3061.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  3062.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  3063.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  3064.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  3065.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  3066.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  3067.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  3068.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  3069.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  3070.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/RepositoryFactoryCompatibility.php';
  3071.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  3072.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  3073.         $a = new \Doctrine\ORM\Configuration();
  3074.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  3075.         $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)));
  3076.         $b->addDriver($c'App\\Entity');
  3077.         $b->addDriver($c'Nellapp\\Bundle\\SDKBundle\\Entity');
  3078.         $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');
  3079.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Entity')], false), 'Nellapp\\Bundle\\SDKBundle\\Auth\\Entity');
  3080.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Entity')], false), 'Nellapp\\Bundle\\SDKBundle\\Channel\\Entity');
  3081.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Entity')], false), 'Nellapp\\Bundle\\SDKBundle\\Permission\\Entity');
  3082.         $a->setEntityNamespaces(['App' => 'App\\Entity''NellappSDKBundle' => 'Nellapp\\Bundle\\SDKBundle\\Entity']);
  3083.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3084.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  3085.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  3086.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3087.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  3088.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  3089.         ], [
  3090.             'doctrine.ulid_generator' => '?',
  3091.             'doctrine.uuid_generator' => '?',
  3092.         ])));
  3093.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  3094.         $a->setProxyNamespace('Proxies');
  3095.         $a->setAutoGenerateProxyClasses(true);
  3096.         $a->setSchemaIgnoreClasses([]);
  3097.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  3098.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  3099.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  3100.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  3101.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  3102.         $a->setLazyGhostObjectEnabled(false);
  3103.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3104.             'App\\Repository\\Account\\NotificationRepository' => ['privates''App\\Repository\\Account\\NotificationRepository''getNotificationRepositoryService'false],
  3105.             'App\\Repository\\Account\\UserRepository' => ['privates''App\\Repository\\Account\\UserRepository''getUserRepositoryService'false],
  3106.             'App\\Repository\\ChannelUserData\\AbstractCursusRepository' => ['privates''App\\Repository\\ChannelUserData\\AbstractCursusRepository''getAbstractCursusRepositoryService'false],
  3107.             'App\\Repository\\ChannelUserData\\ChannelUserDataRepository' => ['privates''App\\Repository\\ChannelUserData\\ChannelUserDataRepository''getChannelUserDataRepositoryService'false],
  3108.             'App\\Repository\\Channel\\ChannelRepository' => ['privates''App\\Repository\\Channel\\ChannelRepository''getChannelRepositoryService'false],
  3109.             'App\\Repository\\Channel\\ChannelUserServicePermissionRepository' => ['privates''App\\Repository\\Channel\\ChannelUserServicePermissionRepository''getChannelUserServicePermissionRepositoryService'false],
  3110.             'App\\Repository\\Channel\\ChannelUserSessionPermissionRepository' => ['privates''App\\Repository\\Channel\\ChannelUserSessionPermissionRepository''getChannelUserSessionPermissionRepositoryService'false],
  3111.             'App\\Repository\\Channel\\ChannelWhiteLabelRepository' => ['privates''App\\Repository\\Channel\\ChannelWhiteLabelRepository''getChannelWhiteLabelRepositoryService'false],
  3112.             'App\\Repository\\Channel\\GroupRepository' => ['privates''App\\Repository\\Channel\\GroupRepository''getGroupRepositoryService'false],
  3113.             'App\\Repository\\Channel\\PlaceRepository' => ['privates''App\\Repository\\Channel\\PlaceRepository''getPlaceRepositoryService'false],
  3114.             'App\\Repository\\Channel\\ServiceRepository' => ['privates''App\\Repository\\Channel\\ServiceRepository''getServiceRepositoryService'false],
  3115.             'App\\Repository\\Channel\\SessionRepository' => ['privates''App\\Repository\\Channel\\SessionRepository''getSessionRepositoryService'false],
  3116.             'App\\Repository\\Channel\\TrainingRepository' => ['privates''App\\Repository\\Channel\\TrainingRepository''getTrainingRepositoryService'false],
  3117.             'App\\Repository\\Chat\\CanalRepository' => ['privates''App\\Repository\\Chat\\CanalRepository''getCanalRepositoryService'false],
  3118.             'App\\Repository\\Chat\\ChatNotificationRepository' => ['privates''App\\Repository\\Chat\\ChatNotificationRepository''getChatNotificationRepositoryService'false],
  3119.             'App\\Repository\\Chat\\ConversationRepository' => ['privates''App\\Repository\\Chat\\ConversationRepository''getConversationRepositoryService'false],
  3120.             'App\\Repository\\Chat\\ConversationUserRepository' => ['privates''App\\Repository\\Chat\\ConversationUserRepository''getConversationUserRepositoryService'false],
  3121.             'App\\Repository\\Chat\\FileMessageRepository' => ['privates''App\\Repository\\Chat\\FileMessageRepository''getFileMessageRepositoryService'false],
  3122.             'App\\Repository\\Chat\\FileRepository' => ['privates''App\\Repository\\Chat\\FileRepository''getFileRepositoryService'false],
  3123.             'App\\Repository\\Chat\\MessageRepository' => ['privates''App\\Repository\\Chat\\MessageRepository''getMessageRepositoryService'false],
  3124.             'App\\Repository\\Chat\\MessageUserRepository' => ['privates''App\\Repository\\Chat\\MessageUserRepository''getMessageUserRepositoryService'false],
  3125.             'App\\Repository\\Chat\\ServiceConversationRepository' => ['privates''App\\Repository\\Chat\\ServiceConversationRepository''getServiceConversationRepositoryService'false],
  3126.             'App\\Repository\\Chat\\TemporaryCanalRepository' => ['privates''App\\Repository\\Chat\\TemporaryCanalRepository''getTemporaryCanalRepositoryService'false],
  3127.             'App\\Repository\\ResourceRepository' => ['privates''App\\Repository\\ResourceRepository''getResourceRepositoryService'false],
  3128.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\ChannelUserRoleRepository' => ['privates''Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\ChannelUserRoleRepository''getChannelUserRoleRepositoryService'false],
  3129.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository' => ['privates''Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository''getUserFromChannelRepositoryService'false],
  3130.         ], [
  3131.             'App\\Repository\\Account\\NotificationRepository' => '?',
  3132.             'App\\Repository\\Account\\UserRepository' => '?',
  3133.             'App\\Repository\\ChannelUserData\\AbstractCursusRepository' => '?',
  3134.             'App\\Repository\\ChannelUserData\\ChannelUserDataRepository' => '?',
  3135.             'App\\Repository\\Channel\\ChannelRepository' => '?',
  3136.             'App\\Repository\\Channel\\ChannelUserServicePermissionRepository' => '?',
  3137.             'App\\Repository\\Channel\\ChannelUserSessionPermissionRepository' => '?',
  3138.             'App\\Repository\\Channel\\ChannelWhiteLabelRepository' => '?',
  3139.             'App\\Repository\\Channel\\GroupRepository' => '?',
  3140.             'App\\Repository\\Channel\\PlaceRepository' => '?',
  3141.             'App\\Repository\\Channel\\ServiceRepository' => '?',
  3142.             'App\\Repository\\Channel\\SessionRepository' => '?',
  3143.             'App\\Repository\\Channel\\TrainingRepository' => '?',
  3144.             'App\\Repository\\Chat\\CanalRepository' => '?',
  3145.             'App\\Repository\\Chat\\ChatNotificationRepository' => '?',
  3146.             'App\\Repository\\Chat\\ConversationRepository' => '?',
  3147.             'App\\Repository\\Chat\\ConversationUserRepository' => '?',
  3148.             'App\\Repository\\Chat\\FileMessageRepository' => '?',
  3149.             'App\\Repository\\Chat\\FileRepository' => '?',
  3150.             'App\\Repository\\Chat\\MessageRepository' => '?',
  3151.             'App\\Repository\\Chat\\MessageUserRepository' => '?',
  3152.             'App\\Repository\\Chat\\ServiceConversationRepository' => '?',
  3153.             'App\\Repository\\Chat\\TemporaryCanalRepository' => '?',
  3154.             'App\\Repository\\ResourceRepository' => '?',
  3155.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\ChannelUserRoleRepository' => '?',
  3156.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository' => '?',
  3157.         ])));
  3158.         $a->addCustomStringFunction('FIND_IN_SET''DoctrineExtensions\\Query\\Mysql\\FindInSet');
  3159.         $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()));
  3160.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  3161.         return $instance;
  3162.     }
  3163.     /**
  3164.      * Gets the public 'error_controller' shared service.
  3165.      *
  3166.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  3167.      */
  3168.     protected function getErrorControllerService()
  3169.     {
  3170.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  3171.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  3172.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  3173.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  3174.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  3175.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3176.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  3177.     }
  3178.     /**
  3179.      * Gets the public 'event_dispatcher' shared service.
  3180.      *
  3181.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  3182.      */
  3183.     protected function getEventDispatcherService()
  3184.     {
  3185.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  3186.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3187.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  3188.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3189.         $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())));
  3190.         $instance->addListener('oneup_uploader.post_upload', [=> function () {
  3191.             return ($this->privates['app.pre_upload_listener'] ?? ($this->privates['app.pre_upload_listener'] = new \App\Uploader\Event\PostUploadListener()));
  3192.         }, => 'postUpload'], 0);
  3193.         $instance->addListener('oneup_uploader.validation', [=> function () {
  3194.             return ($this->privates['app.upload_validation_listener'] ?? $this->getApp_UploadValidationListenerService());
  3195.         }, => 'onValidate'], 0);
  3196.         $instance->addListener('kernel.controller', [=> function () {
  3197.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  3198.         }, => 'onKernelController'], 0);
  3199.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3200.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  3201.         }, => 'checkPassport'], 1024);
  3202.         $instance->addListener('kernel.response', [=> function () {
  3203.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  3204.         }, => 'onKernelResponse'], 0);
  3205.         $instance->addListener('kernel.exception', [=> function () {
  3206.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  3207.         }, => 'onKernelException'], 0);
  3208.         $instance->addListener('kernel.request', [=> function () {
  3209.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  3210.         }, => 'onKernelRequest'], 0);
  3211.         $instance->addListener('console.command', [=> function () {
  3212.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  3213.         }, => 'handleConsoleCommandEvent'], 128);
  3214.         $instance->addListener('console.terminate', [=> function () {
  3215.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  3216.         }, => 'handleConsoleTerminateEvent'], -64);
  3217.         $instance->addListener('console.error', [=> function () {
  3218.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  3219.         }, => 'handleConsoleErrorEvent'], -64);
  3220.         $instance->addListener('kernel.exception', [=> function () {
  3221.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->getErrorListenerService());
  3222.         }, => 'handleExceptionEvent'], 128);
  3223.         $instance->addListener('kernel.request', [=> function () {
  3224.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  3225.         }, => 'handleKernelRequestEvent'], 5);
  3226.         $instance->addListener('kernel.controller', [=> function () {
  3227.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  3228.         }, => 'handleKernelControllerEvent'], 10);
  3229.         $instance->addListener('kernel.request', [=> function () {
  3230.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  3231.         }, => 'handleKernelRequestEvent'], 3);
  3232.         $instance->addListener('kernel.finish_request', [=> function () {
  3233.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  3234.         }, => 'handleKernelFinishRequestEvent'], 5);
  3235.         $instance->addListener('kernel.request', [=> function () {
  3236.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  3237.         }, => 'handleKernelRequestEvent'], 4);
  3238.         $instance->addListener('kernel.response', [=> function () {
  3239.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  3240.         }, => 'handleKernelResponseEvent'], 15);
  3241.         $instance->addListener('kernel.terminate', [=> function () {
  3242.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  3243.         }, => 'handleKernelTerminateEvent'], 5);
  3244.         $instance->addListener('kernel.request', [=> function () {
  3245.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  3246.         }, => 'handleKernelRequestEvent'], 2);
  3247.         $instance->addListener('kernel.finish_request', [=> function () {
  3248.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  3249.         }, => 'handleKernelFinishRequestEvent'], 10);
  3250.         $instance->addListener('kernel.response', [=> function () {
  3251.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  3252.         }, => 'handleKernelResponseEvent'], 15);
  3253.         $instance->addListener('console.command', [=> function () {
  3254.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  3255.         }, => 'handleConsoleCommandEvent'], 118);
  3256.         $instance->addListener('console.terminate', [=> function () {
  3257.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  3258.         }, => 'handleConsoleTerminateEvent'], -54);
  3259.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3260.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  3261.         }, => 'handleWorkerMessageFailedEvent'], 50);
  3262.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  3263.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  3264.         }, => 'handleWorkerMessageHandledEvent'], 50);
  3265.         $instance->addListener('kernel.request', [=> function () {
  3266.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  3267.         }, => 'handleKernelRequestEvent'], 0);
  3268.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3269.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  3270.         }, => 'handleLoginSuccessEvent'], 0);
  3271.         $instance->addListener('oneup_uploader.validation', [=> function () {
  3272.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] = new \Oneup\UploaderBundle\EventListener\MaxSizeValidationListener()));
  3273.         }, => 'onValidate'], 0);
  3274.         $instance->addListener('oneup_uploader.validation', [=> function () {
  3275.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] = new \Oneup\UploaderBundle\EventListener\AllowedMimetypeAndExtensionValidationListener()));
  3276.         }, => 'onValidate'], 0);
  3277.         $instance->addListener('oneup_uploader.validation', [=> function () {
  3278.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] = new \Oneup\UploaderBundle\EventListener\DisallowedMimetypeValidationListener()));
  3279.         }, => 'onValidate'], 0);
  3280.         $instance->addListener('spiriit_filter.prepare', [=> function () {
  3281.             return ($this->services['spiriit_form_filter.filter_prepare'] ?? ($this->services['spiriit_form_filter.filter_prepare'] = new \Spiriit\Bundle\FormFilterBundle\Event\Listener\PrepareListener()));
  3282.         }, => 'onFilterBuilderPrepare'], 0);
  3283.         $instance->addListener('spiriit_filter.apply_filters.orm', [=> function () {
  3284.             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')));
  3285.         }, => 'onApplyFilterCondition'], 0);
  3286.         $instance->addListener('kernel.response', [=> function () {
  3287.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  3288.         }, => 'onKernelResponse'], 0);
  3289.         $instance->addListener('kernel.response', [=> function () {
  3290.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  3291.         }, => 'onKernelResponse'], -1024);
  3292.         $instance->addListener('kernel.request', [=> function () {
  3293.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3294.         }, => 'setDefaultLocale'], 100);
  3295.         $instance->addListener('kernel.request', [=> function () {
  3296.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3297.         }, => 'onKernelRequest'], 16);
  3298.         $instance->addListener('kernel.finish_request', [=> function () {
  3299.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3300.         }, => 'onKernelFinishRequest'], 0);
  3301.         $instance->addListener('kernel.request', [=> function () {
  3302.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  3303.         }, => 'onKernelRequest'], 256);
  3304.         $instance->addListener('kernel.response', [=> function () {
  3305.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  3306.         }, => 'onResponse'], -255);
  3307.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3308.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3309.         }, => 'onControllerArguments'], 0);
  3310.         $instance->addListener('kernel.exception', [=> function () {
  3311.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3312.         }, => 'logKernelException'], 0);
  3313.         $instance->addListener('kernel.exception', [=> function () {
  3314.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3315.         }, => 'onKernelException'], -128);
  3316.         $instance->addListener('kernel.response', [=> function () {
  3317.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3318.         }, => 'removeCspHeader'], -128);
  3319.         $instance->addListener('kernel.request', [=> function () {
  3320.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3321.         }, => 'onKernelRequest'], 15);
  3322.         $instance->addListener('kernel.finish_request', [=> function () {
  3323.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3324.         }, => 'onKernelFinishRequest'], -15);
  3325.         $instance->addListener('console.error', [=> function () {
  3326.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3327.         }, => 'onConsoleError'], -128);
  3328.         $instance->addListener('console.terminate', [=> function () {
  3329.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3330.         }, => 'onConsoleTerminate'], -128);
  3331.         $instance->addListener('console.error', [=> function () {
  3332.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  3333.         }, => 'onConsoleError'], 0);
  3334.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3335.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  3336.         }, => 'onMessage'], -255);
  3337.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3338.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  3339.         }, => 'onMessage'], -255);
  3340.         $instance->addListener('kernel.request', [=> function () {
  3341.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3342.         }, => 'configure'], 2048);
  3343.         $instance->addListener('console.command', [=> function () {
  3344.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3345.         }, => 'configure'], 2048);
  3346.         $instance->addListener('kernel.request', [=> function () {
  3347.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3348.         }, => 'onKernelRequest'], 32);
  3349.         $instance->addListener('kernel.finish_request', [=> function () {
  3350.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3351.         }, => 'onKernelFinishRequest'], 0);
  3352.         $instance->addListener('kernel.exception', [=> function () {
  3353.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3354.         }, => 'onKernelException'], -64);
  3355.         $instance->addListener('kernel.response', [=> function () {
  3356.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  3357.         }, => 'onKernelResponse'], 0);
  3358.         $instance->addListener('kernel.request', [=> function () {
  3359.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3360.         }, => 'onKernelRequest'], 128);
  3361.         $instance->addListener('kernel.response', [=> function () {
  3362.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3363.         }, => 'onKernelResponse'], -1000);
  3364.         $instance->addListener('kernel.finish_request', [=> function () {
  3365.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3366.         }, => 'onFinishRequest'], 0);
  3367.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3368.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  3369.         }, => 'onMessageFailed'], 100);
  3370.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3371.             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()));
  3372.         }, => 'onMessageFailed'], 200);
  3373.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3374.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->getMessenger_Failure_SendFailedMessageToFailureTransportListenerService());
  3375.         }, => 'onMessageFailed'], -100);
  3376.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  3377.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  3378.         }, => 'onWorkerStarted'], 0);
  3379.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  3380.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  3381.         }, => 'onWorkerRunning'], 0);
  3382.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3383.             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()));
  3384.         }, => 'onMessageFailed'], 0);
  3385.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  3386.             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()));
  3387.         }, => 'onWorkerRunning'], 0);
  3388.         $instance->addListener('kernel.response', [=> function () {
  3389.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3390.         }, => 'onKernelResponse'], -100);
  3391.         $instance->addListener('kernel.exception', [=> function () {
  3392.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3393.         }, => 'onKernelException'], 0);
  3394.         $instance->addListener('kernel.terminate', [=> function () {
  3395.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3396.         }, => 'onKernelTerminate'], -1024);
  3397.         $instance->addListener('kernel.controller', [=> function () {
  3398.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3399.         }, => 'onKernelController'], 0);
  3400.         $instance->addListener('kernel.response', [=> function () {
  3401.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3402.         }, => 'onKernelResponse'], 0);
  3403.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3404.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  3405.         }, => 'onMessage'], 0);
  3406.         $instance->addListener('kernel.controller', [=> function () {
  3407.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  3408.         }, => 'onKernelController'], 0);
  3409.         $instance->addListener('kernel.controller', [=> function () {
  3410.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  3411.         }, => 'onKernelController'], 0);
  3412.         $instance->addListener('kernel.controller', [=> function () {
  3413.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3414.         }, => 'onKernelController'], -128);
  3415.         $instance->addListener('kernel.view', [=> function () {
  3416.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3417.         }, => 'onKernelView'], 0);
  3418.         $instance->addListener('kernel.controller', [=> function () {
  3419.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3420.         }, => 'onKernelController'], 0);
  3421.         $instance->addListener('kernel.response', [=> function () {
  3422.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3423.         }, => 'onKernelResponse'], 0);
  3424.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3425.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  3426.         }, => 'onKernelControllerArguments'], 0);
  3427.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3428.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  3429.         }, => 'onKernelControllerArguments'], 0);
  3430.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  3431.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  3432.         }, => 'onWorkerMessageHandled'], 0);
  3433.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  3434.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  3435.         }, => 'onWorkerMessageFailed'], 0);
  3436.         $instance->addListener('kernel.response', [=> function () {
  3437.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  3438.         }, => 'onKernelResponse'], 0);
  3439.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3440.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  3441.         }, => 'checkPassport'], 0);
  3442.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3443.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  3444.         }, => 'onLoginSuccess'], 0);
  3445.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  3446.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  3447.         }, => 'onVoterVote'], 0);
  3448.         $instance->addListener('kernel.request', [=> function () {
  3449.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3450.         }, => 'configureLogoutUrlGenerator'], 8);
  3451.         $instance->addListener('kernel.request', [=> function () {
  3452.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3453.         }, => 'onKernelRequest'], 8);
  3454.         $instance->addListener('kernel.finish_request', [=> function () {
  3455.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3456.         }, => 'onKernelFinishRequest'], 0);
  3457.         $instance->addListener('kernel.response', [=> function () {
  3458.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  3459.         }, => 'onKernelResponse'], -128);
  3460.         $instance->addListener('console.command', [=> function () {
  3461.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3462.         }, => 'onCommand'], 255);
  3463.         $instance->addListener('console.terminate', [=> function () {
  3464.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3465.         }, => 'onTerminate'], -255);
  3466.         $instance->addListener('console.command', [=> function () {
  3467.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  3468.         }, => 'configure'], 1024);
  3469.         $instance->addListener('console.error', [=> function () {
  3470.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3471.         }, => 'onConsoleError'], 0);
  3472.         $instance->addListener('console.terminate', [=> function () {
  3473.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3474.         }, => 'onConsoleTerminate'], 0);
  3475.         $instance->addListener('kernel.finish_request', [=> function () {
  3476.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  3477.         }, => 'resetAssets'], 0);
  3478.         $instance->addListener('knp_pager.before', [=> function () {
  3479.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  3480.         }, => 'before'], 0);
  3481.         $instance->addListener('knp_pager.pagination', [=> function () {
  3482.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  3483.         }, => 'pagination'], 0);
  3484.         $instance->addListener('knp_pager.before', [=> function () {
  3485.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  3486.         }, => 'before'], 1);
  3487.         $instance->addListener('knp_pager.before', [=> function () {
  3488.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  3489.         }, => 'before'], 1);
  3490.         $instance->addListener('knp_pager.pagination', [=> function () {
  3491.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  3492.         }, => 'pagination'], 1);
  3493.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3494.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'] ?? $this->getControllerEntityResolverSubscriberService());
  3495.         }, => '__invoke'], 31);
  3496.         $instance->addListener('kernel.request', [=> function () {
  3497.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RequestChannelDomainSubscriber'] ?? $this->getRequestChannelDomainSubscriberService());
  3498.         }, => '__invoke'], 32);
  3499.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3500.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RouteSecuritySubscriber'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RouteSecuritySubscriber'] = new \Nellapp\Bundle\SDKBundle\EventSubscriber\RouteSecuritySubscriber()));
  3501.         }, => '__invoke'], 15);
  3502.         $instance->addListener('kernel.terminate', [=> function () {
  3503.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\EventSubscriber\\TerminateMenuDisplayedSubscriber'] ?? $this->getTerminateMenuDisplayedSubscriberService());
  3504.         }, => 'refreshTracked'], 0);
  3505.         $instance->addListener('console.terminate', [=> function () {
  3506.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\EventSubscriber\\TerminateMenuDisplayedSubscriber'] ?? $this->getTerminateMenuDisplayedSubscriberService());
  3507.         }, => 'refreshTracked'], 0);
  3508.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3509.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  3510.         }, => 'logout'], 0);
  3511.         $instance->addListener('kernel.request', [=> function () {
  3512.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\Security\\OAuth\\HandleExpireTokenSubscriber'] ?? $this->getHandleExpireTokenSubscriberService());
  3513.         }, => 'onKernelRequest'], 0);
  3514.         $instance->addListener('Nellapp\\Bundle\\SDKBundle\\Permission\\Event\\ChannelMenuDisplayedEvent', [=> function () {
  3515.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ChannelMenuDisplayedSubscriber'] ?? $this->getChannelMenuDisplayedSubscriberService());
  3516.         }, => '__invoke'], 0);
  3517.         $instance->addListener('kernel.request', [=> function () {
  3518.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ForceUserFromSetupSubscriber'] ?? $this->getForceUserFromSetupSubscriberService());
  3519.         }, => '__invoke'], 0);
  3520.         $instance->addListener('kernel.terminate', [=> function () {
  3521.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\EventSubscriber\\TerminateExportSubscriber'] ?? $this->getTerminateExportSubscriberService());
  3522.         }, => 'exportTracked'], 0);
  3523.         $instance->addListener('console.terminate', [=> function () {
  3524.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\EventSubscriber\\TerminateExportSubscriber'] ?? $this->getTerminateExportSubscriberService());
  3525.         }, => 'exportTracked'], 0);
  3526.         $instance->addListener('kernel.terminate', [=> function () {
  3527.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoRefresh\\EventSubscriber\\TerminateRefreshSubscriber'] ?? $this->getTerminateRefreshSubscriberService());
  3528.         }, => 'refreshTracked'], 0);
  3529.         $instance->addListener('console.terminate', [=> function () {
  3530.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoRefresh\\EventSubscriber\\TerminateRefreshSubscriber'] ?? $this->getTerminateRefreshSubscriberService());
  3531.         }, => 'refreshTracked'], 0);
  3532.         $instance->addListener('kernel.controller', [=> function () {
  3533.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionControllerSubscriber'] ?? $this->getActionControllerSubscriberService());
  3534.         }, => '__invoke'], 15);
  3535.         $instance->addListener('kernel.view', [=> function () {
  3536.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionResponseSubscriber'] ?? $this->getActionResponseSubscriberService());
  3537.         }, => '__invoke'], 63);
  3538.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3539.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'] ?? $this->getDeserializeActionControllerSubscriberService());
  3540.         }, => '__invoke'], -63);
  3541.         $instance->addListener('kernel.exception', [=> function () {
  3542.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\HandleErrorSubscriber'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\HandleErrorSubscriber'] = new \Drosalys\Bundle\ApiBundle\EventSubscriber\HandleErrorSubscriber()));
  3543.         }, => '__invoke'], -195);
  3544.         $instance->addListener('spiriit_form_filter.apply.orm.filter_boolean', [=> function () {
  3545.             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()));
  3546.         }, => 'filterBoolean'], 0);
  3547.         $instance->addListener('spiriit_form_filter.apply.orm.filter_checkbox', [=> function () {
  3548.             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()));
  3549.         }, => 'filterCheckbox'], 0);
  3550.         $instance->addListener('spiriit_form_filter.apply.orm.filter_choice', [=> function () {
  3551.             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()));
  3552.         }, => 'filterValue'], 0);
  3553.         $instance->addListener('spiriit_form_filter.apply.orm.filter_date', [=> function () {
  3554.             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()));
  3555.         }, => 'filterDate'], 0);
  3556.         $instance->addListener('spiriit_form_filter.apply.orm.filter_date_range', [=> function () {
  3557.             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()));
  3558.         }, => 'filterDateRange'], 0);
  3559.         $instance->addListener('spiriit_form_filter.apply.orm.filter_datetime', [=> function () {
  3560.             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()));
  3561.         }, => 'filterDateTime'], 0);
  3562.         $instance->addListener('spiriit_form_filter.apply.orm.filter_datetime_range', [=> function () {
  3563.             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()));
  3564.         }, => 'filterDateTimeRange'], 0);
  3565.         $instance->addListener('spiriit_form_filter.apply.orm.filter_entity', [=> function () {
  3566.             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()));
  3567.         }, => 'filterEntity'], 0);
  3568.         $instance->addListener('spiriit_form_filter.apply.orm.filter_enum', [=> function () {
  3569.             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()));
  3570.         }, => 'filterEnum'], 0);
  3571.         $instance->addListener('spiriit_form_filter.apply.orm.filter_number', [=> function () {
  3572.             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()));
  3573.         }, => 'filterNumber'], 0);
  3574.         $instance->addListener('spiriit_form_filter.apply.orm.filter_number_range', [=> function () {
  3575.             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()));
  3576.         }, => 'filterNumberRange'], 0);
  3577.         $instance->addListener('spiriit_form_filter.apply.orm.filter_text', [=> function () {
  3578.             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()));
  3579.         }, => 'filterText'], 0);
  3580.         $instance->addListener('spiriit_form_filter.apply.orm.text', [=> function () {
  3581.             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()));
  3582.         }, => 'filterText'], 0);
  3583.         $instance->addListener('spiriit_form_filter.apply.orm.email', [=> function () {
  3584.             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()));
  3585.         }, => 'filterValue'], 0);
  3586.         $instance->addListener('spiriit_form_filter.apply.orm.integer', [=> function () {
  3587.             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()));
  3588.         }, => 'filterValue'], 0);
  3589.         $instance->addListener('spiriit_form_filter.apply.orm.money', [=> function () {
  3590.             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()));
  3591.         }, => 'filterValue'], 0);
  3592.         $instance->addListener('spiriit_form_filter.apply.orm.number', [=> function () {
  3593.             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()));
  3594.         }, => 'filterValue'], 0);
  3595.         $instance->addListener('spiriit_form_filter.apply.orm.percent', [=> function () {
  3596.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3597.         }, => 'filterValue'], 0);
  3598.         $instance->addListener('spiriit_form_filter.apply.orm.search', [=> function () {
  3599.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3600.         }, => 'filterValue'], 0);
  3601.         $instance->addListener('spiriit_form_filter.apply.orm.url', [=> function () {
  3602.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3603.         }, => 'filterValue'], 0);
  3604.         $instance->addListener('spiriit_form_filter.apply.orm.choice', [=> function () {
  3605.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3606.         }, => 'filterValue'], 0);
  3607.         $instance->addListener('spiriit_form_filter.apply.orm.entity', [=> function () {
  3608.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3609.         }, => 'filterEntity'], 0);
  3610.         $instance->addListener('spiriit_form_filter.apply.orm.country', [=> function () {
  3611.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3612.         }, => 'filterValue'], 0);
  3613.         $instance->addListener('spiriit_form_filter.apply.orm.language', [=> function () {
  3614.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3615.         }, => 'filterValue'], 0);
  3616.         $instance->addListener('spiriit_form_filter.apply.orm.locale', [=> function () {
  3617.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3618.         }, => 'filterValue'], 0);
  3619.         $instance->addListener('spiriit_form_filter.apply.orm.timezone', [=> function () {
  3620.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3621.         }, => 'filterValue'], 0);
  3622.         $instance->addListener('spiriit_form_filter.apply.orm.date', [=> function () {
  3623.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3624.         }, => 'filterDate'], 0);
  3625.         $instance->addListener('spiriit_form_filter.apply.orm.datetime', [=> function () {
  3626.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3627.         }, => 'filterDate'], 0);
  3628.         $instance->addListener('spiriit_form_filter.apply.orm.birthday', [=> function () {
  3629.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3630.         }, => 'filterDate'], 0);
  3631.         $instance->addListener('spiriit_form_filter.apply.orm.checkbox', [=> function () {
  3632.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3633.         }, => 'filterValue'], 0);
  3634.         $instance->addListener('spiriit_form_filter.apply.orm.radio', [=> function () {
  3635.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  3636.         }, => 'filterValue'], 0);
  3637.         return $instance;
  3638.     }
  3639.     /**
  3640.      * Gets the public 'fidry_alice_data_fixtures.loader.doctrine' shared service.
  3641.      *
  3642.      * @return \Fidry\AliceDataFixtures\Loader\PurgerLoader
  3643.      */
  3644.     protected function getFidryAliceDataFixtures_Loader_DoctrineService($lazyLoad true)
  3645.     {
  3646.         if ($lazyLoad) {
  3647.             return $this->services['fidry_alice_data_fixtures.loader.doctrine'] = $this->createProxy('PurgerLoader_cb68499', function () {
  3648.                 return \PurgerLoader_cb68499::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3649.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_DoctrineService(false);
  3650.                     $proxy->setProxyInitializer(null);
  3651.                     return true;
  3652.                 });
  3653.             });
  3654.         }
  3655.         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()));
  3656.     }
  3657.     /**
  3658.      * Gets the public 'fidry_alice_data_fixtures.persistence.persister.doctrine' shared service.
  3659.      *
  3660.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister
  3661.      */
  3662.     protected function getFidryAliceDataFixtures_Persistence_Persister_DoctrineService($lazyLoad true)
  3663.     {
  3664.         if ($lazyLoad) {
  3665.             return $this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] = $this->createProxy('ObjectManagerPersister_eccc052', function () {
  3666.                 return \ObjectManagerPersister_eccc052::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3667.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService(false);
  3668.                     $proxy->setProxyInitializer(null);
  3669.                     return true;
  3670.                 });
  3671.             });
  3672.         }
  3673.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3674.     }
  3675.     /**
  3676.      * Gets the public 'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' shared service.
  3677.      *
  3678.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger
  3679.      */
  3680.     protected function getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService($lazyLoad true)
  3681.     {
  3682.         if ($lazyLoad) {
  3683.             return $this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] = $this->createProxy('Purger_2d4d1ea', function () {
  3684.                 return \Purger_2d4d1ea::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3685.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService(false);
  3686.                     $proxy->setProxyInitializer(null);
  3687.                     return true;
  3688.                 });
  3689.             });
  3690.         }
  3691.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3692.     }
  3693.     /**
  3694.      * Gets the public 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' shared service.
  3695.      *
  3696.      * @return \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand
  3697.      */
  3698.     protected function getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService()
  3699.     {
  3700.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3701.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Console/Command/Doctrine/DoctrineOrmLoadDataFixturesCommand.php';
  3702.         $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()));
  3703.         $instance->setName('hautelook:fixtures:load');
  3704.         return $instance;
  3705.     }
  3706.     /**
  3707.      * Gets the public 'hautelook_alice.data_fixtures.append_loader' shared service.
  3708.      *
  3709.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  3710.      */
  3711.     protected function getHautelookAlice_DataFixtures_AppendLoaderService()
  3712.     {
  3713.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  3714.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  3715.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  3716.         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))))));
  3717.     }
  3718.     /**
  3719.      * Gets the public 'hautelook_alice.data_fixtures.purge_loader' shared service.
  3720.      *
  3721.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  3722.      */
  3723.     protected function getHautelookAlice_DataFixtures_PurgeLoaderService()
  3724.     {
  3725.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  3726.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  3727.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  3728.         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))))));
  3729.     }
  3730.     /**
  3731.      * Gets the public 'hautelook_alice.loader' shared service.
  3732.      *
  3733.      * @return \Hautelook\AliceBundle\Loader\DoctrineOrmLoader
  3734.      */
  3735.     protected function getHautelookAlice_LoaderService()
  3736.     {
  3737.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoaderInterface.php';
  3738.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoggerAwareInterface.php';
  3739.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Loader/DoctrineOrmLoader.php';
  3740.         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()));
  3741.     }
  3742.     /**
  3743.      * Gets the public 'hautelook_alice.locator' shared service.
  3744.      *
  3745.      * @return \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator
  3746.      */
  3747.     protected function getHautelookAlice_LocatorService()
  3748.     {
  3749.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/FixtureLocatorInterface.php';
  3750.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvironmentlessFilesLocator.php';
  3751.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvDirectoryLocator.php';
  3752.         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']));
  3753.     }
  3754.     /**
  3755.      * Gets the public 'hautelook_alice.resolver.bundle' shared service.
  3756.      *
  3757.      * @return \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver
  3758.      */
  3759.     protected function getHautelookAlice_Resolver_BundleService()
  3760.     {
  3761.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/BundleResolverInterface.php';
  3762.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/NoBundleResolver.php';
  3763.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/SimpleBundleResolver.php';
  3764.         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))));
  3765.     }
  3766.     /**
  3767.      * Gets the public 'hautelook_alice.resolver.file' shared service.
  3768.      *
  3769.      * @return \Hautelook\AliceBundle\Resolver\File\KernelFileResolver
  3770.      */
  3771.     protected function getHautelookAlice_Resolver_FileService()
  3772.     {
  3773.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  3774.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  3775.         return $this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel'1)));
  3776.     }
  3777.     /**
  3778.      * Gets the public 'http_kernel' shared service.
  3779.      *
  3780.      * @return \Symfony\Component\HttpKernel\HttpKernel
  3781.      */
  3782.     protected function getHttpKernelService()
  3783.     {
  3784.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3785.         if (isset($this->services['http_kernel'])) {
  3786.             return $this->services['http_kernel'];
  3787.         }
  3788.         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()));
  3789.     }
  3790.     /**
  3791.      * Gets the public 'knp_menu.factory' shared service.
  3792.      *
  3793.      * @return \Knp\Menu\MenuFactory
  3794.      */
  3795.     protected function getKnpMenu_FactoryService()
  3796.     {
  3797.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/FactoryInterface.php';
  3798.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuFactory.php';
  3799.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Factory/ExtensionInterface.php';
  3800.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Integration/Symfony/RoutingExtension.php';
  3801.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Menu/Extension/RoutingExtension.php';
  3802.         $this->services['knp_menu.factory'] = $instance = new \Knp\Menu\MenuFactory();
  3803.         $instance->addExtension(new \Knp\Menu\Integration\Symfony\RoutingExtension(($this->services['router'] ?? $this->getRouterService())), 0);
  3804.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Routing\Menu\Extension\RoutingExtension(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService())), 0);
  3805.         return $instance;
  3806.     }
  3807.     /**
  3808.      * Gets the public 'knp_menu.matcher' shared service.
  3809.      *
  3810.      * @return \Knp\Menu\Matcher\Matcher
  3811.      */
  3812.     protected function getKnpMenu_MatcherService()
  3813.     {
  3814.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  3815.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->getKnpMenu_Voter_RouterService());
  3816.         }, 1));
  3817.     }
  3818.     /**
  3819.      * Gets the public 'knp_paginator' shared service.
  3820.      *
  3821.      * @return \Knp\Component\Pager\Paginator
  3822.      */
  3823.     protected function getKnpPaginatorService($lazyLoad true)
  3824.     {
  3825.         if ($lazyLoad) {
  3826.             return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
  3827.                 return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3828.                     $wrappedInstance $this->getKnpPaginatorService(false);
  3829.                     $proxy->setProxyInitializer(null);
  3830.                     return true;
  3831.                 });
  3832.             });
  3833.         }
  3834.         $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())));
  3835.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  3836.         return $instance;
  3837.     }
  3838.     /**
  3839.      * Gets the public 'knpu.oauth2.client.nellapp' shared service.
  3840.      *
  3841.      * @return \KnpU\OAuth2ClientBundle\Client\OAuth2Client
  3842.      */
  3843.     protected function getKnpu_Oauth2_Client_NellappService()
  3844.     {
  3845.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2ClientInterface.php';
  3846.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2Client.php';
  3847.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/ArrayAccessorTrait.php';
  3848.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/GuardedPropertyTrait.php';
  3849.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/QueryBuilderTrait.php';
  3850.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Provider/AbstractProvider.php';
  3851.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php';
  3852.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/Provider/CoreProvider.php';
  3853.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/DependencyInjection/ProviderFactory.php';
  3854.         $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', [], []);
  3855.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3856.         $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())));
  3857.         $a->setDomainsRoutingUtils(new \Nellapp\Bundle\SDKBundle\Routing\Utils\DomainsRoutingUtils($this->getEnv('DEFAULT_DOMAIN'), 'nim'));
  3858.         return $this->services['knpu.oauth2.client.nellapp'] = new \KnpU\OAuth2ClientBundle\Client\OAuth2Client($a$b);
  3859.     }
  3860.     /**
  3861.      * Gets the public 'knpu.oauth2.registry' shared service.
  3862.      *
  3863.      * @return \KnpU\OAuth2ClientBundle\Client\ClientRegistry
  3864.      */
  3865.     protected function getKnpu_Oauth2_RegistryService()
  3866.     {
  3867.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  3868.         return $this->services['knpu.oauth2.registry'] = new \KnpU\OAuth2ClientBundle\Client\ClientRegistry($this, ['nellapp' => 'knpu.oauth2.client.nellapp']);
  3869.     }
  3870.     /**
  3871.      * Gets the public 'liip_imagine.binary.loader.default' shared service.
  3872.      *
  3873.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  3874.      */
  3875.     protected function getLiipImagine_Binary_Loader_DefaultService()
  3876.     {
  3877.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  3878.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  3879.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  3880.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
  3881.         $a \Symfony\Component\Mime\MimeTypes::getDefault();
  3882.         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));
  3883.     }
  3884.     /**
  3885.      * Gets the public 'liip_imagine.cache.manager' shared service.
  3886.      *
  3887.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  3888.      */
  3889.     protected function getLiipImagine_Cache_ManagerService()
  3890.     {
  3891.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3892.         if (isset($this->services['liip_imagine.cache.manager'])) {
  3893.             return $this->services['liip_imagine.cache.manager'];
  3894.         }
  3895.         $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);
  3896.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  3897.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  3898.         return $instance;
  3899.     }
  3900.     /**
  3901.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  3902.      *
  3903.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  3904.      */
  3905.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  3906.     {
  3907.         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');
  3908.     }
  3909.     /**
  3910.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  3911.      *
  3912.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  3913.      */
  3914.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  3915.     {
  3916.         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()));
  3917.     }
  3918.     /**
  3919.      * Gets the public 'liip_imagine.cache.signer' shared service.
  3920.      *
  3921.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  3922.      */
  3923.     protected function getLiipImagine_Cache_SignerService()
  3924.     {
  3925.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  3926.     }
  3927.     /**
  3928.      * Gets the public 'liip_imagine.config.stack_collection' shared service.
  3929.      *
  3930.      * @return \Liip\ImagineBundle\Config\StackCollection
  3931.      */
  3932.     protected function getLiipImagine_Config_StackCollectionService()
  3933.     {
  3934.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
  3935.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
  3936.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
  3937.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  3938.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  3939.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
  3940.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  3941.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  3942.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
  3943.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  3944.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
  3945.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  3946.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
  3947.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  3948.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  3949.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  3950.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
  3951.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  3952.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
  3953.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  3954.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
  3955.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  3956.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
  3957.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
  3958.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  3959.         $a = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
  3960.         $b = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
  3961.         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']);
  3962.     }
  3963.     /**
  3964.      * Gets the public 'liip_imagine.data.manager' shared service.
  3965.      *
  3966.      * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  3967.      */
  3968.     protected function getLiipImagine_Data_ManagerService()
  3969.     {
  3970.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  3971.         $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);
  3972.         $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  3973.         return $instance;
  3974.     }
  3975.     /**
  3976.      * Gets the public 'liip_imagine.filter.loader.downscale' shared service.
  3977.      *
  3978.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
  3979.      */
  3980.     protected function getLiipImagine_Filter_Loader_DownscaleService()
  3981.     {
  3982.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  3983.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  3984.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  3985.         return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
  3986.     }
  3987.     /**
  3988.      * Gets the public 'liip_imagine.filter.loader.fixed' shared service.
  3989.      *
  3990.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
  3991.      */
  3992.     protected function getLiipImagine_Filter_Loader_FixedService()
  3993.     {
  3994.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  3995.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  3996.         return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
  3997.     }
  3998.     /**
  3999.      * Gets the public 'liip_imagine.filter.loader.flip' shared service.
  4000.      *
  4001.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
  4002.      */
  4003.     protected function getLiipImagine_Filter_Loader_FlipService()
  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/FlipFilterLoader.php';
  4007.         return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
  4008.     }
  4009.     /**
  4010.      * Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
  4011.      *
  4012.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
  4013.      */
  4014.     protected function getLiipImagine_Filter_Loader_GrayscaleService()
  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/GrayscaleFilterLoader.php';
  4018.         return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
  4019.     }
  4020.     /**
  4021.      * Gets the public 'liip_imagine.filter.loader.interlace' shared service.
  4022.      *
  4023.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
  4024.      */
  4025.     protected function getLiipImagine_Filter_Loader_InterlaceService()
  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/InterlaceFilterLoader.php';
  4029.         return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
  4030.     }
  4031.     /**
  4032.      * Gets the public 'liip_imagine.filter.loader.resample' shared service.
  4033.      *
  4034.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
  4035.      */
  4036.     protected function getLiipImagine_Filter_Loader_ResampleService()
  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/ResampleFilterLoader.php';
  4040.         return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  4041.     }
  4042.     /**
  4043.      * Gets the public 'liip_imagine.filter.loader.rotate' shared service.
  4044.      *
  4045.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
  4046.      */
  4047.     protected function getLiipImagine_Filter_Loader_RotateService()
  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/RotateFilterLoader.php';
  4051.         return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
  4052.     }
  4053.     /**
  4054.      * Gets the public 'liip_imagine.filter.manager' shared service.
  4055.      *
  4056.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
  4057.      */
  4058.     protected function getLiipImagine_Filter_ManagerService()
  4059.     {
  4060.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
  4061.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4062.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
  4063.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
  4064.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
  4065.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
  4066.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
  4067.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
  4068.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
  4069.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
  4070.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  4071.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
  4072.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
  4073.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
  4074.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
  4075.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
  4076.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
  4077.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
  4078.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
  4079.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/CwebpPostProcessor.php';
  4080.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  4081.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  4082.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  4083.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  4084.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  4085.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  4086.         $a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
  4087.         $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()));
  4088.         $instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
  4089.         $instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
  4090.         $instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
  4091.         $instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
  4092.         $instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
  4093.         $instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a\dirname(__DIR__4)));
  4094.         $instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a\dirname(__DIR__4)));
  4095.         $instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
  4096.         $instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
  4097.         $instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
  4098.         $instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
  4099.         $instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
  4100.         $instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
  4101.         $instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
  4102.         $instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
  4103.         $instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
  4104.         $instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
  4105.         $instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
  4106.         $instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim'trueNULLtrueNULL));
  4107.         $instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng'7trueNULL));
  4108.         $instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
  4109.         $instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
  4110.         $instance->addPostProcessor('cwebp', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\CwebpPostProcessor('/usr/bin/cwebp'NULL751004'fast'1false$this->parameters['liip_imagine.cwebp.metadata']));
  4111.         return $instance;
  4112.     }
  4113.     /**
  4114.      * Gets the public 'messenger.default_bus' shared service.
  4115.      *
  4116.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  4117.      */
  4118.     protected function getMessenger_DefaultBusService()
  4119.     {
  4120.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  4121.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  4122.             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')));
  4123.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  4124.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  4125.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  4126.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  4127.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  4128.         }, 7)));
  4129.     }
  4130.     /**
  4131.      * Gets the public 'nelmio_alice.data_loader' shared service.
  4132.      *
  4133.      * @return \Nelmio\Alice\Loader\SimpleDataLoader
  4134.      */
  4135.     protected function getNelmioAlice_DataLoaderService()
  4136.     {
  4137.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/DataLoaderInterface.php';
  4138.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleDataLoader.php';
  4139.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilderInterface.php';
  4140.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/SimpleBuilder.php';
  4141.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/DenormalizerInterface.php';
  4142.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/SimpleDenormalizer.php';
  4143.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/ParameterBagDenormalizerInterface.php';
  4144.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Parameter/SimpleParameterBagDenormalizer.php';
  4145.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FixtureBagDenormalizerInterface.php';
  4146.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SimpleFixtureBagDenormalizer.php';
  4147.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  4148.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/TolerantFixtureDenormalizer.php';
  4149.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerRegistry.php';
  4150.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
  4151.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ElementFlagParser.php';
  4152.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/FlagParserRegistry.php';
  4153.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
  4154.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ConfiguratorFlagParser.php';
  4155.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ExtendFlagParser.php';
  4156.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/OptionalFlagParser.php';
  4157.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/TemplateFlagParser.php';
  4158.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/UniqueFlagParser.php';
  4159.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
  4160.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
  4161.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
  4162.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
  4163.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleCollectionDenormalizer.php';
  4164.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizerWithTemporaryFixture.php';
  4165.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullListNameDenormalizer.php';
  4166.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/ReferenceRangeNameDenormalizer.php';
  4167.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationsDenormalizerInterface.php';
  4168.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/SimpleSpecificationsDenormalizer.php';
  4169.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
  4170.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/LegacyConstructorDenormalizer.php';
  4171.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/ConstructorDenormalizer.php';
  4172.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ArgumentsDenormalizerInterface.php';
  4173.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Arguments/SimpleArgumentsDenormalizer.php';
  4174.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ValueDenormalizerInterface.php';
  4175.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/UniqueValueDenormalizer.php';
  4176.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/SimpleValueDenormalizer.php';
  4177.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
  4178.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/FunctionFixtureReferenceParser.php';
  4179.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/StringMergerParser.php';
  4180.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/SimpleParser.php';
  4181.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
  4182.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/EmptyValueLexer.php';
  4183.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceEscaperLexer.php';
  4184.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/GlobalPatternsLexer.php';
  4185.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/FunctionLexer.php';
  4186.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/StringThenReferenceLexer.php';
  4187.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/SubPatternsLexer.php';
  4188.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceLexer.php';
  4189.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  4190.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  4191.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/TokenParserRegistry.php';
  4192.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  4193.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
  4194.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/DynamicArrayTokenParser.php';
  4195.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/EscapedValueTokenParser.php';
  4196.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureListReferenceTokenParser.php';
  4197.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureMethodReferenceTokenParser.php';
  4198.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureRangeReferenceTokenParser.php';
  4199.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/MethodReferenceTokenParser.php';
  4200.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/OptionalTokenParser.php';
  4201.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ParameterTokenParser.php';
  4202.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/PropertyReferenceTokenParser.php';
  4203.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableReferenceTokenParser.php';
  4204.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/SimpleReferenceTokenParser.php';
  4205.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringArrayTokenParser.php';
  4206.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringTokenParser.php';
  4207.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
  4208.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/TolerantFunctionTokenParser.php';
  4209.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/IdentityTokenParser.php';
  4210.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FunctionTokenParser.php';
  4211.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableTokenParser.php';
  4212.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/WildcardReferenceTokenParser.php';
  4213.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/FactoryDenormalizer.php';
  4214.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/CallsDenormalizerInterface.php';
  4215.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/CallsWithFlagsDenormalizer.php';
  4216.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/FunctionDenormalizer.php';
  4217.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
  4218.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/ConfiguratorFlagHandler.php';
  4219.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/OptionalFlagHandler.php';
  4220.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/PropertyDenormalizerInterface.php';
  4221.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Property/SimplePropertyDenormalizer.php';
  4222.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullRangeNameDenormalizer.php';
  4223.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleDenormalizer.php';
  4224.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/GeneratorInterface.php';
  4225.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/DoublePassGenerator.php';
  4226.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/FixtureSetResolverInterface.php';
  4227.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/RemoveConflictingObjectsResolver.php';
  4228.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/SimpleFixtureSetResolver.php';
  4229.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterBagResolverInterface.php';
  4230.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/RemoveConflictingParametersParameterBagResolver.php';
  4231.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/SimpleParameterBagResolver.php';
  4232.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
  4233.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/ParameterResolverRegistry.php';
  4234.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
  4235.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StaticParameterResolver.php';
  4236.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
  4237.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/ArrayParameterResolver.php';
  4238.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/RecursiveParameterResolver.php';
  4239.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StringParameterResolver.php';
  4240.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureBagResolverInterface.php';
  4241.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Fixture/TemplateFixtureBagResolver.php';
  4242.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorInterface.php';
  4243.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/CompleteObjectGenerator.php';
  4244.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/SimpleObjectGenerator.php';
  4245.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  4246.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
  4247.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ValueResolverRegistry.php';
  4248.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  4249.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  4250.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ArrayValueResolver.php';
  4251.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/DynamicArrayValueResolver.php';
  4252.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/EvaluatedValueResolver.php';
  4253.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FunctionCallArgumentResolver.php';
  4254.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/PhpFunctionCallValueResolver.php';
  4255.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FakerFunctionCallValueResolver.php';
  4256.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixturePropertyReferenceResolver.php';
  4257.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/PropertyAccess/StdPropertyAccessor.php';
  4258.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureMethodCallReferenceResolver.php';
  4259.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UnresolvedFixtureReferenceIdResolver.php';
  4260.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/SelfFixtureReferenceResolver.php';
  4261.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureReferenceResolver.php';
  4262.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureWildcardReferenceResolver.php';
  4263.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ListValueResolver.php';
  4264.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/OptionalValueResolver.php';
  4265.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ParameterValueResolver.php';
  4266.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UniqueValueResolver.php';
  4267.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/UniqueValuesPool.php';
  4268.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ValueForCurrentValueResolver.php';
  4269.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/VariableValueResolver.php';
  4270.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
  4271.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ExistingInstanceInstantiator.php';
  4272.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorResolver.php';
  4273.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorRegistry.php';
  4274.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
  4275.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
  4276.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoCallerMethodCallInstantiator.php';
  4277.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
  4278.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NullConstructorInstantiator.php';
  4279.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoMethodCallInstantiator.php';
  4280.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/StaticFactoryInstantiator.php';
  4281.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4282.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/Generator/Instantiator/Chainable/InstantiatedReferenceInstantiator.php';
  4283.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/HydratorInterface.php';
  4284.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/SimpleHydrator.php';
  4285.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/PropertyHydratorInterface.php';
  4286.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/Property/SymfonyPropertyAccessorHydrator.php';
  4287.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/CallerInterface.php';
  4288.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/SimpleCaller.php';
  4289.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
  4290.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorRegistry.php';
  4291.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
  4292.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
  4293.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/ConfiguratorMethodCallProcessor.php';
  4294.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/MethodCallWithReferenceProcessor.php';
  4295.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/OptionalMethodCallProcessor.php';
  4296.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/SimpleMethodCallProcessor.php';
  4297.         $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()]));
  4298.         $b = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper();
  4299.         $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()]))))));
  4300.         $d = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Arguments\SimpleArgumentsDenormalizer($c);
  4301.         $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()]);
  4302.         $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);
  4303.         $g = new \Nelmio\Alice\PropertyAccess\StdPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4304.         $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()]);
  4305.         $i = new \Nelmio\Alice\Generator\NamedArgumentsResolver();
  4306.         $j = new \Hautelook\AliceBundle\Alice\Generator\Instantiator\Chainable\InstantiatedReferenceInstantiator();
  4307.         $j->setContainer($this);
  4308.         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)))));
  4309.     }
  4310.     /**
  4311.      * Gets the public 'nelmio_alice.file_loader' shared service.
  4312.      *
  4313.      * @return \Nelmio\Alice\Loader\SimpleFileLoader
  4314.      */
  4315.     protected function getNelmioAlice_FileLoaderService()
  4316.     {
  4317.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLoaderInterface.php';
  4318.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFileLoader.php';
  4319.         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()));
  4320.     }
  4321.     /**
  4322.      * Gets the public 'nelmio_alice.files_loader' shared service.
  4323.      *
  4324.      * @return \Nelmio\Alice\Loader\SimpleFilesLoader
  4325.      */
  4326.     protected function getNelmioAlice_FilesLoaderService()
  4327.     {
  4328.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FilesLoaderInterface.php';
  4329.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFilesLoader.php';
  4330.         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()));
  4331.     }
  4332.     /**
  4333.      * Gets the public 'nelmio_api_doc.command.dump' shared service.
  4334.      *
  4335.      * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  4336.      */
  4337.     protected function getNelmioApiDoc_Command_DumpService()
  4338.     {
  4339.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4340.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Command/DumpCommand.php';
  4341.         $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  4342.         $instance->setName('nelmio:apidoc:dump');
  4343.         return $instance;
  4344.     }
  4345.     /**
  4346.      * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  4347.      *
  4348.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  4349.      */
  4350.     protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  4351.     {
  4352.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
  4353.         return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  4354.     }
  4355.     /**
  4356.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  4357.      *
  4358.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  4359.      */
  4360.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  4361.     {
  4362.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
  4363.         return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  4364.     }
  4365.     /**
  4366.      * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  4367.      *
  4368.      * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  4369.      */
  4370.     protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  4371.     {
  4372.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/YamlDocumentationController.php';
  4373.         return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  4374.     }
  4375.     /**
  4376.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  4377.      *
  4378.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  4379.      */
  4380.     protected function getNelmioApiDoc_Generator_DefaultService()
  4381.     {
  4382.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  4383.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  4384.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  4385.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  4386.             yield => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  4387.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  4388.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  4389.         }, 5), new RewindableGenerator(function () {
  4390.             yield => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  4391.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  4392.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  4393.         }, 3));
  4394.         $a = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  4395.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4396.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4397.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4398.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4399.         $instance->setAlternativeNames([]);
  4400.         $instance->setMediaTypes([=> 'json']);
  4401.         $instance->setLogger($a);
  4402.         return $instance;
  4403.     }
  4404.     /**
  4405.      * Gets the public 'nelmio_api_doc.render_docs' shared service.
  4406.      *
  4407.      * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  4408.      */
  4409.     protected function getNelmioApiDoc_RenderDocsService()
  4410.     {
  4411.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/RenderOpenApi.php';
  4412.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/OpenApiRenderer.php';
  4413.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Json/JsonOpenApiRenderer.php';
  4414.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Yaml/YamlOpenApiRenderer.php';
  4415.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/HtmlOpenApiRenderer.php';
  4416.         return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4417.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  4418.         ], [
  4419.             'default' => '?',
  4420.         ]), 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())));
  4421.     }
  4422.     /**
  4423.      * Gets the public 'oneup_flysystem.mount_manager' shared service.
  4424.      *
  4425.      * @return \League\Flysystem\MountManager
  4426.      */
  4427.     protected function getOneupFlysystem_MountManagerService()
  4428.     {
  4429.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  4430.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  4431.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  4432.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/MountManager.php';
  4433.         return $this->services['oneup_flysystem.mount_manager'] = new \League\Flysystem\MountManager(['default' => ($this->services['default_filesystem'] ?? $this->getDefaultFilesystemService())]);
  4434.     }
  4435.     /**
  4436.      * Gets the public 'oneup_uploader.chunk_manager' shared service.
  4437.      *
  4438.      * @return \Oneup\UploaderBundle\Uploader\Chunk\ChunkManager
  4439.      */
  4440.     protected function getOneupUploader_ChunkManagerService()
  4441.     {
  4442.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/ChunkManagerInterface.php';
  4443.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/ChunkManager.php';
  4444.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/ChunkStorageInterface.php';
  4445.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/FilesystemStorage.php';
  4446.         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')))));
  4447.     }
  4448.     /**
  4449.      * Gets the public 'oneup_uploader.controller.chat_upload' shared service.
  4450.      *
  4451.      * @return \Oneup\UploaderBundle\Controller\DropzoneController
  4452.      */
  4453.     protected function getOneupUploader_Controller_ChatUploadService()
  4454.     {
  4455.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractController.php';
  4456.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractChunkedController.php';
  4457.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/DropzoneController.php';
  4458.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/ErrorHandlerInterface.php';
  4459.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/DropzoneErrorHandler.php';
  4460.         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');
  4461.     }
  4462.     /**
  4463.      * Gets the public 'oneup_uploader.namer.uniqid' shared service.
  4464.      *
  4465.      * @return \Oneup\UploaderBundle\Uploader\Naming\UniqidNamer
  4466.      */
  4467.     protected function getOneupUploader_Namer_UniqidService()
  4468.     {
  4469.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
  4470.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/UniqidNamer.php';
  4471.         return $this->services['oneup_uploader.namer.uniqid'] = new \Oneup\UploaderBundle\Uploader\Naming\UniqidNamer();
  4472.     }
  4473.     /**
  4474.      * Gets the public 'oneup_uploader.orphanage.chat_upload' shared service.
  4475.      *
  4476.      * @return \Oneup\UploaderBundle\Uploader\Storage\FilesystemOrphanageStorage
  4477.      */
  4478.     protected function getOneupUploader_Orphanage_ChatUploadService()
  4479.     {
  4480.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/StorageInterface.php';
  4481.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemStorage.php';
  4482.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/OrphanageStorageInterface.php';
  4483.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemOrphanageStorage.php';
  4484.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FlysystemStorage.php';
  4485.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/ChunkStorageInterface.php';
  4486.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/FilesystemStorage.php';
  4487.         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');
  4488.     }
  4489.     /**
  4490.      * Gets the public 'oneup_uploader.orphanage_manager' shared service.
  4491.      *
  4492.      * @return \Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager
  4493.      */
  4494.     protected function getOneupUploader_OrphanageManagerService()
  4495.     {
  4496.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Orphanage/OrphanageManager.php';
  4497.         return $this->services['oneup_uploader.orphanage_manager'] = new \Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager($this$this->getParameter('oneup_uploader.orphanage'));
  4498.     }
  4499.     /**
  4500.      * Gets the public 'oneup_uploader.routing.loader' shared service.
  4501.      *
  4502.      * @return \Oneup\UploaderBundle\Routing\RouteLoader
  4503.      */
  4504.     protected function getOneupUploader_Routing_LoaderService()
  4505.     {
  4506.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Routing/RouteLoader.php';
  4507.         return $this->services['oneup_uploader.routing.loader'] = new \Oneup\UploaderBundle\Routing\RouteLoader($this->parameters['oneup_uploader.controllers']);
  4508.     }
  4509.     /**
  4510.      * Gets the public 'oneup_uploader.templating.uploader_helper' shared service.
  4511.      *
  4512.      * @return \Oneup\UploaderBundle\Templating\Helper\UploaderHelper
  4513.      */
  4514.     protected function getOneupUploader_Templating_UploaderHelperService()
  4515.     {
  4516.         return $this->services['oneup_uploader.templating.uploader_helper'] = new \Oneup\UploaderBundle\Templating\Helper\UploaderHelper(($this->services['router'] ?? $this->getRouterService()), $this->parameters['oneup_uploader.maxsize']);
  4517.     }
  4518.     /**
  4519.      * Gets the public 'oneup_uploader.twig.extension.uploader' shared service.
  4520.      *
  4521.      * @return \Oneup\UploaderBundle\Twig\Extension\UploaderExtension
  4522.      */
  4523.     protected function getOneupUploader_Twig_Extension_UploaderService()
  4524.     {
  4525.         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()));
  4526.     }
  4527.     /**
  4528.      * Gets the public 'request_stack' shared service.
  4529.      *
  4530.      * @return \Symfony\Component\HttpFoundation\RequestStack
  4531.      */
  4532.     protected function getRequestStackService()
  4533.     {
  4534.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  4535.     }
  4536.     /**
  4537.      * Gets the public 'router' shared autowired service.
  4538.      *
  4539.      * @return \Nellapp\Bundle\SDKBundle\Routing\SymfonyUrlGenerator
  4540.      */
  4541.     protected function getRouterService()
  4542.     {
  4543.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  4544.         $b = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4545.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  4546.         ], [
  4547.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  4548.         ]))->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');
  4549.         $b->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4550.         $b->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4551.         return $this->services['router'] = new \Nellapp\Bundle\SDKBundle\Routing\SymfonyUrlGenerator($b$a);
  4552.     }
  4553.     /**
  4554.      * Gets the public 'routing.loader' shared service.
  4555.      *
  4556.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  4557.      */
  4558.     protected function getRouting_LoaderService()
  4559.     {
  4560.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  4561.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  4562.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  4563.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/GlobalRoutesLoader.php';
  4564.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Routing/Loader/ChannelResourceAccessCacheLoader.php';
  4565.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Routing/Loader/ChannelUserPermissionResourceCrudLoader.php';
  4566.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  4567.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService());
  4568.         if (isset($this->services['routing.loader'])) {
  4569.             return $this->services['routing.loader'];
  4570.         }
  4571.         $b = new \Symfony\Component\Config\Loader\LoaderResolver();
  4572.         $c = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  4573.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  4574.         $b->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($c'dev'));
  4575.         $b->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($c'dev'));
  4576.         $b->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($c'dev'));
  4577.         $b->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($c'dev'));
  4578.         $b->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($c'dev'));
  4579.         $b->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4580.             'kernel' => ['services''kernel''getKernelService'false],
  4581.         ], [
  4582.             'kernel' => 'App\\Kernel',
  4583.         ]), 'dev'));
  4584.         $b->addLoader(new \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\GlobalRoutesLoader());
  4585.         $b->addLoader(new \Nellapp\Bundle\SDKBundle\Permission\Routing\Loader\ChannelResourceAccessCacheLoader());
  4586.         $b->addLoader(new \Nellapp\Bundle\SDKBundle\Permission\Routing\Loader\ChannelUserPermissionResourceCrudLoader($a));
  4587.         $b->addLoader(($this->services['oneup_uploader.routing.loader'] ?? $this->getOneupUploader_Routing_LoaderService()));
  4588.         $b->addLoader($d);
  4589.         $b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($c$d));
  4590.         $b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($c$d));
  4591.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($b, ['utf8' => true], []);
  4592.     }
  4593.     /**
  4594.      * Gets the public 'services_resetter' shared service.
  4595.      *
  4596.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  4597.      */
  4598.     protected function getServicesResetterService()
  4599.     {
  4600.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  4601.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  4602.             if (isset($this->services['cache.app'])) {
  4603.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  4604.             }
  4605.             if (isset($this->services['cache.system'])) {
  4606.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  4607.             }
  4608.             if (isset($this->privates['cache.validator.traceable'])) {
  4609.                 yield 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? null);
  4610.             }
  4611.             if (isset($this->privates['cache.serializer.traceable'])) {
  4612.                 yield 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? null);
  4613.             }
  4614.             if (isset($this->privates['cache.annotations.traceable'])) {
  4615.                 yield 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? null);
  4616.             }
  4617.             if (isset($this->privates['cache.property_info.traceable'])) {
  4618.                 yield 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? null);
  4619.             }
  4620.             if (isset($this->privates['cache.messenger.restart_workers_signal.traceable'])) {
  4621.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? null);
  4622.             }
  4623.             if (isset($this->privates['.debug.http_client'])) {
  4624.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  4625.             }
  4626.             if (isset($this->privates['mailer.message_logger_listener'])) {
  4627.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  4628.             }
  4629.             if (isset($this->privates['debug.stopwatch'])) {
  4630.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  4631.             }
  4632.             if (isset($this->services['event_dispatcher'])) {
  4633.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  4634.             }
  4635.             if (isset($this->privates['session_listener'])) {
  4636.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  4637.             }
  4638.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  4639.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  4640.             }
  4641.             if (isset($this->services['cache.validator_expression_language'])) {
  4642.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  4643.             }
  4644.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  4645.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  4646.             }
  4647.             if (isset($this->services['.container.private.profiler'])) {
  4648.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  4649.             }
  4650.             if (isset($this->services['.container.private.validator'])) {
  4651.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  4652.             }
  4653.             if (isset($this->services['doctrine'])) {
  4654.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  4655.             }
  4656.             if (isset($this->privates['doctrine.debug_data_holder'])) {
  4657.                 yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  4658.             }
  4659.             if (isset($this->privates['form.type.entity'])) {
  4660.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  4661.             }
  4662.             if (isset($this->services['.container.private.security.token_storage'])) {
  4663.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  4664.             }
  4665.             if (isset($this->privates['cache.security_expression_language.traceable'])) {
  4666.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? null);
  4667.             }
  4668.             if (isset($this->privates['monolog.handler.main'])) {
  4669.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  4670.             }
  4671.             if (isset($this->privates['monolog.handler.console'])) {
  4672.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  4673.             }
  4674.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  4675.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  4676.             }
  4677.             if (isset($this->privates['cache.webpack_encore.traceable'])) {
  4678.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore.traceable'] ?? null);
  4679.             }
  4680.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  4681.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  4682.             }
  4683.             if (isset($this->privates['webpack_encore.entrypoint_lookup[core]'])) {
  4684.                 yield 'webpack_encore.entrypoint_lookup[core]' => ($this->privates['webpack_encore.entrypoint_lookup[core]'] ?? null);
  4685.             }
  4686.             if (isset($this->privates['.debug.http_client'])) {
  4687.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  4688.             }
  4689.         }, function () {
  4690.             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']));
  4691.         }), ['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']]);
  4692.     }
  4693.     /**
  4694.      * Gets the public 'spiriit_form_filter.filter_prepare' shared service.
  4695.      *
  4696.      * @return \Spiriit\Bundle\FormFilterBundle\Event\Listener\PrepareListener
  4697.      */
  4698.     protected function getSpiriitFormFilter_FilterPrepareService()
  4699.     {
  4700.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Event/Listener/PrepareListener.php';
  4701.         return $this->services['spiriit_form_filter.filter_prepare'] = new \Spiriit\Bundle\FormFilterBundle\Event\Listener\PrepareListener();
  4702.     }
  4703.     /**
  4704.      * Gets the public 'spiriit_form_filter.query_builder_updater' shared service.
  4705.      *
  4706.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\FilterBuilderUpdater
  4707.      */
  4708.     protected function getSpiriitFormFilter_QueryBuilderUpdaterService()
  4709.     {
  4710.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/FilterBuilderUpdaterInterface.php';
  4711.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/FilterBuilderUpdater.php';
  4712.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/FormDataExtractorInterface.php';
  4713.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/FormDataExtractor.php';
  4714.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/DataExtractionMethodInterface.php';
  4715.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/DefaultExtractionMethod.php';
  4716.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/TextExtractionMethod.php';
  4717.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/ValueKeysExtractionMethod.php';
  4718.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4719.         if (isset($this->services['spiriit_form_filter.query_builder_updater'])) {
  4720.             return $this->services['spiriit_form_filter.query_builder_updater'];
  4721.         }
  4722.         $b = new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\FormDataExtractor();
  4723.         $b->addMethod(new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\Method\DefaultExtractionMethod());
  4724.         $b->addMethod(new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\Method\TextExtractionMethod());
  4725.         $b->addMethod(new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\Method\ValueKeysExtractionMethod());
  4726.         return $this->services['spiriit_form_filter.query_builder_updater'] = new \Spiriit\Bundle\FormFilterBundle\Filter\FilterBuilderUpdater($b$a);
  4727.     }
  4728.     /**
  4729.      * Gets the public 'translator' shared service.
  4730.      *
  4731.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  4732.      */
  4733.     protected function getTranslatorService()
  4734.     {
  4735.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4736.     }
  4737.     /**
  4738.      * Gets the public 'var_dumper.cloner' shared service.
  4739.      *
  4740.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  4741.      */
  4742.     protected function getVarDumper_ClonerService()
  4743.     {
  4744.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  4745.         $instance->setMaxItems(2500);
  4746.         $instance->setMinDepth(1);
  4747.         $instance->setMaxString(-1);
  4748.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  4749.         return $instance;
  4750.     }
  4751.     /**
  4752.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  4753.      *
  4754.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  4755.      */
  4756.     protected function getWebProfiler_Controller_ExceptionPanelService()
  4757.     {
  4758.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  4759.         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()));
  4760.     }
  4761.     /**
  4762.      * Gets the public 'web_profiler.controller.profiler' shared service.
  4763.      *
  4764.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  4765.      */
  4766.     protected function getWebProfiler_Controller_ProfilerService()
  4767.     {
  4768.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  4769.         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));
  4770.     }
  4771.     /**
  4772.      * Gets the public 'web_profiler.controller.router' shared service.
  4773.      *
  4774.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  4775.      */
  4776.     protected function getWebProfiler_Controller_RouterService()
  4777.     {
  4778.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  4779.         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 () {
  4780.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  4781.         }, 1));
  4782.     }
  4783.     /**
  4784.      * Gets the private '.App\Command\Cron\CreateOrDeleteCanalFromSessions.lazy' shared service.
  4785.      *
  4786.      * @return \Symfony\Component\Console\Command\LazyCommand
  4787.      */
  4788.     protected function getCreateOrDeleteCanalFromSessions_LazyService()
  4789.     {
  4790.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4791.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4792.         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 {
  4793.             return ($this->privates['App\\Command\\Cron\\CreateOrDeleteCanalFromSessions'] ?? $this->getCreateOrDeleteCanalFromSessionsService());
  4794.         });
  4795.     }
  4796.     /**
  4797.      * Gets the private '.App\Command\Cron\DeleteOldChatMessageCommand.lazy' shared service.
  4798.      *
  4799.      * @return \Symfony\Component\Console\Command\LazyCommand
  4800.      */
  4801.     protected function getDeleteOldChatMessageCommand_LazyService()
  4802.     {
  4803.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4804.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4805.         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 {
  4806.             return ($this->privates['App\\Command\\Cron\\DeleteOldChatMessageCommand'] ?? $this->getDeleteOldChatMessageCommandService());
  4807.         });
  4808.     }
  4809.     /**
  4810.      * Gets the private '.App\Command\Cron\DeleteOldConversationCommand.lazy' shared service.
  4811.      *
  4812.      * @return \Symfony\Component\Console\Command\LazyCommand
  4813.      */
  4814.     protected function getDeleteOldConversationCommand_LazyService()
  4815.     {
  4816.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4818.         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 {
  4819.             return ($this->privates['App\\Command\\Cron\\DeleteOldConversationCommand'] ?? $this->getDeleteOldConversationCommandService());
  4820.         });
  4821.     }
  4822.     /**
  4823.      * Gets the private '.App\Command\Cron\ManageConversationUsersForCursusCommand.lazy' shared service.
  4824.      *
  4825.      * @return \Symfony\Component\Console\Command\LazyCommand
  4826.      */
  4827.     protected function getManageConversationUsersForCursusCommand_LazyService()
  4828.     {
  4829.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4830.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4831.         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 {
  4832.             return ($this->privates['App\\Command\\Cron\\ManageConversationUsersForCursusCommand'] ?? $this->getManageConversationUsersForCursusCommandService());
  4833.         });
  4834.     }
  4835.     /**
  4836.      * Gets the private '.App\Command\GenerateHashtagUserCommand.lazy' shared service.
  4837.      *
  4838.      * @return \Symfony\Component\Console\Command\LazyCommand
  4839.      */
  4840.     protected function getGenerateHashtagUserCommand_LazyService()
  4841.     {
  4842.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4843.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4844.         return $this->privates['.App\\Command\\GenerateHashtagUserCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:generate-hashtag-user', [], 'Add a short description for your command'false, function (): \App\Command\GenerateHashtagUserCommand {
  4845.             return ($this->privates['App\\Command\\GenerateHashtagUserCommand'] ?? $this->getGenerateHashtagUserCommandService());
  4846.         });
  4847.     }
  4848.     /**
  4849.      * Gets the private '.App\Command\GenerateReferentAndServiceConversationsForActiveCursusCommand.lazy' shared service.
  4850.      *
  4851.      * @return \Symfony\Component\Console\Command\LazyCommand
  4852.      */
  4853.     protected function getGenerateReferentAndServiceConversationsForActiveCursusCommand_LazyService()
  4854.     {
  4855.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4857.         return $this->privates['.App\\Command\\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 {
  4858.             return ($this->privates['App\\Command\\GenerateReferentAndServiceConversationsForActiveCursusCommand'] ?? $this->getGenerateReferentAndServiceConversationsForActiveCursusCommandService());
  4859.         });
  4860.     }
  4861.     /**
  4862.      * Gets the private '.App\Command\InitChannelCanalCommand.lazy' shared service.
  4863.      *
  4864.      * @return \Symfony\Component\Console\Command\LazyCommand
  4865.      */
  4866.     protected function getInitChannelCanalCommand_LazyService()
  4867.     {
  4868.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4870.         return $this->privates['.App\\Command\\InitChannelCanalCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:init-channel-canal', [], 'Create Public Canals for Channels'false, function (): \App\Command\InitChannelCanalCommand {
  4871.             return ($this->privates['App\\Command\\InitChannelCanalCommand'] ?? $this->getInitChannelCanalCommandService());
  4872.         });
  4873.     }
  4874.     /**
  4875.      * Gets the private '.App\Command\InitResourcesCommand.lazy' shared service.
  4876.      *
  4877.      * @return \Symfony\Component\Console\Command\LazyCommand
  4878.      */
  4879.     protected function getInitResourcesCommand_LazyService()
  4880.     {
  4881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4883.         return $this->privates['.App\\Command\\InitResourcesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:init-resources', [], 'Create Resource for Groups, Places and Trainings'false, function (): \App\Command\InitResourcesCommand {
  4884.             return ($this->privates['App\\Command\\InitResourcesCommand'] ?? $this->getInitResourcesCommandService());
  4885.         });
  4886.     }
  4887.     /**
  4888.      * Gets the private '.App\Command\InitSimpleConversationsCommand.lazy' shared service.
  4889.      *
  4890.      * @return \Symfony\Component\Console\Command\LazyCommand
  4891.      */
  4892.     protected function getInitSimpleConversationsCommand_LazyService()
  4893.     {
  4894.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4896.         return $this->privates['.App\\Command\\InitSimpleConversationsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:init-channel-simple-conversations', [], 'Create Simple conversations for Channels'false, function (): \App\Command\InitSimpleConversationsCommand {
  4897.             return ($this->privates['App\\Command\\InitSimpleConversationsCommand'] ?? $this->getInitSimpleConversationsCommandService());
  4898.         });
  4899.     }
  4900.     /**
  4901.      * Gets the private '.App\Command\TestStringCommand.lazy' shared service.
  4902.      *
  4903.      * @return \Symfony\Component\Console\Command\LazyCommand
  4904.      */
  4905.     protected function getTestStringCommand_LazyService()
  4906.     {
  4907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4908.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4909.         return $this->privates['.App\\Command\\TestStringCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:test-string', [], 'Add a short description for your command'false, function (): \App\Command\TestStringCommand {
  4910.             return ($this->privates['App\\Command\\TestStringCommand'] ?? $this->getTestStringCommandService());
  4911.         });
  4912.     }
  4913.     /**
  4914.      * Gets the private '.Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand.lazy' shared service.
  4915.      *
  4916.      * @return \Symfony\Component\Console\Command\LazyCommand
  4917.      */
  4918.     protected function getCheckChannelMenuDisplayedCommand_LazyService()
  4919.     {
  4920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4921.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4922.         return $this->privates['.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 {
  4923.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand'] ?? $this->getCheckChannelMenuDisplayedCommandService());
  4924.         });
  4925.     }
  4926.     /**
  4927.      * Gets the private '.Nellapp\Bundle\SDKBundle\Permission\Command\CleanExpiredChannelResourcePermissionCommand.lazy' shared service.
  4928.      *
  4929.      * @return \Symfony\Component\Console\Command\LazyCommand
  4930.      */
  4931.     protected function getCleanExpiredChannelResourcePermissionCommand_LazyService()
  4932.     {
  4933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4935.         return $this->privates['.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 {
  4936.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand'] ?? $this->getCleanExpiredChannelResourcePermissionCommandService());
  4937.         });
  4938.     }
  4939.     /**
  4940.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand.lazy' shared service.
  4941.      *
  4942.      * @return \Symfony\Component\Console\Command\LazyCommand
  4943.      */
  4944.     protected function getFullRefreshClassCommand_LazyService()
  4945.     {
  4946.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4947.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4948.         return $this->privates['.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 {
  4949.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand'] ?? $this->getFullRefreshClassCommandService());
  4950.         });
  4951.     }
  4952.     /**
  4953.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand.lazy' shared service.
  4954.      *
  4955.      * @return \Symfony\Component\Console\Command\LazyCommand
  4956.      */
  4957.     protected function getRefreshClassCommand_LazyService()
  4958.     {
  4959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4960.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4961.         return $this->privates['.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 {
  4962.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand'] ?? $this->getRefreshClassCommandService());
  4963.         });
  4964.     }
  4965.     /**
  4966.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand.lazy' shared service.
  4967.      *
  4968.      * @return \Symfony\Component\Console\Command\LazyCommand
  4969.      */
  4970.     protected function getRefreshOneCommand_LazyService()
  4971.     {
  4972.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4973.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4974.         return $this->privates['.Nellapp\\Bundle\\SDKBundle\\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 {
  4975.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand'] ?? $this->getRefreshOneCommandService());
  4976.         });
  4977.     }
  4978.     /**
  4979.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand.lazy' shared service.
  4980.      *
  4981.      * @return \Symfony\Component\Console\Command\LazyCommand
  4982.      */
  4983.     protected function getUserFromChannelCommand_LazyService()
  4984.     {
  4985.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4986.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4987.         return $this->privates['.Nellapp\\Bundle\\SDKBundle\\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 {
  4988.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand'] ?? $this->getUserFromChannelCommandService());
  4989.         });
  4990.     }
  4991.     /**
  4992.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand.lazy' shared service.
  4993.      *
  4994.      * @return \Symfony\Component\Console\Command\LazyCommand
  4995.      */
  4996.     protected function getSyncOneCommand_LazyService()
  4997.     {
  4998.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4999.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5000.         return $this->privates['.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('nellapp:sync:one', [], 'Manual sync by id'false, function (): \Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand {
  5001.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand'] ?? $this->getSyncOneCommandService());
  5002.         });
  5003.     }
  5004.     /**
  5005.      * Gets the private '.cache_connection..Id32ei' shared service.
  5006.      *
  5007.      * @return \Symfony\Component\Cache\Adapter\AbstractAdapter
  5008.      */
  5009.     protected function get_CacheConnection__Id32eiService()
  5010.     {
  5011.         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]);
  5012.     }
  5013.     /**
  5014.      * Gets the private '.console.command.about.lazy' shared service.
  5015.      *
  5016.      * @return \Symfony\Component\Console\Command\LazyCommand
  5017.      */
  5018.     protected function get_Console_Command_About_LazyService()
  5019.     {
  5020.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5022.         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 {
  5023.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  5024.         });
  5025.     }
  5026.     /**
  5027.      * Gets the private '.console.command.assets_install.lazy' shared service.
  5028.      *
  5029.      * @return \Symfony\Component\Console\Command\LazyCommand
  5030.      */
  5031.     protected function get_Console_Command_AssetsInstall_LazyService()
  5032.     {
  5033.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5035.         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 {
  5036.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  5037.         });
  5038.     }
  5039.     /**
  5040.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  5041.      *
  5042.      * @return \Symfony\Component\Console\Command\LazyCommand
  5043.      */
  5044.     protected function get_Console_Command_CacheClear_LazyService()
  5045.     {
  5046.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5048.         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 {
  5049.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  5050.         });
  5051.     }
  5052.     /**
  5053.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  5054.      *
  5055.      * @return \Symfony\Component\Console\Command\LazyCommand
  5056.      */
  5057.     protected function get_Console_Command_CachePoolClear_LazyService()
  5058.     {
  5059.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5061.         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 {
  5062.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  5063.         });
  5064.     }
  5065.     /**
  5066.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  5067.      *
  5068.      * @return \Symfony\Component\Console\Command\LazyCommand
  5069.      */
  5070.     protected function get_Console_Command_CachePoolDelete_LazyService()
  5071.     {
  5072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5074.         return $this->privates['.console.command.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 {
  5075.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  5076.         });
  5077.     }
  5078.     /**
  5079.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  5080.      *
  5081.      * @return \Symfony\Component\Console\Command\LazyCommand
  5082.      */
  5083.     protected function get_Console_Command_CachePoolList_LazyService()
  5084.     {
  5085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5087.         return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  5088.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  5089.         });
  5090.     }
  5091.     /**
  5092.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  5093.      *
  5094.      * @return \Symfony\Component\Console\Command\LazyCommand
  5095.      */
  5096.     protected function get_Console_Command_CachePoolPrune_LazyService()
  5097.     {
  5098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5100.         return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  5101.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  5102.         });
  5103.     }
  5104.     /**
  5105.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  5106.      *
  5107.      * @return \Symfony\Component\Console\Command\LazyCommand
  5108.      */
  5109.     protected function get_Console_Command_CacheWarmup_LazyService()
  5110.     {
  5111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5113.         return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  5114.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  5115.         });
  5116.     }
  5117.     /**
  5118.      * Gets the private '.console.command.config_debug.lazy' shared service.
  5119.      *
  5120.      * @return \Symfony\Component\Console\Command\LazyCommand
  5121.      */
  5122.     protected function get_Console_Command_ConfigDebug_LazyService()
  5123.     {
  5124.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5126.         return $this->privates['.console.command.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 {
  5127.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  5128.         });
  5129.     }
  5130.     /**
  5131.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  5132.      *
  5133.      * @return \Symfony\Component\Console\Command\LazyCommand
  5134.      */
  5135.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  5136.     {
  5137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5139.         return $this->privates['.console.command.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 {
  5140.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  5141.         });
  5142.     }
  5143.     /**
  5144.      * Gets the private '.console.command.container_debug.lazy' shared service.
  5145.      *
  5146.      * @return \Symfony\Component\Console\Command\LazyCommand
  5147.      */
  5148.     protected function get_Console_Command_ContainerDebug_LazyService()
  5149.     {
  5150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5152.         return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  5153.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  5154.         });
  5155.     }
  5156.     /**
  5157.      * Gets the private '.console.command.container_lint.lazy' shared service.
  5158.      *
  5159.      * @return \Symfony\Component\Console\Command\LazyCommand
  5160.      */
  5161.     protected function get_Console_Command_ContainerLint_LazyService()
  5162.     {
  5163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5165.         return $this->privates['.console.command.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 {
  5166.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  5167.         });
  5168.     }
  5169.     /**
  5170.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  5171.      *
  5172.      * @return \Symfony\Component\Console\Command\LazyCommand
  5173.      */
  5174.     protected function get_Console_Command_DebugAutowiring_LazyService()
  5175.     {
  5176.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5178.         return $this->privates['.console.command.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 {
  5179.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  5180.         });
  5181.     }
  5182.     /**
  5183.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  5184.      *
  5185.      * @return \Symfony\Component\Console\Command\LazyCommand
  5186.      */
  5187.     protected function get_Console_Command_DotenvDebug_LazyService()
  5188.     {
  5189.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5191.         return $this->privates['.console.command.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 {
  5192.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  5193.         });
  5194.     }
  5195.     /**
  5196.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  5197.      *
  5198.      * @return \Symfony\Component\Console\Command\LazyCommand
  5199.      */
  5200.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  5201.     {
  5202.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5204.         return $this->privates['.console.command.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 {
  5205.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  5206.         });
  5207.     }
  5208.     /**
  5209.      * Gets the private '.console.command.form_debug.lazy' shared service.
  5210.      *
  5211.      * @return \Symfony\Component\Console\Command\LazyCommand
  5212.      */
  5213.     protected function get_Console_Command_FormDebug_LazyService()
  5214.     {
  5215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5216.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5217.         return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  5218.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  5219.         });
  5220.     }
  5221.     /**
  5222.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  5223.      *
  5224.      * @return \Symfony\Component\Console\Command\LazyCommand
  5225.      */
  5226.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  5227.     {
  5228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5230.         return $this->privates['.console.command.messenger_consume_messages.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:consume', [], 'Consume messages'false, function (): \Symfony\Component\Messenger\Command\ConsumeMessagesCommand {
  5231.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  5232.         });
  5233.     }
  5234.     /**
  5235.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  5236.      *
  5237.      * @return \Symfony\Component\Console\Command\LazyCommand
  5238.      */
  5239.     protected function get_Console_Command_MessengerDebug_LazyService()
  5240.     {
  5241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5242.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5243.         return $this->privates['.console.command.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 {
  5244.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  5245.         });
  5246.     }
  5247.     /**
  5248.      * Gets the private '.console.command.messenger_failed_messages_remove.lazy' shared service.
  5249.      *
  5250.      * @return \Symfony\Component\Console\Command\LazyCommand
  5251.      */
  5252.     protected function get_Console_Command_MessengerFailedMessagesRemove_LazyService()
  5253.     {
  5254.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5256.         return $this->privates['.console.command.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 {
  5257.             return ($this->privates['console.command.messenger_failed_messages_remove'] ?? $this->getConsole_Command_MessengerFailedMessagesRemoveService());
  5258.         });
  5259.     }
  5260.     /**
  5261.      * Gets the private '.console.command.messenger_failed_messages_retry.lazy' shared service.
  5262.      *
  5263.      * @return \Symfony\Component\Console\Command\LazyCommand
  5264.      */
  5265.     protected function get_Console_Command_MessengerFailedMessagesRetry_LazyService()
  5266.     {
  5267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5269.         return $this->privates['.console.command.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 {
  5270.             return ($this->privates['console.command.messenger_failed_messages_retry'] ?? $this->getConsole_Command_MessengerFailedMessagesRetryService());
  5271.         });
  5272.     }
  5273.     /**
  5274.      * Gets the private '.console.command.messenger_failed_messages_show.lazy' shared service.
  5275.      *
  5276.      * @return \Symfony\Component\Console\Command\LazyCommand
  5277.      */
  5278.     protected function get_Console_Command_MessengerFailedMessagesShow_LazyService()
  5279.     {
  5280.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5282.         return $this->privates['.console.command.messenger_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 {
  5283.             return ($this->privates['console.command.messenger_failed_messages_show'] ?? $this->getConsole_Command_MessengerFailedMessagesShowService());
  5284.         });
  5285.     }
  5286.     /**
  5287.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  5288.      *
  5289.      * @return \Symfony\Component\Console\Command\LazyCommand
  5290.      */
  5291.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  5292.     {
  5293.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5294.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5295.         return $this->privates['.console.command.messenger_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 {
  5296.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  5297.         });
  5298.     }
  5299.     /**
  5300.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  5301.      *
  5302.      * @return \Symfony\Component\Console\Command\LazyCommand
  5303.      */
  5304.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  5305.     {
  5306.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5307.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5308.         return $this->privates['.console.command.messenger_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 {
  5309.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  5310.         });
  5311.     }
  5312.     /**
  5313.      * Gets the private '.console.command.router_debug.lazy' shared service.
  5314.      *
  5315.      * @return \Symfony\Component\Console\Command\LazyCommand
  5316.      */
  5317.     protected function get_Console_Command_RouterDebug_LazyService()
  5318.     {
  5319.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5320.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5321.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  5322.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  5323.         });
  5324.     }
  5325.     /**
  5326.      * Gets the private '.console.command.router_match.lazy' shared service.
  5327.      *
  5328.      * @return \Symfony\Component\Console\Command\LazyCommand
  5329.      */
  5330.     protected function get_Console_Command_RouterMatch_LazyService()
  5331.     {
  5332.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5334.         return $this->privates['.console.command.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 {
  5335.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  5336.         });
  5337.     }
  5338.     /**
  5339.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  5340.      *
  5341.      * @return \Symfony\Component\Console\Command\LazyCommand
  5342.      */
  5343.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  5344.     {
  5345.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5347.         return $this->privates['.console.command.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 {
  5348.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  5349.         });
  5350.     }
  5351.     /**
  5352.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  5353.      *
  5354.      * @return \Symfony\Component\Console\Command\LazyCommand
  5355.      */
  5356.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  5357.     {
  5358.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5359.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5360.         return $this->privates['.console.command.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 {
  5361.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  5362.         });
  5363.     }
  5364.     /**
  5365.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  5366.      *
  5367.      * @return \Symfony\Component\Console\Command\LazyCommand
  5368.      */
  5369.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  5370.     {
  5371.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5372.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5373.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  5374.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  5375.         });
  5376.     }
  5377.     /**
  5378.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  5379.      *
  5380.      * @return \Symfony\Component\Console\Command\LazyCommand
  5381.      */
  5382.     protected function get_Console_Command_SecretsList_LazyService()
  5383.     {
  5384.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5385.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5386.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  5387.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  5388.         });
  5389.     }
  5390.     /**
  5391.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  5392.      *
  5393.      * @return \Symfony\Component\Console\Command\LazyCommand
  5394.      */
  5395.     protected function get_Console_Command_SecretsRemove_LazyService()
  5396.     {
  5397.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5398.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5399.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  5400.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  5401.         });
  5402.     }
  5403.     /**
  5404.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  5405.      *
  5406.      * @return \Symfony\Component\Console\Command\LazyCommand
  5407.      */
  5408.     protected function get_Console_Command_SecretsSet_LazyService()
  5409.     {
  5410.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5411.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5412.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  5413.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  5414.         });
  5415.     }
  5416.     /**
  5417.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  5418.      *
  5419.      * @return \Symfony\Component\Console\Command\LazyCommand
  5420.      */
  5421.     protected function get_Console_Command_TranslationDebug_LazyService()
  5422.     {
  5423.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5424.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5425.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  5426.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  5427.         });
  5428.     }
  5429.     /**
  5430.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  5431.      *
  5432.      * @return \Symfony\Component\Console\Command\LazyCommand
  5433.      */
  5434.     protected function get_Console_Command_TranslationExtract_LazyService()
  5435.     {
  5436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5438.         return $this->privates['.console.command.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 {
  5439.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  5440.         });
  5441.     }
  5442.     /**
  5443.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  5444.      *
  5445.      * @return \Symfony\Component\Console\Command\LazyCommand
  5446.      */
  5447.     protected function get_Console_Command_TranslationPull_LazyService()
  5448.     {
  5449.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5451.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  5452.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  5453.         });
  5454.     }
  5455.     /**
  5456.      * Gets the private '.console.command.translation_push.lazy' shared service.
  5457.      *
  5458.      * @return \Symfony\Component\Console\Command\LazyCommand
  5459.      */
  5460.     protected function get_Console_Command_TranslationPush_LazyService()
  5461.     {
  5462.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5463.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5464.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  5465.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  5466.         });
  5467.     }
  5468.     /**
  5469.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  5470.      *
  5471.      * @return \Symfony\Component\Console\Command\LazyCommand
  5472.      */
  5473.     protected function get_Console_Command_ValidatorDebug_LazyService()
  5474.     {
  5475.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5476.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5477.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  5478.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  5479.         });
  5480.     }
  5481.     /**
  5482.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  5483.      *
  5484.      * @return \Symfony\Component\Console\Command\LazyCommand
  5485.      */
  5486.     protected function get_Console_Command_XliffLint_LazyService()
  5487.     {
  5488.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5489.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5490.         return $this->privates['.console.command.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 {
  5491.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  5492.         });
  5493.     }
  5494.     /**
  5495.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  5496.      *
  5497.      * @return \Symfony\Component\Console\Command\LazyCommand
  5498.      */
  5499.     protected function get_Console_Command_YamlLint_LazyService()
  5500.     {
  5501.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5502.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5503.         return $this->privates['.console.command.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 {
  5504.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  5505.         });
  5506.     }
  5507.     /**
  5508.      * Gets the private '.debug.http_client' shared service.
  5509.      *
  5510.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  5511.      */
  5512.     protected function get_Debug_HttpClientService()
  5513.     {
  5514.         $a \Symfony\Component\HttpClient\HttpClient::create(['verify_peer' => false'verify_host' => false'headers' => [], 'resolve' => []], 6);
  5515.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  5516.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5517.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5518.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5519.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  5520.         $a->setLogger($b);
  5521.         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))));
  5522.     }
  5523.     /**
  5524.      * Gets the private '.errored..service_locator.46ge.3y.App\Entity\Channel\Channel' shared service.
  5525.      *
  5526.      * @return \App\Entity\Channel\Channel
  5527.      */
  5528.     protected function getChannelService()
  5529.     {
  5530.         $this->throw('Cannot autowire service ".service_locator.46ge.3y": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5531.     }
  5532.     /**
  5533.      * Gets the private '.errored..service_locator.46ge.3y.App\Entity\Chat\Conversation' shared service.
  5534.      *
  5535.      * @return \App\Entity\Chat\Conversation
  5536.      */
  5537.     protected function getConversationService()
  5538.     {
  5539.         $this->throw('Cannot autowire service ".service_locator.46ge.3y": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5540.     }
  5541.     /**
  5542.      * Gets the private '.errored..service_locator.46ge.3y.App\Entity\Chat\Message' shared service.
  5543.      *
  5544.      * @return \App\Entity\Chat\Message
  5545.      */
  5546.     protected function getMessageService()
  5547.     {
  5548.         $this->throw('Cannot autowire service ".service_locator.46ge.3y": it references class "App\\Entity\\Chat\\Message" but no such service exists.');
  5549.     }
  5550.     /**
  5551.      * Gets the private '.errored..service_locator.8i.6ATt.App\Entity\Account\User' shared service.
  5552.      *
  5553.      * @return \App\Entity\Account\User
  5554.      */
  5555.     protected function getUser2Service()
  5556.     {
  5557.         $this->throw('Cannot autowire service ".service_locator.8i.6ATt": it references class "App\\Entity\\Account\\User" but no such service exists.');
  5558.     }
  5559.     /**
  5560.      * Gets the private '.errored..service_locator.8i.6ATt.App\Entity\Channel\Channel' shared service.
  5561.      *
  5562.      * @return \App\Entity\Channel\Channel
  5563.      */
  5564.     protected function getChannel2Service()
  5565.     {
  5566.         $this->throw('Cannot autowire service ".service_locator.8i.6ATt": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5567.     }
  5568.     /**
  5569.      * Gets the private '.errored..service_locator.8i.6ATt.App\Entity\Chat\Conversation' shared service.
  5570.      *
  5571.      * @return \App\Entity\Chat\Conversation
  5572.      */
  5573.     protected function getConversation2Service()
  5574.     {
  5575.         $this->throw('Cannot autowire service ".service_locator.8i.6ATt": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5576.     }
  5577.     /**
  5578.      * Gets the private '.errored..service_locator.CjAfxfK.App\Entity\Channel\Channel' shared service.
  5579.      *
  5580.      * @return \App\Entity\Channel\Channel
  5581.      */
  5582.     protected function getChannel3Service()
  5583.     {
  5584.         $this->throw('Cannot autowire service ".service_locator.CjAfxfK": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5585.     }
  5586.     /**
  5587.      * Gets the private '.errored..service_locator.CjAfxfK.App\Entity\Chat\Conversation' shared service.
  5588.      *
  5589.      * @return \App\Entity\Chat\Conversation
  5590.      */
  5591.     protected function getConversation3Service()
  5592.     {
  5593.         $this->throw('Cannot autowire service ".service_locator.CjAfxfK": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5594.     }
  5595.     /**
  5596.      * Gets the private '.errored..service_locator.CjAfxfK.App\Entity\Chat\Message' shared service.
  5597.      *
  5598.      * @return \App\Entity\Chat\Message
  5599.      */
  5600.     protected function getMessage2Service()
  5601.     {
  5602.         $this->throw('Cannot autowire service ".service_locator.CjAfxfK": it references class "App\\Entity\\Chat\\Message" but no such service exists.');
  5603.     }
  5604.     /**
  5605.      * Gets the private '.errored..service_locator.CjLnZ8A.App\Entity\Channel\Channel' shared service.
  5606.      *
  5607.      * @return \App\Entity\Channel\Channel
  5608.      */
  5609.     protected function getChannel4Service()
  5610.     {
  5611.         $this->throw('Cannot autowire service ".service_locator.CjLnZ8A": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5612.     }
  5613.     /**
  5614.      * Gets the private '.errored..service_locator.CjLnZ8A.App\Entity\Chat\Conversation' shared service.
  5615.      *
  5616.      * @return \App\Entity\Chat\Conversation
  5617.      */
  5618.     protected function getConversation4Service()
  5619.     {
  5620.         $this->throw('Cannot autowire service ".service_locator.CjLnZ8A": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5621.     }
  5622.     /**
  5623.      * Gets the private '.errored..service_locator.CjLnZ8A.App\Entity\Chat\Message' shared service.
  5624.      *
  5625.      * @return \App\Entity\Chat\Message
  5626.      */
  5627.     protected function getMessage3Service()
  5628.     {
  5629.         $this->throw('Cannot autowire service ".service_locator.CjLnZ8A": it references class "App\\Entity\\Chat\\Message" but no such service exists.');
  5630.     }
  5631.     /**
  5632.      * Gets the private '.errored..service_locator.DwJoScw.App\Entity\Channel\Channel' shared service.
  5633.      *
  5634.      * @return \App\Entity\Channel\Channel
  5635.      */
  5636.     protected function getChannel5Service()
  5637.     {
  5638.         $this->throw('Cannot autowire service ".service_locator.DwJoScw": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5639.     }
  5640.     /**
  5641.      * Gets the private '.errored..service_locator.DwJoScw.App\Entity\Channel\Service' shared service.
  5642.      *
  5643.      * @return \App\Entity\Channel\Service
  5644.      */
  5645.     protected function getServiceService()
  5646.     {
  5647.         $this->throw('Cannot autowire service ".service_locator.DwJoScw": it references class "App\\Entity\\Channel\\Service" but no such service exists.');
  5648.     }
  5649.     /**
  5650.      * Gets the private '.errored..service_locator.IZbGlYG.App\Entity\Channel\Channel' shared service.
  5651.      *
  5652.      * @return \App\Entity\Channel\Channel
  5653.      */
  5654.     protected function getChannel6Service()
  5655.     {
  5656.         $this->throw('Cannot autowire service ".service_locator.IZbGlYG": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5657.     }
  5658.     /**
  5659.      * Gets the private '.errored..service_locator.IZbGlYG.App\Entity\Chat\Message' shared service.
  5660.      *
  5661.      * @return \App\Entity\Chat\Message
  5662.      */
  5663.     protected function getMessage4Service()
  5664.     {
  5665.         $this->throw('Cannot autowire service ".service_locator.IZbGlYG": it references class "App\\Entity\\Chat\\Message" but no such service exists.');
  5666.     }
  5667.     /**
  5668.      * Gets the private '.errored..service_locator.IZbGlYG.App\Entity\Chat\MessageUser' shared service.
  5669.      *
  5670.      * @return \App\Entity\Chat\MessageUser
  5671.      */
  5672.     protected function getMessageUserService()
  5673.     {
  5674.         $this->throw('Cannot autowire service ".service_locator.IZbGlYG": it references class "App\\Entity\\Chat\\MessageUser" but no such service exists.');
  5675.     }
  5676.     /**
  5677.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  5678.      *
  5679.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  5680.      */
  5681.     protected function getLoaderInterfaceService()
  5682.     {
  5683.         $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".');
  5684.     }
  5685.     /**
  5686.      * Gets the private '.errored..service_locator.Li3ShxI.App\Entity\Channel\Channel' shared service.
  5687.      *
  5688.      * @return \App\Entity\Channel\Channel
  5689.      */
  5690.     protected function getChannel7Service()
  5691.     {
  5692.         $this->throw('Cannot autowire service ".service_locator.Li3ShxI": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5693.     }
  5694.     /**
  5695.      * Gets the private '.errored..service_locator.Li3ShxI.App\Entity\Chat\Conversation' shared service.
  5696.      *
  5697.      * @return \App\Entity\Chat\Conversation
  5698.      */
  5699.     protected function getConversation5Service()
  5700.     {
  5701.         $this->throw('Cannot autowire service ".service_locator.Li3ShxI": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5702.     }
  5703.     /**
  5704.      * Gets the private '.errored..service_locator.Li3ShxI.App\Entity\Chat\FileMessage' shared service.
  5705.      *
  5706.      * @return \App\Entity\Chat\FileMessage
  5707.      */
  5708.     protected function getFileMessageService()
  5709.     {
  5710.         $this->throw('Cannot autowire service ".service_locator.Li3ShxI": it references class "App\\Entity\\Chat\\FileMessage" but no such service exists.');
  5711.     }
  5712.     /**
  5713.      * Gets the private '.errored..service_locator.Nlay9_9.App\Entity\Channel\Channel' shared service.
  5714.      *
  5715.      * @return \App\Entity\Channel\Channel
  5716.      */
  5717.     protected function getChannel8Service()
  5718.     {
  5719.         $this->throw('Cannot autowire service ".service_locator.Nlay9_9": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5720.     }
  5721.     /**
  5722.      * Gets the private '.errored..service_locator.Nlay9_9.App\Entity\Chat\Canal' shared service.
  5723.      *
  5724.      * @return \App\Entity\Chat\Canal
  5725.      */
  5726.     protected function getCanalService()
  5727.     {
  5728.         $this->throw('Cannot autowire service ".service_locator.Nlay9_9": it references class "App\\Entity\\Chat\\Canal" but no such service exists.');
  5729.     }
  5730.     /**
  5731.      * Gets the private '.errored..service_locator.P3RPcy8.App\Entity\Channel\Channel' shared service.
  5732.      *
  5733.      * @return \App\Entity\Channel\Channel
  5734.      */
  5735.     protected function getChannel9Service()
  5736.     {
  5737.         $this->throw('Cannot autowire service ".service_locator.P3RPcy8": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5738.     }
  5739.     /**
  5740.      * Gets the private '.errored..service_locator.P3RPcy8.App\Entity\Chat\Conversation' shared service.
  5741.      *
  5742.      * @return \App\Entity\Chat\Conversation
  5743.      */
  5744.     protected function getConversation6Service()
  5745.     {
  5746.         $this->throw('Cannot autowire service ".service_locator.P3RPcy8": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5747.     }
  5748.     /**
  5749.      * Gets the private '.errored..service_locator.QBI2gse.App\Entity\Channel\Channel' shared service.
  5750.      *
  5751.      * @return \App\Entity\Channel\Channel
  5752.      */
  5753.     protected function getChannel10Service()
  5754.     {
  5755.         $this->throw('Cannot autowire service ".service_locator.QBI2gse": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5756.     }
  5757.     /**
  5758.      * Gets the private '.errored..service_locator.QBI2gse.App\Entity\Chat\Conversation' shared service.
  5759.      *
  5760.      * @return \App\Entity\Chat\Conversation
  5761.      */
  5762.     protected function getConversation7Service()
  5763.     {
  5764.         $this->throw('Cannot autowire service ".service_locator.QBI2gse": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5765.     }
  5766.     /**
  5767.      * Gets the private '.errored..service_locator.QBI2gse.App\Entity\Chat\Message' shared service.
  5768.      *
  5769.      * @return \App\Entity\Chat\Message
  5770.      */
  5771.     protected function getMessage5Service()
  5772.     {
  5773.         $this->throw('Cannot autowire service ".service_locator.QBI2gse": it references class "App\\Entity\\Chat\\Message" but no such service exists.');
  5774.     }
  5775.     /**
  5776.      * Gets the private '.errored..service_locator.RlytIys.App\Entity\Account\User' shared service.
  5777.      *
  5778.      * @return \App\Entity\Account\User
  5779.      */
  5780.     protected function getUser3Service()
  5781.     {
  5782.         $this->throw('Cannot autowire service ".service_locator.RlytIys": it references class "App\\Entity\\Account\\User" but no such service exists.');
  5783.     }
  5784.     /**
  5785.      * Gets the private '.errored..service_locator._HjxFZI.App\Entity\Account\User' shared service.
  5786.      *
  5787.      * @return \App\Entity\Account\User
  5788.      */
  5789.     protected function getUser4Service()
  5790.     {
  5791.         $this->throw('Cannot autowire service ".service_locator._HjxFZI": it references class "App\\Entity\\Account\\User" but no such service exists.');
  5792.     }
  5793.     /**
  5794.      * Gets the private '.errored..service_locator._HjxFZI.App\Entity\Channel\Channel' shared service.
  5795.      *
  5796.      * @return \App\Entity\Channel\Channel
  5797.      */
  5798.     protected function getChannel11Service()
  5799.     {
  5800.         $this->throw('Cannot autowire service ".service_locator._HjxFZI": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5801.     }
  5802.     /**
  5803.      * Gets the private '.errored..service_locator.hN5dZFZ.App\Entity\Channel\Channel' shared service.
  5804.      *
  5805.      * @return \App\Entity\Channel\Channel
  5806.      */
  5807.     protected function getChannel12Service()
  5808.     {
  5809.         $this->throw('Cannot autowire service ".service_locator.hN5dZFZ": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5810.     }
  5811.     /**
  5812.      * Gets the private '.errored..service_locator.hN5dZFZ.App\Entity\Chat\ChatNotification' shared service.
  5813.      *
  5814.      * @return \App\Entity\Chat\ChatNotification
  5815.      */
  5816.     protected function getChatNotificationService()
  5817.     {
  5818.         $this->throw('Cannot autowire service ".service_locator.hN5dZFZ": it references class "App\\Entity\\Chat\\ChatNotification" but no such service exists.');
  5819.     }
  5820.     /**
  5821.      * Gets the private '.errored..service_locator.k.6sDgC.App\Entity\Channel\Channel' shared service.
  5822.      *
  5823.      * @return \App\Entity\Channel\Channel
  5824.      */
  5825.     protected function getChannel13Service()
  5826.     {
  5827.         $this->throw('Cannot autowire service ".service_locator.k.6sDgC": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5828.     }
  5829.     /**
  5830.      * Gets the private '.errored..service_locator.yB53eej.App\Entity\Channel\Channel' shared service.
  5831.      *
  5832.      * @return \App\Entity\Channel\Channel
  5833.      */
  5834.     protected function getChannel14Service()
  5835.     {
  5836.         $this->throw('Cannot autowire service ".service_locator.yB53eej": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5837.     }
  5838.     /**
  5839.      * Gets the private '.errored..service_locator.yB53eej.App\Entity\Chat\Conversation' shared service.
  5840.      *
  5841.      * @return \App\Entity\Chat\Conversation
  5842.      */
  5843.     protected function getConversation8Service()
  5844.     {
  5845.         $this->throw('Cannot autowire service ".service_locator.yB53eej": it references class "App\\Entity\\Chat\\Conversation" but no such service exists.');
  5846.     }
  5847.     /**
  5848.      * Gets the private '.errored..service_locator.yB53eej.App\Entity\Chat\Message' shared service.
  5849.      *
  5850.      * @return \App\Entity\Chat\Message
  5851.      */
  5852.     protected function getMessage6Service()
  5853.     {
  5854.         $this->throw('Cannot autowire service ".service_locator.yB53eej": it references class "App\\Entity\\Chat\\Message" but no such service exists.');
  5855.     }
  5856.     /**
  5857.      * Gets the private '.errored..service_locator.yVy0b.R.App\Entity\Channel\Channel' shared service.
  5858.      *
  5859.      * @return \App\Entity\Channel\Channel
  5860.      */
  5861.     protected function getChannel15Service()
  5862.     {
  5863.         $this->throw('Cannot autowire service ".service_locator.yVy0b.R": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  5864.     }
  5865.     /**
  5866.      * Gets the private '.errored..service_locator.yVy0b.R.App\Entity\Chat\File' shared service.
  5867.      *
  5868.      * @return \App\Entity\Chat\File
  5869.      */
  5870.     protected function getFileService()
  5871.     {
  5872.         $this->throw('Cannot autowire service ".service_locator.yVy0b.R": it references class "App\\Entity\\Chat\\File" but no such service exists.');
  5873.     }
  5874.     /**
  5875.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  5876.      *
  5877.      * @return \Symfony\Component\Console\Command\LazyCommand
  5878.      */
  5879.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  5880.     {
  5881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5883.         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 {
  5884.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  5885.         });
  5886.     }
  5887.     /**
  5888.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  5889.      *
  5890.      * @return \Symfony\Component\Console\Command\LazyCommand
  5891.      */
  5892.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  5893.     {
  5894.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5896.         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 {
  5897.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  5898.         });
  5899.     }
  5900.     /**
  5901.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  5902.      *
  5903.      * @return \Symfony\Component\Console\Command\LazyCommand
  5904.      */
  5905.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  5906.     {
  5907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5908.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5909.         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 {
  5910.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  5911.         });
  5912.     }
  5913.     /**
  5914.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  5915.      *
  5916.      * @return \Symfony\Component\Console\Command\LazyCommand
  5917.      */
  5918.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  5919.     {
  5920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5921.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5922.         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 {
  5923.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  5924.         });
  5925.     }
  5926.     /**
  5927.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  5928.      *
  5929.      * @return \Symfony\Component\Console\Command\LazyCommand
  5930.      */
  5931.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  5932.     {
  5933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5935.         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 {
  5936.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  5937.         });
  5938.     }
  5939.     /**
  5940.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  5941.      *
  5942.      * @return \Symfony\Component\Console\Command\LazyCommand
  5943.      */
  5944.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  5945.     {
  5946.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5947.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5948.         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 {
  5949.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  5950.         });
  5951.     }
  5952.     /**
  5953.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  5954.      *
  5955.      * @return \Symfony\Component\Console\Command\LazyCommand
  5956.      */
  5957.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  5958.     {
  5959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5960.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5961.         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 {
  5962.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  5963.         });
  5964.     }
  5965.     /**
  5966.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  5967.      *
  5968.      * @return \Symfony\Component\Console\Command\LazyCommand
  5969.      */
  5970.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  5971.     {
  5972.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5973.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5974.         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 {
  5975.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  5976.         });
  5977.     }
  5978.     /**
  5979.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  5980.      *
  5981.      * @return \Symfony\Component\Console\Command\LazyCommand
  5982.      */
  5983.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  5984.     {
  5985.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5986.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5987.         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 {
  5988.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  5989.         });
  5990.     }
  5991.     /**
  5992.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  5993.      *
  5994.      * @return \Symfony\Component\Console\Command\LazyCommand
  5995.      */
  5996.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  5997.     {
  5998.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5999.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6000.         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 {
  6001.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  6002.         });
  6003.     }
  6004.     /**
  6005.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  6006.      *
  6007.      * @return \Symfony\Component\Console\Command\LazyCommand
  6008.      */
  6009.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  6010.     {
  6011.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6012.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6013.         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 {
  6014.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  6015.         });
  6016.     }
  6017.     /**
  6018.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  6019.      *
  6020.      * @return \Symfony\Component\Console\Command\LazyCommand
  6021.      */
  6022.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  6023.     {
  6024.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6025.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6026.         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 {
  6027.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  6028.         });
  6029.     }
  6030.     /**
  6031.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  6032.      *
  6033.      * @return \Symfony\Component\Console\Command\LazyCommand
  6034.      */
  6035.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  6036.     {
  6037.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6038.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6039.         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 {
  6040.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  6041.         });
  6042.     }
  6043.     /**
  6044.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  6045.      *
  6046.      * @return \Symfony\Component\Console\Command\LazyCommand
  6047.      */
  6048.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  6049.     {
  6050.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6051.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6052.         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 {
  6053.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  6054.         });
  6055.     }
  6056.     /**
  6057.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  6058.      *
  6059.      * @return \Symfony\Component\Console\Command\LazyCommand
  6060.      */
  6061.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  6062.     {
  6063.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6064.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6065.         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 {
  6066.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  6067.         });
  6068.     }
  6069.     /**
  6070.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  6071.      *
  6072.      * @return \Symfony\Component\Console\Command\LazyCommand
  6073.      */
  6074.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  6075.     {
  6076.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6077.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6078.         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 {
  6079.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  6080.         });
  6081.     }
  6082.     /**
  6083.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  6084.      *
  6085.      * @return \Symfony\Component\Console\Command\LazyCommand
  6086.      */
  6087.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  6088.     {
  6089.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6090.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6091.         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 {
  6092.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  6093.         });
  6094.     }
  6095.     /**
  6096.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  6097.      *
  6098.      * @return \Symfony\Component\Console\Command\LazyCommand
  6099.      */
  6100.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  6101.     {
  6102.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6103.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6104.         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 {
  6105.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  6106.         });
  6107.     }
  6108.     /**
  6109.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  6110.      *
  6111.      * @return \Symfony\Component\Console\Command\LazyCommand
  6112.      */
  6113.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  6114.     {
  6115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6116.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6117.         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 {
  6118.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  6119.         });
  6120.     }
  6121.     /**
  6122.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  6123.      *
  6124.      * @return \Symfony\Component\Console\Command\LazyCommand
  6125.      */
  6126.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  6127.     {
  6128.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6129.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6130.         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 {
  6131.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  6132.         });
  6133.     }
  6134.     /**
  6135.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  6136.      *
  6137.      * @return \Symfony\Component\Console\Command\LazyCommand
  6138.      */
  6139.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  6140.     {
  6141.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6142.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6143.         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 {
  6144.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  6145.         });
  6146.     }
  6147.     /**
  6148.      * Gets the private '.messenger.handler_descriptor.jADa3cd' shared service.
  6149.      *
  6150.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6151.      */
  6152.     protected function get_Messenger_HandlerDescriptor_JADa3cdService()
  6153.     {
  6154.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6155.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Messenger/Handler/RefreshUserMessageHandler.php';
  6156.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'] ?? $this->getUserRefresherService());
  6157.         if (isset($this->privates['.messenger.handler_descriptor.jADa3cd'])) {
  6158.             return $this->privates['.messenger.handler_descriptor.jADa3cd'];
  6159.         }
  6160.         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())), []);
  6161.     }
  6162.     /**
  6163.      * Gets the private '.messenger.handler_descriptor.rUCyI0M' shared service.
  6164.      *
  6165.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6166.      */
  6167.     protected function get_Messenger_HandlerDescriptor_RUCyI0MService()
  6168.     {
  6169.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6170.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  6171.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Messenger/Handler/EntitySyncHandler.php';
  6172.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService());
  6173.         if (isset($this->privates['.messenger.handler_descriptor.rUCyI0M'])) {
  6174.             return $this->privates['.messenger.handler_descriptor.rUCyI0M'];
  6175.         }
  6176.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6177.         if (isset($this->privates['.messenger.handler_descriptor.rUCyI0M'])) {
  6178.             return $this->privates['.messenger.handler_descriptor.rUCyI0M'];
  6179.         }
  6180.         $c = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncAdditionalData\\AdditionalDataClient'] ?? $this->getAdditionalDataClientService());
  6181.         if (isset($this->privates['.messenger.handler_descriptor.rUCyI0M'])) {
  6182.             return $this->privates['.messenger.handler_descriptor.rUCyI0M'];
  6183.         }
  6184.         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), []);
  6185.     }
  6186.     /**
  6187.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  6188.      *
  6189.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6190.      */
  6191.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  6192.     {
  6193.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6194.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  6195.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  6196.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  6197.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  6198.         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 () {
  6199.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  6200.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  6201.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  6202.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  6203.         }, 4)))->fromStrings(['main' => 'smtp://null'])), []);
  6204.     }
  6205.     /**
  6206.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  6207.      *
  6208.      * @return \Symfony\Component\Console\Command\LazyCommand
  6209.      */
  6210.     protected function get_Monolog_Command_ServerLog_LazyService()
  6211.     {
  6212.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6213.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6214.         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 {
  6215.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  6216.         });
  6217.     }
  6218.     /**
  6219.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  6220.      *
  6221.      * @return \Symfony\Component\Console\Command\LazyCommand
  6222.      */
  6223.     protected function get_Security_Command_DebugFirewall_LazyService()
  6224.     {
  6225.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6226.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6227.         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 {
  6228.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  6229.         });
  6230.     }
  6231.     /**
  6232.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  6233.      *
  6234.      * @return \Symfony\Component\Console\Command\LazyCommand
  6235.      */
  6236.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  6237.     {
  6238.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6240.         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 {
  6241.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  6242.         });
  6243.     }
  6244.     /**
  6245.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  6246.      *
  6247.      * @return \Symfony\Component\Console\Command\LazyCommand
  6248.      */
  6249.     protected function get_Security_Command_UserPasswordHash_LazyService()
  6250.     {
  6251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6253.         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 {
  6254.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  6255.         });
  6256.     }
  6257.     /**
  6258.      * Gets the private '.service_locator.46ge.3y' shared service.
  6259.      *
  6260.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6261.      */
  6262.     protected function get_ServiceLocator_46ge_3yService()
  6263.     {
  6264.         return $this->privates['.service_locator.46ge.3y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6265.             '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.'],
  6266.             '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.'],
  6267.             '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.'],
  6268.         ], [
  6269.             'channel' => 'App\\Entity\\Channel\\Channel',
  6270.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  6271.             'message' => 'App\\Entity\\Chat\\Message',
  6272.         ]);
  6273.     }
  6274.     /**
  6275.      * Gets the private '.service_locator.8i.6ATt' shared service.
  6276.      *
  6277.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6278.      */
  6279.     protected function get_ServiceLocator_8i_6ATtService()
  6280.     {
  6281.         return $this->privates['.service_locator.8i.6ATt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6282.             '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.'],
  6283.             '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.'],
  6284.             '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.'],
  6285.         ], [
  6286.             'channel' => 'App\\Entity\\Channel\\Channel',
  6287.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  6288.             'user' => 'App\\Entity\\Account\\User',
  6289.         ]);
  6290.     }
  6291.     /**
  6292.      * Gets the private '.service_locator.CjAfxfK' shared service.
  6293.      *
  6294.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6295.      */
  6296.     protected function get_ServiceLocator_CjAfxfKService()
  6297.     {
  6298.         return $this->privates['.service_locator.CjAfxfK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6299.             '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.'],
  6300.             '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.'],
  6301.             '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.'],
  6302.         ], [
  6303.             'channel' => 'App\\Entity\\Channel\\Channel',
  6304.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  6305.             'nextMessage' => 'App\\Entity\\Chat\\Message',
  6306.         ]);
  6307.     }
  6308.     /**
  6309.      * Gets the private '.service_locator.CjLnZ8A' shared service.
  6310.      *
  6311.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6312.      */
  6313.     protected function get_ServiceLocator_CjLnZ8AService()
  6314.     {
  6315.         return $this->privates['.service_locator.CjLnZ8A'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6316.             '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.'],
  6317.             '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.'],
  6318.             '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.'],
  6319.         ], [
  6320.             'channel' => 'App\\Entity\\Channel\\Channel',
  6321.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  6322.             'message' => 'App\\Entity\\Chat\\Message',
  6323.         ]);
  6324.     }
  6325.     /**
  6326.      * Gets the private '.service_locator.DwJoScw' shared service.
  6327.      *
  6328.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6329.      */
  6330.     protected function get_ServiceLocator_DwJoScwService()
  6331.     {
  6332.         return $this->privates['.service_locator.DwJoScw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6333.             '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.'],
  6334.             '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.'],
  6335.         ], [
  6336.             'channel' => 'App\\Entity\\Channel\\Channel',
  6337.             'service' => 'App\\Entity\\Channel\\Service',
  6338.         ]);
  6339.     }
  6340.     /**
  6341.      * Gets the private '.service_locator.GNc8e5B' shared service.
  6342.      *
  6343.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6344.      */
  6345.     protected function get_ServiceLocator_GNc8e5BService()
  6346.     {
  6347.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6348.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  6349.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  6350.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  6351.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  6352.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  6353.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  6354.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6355.             'router' => ['services''router''getRouterService'false],
  6356.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  6357.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  6358.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  6359.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  6360.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6361.         ], [
  6362.             'doctrine' => '?',
  6363.             'form.factory' => '?',
  6364.             'http_kernel' => '?',
  6365.             'message_bus' => '?',
  6366.             'messenger.default_bus' => '?',
  6367.             'parameter_bag' => '?',
  6368.             'request_stack' => '?',
  6369.             'router' => '?',
  6370.             'security.authorization_checker' => '?',
  6371.             'security.token_storage' => '?',
  6372.             'serializer' => '?',
  6373.             'session' => '.session.deprecated',
  6374.             'twig' => '?',
  6375.         ]);
  6376.     }
  6377.     /**
  6378.      * Gets the private '.service_locator.HVEfkuY' shared service.
  6379.      *
  6380.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6381.      */
  6382.     protected function get_ServiceLocator_HVEfkuYService()
  6383.     {
  6384.         return $this->privates['.service_locator.HVEfkuY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6385.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  6386.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  6387.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  6388.             'security.firewall.map.context.reverse_sync' => ['privates''security.firewall.map.context.reverse_sync''getSecurity_Firewall_Map_Context_ReverseSyncService'false],
  6389.             'security.firewall.map.context.reverse_sync_doc' => ['privates''security.firewall.map.context.reverse_sync_doc''getSecurity_Firewall_Map_Context_ReverseSyncDocService'false],
  6390.         ], [
  6391.             'security.firewall.map.context.api' => '?',
  6392.             'security.firewall.map.context.dev' => '?',
  6393.             'security.firewall.map.context.main' => '?',
  6394.             'security.firewall.map.context.reverse_sync' => '?',
  6395.             'security.firewall.map.context.reverse_sync_doc' => '?',
  6396.         ]);
  6397.     }
  6398.     /**
  6399.      * Gets the private '.service_locator.IZbGlYG' shared service.
  6400.      *
  6401.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6402.      */
  6403.     protected function get_ServiceLocator_IZbGlYGService()
  6404.     {
  6405.         return $this->privates['.service_locator.IZbGlYG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6406.             '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.'],
  6407.             '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.'],
  6408.             '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.'],
  6409.         ], [
  6410.             'channel' => 'App\\Entity\\Channel\\Channel',
  6411.             'message' => 'App\\Entity\\Chat\\Message',
  6412.             'messageUser' => 'App\\Entity\\Chat\\MessageUser',
  6413.         ]);
  6414.     }
  6415.     /**
  6416.      * Gets the private '.service_locator.KfbR3DY' shared service.
  6417.      *
  6418.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6419.      */
  6420.     protected function get_ServiceLocator_KfbR3DYService()
  6421.     {
  6422.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6423.             '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".'],
  6424.         ], [
  6425.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  6426.         ]);
  6427.     }
  6428.     /**
  6429.      * Gets the private '.service_locator.Li3ShxI' shared service.
  6430.      *
  6431.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6432.      */
  6433.     protected function get_ServiceLocator_Li3ShxIService()
  6434.     {
  6435.         return $this->privates['.service_locator.Li3ShxI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6436.             '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.'],
  6437.             '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.'],
  6438.             '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.'],
  6439.         ], [
  6440.             'channel' => 'App\\Entity\\Channel\\Channel',
  6441.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  6442.             'fileMessage' => 'App\\Entity\\Chat\\FileMessage',
  6443.         ]);
  6444.     }
  6445.     /**
  6446.      * Gets the private '.service_locator.Nlay9_9' shared service.
  6447.      *
  6448.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6449.      */
  6450.     protected function get_ServiceLocator_Nlay99Service()
  6451.     {
  6452.         return $this->privates['.service_locator.Nlay9_9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6453.             '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.'],
  6454.             '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.'],
  6455.         ], [
  6456.             'canal' => 'App\\Entity\\Chat\\Canal',
  6457.             'channel' => 'App\\Entity\\Channel\\Channel',
  6458.         ]);
  6459.     }
  6460.     /**
  6461.      * Gets the private '.service_locator.P3RPcy8' shared service.
  6462.      *
  6463.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6464.      */
  6465.     protected function get_ServiceLocator_P3RPcy8Service()
  6466.     {
  6467.         return $this->privates['.service_locator.P3RPcy8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6468.             '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.'],
  6469.             '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.'],
  6470.         ], [
  6471.             'channel' => 'App\\Entity\\Channel\\Channel',
  6472.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  6473.         ]);
  6474.     }
  6475.     /**
  6476.      * Gets the private '.service_locator.QBI2gse' shared service.
  6477.      *
  6478.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6479.      */
  6480.     protected function get_ServiceLocator_QBI2gseService()
  6481.     {
  6482.         return $this->privates['.service_locator.QBI2gse'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6483.             '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.'],
  6484.             '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.'],
  6485.             '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.'],
  6486.         ], [
  6487.             'channel' => 'App\\Entity\\Channel\\Channel',
  6488.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  6489.             'lastSeenMessage' => 'App\\Entity\\Chat\\Message',
  6490.         ]);
  6491.     }
  6492.     /**
  6493.      * Gets the private '.service_locator.RjqNWWg' shared service.
  6494.      *
  6495.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6496.      */
  6497.     protected function get_ServiceLocator_RjqNWWgService()
  6498.     {
  6499.         return $this->privates['.service_locator.RjqNWWg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6500.             'App\\Controller\\Admin\\Service\\ShowServiceAction::__invoke' => ['privates''.service_locator.DwJoScw''get_ServiceLocator_DwJoScwService'false],
  6501.             'App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationCollectionAction::__invoke' => ['privates''.service_locator.RlytIys''get_ServiceLocator_RlytIysService'false],
  6502.             'App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction::__invoke' => ['privates''.service_locator.RlytIys''get_ServiceLocator_RlytIysService'false],
  6503.             'App\\Controller\\Api\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction::__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6504.             'App\\Controller\\Api\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction::__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6505.             'App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction::__invoke' => ['privates''.service_locator.8i.6ATt''get_ServiceLocator_8i_6ATtService'false],
  6506.             'App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction::__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6507.             'App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6508.             'App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction::__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6509.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6510.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6511.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6512.             'App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6513.             'App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6514.             'App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction::__invoke' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6515.             'App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6516.             'App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6517.             'App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6518.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6519.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll::__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6520.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem::__invoke' => ['privates''.service_locator.hN5dZFZ''get_ServiceLocator_HN5dZFZService'false],
  6521.             'App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6522.             'App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction::__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6523.             'App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6524.             'App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6525.             'App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6526.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction::__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6527.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction::__invoke' => ['privates''.service_locator.QBI2gse''get_ServiceLocator_QBI2gseService'false],
  6528.             'App\\Controller\\Async\\Common\\File\\GetFileAction::downloadFile' => ['privates''.service_locator.yVy0b.R''get_ServiceLocator_YVy0b_RService'false],
  6529.             'App\\Controller\\Async\\Common\\File\\GetFileAction::getFileImagePreview' => ['privates''.service_locator.yVy0b.R''get_ServiceLocator_YVy0b_RService'false],
  6530.             'App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction::__invoke' => ['privates''.service_locator.IZbGlYG''get_ServiceLocator_IZbGlYGService'false],
  6531.             'App\\Controller\\Async\\Common\\Message\\DeleteMessageAction::__invoke' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6532.             'App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction::__invoke' => ['privates''.service_locator.CjAfxfK''get_ServiceLocator_CjAfxfKService'false],
  6533.             'App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction::__invoke' => ['privates''.service_locator.yB53eej''get_ServiceLocator_YB53eejService'false],
  6534.             'App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6535.             'App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction::__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6536.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction::__invoke' => ['privates''.service_locator.Li3ShxI''get_ServiceLocator_Li3ShxIService'false],
  6537.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction::postBuildResponse' => ['privates''.service_locator.uAZ9wWa''get_ServiceLocator_UAZ9wWaService'false],
  6538.             'App\\Controller\\Async\\Common\\Message\\PostMessageAction::__invoke' => ['privates''.service_locator.46ge.3y''get_ServiceLocator_46ge_3yService'false],
  6539.             'App\\Controller\\Async\\Common\\Message\\PutMessageAction::__invoke' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6540.             'App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction::__invoke' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6541.             'App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction::__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6542.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation::__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6543.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6544.             'App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction::__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6545.             'App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6546.             'App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6547.             'App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6548.             'App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6549.             'App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction::__invoke' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6550.             'App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction::__invoke' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6551.             'App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction::__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6552.             'App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6553.             'App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6554.             'App\\Controller\\Async\\Coordinator\\GetResourceCollection::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6555.             'App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6556.             'App\\Controller\\HomeController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6557.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  6558.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  6559.             'App\\Controller\\Admin\\Service\\ShowServiceAction:__invoke' => ['privates''.service_locator.DwJoScw''get_ServiceLocator_DwJoScwService'false],
  6560.             'App\\Controller\\Admin\\Service\\ShowServiceAction' => ['privates''.service_locator.DwJoScw''get_ServiceLocator_DwJoScwService'false],
  6561.             'App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationCollectionAction:__invoke' => ['privates''.service_locator.RlytIys''get_ServiceLocator_RlytIysService'false],
  6562.             'App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationCollectionAction' => ['privates''.service_locator.RlytIys''get_ServiceLocator_RlytIysService'false],
  6563.             'App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction:__invoke' => ['privates''.service_locator.RlytIys''get_ServiceLocator_RlytIysService'false],
  6564.             'App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction' => ['privates''.service_locator.RlytIys''get_ServiceLocator_RlytIysService'false],
  6565.             'App\\Controller\\Api\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction:__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6566.             'App\\Controller\\Api\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6567.             'App\\Controller\\Api\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction:__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6568.             'App\\Controller\\Api\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6569.             'App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction:__invoke' => ['privates''.service_locator.8i.6ATt''get_ServiceLocator_8i_6ATtService'false],
  6570.             'App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction' => ['privates''.service_locator.8i.6ATt''get_ServiceLocator_8i_6ATtService'false],
  6571.             'App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction:__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6572.             'App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6573.             'App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6574.             'App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6575.             'App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction:__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6576.             'App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6577.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6578.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6579.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6580.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6581.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6582.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6583.             'App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6584.             'App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6585.             'App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6586.             'App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6587.             'App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction:__invoke' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6588.             'App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6589.             'App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6590.             'App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6591.             'App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6592.             'App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6593.             'App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6594.             'App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6595.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6596.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6597.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll:__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6598.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6599.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem:__invoke' => ['privates''.service_locator.hN5dZFZ''get_ServiceLocator_HN5dZFZService'false],
  6600.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem' => ['privates''.service_locator.hN5dZFZ''get_ServiceLocator_HN5dZFZService'false],
  6601.             'App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6602.             'App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6603.             'App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction:__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6604.             'App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6605.             'App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6606.             'App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6607.             'App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6608.             'App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6609.             'App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6610.             'App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6611.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction:__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6612.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6613.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction:__invoke' => ['privates''.service_locator.QBI2gse''get_ServiceLocator_QBI2gseService'false],
  6614.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction' => ['privates''.service_locator.QBI2gse''get_ServiceLocator_QBI2gseService'false],
  6615.             'App\\Controller\\Async\\Common\\File\\GetFileAction:downloadFile' => ['privates''.service_locator.yVy0b.R''get_ServiceLocator_YVy0b_RService'false],
  6616.             'App\\Controller\\Async\\Common\\File\\GetFileAction:getFileImagePreview' => ['privates''.service_locator.yVy0b.R''get_ServiceLocator_YVy0b_RService'false],
  6617.             'App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction:__invoke' => ['privates''.service_locator.IZbGlYG''get_ServiceLocator_IZbGlYGService'false],
  6618.             'App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction' => ['privates''.service_locator.IZbGlYG''get_ServiceLocator_IZbGlYGService'false],
  6619.             'App\\Controller\\Async\\Common\\Message\\DeleteMessageAction:__invoke' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6620.             'App\\Controller\\Async\\Common\\Message\\DeleteMessageAction' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6621.             'App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction:__invoke' => ['privates''.service_locator.CjAfxfK''get_ServiceLocator_CjAfxfKService'false],
  6622.             'App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction' => ['privates''.service_locator.CjAfxfK''get_ServiceLocator_CjAfxfKService'false],
  6623.             'App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction:__invoke' => ['privates''.service_locator.yB53eej''get_ServiceLocator_YB53eejService'false],
  6624.             'App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction' => ['privates''.service_locator.yB53eej''get_ServiceLocator_YB53eejService'false],
  6625.             'App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6626.             'App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6627.             'App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction:__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6628.             'App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6629.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction:__invoke' => ['privates''.service_locator.Li3ShxI''get_ServiceLocator_Li3ShxIService'false],
  6630.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction' => ['privates''.service_locator.Li3ShxI''get_ServiceLocator_Li3ShxIService'false],
  6631.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction:postBuildResponse' => ['privates''.service_locator.uAZ9wWa''get_ServiceLocator_UAZ9wWaService'false],
  6632.             'App\\Controller\\Async\\Common\\Message\\PostMessageAction:__invoke' => ['privates''.service_locator.46ge.3y''get_ServiceLocator_46ge_3yService'false],
  6633.             'App\\Controller\\Async\\Common\\Message\\PostMessageAction' => ['privates''.service_locator.46ge.3y''get_ServiceLocator_46ge_3yService'false],
  6634.             'App\\Controller\\Async\\Common\\Message\\PutMessageAction:__invoke' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6635.             'App\\Controller\\Async\\Common\\Message\\PutMessageAction' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6636.             'App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction:__invoke' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6637.             'App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction' => ['privates''.service_locator.CjLnZ8A''get_ServiceLocator_CjLnZ8AService'false],
  6638.             'App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction:__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6639.             'App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6640.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation:__invoke' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6641.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation' => ['privates''.service_locator.P3RPcy8''get_ServiceLocator_P3RPcy8Service'false],
  6642.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6643.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6644.             'App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction:__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6645.             'App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6646.             'App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6647.             'App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6648.             'App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6649.             'App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6650.             'App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6651.             'App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6652.             'App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6653.             'App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6654.             'App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction:__invoke' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6655.             'App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6656.             'App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction:__invoke' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6657.             'App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction' => ['privates''.service_locator.Nlay9_9''get_ServiceLocator_Nlay99Service'false],
  6658.             'App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction:__invoke' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6659.             'App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction' => ['privates''.service_locator._HjxFZI''get_ServiceLocator_HjxFZIService'false],
  6660.             'App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6661.             'App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6662.             'App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6663.             'App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6664.             'App\\Controller\\Async\\Coordinator\\GetResourceCollection:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6665.             'App\\Controller\\Async\\Coordinator\\GetResourceCollection' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6666.             'App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6667.             'App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6668.             'App\\Controller\\HomeController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6669.             'App\\Controller\\HomeController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  6670.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  6671.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  6672.         ], [
  6673.             'App\\Controller\\Admin\\Service\\ShowServiceAction::__invoke' => '?',
  6674.             'App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationCollectionAction::__invoke' => '?',
  6675.             'App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction::__invoke' => '?',
  6676.             'App\\Controller\\Api\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction::__invoke' => '?',
  6677.             'App\\Controller\\Api\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction::__invoke' => '?',
  6678.             'App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction::__invoke' => '?',
  6679.             'App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction::__invoke' => '?',
  6680.             'App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction::__invoke' => '?',
  6681.             'App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction::__invoke' => '?',
  6682.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction::__invoke' => '?',
  6683.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction::__invoke' => '?',
  6684.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction::__invoke' => '?',
  6685.             'App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction::__invoke' => '?',
  6686.             'App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel::__invoke' => '?',
  6687.             'App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction::__invoke' => '?',
  6688.             'App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction::__invoke' => '?',
  6689.             'App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction::__invoke' => '?',
  6690.             'App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction::__invoke' => '?',
  6691.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction::__invoke' => '?',
  6692.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll::__invoke' => '?',
  6693.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem::__invoke' => '?',
  6694.             'App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction::__invoke' => '?',
  6695.             'App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction::__invoke' => '?',
  6696.             'App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction::__invoke' => '?',
  6697.             'App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction::__invoke' => '?',
  6698.             'App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction::__invoke' => '?',
  6699.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction::__invoke' => '?',
  6700.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction::__invoke' => '?',
  6701.             'App\\Controller\\Async\\Common\\File\\GetFileAction::downloadFile' => '?',
  6702.             'App\\Controller\\Async\\Common\\File\\GetFileAction::getFileImagePreview' => '?',
  6703.             'App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction::__invoke' => '?',
  6704.             'App\\Controller\\Async\\Common\\Message\\DeleteMessageAction::__invoke' => '?',
  6705.             'App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction::__invoke' => '?',
  6706.             'App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction::__invoke' => '?',
  6707.             'App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction::__invoke' => '?',
  6708.             'App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction::__invoke' => '?',
  6709.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction::__invoke' => '?',
  6710.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction::postBuildResponse' => '?',
  6711.             'App\\Controller\\Async\\Common\\Message\\PostMessageAction::__invoke' => '?',
  6712.             'App\\Controller\\Async\\Common\\Message\\PutMessageAction::__invoke' => '?',
  6713.             'App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction::__invoke' => '?',
  6714.             'App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction::__invoke' => '?',
  6715.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation::__invoke' => '?',
  6716.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations::__invoke' => '?',
  6717.             'App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction::__invoke' => '?',
  6718.             'App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection::__invoke' => '?',
  6719.             'App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction::__invoke' => '?',
  6720.             'App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction::__invoke' => '?',
  6721.             'App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction::__invoke' => '?',
  6722.             'App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction::__invoke' => '?',
  6723.             'App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction::__invoke' => '?',
  6724.             'App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction::__invoke' => '?',
  6725.             'App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection::__invoke' => '?',
  6726.             'App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction::__invoke' => '?',
  6727.             'App\\Controller\\Async\\Coordinator\\GetResourceCollection::__invoke' => '?',
  6728.             'App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection::__invoke' => '?',
  6729.             'App\\Controller\\HomeController::__invoke' => '?',
  6730.             'kernel::loadRoutes' => '?',
  6731.             'kernel::registerContainerConfiguration' => '?',
  6732.             'App\\Controller\\Admin\\Service\\ShowServiceAction:__invoke' => '?',
  6733.             'App\\Controller\\Admin\\Service\\ShowServiceAction' => '?',
  6734.             'App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationCollectionAction:__invoke' => '?',
  6735.             'App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationCollectionAction' => '?',
  6736.             'App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction:__invoke' => '?',
  6737.             'App\\Controller\\Api\\Proxy\\ChatNotification\\ChatNotificationNewCollectionAction' => '?',
  6738.             'App\\Controller\\Api\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction:__invoke' => '?',
  6739.             'App\\Controller\\Api\\Proxy\\LearnerMessages\\ReferentConversationMessageCollectionAction' => '?',
  6740.             'App\\Controller\\Api\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction:__invoke' => '?',
  6741.             'App\\Controller\\Api\\Proxy\\LearnerMessages\\ServiceConversationMessageCollectionAction' => '?',
  6742.             'App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction:__invoke' => '?',
  6743.             'App\\Controller\\Async\\Admin\\Conversation\\DeleteUsersAction' => '?',
  6744.             'App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction:__invoke' => '?',
  6745.             'App\\Controller\\Async\\Admin\\Conversation\\GetUserCollectionAvailableForConversationAction' => '?',
  6746.             'App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction:__invoke' => '?',
  6747.             'App\\Controller\\Async\\Admin\\Conversation\\PostConversationFromUsersAction' => '?',
  6748.             'App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction:__invoke' => '?',
  6749.             'App\\Controller\\Async\\Admin\\Conversation\\PostUsersAction' => '?',
  6750.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction:__invoke' => '?',
  6751.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetNpmEventDataAction' => '?',
  6752.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction:__invoke' => '?',
  6753.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\GetTemporaryCanalAction' => '?',
  6754.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction:__invoke' => '?',
  6755.             'App\\Controller\\Async\\Admin\\TemporaryCanal\\PostTemporaryCanalAction' => '?',
  6756.             'App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction:__invoke' => '?',
  6757.             'App\\Controller\\Async\\Admin\\User\\GetAdminsCollectionAction' => '?',
  6758.             'App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel:__invoke' => '?',
  6759.             'App\\Controller\\Async\\Admin\\User\\GetUserCollectionByChannel' => '?',
  6760.             'App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction:__invoke' => '?',
  6761.             'App\\Controller\\Async\\Common\\Canal\\GetCanalItemAction' => '?',
  6762.             'App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction:__invoke' => '?',
  6763.             'App\\Controller\\Async\\Common\\Canal\\GetPrivateCanalCollectionAction' => '?',
  6764.             'App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction:__invoke' => '?',
  6765.             'App\\Controller\\Async\\Common\\Canal\\GetPublicCanalCollectionAction' => '?',
  6766.             'App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction:__invoke' => '?',
  6767.             'App\\Controller\\Async\\Common\\Canal\\GetTemporaryCanalCollectionAction' => '?',
  6768.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction:__invoke' => '?',
  6769.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationCollectionAction' => '?',
  6770.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll:__invoke' => '?',
  6771.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadAll' => '?',
  6772.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem:__invoke' => '?',
  6773.             'App\\Controller\\Async\\Common\\ChatNotification\\ChatNotificationReadItem' => '?',
  6774.             'App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction:__invoke' => '?',
  6775.             'App\\Controller\\Async\\Common\\Conversation\\GetAllConversationsByUserAndChannelAction' => '?',
  6776.             'App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction:__invoke' => '?',
  6777.             'App\\Controller\\Async\\Common\\Conversation\\GetConversationItemAction' => '?',
  6778.             'App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction:__invoke' => '?',
  6779.             'App\\Controller\\Async\\Common\\Conversation\\GetReferentConversationsForLearnerAction' => '?',
  6780.             'App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction:__invoke' => '?',
  6781.             'App\\Controller\\Async\\Common\\Conversation\\GetServiceConversationForLearnerAction' => '?',
  6782.             'App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction:__invoke' => '?',
  6783.             'App\\Controller\\Async\\Common\\Conversation\\GetSimpleConversationCollectionAction' => '?',
  6784.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction:__invoke' => '?',
  6785.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationAllReadAction' => '?',
  6786.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction:__invoke' => '?',
  6787.             'App\\Controller\\Async\\Common\\Conversation\\PostConversationUserLastSeenMessageAction' => '?',
  6788.             'App\\Controller\\Async\\Common\\File\\GetFileAction:downloadFile' => '?',
  6789.             'App\\Controller\\Async\\Common\\File\\GetFileAction:getFileImagePreview' => '?',
  6790.             'App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction:__invoke' => '?',
  6791.             'App\\Controller\\Async\\Common\\MessageUser\\PostMessageUserAction' => '?',
  6792.             'App\\Controller\\Async\\Common\\Message\\DeleteMessageAction:__invoke' => '?',
  6793.             'App\\Controller\\Async\\Common\\Message\\DeleteMessageAction' => '?',
  6794.             'App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction:__invoke' => '?',
  6795.             'App\\Controller\\Async\\Common\\Message\\GetAfterMessageCollectionAction' => '?',
  6796.             'App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction:__invoke' => '?',
  6797.             'App\\Controller\\Async\\Common\\Message\\GetBeforeMessageCollectionAction' => '?',
  6798.             'App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction:__invoke' => '?',
  6799.             'App\\Controller\\Async\\Common\\Message\\GetMessageCollectionSearchAction' => '?',
  6800.             'App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction:__invoke' => '?',
  6801.             'App\\Controller\\Async\\Common\\Message\\GetUnreadMessageCollectionAction' => '?',
  6802.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction:__invoke' => '?',
  6803.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction' => '?',
  6804.             'App\\Controller\\Async\\Common\\Message\\PostFileMessageAction:postBuildResponse' => '?',
  6805.             'App\\Controller\\Async\\Common\\Message\\PostMessageAction:__invoke' => '?',
  6806.             'App\\Controller\\Async\\Common\\Message\\PostMessageAction' => '?',
  6807.             'App\\Controller\\Async\\Common\\Message\\PutMessageAction:__invoke' => '?',
  6808.             'App\\Controller\\Async\\Common\\Message\\PutMessageAction' => '?',
  6809.             'App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction:__invoke' => '?',
  6810.             'App\\Controller\\Async\\Common\\Message\\TogglePinMessageAction' => '?',
  6811.             'App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction:__invoke' => '?',
  6812.             'App\\Controller\\Async\\Common\\RedirectToChannelUserDataShowAction' => '?',
  6813.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation:__invoke' => '?',
  6814.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionByConversation' => '?',
  6815.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations:__invoke' => '?',
  6816.             'App\\Controller\\Async\\Common\\User\\GetUserCollectionWithCommonConversations' => '?',
  6817.             'App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction:__invoke' => '?',
  6818.             'App\\Controller\\Async\\Coordinator\\Admins\\DeleteAdminAction' => '?',
  6819.             'App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection:__invoke' => '?',
  6820.             'App\\Controller\\Async\\Coordinator\\Admins\\GetAdminsCollection' => '?',
  6821.             'App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction:__invoke' => '?',
  6822.             'App\\Controller\\Async\\Coordinator\\Admins\\PostAdminsAction' => '?',
  6823.             'App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction:__invoke' => '?',
  6824.             'App\\Controller\\Async\\Coordinator\\Canal\\DeleteCanalsAction' => '?',
  6825.             'App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction:__invoke' => '?',
  6826.             'App\\Controller\\Async\\Coordinator\\Canal\\GetCanalCollectionAction' => '?',
  6827.             'App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction:__invoke' => '?',
  6828.             'App\\Controller\\Async\\Coordinator\\Canal\\PostCanalAction' => '?',
  6829.             'App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction:__invoke' => '?',
  6830.             'App\\Controller\\Async\\Coordinator\\Canal\\PutCanalAction' => '?',
  6831.             'App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction:__invoke' => '?',
  6832.             'App\\Controller\\Async\\Coordinator\\Coordinators\\DeleteCoordinatorAction' => '?',
  6833.             'App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection:__invoke' => '?',
  6834.             'App\\Controller\\Async\\Coordinator\\Coordinators\\GetCoordinatorsCollection' => '?',
  6835.             'App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction:__invoke' => '?',
  6836.             'App\\Controller\\Async\\Coordinator\\Coordinators\\PostCoordinatorsAction' => '?',
  6837.             'App\\Controller\\Async\\Coordinator\\GetResourceCollection:__invoke' => '?',
  6838.             'App\\Controller\\Async\\Coordinator\\GetResourceCollection' => '?',
  6839.             'App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection:__invoke' => '?',
  6840.             'App\\Controller\\Async\\Coordinator\\Users\\GetAdminChannelUserDataCollection' => '?',
  6841.             'App\\Controller\\HomeController:__invoke' => '?',
  6842.             'App\\Controller\\HomeController' => '?',
  6843.             'kernel:loadRoutes' => '?',
  6844.             'kernel:registerContainerConfiguration' => '?',
  6845.         ]);
  6846.     }
  6847.     /**
  6848.      * Gets the private '.service_locator.RlytIys' shared service.
  6849.      *
  6850.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6851.      */
  6852.     protected function get_ServiceLocator_RlytIysService()
  6853.     {
  6854.         return $this->privates['.service_locator.RlytIys'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6855.             '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.'],
  6856.         ], [
  6857.             'user' => 'App\\Entity\\Account\\User',
  6858.         ]);
  6859.     }
  6860.     /**
  6861.      * Gets the private '.service_locator.VOk2nDh' shared service.
  6862.      *
  6863.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6864.      */
  6865.     protected function get_ServiceLocator_VOk2nDhService()
  6866.     {
  6867.         return $this->privates['.service_locator.VOk2nDh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6868.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  6869.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  6870.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  6871.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  6872.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  6873.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  6874.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6875.             'router' => ['services''router''getRouterService'false],
  6876.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  6877.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  6878.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  6879.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  6880.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6881.         ], [
  6882.             'doctrine' => '?',
  6883.             'form.factory' => '?',
  6884.             'http_kernel' => '?',
  6885.             'message_bus' => '?',
  6886.             'messenger.default_bus' => '?',
  6887.             'parameter_bag' => '?',
  6888.             'request_stack' => '?',
  6889.             'router' => '?',
  6890.             'security.authorization_checker' => '?',
  6891.             'security.token_storage' => '?',
  6892.             'serializer' => '?',
  6893.             'session' => '.session.deprecated',
  6894.             'twig' => '?',
  6895.         ]);
  6896.     }
  6897.     /**
  6898.      * Gets the private '.service_locator.Y4J.A.e' shared service.
  6899.      *
  6900.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6901.      */
  6902.     protected function get_ServiceLocator_Y4J_A_EService()
  6903.     {
  6904.         return $this->privates['.service_locator.Y4J.A.e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6905.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  6906.         ], [
  6907.             'failed' => '?',
  6908.         ]);
  6909.     }
  6910.     /**
  6911.      * Gets the private '.service_locator._HjxFZI' shared service.
  6912.      *
  6913.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6914.      */
  6915.     protected function get_ServiceLocator_HjxFZIService()
  6916.     {
  6917.         return $this->privates['.service_locator._HjxFZI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6918.             '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.'],
  6919.             '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.'],
  6920.         ], [
  6921.             'channel' => 'App\\Entity\\Channel\\Channel',
  6922.             'user' => 'App\\Entity\\Account\\User',
  6923.         ]);
  6924.     }
  6925.     /**
  6926.      * Gets the private '.service_locator.hN5dZFZ' shared service.
  6927.      *
  6928.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6929.      */
  6930.     protected function get_ServiceLocator_HN5dZFZService()
  6931.     {
  6932.         return $this->privates['.service_locator.hN5dZFZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6933.             '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.'],
  6934.             '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.'],
  6935.         ], [
  6936.             'channel' => 'App\\Entity\\Channel\\Channel',
  6937.             'chatNotification' => 'App\\Entity\\Chat\\ChatNotification',
  6938.         ]);
  6939.     }
  6940.     /**
  6941.      * Gets the private '.service_locator.k.6sDgC' shared service.
  6942.      *
  6943.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6944.      */
  6945.     protected function get_ServiceLocator_K_6sDgCService()
  6946.     {
  6947.         return $this->privates['.service_locator.k.6sDgC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6948.             '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.'],
  6949.         ], [
  6950.             'channel' => 'App\\Entity\\Channel\\Channel',
  6951.         ]);
  6952.     }
  6953.     /**
  6954.      * Gets the private '.service_locator.qDReBBp' shared service.
  6955.      *
  6956.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6957.      */
  6958.     protected function get_ServiceLocator_QDReBBpService()
  6959.     {
  6960.         return $this->privates['.service_locator.qDReBBp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6961.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  6962.             'security.event_dispatcher.api' => ['privates''security.event_dispatcher.api''getSecurity_EventDispatcher_ApiService'false],
  6963.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  6964.             'security.event_dispatcher.reverse_sync' => ['privates''security.event_dispatcher.reverse_sync''getSecurity_EventDispatcher_ReverseSyncService'false],
  6965.         ], [
  6966.             'event_dispatcher' => '?',
  6967.             'security.event_dispatcher.api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  6968.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  6969.             'security.event_dispatcher.reverse_sync' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  6970.         ]);
  6971.     }
  6972.     /**
  6973.      * Gets the private '.service_locator.rbKFZjg' shared service.
  6974.      *
  6975.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6976.      */
  6977.     protected function get_ServiceLocator_RbKFZjgService()
  6978.     {
  6979.         return $this->privates['.service_locator.rbKFZjg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6980.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  6981.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  6982.             'messenger.transport.sync_full_user_transport' => ['privates''messenger.transport.sync_full_user_transport''getMessenger_Transport_SyncFullUserTransportService'false],
  6983.             'messenger.transport.sync_transport' => ['privates''messenger.transport.sync_transport''getMessenger_Transport_SyncTransportService'false],
  6984.             'sync_full_user_transport' => ['privates''messenger.transport.sync_full_user_transport''getMessenger_Transport_SyncFullUserTransportService'false],
  6985.             'sync_transport' => ['privates''messenger.transport.sync_transport''getMessenger_Transport_SyncTransportService'false],
  6986.         ], [
  6987.             'failed' => '?',
  6988.             'messenger.transport.failed' => '?',
  6989.             'messenger.transport.sync_full_user_transport' => '?',
  6990.             'messenger.transport.sync_transport' => '?',
  6991.             'sync_full_user_transport' => '?',
  6992.             'sync_transport' => '?',
  6993.         ]);
  6994.     }
  6995.     /**
  6996.      * Gets the private '.service_locator.tvghQKF' shared service.
  6997.      *
  6998.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6999.      */
  7000.     protected function get_ServiceLocator_TvghQKFService()
  7001.     {
  7002.         return $this->privates['.service_locator.tvghQKF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7003.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  7004.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  7005.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  7006.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  7007.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  7008.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  7009.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  7010.             'router' => ['services''router''getRouterService'false],
  7011.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  7012.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  7013.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  7014.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  7015.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7016.         ], [
  7017.             'doctrine' => '?',
  7018.             'form.factory' => '?',
  7019.             'http_kernel' => '?',
  7020.             'message_bus' => '?',
  7021.             'messenger.default_bus' => '?',
  7022.             'parameter_bag' => '?',
  7023.             'request_stack' => '?',
  7024.             'router' => '?',
  7025.             'security.authorization_checker' => '?',
  7026.             'security.token_storage' => '?',
  7027.             'serializer' => '?',
  7028.             'session' => '.session.deprecated',
  7029.             'twig' => '?',
  7030.         ]);
  7031.     }
  7032.     /**
  7033.      * Gets the private '.service_locator.uAZ9wWa' shared service.
  7034.      *
  7035.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7036.      */
  7037.     protected function get_ServiceLocator_UAZ9wWaService()
  7038.     {
  7039.         return $this->privates['.service_locator.uAZ9wWa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7040.             '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.'],
  7041.         ], [
  7042.             'responseEvent' => 'Drosalys\\Bundle\\ApiBundle\\Event\\PostBuildResponseEvent',
  7043.         ]);
  7044.     }
  7045.     /**
  7046.      * Gets the private '.service_locator.vxwOU3W' shared service.
  7047.      *
  7048.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7049.      */
  7050.     protected function get_ServiceLocator_VxwOU3WService()
  7051.     {
  7052.         return $this->privates['.service_locator.vxwOU3W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7053.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  7054.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  7055.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  7056.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  7057.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  7058.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  7059.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  7060.             'router' => ['services''router''getRouterService'false],
  7061.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  7062.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  7063.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  7064.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  7065.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7066.         ], [
  7067.             'doctrine' => '?',
  7068.             'form.factory' => '?',
  7069.             'http_kernel' => '?',
  7070.             'message_bus' => '?',
  7071.             'messenger.default_bus' => '?',
  7072.             'parameter_bag' => '?',
  7073.             'request_stack' => '?',
  7074.             'router' => '?',
  7075.             'security.authorization_checker' => '?',
  7076.             'security.token_storage' => '?',
  7077.             'serializer' => '?',
  7078.             'session' => '.session.deprecated',
  7079.             'twig' => '?',
  7080.         ]);
  7081.     }
  7082.     /**
  7083.      * Gets the private '.service_locator.yB53eej' shared service.
  7084.      *
  7085.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7086.      */
  7087.     protected function get_ServiceLocator_YB53eejService()
  7088.     {
  7089.         return $this->privates['.service_locator.yB53eej'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7090.             '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.'],
  7091.             '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.'],
  7092.             '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.'],
  7093.         ], [
  7094.             'channel' => 'App\\Entity\\Channel\\Channel',
  7095.             'conversation' => 'App\\Entity\\Chat\\Conversation',
  7096.             'previousMessage' => 'App\\Entity\\Chat\\Message',
  7097.         ]);
  7098.     }
  7099.     /**
  7100.      * Gets the private '.service_locator.yVy0b.R' shared service.
  7101.      *
  7102.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7103.      */
  7104.     protected function get_ServiceLocator_YVy0b_RService()
  7105.     {
  7106.         return $this->privates['.service_locator.yVy0b.R'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7107.             '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.'],
  7108.             '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.'],
  7109.         ], [
  7110.             'channel' => 'App\\Entity\\Channel\\Channel',
  7111.             'file' => 'App\\Entity\\Chat\\File',
  7112.         ]);
  7113.     }
  7114.     /**
  7115.      * Gets the private '.session.deprecated' shared service.
  7116.      *
  7117.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  7118.      */
  7119.     protected function get_Session_DeprecatedService()
  7120.     {
  7121.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  7122.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  7123.         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();
  7124.     }
  7125.     /**
  7126.      * Gets the private '.twig.command.debug.lazy' shared service.
  7127.      *
  7128.      * @return \Symfony\Component\Console\Command\LazyCommand
  7129.      */
  7130.     protected function get_Twig_Command_Debug_LazyService()
  7131.     {
  7132.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7134.         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 {
  7135.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  7136.         });
  7137.     }
  7138.     /**
  7139.      * Gets the private '.twig.command.lint.lazy' shared service.
  7140.      *
  7141.      * @return \Symfony\Component\Console\Command\LazyCommand
  7142.      */
  7143.     protected function get_Twig_Command_Lint_LazyService()
  7144.     {
  7145.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7146.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7147.         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 {
  7148.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  7149.         });
  7150.     }
  7151.     /**
  7152.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  7153.      *
  7154.      * @return \Symfony\Component\Console\Command\LazyCommand
  7155.      */
  7156.     protected function get_VarDumper_Command_ServerDump_LazyService()
  7157.     {
  7158.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7160.         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 {
  7161.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  7162.         });
  7163.     }
  7164.     /**
  7165.      * Gets the private 'App\Command\Cron\CreateOrDeleteCanalFromSessions' shared autowired service.
  7166.      *
  7167.      * @return \App\Command\Cron\CreateOrDeleteCanalFromSessions
  7168.      */
  7169.     protected function getCreateOrDeleteCanalFromSessionsService()
  7170.     {
  7171.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7172.         include_once \dirname(__DIR__4).'/src/Command/Cron/CreateOrDeleteCanalFromSessions.php';
  7173.         $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()));
  7174.         $instance->setName('app:delete-or-create-canal-from-sessions');
  7175.         $instance->setDescription('Gather Session Resource and create or removed canals depending on sessions dates');
  7176.         return $instance;
  7177.     }
  7178.     /**
  7179.      * Gets the private 'App\Command\Cron\DeleteOldChatMessageCommand' shared autowired service.
  7180.      *
  7181.      * @return \App\Command\Cron\DeleteOldChatMessageCommand
  7182.      */
  7183.     protected function getDeleteOldChatMessageCommandService()
  7184.     {
  7185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7186.         include_once \dirname(__DIR__4).'/src/Command/Cron/DeleteOldChatMessageCommand.php';
  7187.         $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()));
  7188.         $instance->setName('app:delete-old-chat-message');
  7189.         $instance->setDescription('Remove old messages from conversations');
  7190.         return $instance;
  7191.     }
  7192.     /**
  7193.      * Gets the private 'App\Command\Cron\DeleteOldConversationCommand' shared autowired service.
  7194.      *
  7195.      * @return \App\Command\Cron\DeleteOldConversationCommand
  7196.      */
  7197.     protected function getDeleteOldConversationCommandService()
  7198.     {
  7199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7200.         include_once \dirname(__DIR__4).'/src/Command/Cron/DeleteOldConversationCommand.php';
  7201.         $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()));
  7202.         $instance->setName('app:delete-old-conversation');
  7203.         $instance->setDescription('Remove old conversations not linked to sessions => simple conversations older than 2 days, temporary canals older than 2 days');
  7204.         return $instance;
  7205.     }
  7206.     /**
  7207.      * Gets the private 'App\Command\Cron\ManageConversationUsersForCursusCommand' shared autowired service.
  7208.      *
  7209.      * @return \App\Command\Cron\ManageConversationUsersForCursusCommand
  7210.      */
  7211.     protected function getManageConversationUsersForCursusCommandService()
  7212.     {
  7213.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7214.         include_once \dirname(__DIR__4).'/src/Command/Cron/ManageConversationUsersForCursusCommand.php';
  7215.         $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()));
  7216.         $instance->setName('app:update-conversation-user-from-cursus');
  7217.         $instance->setDescription('Remove or Create ConversationUser for learners From cursus');
  7218.         return $instance;
  7219.     }
  7220.     /**
  7221.      * Gets the private 'App\Command\GenerateHashtagUserCommand' shared autowired service.
  7222.      *
  7223.      * @return \App\Command\GenerateHashtagUserCommand
  7224.      */
  7225.     protected function getGenerateHashtagUserCommandService()
  7226.     {
  7227.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7228.         include_once \dirname(__DIR__4).'/src/Command/GenerateHashtagUserCommand.php';
  7229.         $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()));
  7230.         $instance->setName('app:generate-hashtag-user');
  7231.         $instance->setDescription('Add a short description for your command');
  7232.         return $instance;
  7233.     }
  7234.     /**
  7235.      * Gets the private 'App\Command\GenerateReferentAndServiceConversationsForActiveCursusCommand' shared autowired service.
  7236.      *
  7237.      * @return \App\Command\GenerateReferentAndServiceConversationsForActiveCursusCommand
  7238.      */
  7239.     protected function getGenerateReferentAndServiceConversationsForActiveCursusCommandService()
  7240.     {
  7241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7242.         include_once \dirname(__DIR__4).'/src/Command/GenerateReferentAndServiceConversationsForActiveCursusCommand.php';
  7243.         $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()));
  7244.         $instance->setName('app:generate-referent-service-conversations');
  7245.         $instance->setDescription('Generate referent and services conversations and conversation users for active Cursus if not exists');
  7246.         return $instance;
  7247.     }
  7248.     /**
  7249.      * Gets the private 'App\Command\InitChannelCanalCommand' shared autowired service.
  7250.      *
  7251.      * @return \App\Command\InitChannelCanalCommand
  7252.      */
  7253.     protected function getInitChannelCanalCommandService()
  7254.     {
  7255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7256.         include_once \dirname(__DIR__4).'/src/Command/InitChannelCanalCommand.php';
  7257.         $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()));
  7258.         $instance->setName('app:init-channel-canal');
  7259.         $instance->setDescription('Create Public Canals for Channels');
  7260.         return $instance;
  7261.     }
  7262.     /**
  7263.      * Gets the private 'App\Command\InitResourcesCommand' shared autowired service.
  7264.      *
  7265.      * @return \App\Command\InitResourcesCommand
  7266.      */
  7267.     protected function getInitResourcesCommandService()
  7268.     {
  7269.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7270.         include_once \dirname(__DIR__4).'/src/Command/InitResourcesCommand.php';
  7271.         $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()));
  7272.         $instance->setName('app:init-resources');
  7273.         $instance->setDescription('Create Resource for Groups, Places and Trainings');
  7274.         return $instance;
  7275.     }
  7276.     /**
  7277.      * Gets the private 'App\Command\InitSimpleConversationsCommand' shared autowired service.
  7278.      *
  7279.      * @return \App\Command\InitSimpleConversationsCommand
  7280.      */
  7281.     protected function getInitSimpleConversationsCommandService()
  7282.     {
  7283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7284.         include_once \dirname(__DIR__4).'/src/Command/InitSimpleConversationsCommand.php';
  7285.         $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()));
  7286.         $instance->setName('app:init-channel-simple-conversations');
  7287.         $instance->setDescription('Create Simple conversations for Channels');
  7288.         return $instance;
  7289.     }
  7290.     /**
  7291.      * Gets the private 'App\Command\TestStringCommand' shared autowired service.
  7292.      *
  7293.      * @return \App\Command\TestStringCommand
  7294.      */
  7295.     protected function getTestStringCommandService()
  7296.     {
  7297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7298.         include_once \dirname(__DIR__4).'/src/Command/TestStringCommand.php';
  7299.         $this->privates['App\\Command\\TestStringCommand'] = $instance = new \App\Command\TestStringCommand(($this->privates['App\\Service\\Chat\\MessageService'] ?? $this->getMessageServiceService()));
  7300.         $instance->setName('app:test-string');
  7301.         $instance->setDescription('Add a short description for your command');
  7302.         return $instance;
  7303.     }
  7304.     /**
  7305.      * Gets the private 'App\Doctrine\EventEntitySubscriber\AbstractCursusSubscriber' shared autowired service.
  7306.      *
  7307.      * @return \App\Doctrine\EventEntitySubscriber\AbstractCursusSubscriber
  7308.      */
  7309.     protected function getAbstractCursusSubscriberService()
  7310.     {
  7311.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7312.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/AbstractCursusSubscriber.php';
  7313.         $a = ($this->privates['App\\Service\\Channel\\AbstractCursusService'] ?? $this->getAbstractCursusServiceService());
  7314.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'])) {
  7315.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'];
  7316.         }
  7317.         $b = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  7318.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'])) {
  7319.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'];
  7320.         }
  7321.         $c = ($this->privates['App\\Service\\Chat\\CanalService'] ?? $this->getCanalServiceService());
  7322.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'])) {
  7323.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'];
  7324.         }
  7325.         $d = ($this->privates['App\\Service\\Chat\\ReferentConversationService'] ?? $this->getReferentConversationServiceService());
  7326.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'])) {
  7327.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'];
  7328.         }
  7329.         $e = ($this->privates['App\\Service\\Chat\\ChannelServiceConversationService'] ?? $this->getChannelServiceConversationServiceService());
  7330.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'])) {
  7331.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber'];
  7332.         }
  7333.         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);
  7334.     }
  7335.     /**
  7336.      * Gets the private 'App\Doctrine\EventEntitySubscriber\CanalSubscriber' shared autowired service.
  7337.      *
  7338.      * @return \App\Doctrine\EventEntitySubscriber\CanalSubscriber
  7339.      */
  7340.     protected function getCanalSubscriberService()
  7341.     {
  7342.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7343.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/CanalSubscriber.php';
  7344.         $a = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  7345.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber'])) {
  7346.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber'];
  7347.         }
  7348.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber'] = new \App\Doctrine\EventEntitySubscriber\CanalSubscriber($a);
  7349.     }
  7350.     /**
  7351.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ChannelSubscriber' shared autowired service.
  7352.      *
  7353.      * @return \App\Doctrine\EventEntitySubscriber\ChannelSubscriber
  7354.      */
  7355.     protected function getChannelSubscriberService()
  7356.     {
  7357.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7358.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ChannelSubscriber.php';
  7359.         $a = ($this->privates['App\\Service\\Chat\\ConversationCreationService'] ?? $this->getConversationCreationServiceService());
  7360.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber'])) {
  7361.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber'];
  7362.         }
  7363.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ChannelSubscriber($a);
  7364.     }
  7365.     /**
  7366.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ChannelUserDataSubscriber' shared autowired service.
  7367.      *
  7368.      * @return \App\Doctrine\EventEntitySubscriber\ChannelUserDataSubscriber
  7369.      */
  7370.     protected function getChannelUserDataSubscriberService()
  7371.     {
  7372.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7373.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ChannelUserDataSubscriber.php';
  7374.         $a = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  7375.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber'])) {
  7376.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber'];
  7377.         }
  7378.         $b = ($this->privates['App\\Service\\Chat\\CanalService'] ?? $this->getCanalServiceService());
  7379.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber'])) {
  7380.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber'];
  7381.         }
  7382.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ChannelUserDataSubscriber($a$b, ($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()));
  7383.     }
  7384.     /**
  7385.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ChatNotificationSubscriber' shared autowired service.
  7386.      *
  7387.      * @return \App\Doctrine\EventEntitySubscriber\ChatNotificationSubscriber
  7388.      */
  7389.     protected function getChatNotificationSubscriberService()
  7390.     {
  7391.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7392.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ChatNotificationSubscriber.php';
  7393.         $a = ($this->services['router'] ?? $this->getRouterService());
  7394.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber'])) {
  7395.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber'];
  7396.         }
  7397.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ChatNotificationSubscriber($a);
  7398.     }
  7399.     /**
  7400.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ConversationSubscriber' shared autowired service.
  7401.      *
  7402.      * @return \App\Doctrine\EventEntitySubscriber\ConversationSubscriber
  7403.      */
  7404.     protected function getConversationSubscriberService()
  7405.     {
  7406.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7407.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ConversationSubscriber.php';
  7408.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ConversationSubscriber(($this->privates['App\\Repository\\ChannelUserData\\ChannelUserDataRepository'] ?? $this->getChannelUserDataRepositoryService()));
  7409.     }
  7410.     /**
  7411.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ConversationUserSubscriber' shared autowired service.
  7412.      *
  7413.      * @return \App\Doctrine\EventEntitySubscriber\ConversationUserSubscriber
  7414.      */
  7415.     protected function getConversationUserSubscriberService()
  7416.     {
  7417.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7418.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ConversationUserSubscriber.php';
  7419.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ConversationUserSubscriber(($this->privates['App\\Repository\\Chat\\MessageRepository'] ?? $this->getMessageRepositoryService()));
  7420.     }
  7421.     /**
  7422.      * Gets the private 'App\Doctrine\EventEntitySubscriber\FileSubscriber' shared autowired service.
  7423.      *
  7424.      * @return \App\Doctrine\EventEntitySubscriber\FileSubscriber
  7425.      */
  7426.     protected function getFileSubscriberService()
  7427.     {
  7428.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7429.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/FileSubscriber.php';
  7430.         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()));
  7431.     }
  7432.     /**
  7433.      * Gets the private 'App\Doctrine\EventEntitySubscriber\GroupSubscriberAbstract' shared autowired service.
  7434.      *
  7435.      * @return \App\Doctrine\EventEntitySubscriber\GroupSubscriberAbstract
  7436.      */
  7437.     protected function getGroupSubscriberAbstractService()
  7438.     {
  7439.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7440.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/AbstractChatResourceSubscriber.php';
  7441.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/GroupSubscriberAbstract.php';
  7442.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\GroupSubscriberAbstract'] = new \App\Doctrine\EventEntitySubscriber\GroupSubscriberAbstract();
  7443.     }
  7444.     /**
  7445.      * Gets the private 'App\Doctrine\EventEntitySubscriber\MessageSubscriber' shared autowired service.
  7446.      *
  7447.      * @return \App\Doctrine\EventEntitySubscriber\MessageSubscriber
  7448.      */
  7449.     protected function getMessageSubscriberService()
  7450.     {
  7451.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7452.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/MessageSubscriber.php';
  7453.         include_once \dirname(__DIR__4).'/src/Service/Chat/ChatNotificationService.php';
  7454.         $a = ($this->privates['App\\Service\\Chat\\MessageService'] ?? $this->getMessageServiceService());
  7455.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber'])) {
  7456.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber'];
  7457.         }
  7458.         $b = ($this->privates['App\\Service\\Chat\\ChannelServiceConversationService'] ?? $this->getChannelServiceConversationServiceService());
  7459.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber'])) {
  7460.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber'];
  7461.         }
  7462.         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);
  7463.     }
  7464.     /**
  7465.      * Gets the private 'App\Doctrine\EventEntitySubscriber\PlaceSubscriber' shared autowired service.
  7466.      *
  7467.      * @return \App\Doctrine\EventEntitySubscriber\PlaceSubscriber
  7468.      */
  7469.     protected function getPlaceSubscriberService()
  7470.     {
  7471.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7472.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/AbstractChatResourceSubscriber.php';
  7473.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/PlaceSubscriber.php';
  7474.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\PlaceSubscriber'] = new \App\Doctrine\EventEntitySubscriber\PlaceSubscriber();
  7475.     }
  7476.     /**
  7477.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ServiceConversationSubscriber' shared autowired service.
  7478.      *
  7479.      * @return \App\Doctrine\EventEntitySubscriber\ServiceConversationSubscriber
  7480.      */
  7481.     protected function getServiceConversationSubscriberService()
  7482.     {
  7483.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7484.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ServiceConversationSubscriber.php';
  7485.         $a = ($this->privates['App\\Service\\Chat\\ChannelServiceConversationService'] ?? $this->getChannelServiceConversationServiceService());
  7486.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber'])) {
  7487.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber'];
  7488.         }
  7489.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ServiceConversationSubscriber($a);
  7490.     }
  7491.     /**
  7492.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ServiceSubscriber' shared autowired service.
  7493.      *
  7494.      * @return \App\Doctrine\EventEntitySubscriber\ServiceSubscriber
  7495.      */
  7496.     protected function getServiceSubscriberService()
  7497.     {
  7498.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7499.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ServiceSubscriber.php';
  7500.         $a = ($this->privates['App\\Service\\Chat\\ChannelServiceConversationService'] ?? $this->getChannelServiceConversationServiceService());
  7501.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber'])) {
  7502.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber'];
  7503.         }
  7504.         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()));
  7505.     }
  7506.     /**
  7507.      * Gets the private 'App\Doctrine\EventEntitySubscriber\SessionReferentsSubscriber' shared autowired service.
  7508.      *
  7509.      * @return \App\Doctrine\EventEntitySubscriber\SessionReferentsSubscriber
  7510.      */
  7511.     protected function getSessionReferentsSubscriberService()
  7512.     {
  7513.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7514.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/SessionReferentsSubscriber.php';
  7515.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService());
  7516.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'])) {
  7517.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'];
  7518.         }
  7519.         $b = ($this->privates['App\\Service\\Channel\\AbstractCursusService'] ?? $this->getAbstractCursusServiceService());
  7520.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'])) {
  7521.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'];
  7522.         }
  7523.         $c = ($this->privates['App\\Service\\Chat\\ReferentConversationService'] ?? $this->getReferentConversationServiceService());
  7524.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'])) {
  7525.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'];
  7526.         }
  7527.         $d = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  7528.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'])) {
  7529.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'];
  7530.         }
  7531.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber'] = new \App\Doctrine\EventEntitySubscriber\SessionReferentsSubscriber($a$b$c$d);
  7532.     }
  7533.     /**
  7534.      * Gets the private 'App\Doctrine\EventEntitySubscriber\SessionSubscriber' shared autowired service.
  7535.      *
  7536.      * @return \App\Doctrine\EventEntitySubscriber\SessionSubscriber
  7537.      */
  7538.     protected function getSessionSubscriberService()
  7539.     {
  7540.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7541.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/SessionSubscriber.php';
  7542.         $a = ($this->privates['App\\Service\\Chat\\ConversationCreationService'] ?? $this->getConversationCreationServiceService());
  7543.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber'])) {
  7544.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber'];
  7545.         }
  7546.         $b = ($this->privates['App\\Service\\Chat\\ChatResourceService'] ?? $this->getChatResourceServiceService());
  7547.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber'])) {
  7548.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber'];
  7549.         }
  7550.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber'] = new \App\Doctrine\EventEntitySubscriber\SessionSubscriber($a$b, ($this->privates['App\\Repository\\Chat\\CanalRepository'] ?? $this->getCanalRepositoryService()));
  7551.     }
  7552.     /**
  7553.      * Gets the private 'App\Doctrine\EventEntitySubscriber\TrainingSubscriberAbstract' shared autowired service.
  7554.      *
  7555.      * @return \App\Doctrine\EventEntitySubscriber\TrainingSubscriberAbstract
  7556.      */
  7557.     protected function getTrainingSubscriberAbstractService()
  7558.     {
  7559.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7560.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/AbstractChatResourceSubscriber.php';
  7561.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/TrainingSubscriberAbstract.php';
  7562.         $a = ($this->privates['App\\Service\\Chat\\ConversationCreationService'] ?? $this->getConversationCreationServiceService());
  7563.         if (isset($this->privates['App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract'])) {
  7564.             return $this->privates['App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract'];
  7565.         }
  7566.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract'] = new \App\Doctrine\EventEntitySubscriber\TrainingSubscriberAbstract($a);
  7567.     }
  7568.     /**
  7569.      * Gets the private 'App\Doctrine\EventEntitySubscriber\UserSubscriber' shared autowired service.
  7570.      *
  7571.      * @return \App\Doctrine\EventEntitySubscriber\UserSubscriber
  7572.      */
  7573.     protected function getUserSubscriberService()
  7574.     {
  7575.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  7576.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/UserSubscriber.php';
  7577.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\UserSubscriber'] = new \App\Doctrine\EventEntitySubscriber\UserSubscriber(($this->privates['App\\Service\\Account\\UserService'] ?? $this->getUserServiceService()));
  7578.     }
  7579.     /**
  7580.      * Gets the private 'App\Doctrine\EventSubscriber\GroupUsersSubscriber' shared autowired service.
  7581.      *
  7582.      * @return \App\Doctrine\EventSubscriber\GroupUsersSubscriber
  7583.      */
  7584.     protected function getGroupUsersSubscriberService()
  7585.     {
  7586.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/AbstractUsersCollectionSubscriber.php';
  7587.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7588.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/GroupUsersSubscriber.php';
  7589.         $a = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  7590.         if (isset($this->privates['App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber'])) {
  7591.             return $this->privates['App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber'];
  7592.         }
  7593.         $b = ($this->privates['App\\Service\\Chat\\ChatResourceService'] ?? $this->getChatResourceServiceService());
  7594.         if (isset($this->privates['App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber'])) {
  7595.             return $this->privates['App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber'];
  7596.         }
  7597.         return $this->privates['App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber'] = new \App\Doctrine\EventSubscriber\GroupUsersSubscriber($a$b);
  7598.     }
  7599.     /**
  7600.      * Gets the private 'App\Doctrine\EventSubscriber\ServiceUsersSubscriber' shared autowired service.
  7601.      *
  7602.      * @return \App\Doctrine\EventSubscriber\ServiceUsersSubscriber
  7603.      */
  7604.     protected function getServiceUsersSubscriberService()
  7605.     {
  7606.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/AbstractUsersCollectionSubscriber.php';
  7607.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7608.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/ServiceUsersSubscriber.php';
  7609.         $a = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  7610.         if (isset($this->privates['App\\Doctrine\\EventSubscriber\\ServiceUsersSubscriber'])) {
  7611.             return $this->privates['App\\Doctrine\\EventSubscriber\\ServiceUsersSubscriber'];
  7612.         }
  7613.         return $this->privates['App\\Doctrine\\EventSubscriber\\ServiceUsersSubscriber'] = new \App\Doctrine\EventSubscriber\ServiceUsersSubscriber($a, ($this->privates['App\\Repository\\Chat\\ServiceConversationRepository'] ?? $this->getServiceConversationRepositoryService()));
  7614.     }
  7615.     /**
  7616.      * Gets the private 'App\Doctrine\EventSubscriber\WebSocketFlushSubscriber' shared autowired service.
  7617.      *
  7618.      * @return \App\Doctrine\EventSubscriber\WebSocketFlushSubscriber
  7619.      */
  7620.     protected function getWebSocketFlushSubscriberService()
  7621.     {
  7622.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7623.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/WebSocketFlushSubscriber.php';
  7624.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  7625.         include_once \dirname(__DIR__4).'/src/Service/WebSocketClient/EntityMessageService.php';
  7626.         include_once \dirname(__DIR__4).'/src/WebSocket/Client/WebSocketServerClient.php';
  7627.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  7628.         if (isset($this->privates['App\\Doctrine\\EventSubscriber\\WebSocketFlushSubscriber'])) {
  7629.             return $this->privates['App\\Doctrine\\EventSubscriber\\WebSocketFlushSubscriber'];
  7630.         }
  7631.         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())));
  7632.     }
  7633.     /**
  7634.      * Gets the private 'App\Form\AddUsersType' shared autowired service.
  7635.      *
  7636.      * @return \App\Form\AddUsersType
  7637.      */
  7638.     protected function getAddUsersTypeService()
  7639.     {
  7640.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7641.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7642.         include_once \dirname(__DIR__4).'/src/Form/AddUsersType.php';
  7643.         return $this->privates['App\\Form\\AddUsersType'] = new \App\Form\AddUsersType();
  7644.     }
  7645.     /**
  7646.      * Gets the private 'App\Form\Admin\AddAdminsType' shared autowired service.
  7647.      *
  7648.      * @return \App\Form\Admin\AddAdminsType
  7649.      */
  7650.     protected function getAddAdminsTypeService()
  7651.     {
  7652.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7653.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7654.         include_once \dirname(__DIR__4).'/src/Form/Admin/AddAdminsType.php';
  7655.         return $this->privates['App\\Form\\Admin\\AddAdminsType'] = new \App\Form\Admin\AddAdminsType();
  7656.     }
  7657.     /**
  7658.      * Gets the private 'App\Form\Admin\Chat\CanalType' shared autowired service.
  7659.      *
  7660.      * @return \App\Form\Admin\Chat\CanalType
  7661.      */
  7662.     protected function getCanalTypeService()
  7663.     {
  7664.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7665.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7666.         include_once \dirname(__DIR__4).'/src/Form/Admin/Chat/CanalType.php';
  7667.         return $this->privates['App\\Form\\Admin\\Chat\\CanalType'] = new \App\Form\Admin\Chat\CanalType(($this->services['router'] ?? $this->getRouterService()));
  7668.     }
  7669.     /**
  7670.      * Gets the private 'App\Form\Admin\Chat\EditCanalType' shared autowired service.
  7671.      *
  7672.      * @return \App\Form\Admin\Chat\EditCanalType
  7673.      */
  7674.     protected function getEditCanalTypeService()
  7675.     {
  7676.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7677.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7678.         include_once \dirname(__DIR__4).'/src/Form/Admin/Chat/EditCanalType.php';
  7679.         return $this->privates['App\\Form\\Admin\\Chat\\EditCanalType'] = new \App\Form\Admin\Chat\EditCanalType();
  7680.     }
  7681.     /**
  7682.      * Gets the private 'App\Form\ConversationSelektorType' shared autowired service.
  7683.      *
  7684.      * @return \App\Form\ConversationSelektorType
  7685.      */
  7686.     protected function getConversationSelektorTypeService()
  7687.     {
  7688.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7689.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7690.         include_once \dirname(__DIR__4).'/src/Form/ConversationSelektorType.php';
  7691.         return $this->privates['App\\Form\\ConversationSelektorType'] = new \App\Form\ConversationSelektorType();
  7692.     }
  7693.     /**
  7694.      * Gets the private 'App\Form\Filter\CanalFilterType' shared autowired service.
  7695.      *
  7696.      * @return \App\Form\Filter\CanalFilterType
  7697.      */
  7698.     protected function getCanalFilterTypeService()
  7699.     {
  7700.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7701.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7702.         include_once \dirname(__DIR__4).'/src/Form/Filter/CanalFilterType.php';
  7703.         return $this->privates['App\\Form\\Filter\\CanalFilterType'] = new \App\Form\Filter\CanalFilterType();
  7704.     }
  7705.     /**
  7706.      * Gets the private 'App\Form\Filter\ConversationFilterType' shared autowired service.
  7707.      *
  7708.      * @return \App\Form\Filter\ConversationFilterType
  7709.      */
  7710.     protected function getConversationFilterTypeService()
  7711.     {
  7712.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7713.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7714.         include_once \dirname(__DIR__4).'/src/Form/Filter/ConversationFilterType.php';
  7715.         return $this->privates['App\\Form\\Filter\\ConversationFilterType'] = new \App\Form\Filter\ConversationFilterType();
  7716.     }
  7717.     /**
  7718.      * Gets the private 'App\Form\Filter\ResourceFilter' shared autowired service.
  7719.      *
  7720.      * @return \App\Form\Filter\ResourceFilter
  7721.      */
  7722.     protected function getResourceFilterService()
  7723.     {
  7724.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7725.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7726.         include_once \dirname(__DIR__4).'/src/Form/Filter/ResourceFilter.php';
  7727.         return $this->privates['App\\Form\\Filter\\ResourceFilter'] = new \App\Form\Filter\ResourceFilter();
  7728.     }
  7729.     /**
  7730.      * Gets the private 'App\Form\Filter\ServiceConversationFilterType' shared autowired service.
  7731.      *
  7732.      * @return \App\Form\Filter\ServiceConversationFilterType
  7733.      */
  7734.     protected function getServiceConversationFilterTypeService()
  7735.     {
  7736.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7737.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7738.         include_once \dirname(__DIR__4).'/src/Form/Filter/ServiceConversationFilterType.php';
  7739.         return $this->privates['App\\Form\\Filter\\ServiceConversationFilterType'] = new \App\Form\Filter\ServiceConversationFilterType();
  7740.     }
  7741.     /**
  7742.      * Gets the private 'App\Form\Filter\UserFilter' shared autowired service.
  7743.      *
  7744.      * @return \App\Form\Filter\UserFilter
  7745.      */
  7746.     protected function getUserFilterService()
  7747.     {
  7748.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7749.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7750.         include_once \dirname(__DIR__4).'/src/Form/Filter/UserFilter.php';
  7751.         return $this->privates['App\\Form\\Filter\\UserFilter'] = new \App\Form\Filter\UserFilter();
  7752.     }
  7753.     /**
  7754.      * Gets the private 'App\Form\GlobalSearchType' shared autowired service.
  7755.      *
  7756.      * @return \App\Form\GlobalSearchType
  7757.      */
  7758.     protected function getGlobalSearchTypeService()
  7759.     {
  7760.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7761.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7762.         include_once \dirname(__DIR__4).'/src/Form/GlobalSearchType.php';
  7763.         return $this->privates['App\\Form\\GlobalSearchType'] = new \App\Form\GlobalSearchType(($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  7764.     }
  7765.     /**
  7766.      * Gets the private 'App\Form\ResourceSelektorType' shared autowired service.
  7767.      *
  7768.      * @return \App\Form\ResourceSelektorType
  7769.      */
  7770.     protected function getResourceSelektorTypeService()
  7771.     {
  7772.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7773.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7774.         include_once \dirname(__DIR__4).'/src/Form/ResourceSelektorType.php';
  7775.         return $this->privates['App\\Form\\ResourceSelektorType'] = new \App\Form\ResourceSelektorType();
  7776.     }
  7777.     /**
  7778.      * Gets the private 'App\Form\UploadFileType' shared autowired service.
  7779.      *
  7780.      * @return \App\Form\UploadFileType
  7781.      */
  7782.     protected function getUploadFileTypeService()
  7783.     {
  7784.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7785.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7786.         include_once \dirname(__DIR__4).'/src/Form/UploadFileType.php';
  7787.         return $this->privates['App\\Form\\UploadFileType'] = new \App\Form\UploadFileType();
  7788.     }
  7789.     /**
  7790.      * Gets the private 'App\Form\UserSelektorType' shared autowired service.
  7791.      *
  7792.      * @return \App\Form\UserSelektorType
  7793.      */
  7794.     protected function getUserSelektorTypeService()
  7795.     {
  7796.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7797.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7798.         include_once \dirname(__DIR__4).'/src/Form/UserSelektorType.php';
  7799.         return $this->privates['App\\Form\\UserSelektorType'] = new \App\Form\UserSelektorType();
  7800.     }
  7801.     /**
  7802.      * Gets the private 'App\Repository\Account\NotificationRepository' shared autowired service.
  7803.      *
  7804.      * @return \App\Repository\Account\NotificationRepository
  7805.      */
  7806.     protected function getNotificationRepositoryService()
  7807.     {
  7808.         include_once \dirname(__DIR__4).'/src/Repository/Account/NotificationRepository.php';
  7809.         return $this->privates['App\\Repository\\Account\\NotificationRepository'] = new \App\Repository\Account\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7810.     }
  7811.     /**
  7812.      * Gets the private 'App\Repository\Account\UserRepository' shared autowired service.
  7813.      *
  7814.      * @return \App\Repository\Account\UserRepository
  7815.      */
  7816.     protected function getUserRepositoryService()
  7817.     {
  7818.         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()));
  7819.     }
  7820.     /**
  7821.      * Gets the private 'App\Repository\ChannelUserData\AbstractCursusRepository' shared autowired service.
  7822.      *
  7823.      * @return \App\Repository\ChannelUserData\AbstractCursusRepository
  7824.      */
  7825.     protected function getAbstractCursusRepositoryService()
  7826.     {
  7827.         return $this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] = new \App\Repository\ChannelUserData\AbstractCursusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7828.     }
  7829.     /**
  7830.      * Gets the private 'App\Repository\ChannelUserData\ChannelUserDataRepository' shared autowired service.
  7831.      *
  7832.      * @return \App\Repository\ChannelUserData\ChannelUserDataRepository
  7833.      */
  7834.     protected function getChannelUserDataRepositoryService()
  7835.     {
  7836.         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()));
  7837.     }
  7838.     /**
  7839.      * Gets the private 'App\Repository\Channel\ChannelRepository' shared autowired service.
  7840.      *
  7841.      * @return \App\Repository\Channel\ChannelRepository
  7842.      */
  7843.     protected function getChannelRepositoryService()
  7844.     {
  7845.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/Channel/ChannelRepositoryInterface.php';
  7846.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/Channel/AbstractChannelRepository.php';
  7847.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ChannelRepository.php';
  7848.         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()));
  7849.     }
  7850.     /**
  7851.      * Gets the private 'App\Repository\Channel\ChannelUserServicePermissionRepository' shared autowired service.
  7852.      *
  7853.      * @return \App\Repository\Channel\ChannelUserServicePermissionRepository
  7854.      */
  7855.     protected function getChannelUserServicePermissionRepositoryService()
  7856.     {
  7857.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelUserPermissionRepositoryInterface.php';
  7858.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/AbstractChannelUserPermissionRepository.php';
  7859.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ChannelUserServicePermissionRepository.php';
  7860.         return $this->privates['App\\Repository\\Channel\\ChannelUserServicePermissionRepository'] = new \App\Repository\Channel\ChannelUserServicePermissionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7861.     }
  7862.     /**
  7863.      * Gets the private 'App\Repository\Channel\ChannelUserSessionPermissionRepository' shared autowired service.
  7864.      *
  7865.      * @return \App\Repository\Channel\ChannelUserSessionPermissionRepository
  7866.      */
  7867.     protected function getChannelUserSessionPermissionRepositoryService()
  7868.     {
  7869.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelUserPermissionRepositoryInterface.php';
  7870.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/AbstractChannelUserPermissionRepository.php';
  7871.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ChannelUserSessionPermissionRepository.php';
  7872.         return $this->privates['App\\Repository\\Channel\\ChannelUserSessionPermissionRepository'] = new \App\Repository\Channel\ChannelUserSessionPermissionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7873.     }
  7874.     /**
  7875.      * Gets the private 'App\Repository\Channel\ChannelWhiteLabelRepository' shared autowired service.
  7876.      *
  7877.      * @return \App\Repository\Channel\ChannelWhiteLabelRepository
  7878.      */
  7879.     protected function getChannelWhiteLabelRepositoryService()
  7880.     {
  7881.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelWhiteLabel/ChannelWhiteLabelRepositoryInterface.php';
  7882.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelWhiteLabel/AbstractChannelWhiteLabelRepository.php';
  7883.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ChannelWhiteLabelRepository.php';
  7884.         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()));
  7885.     }
  7886.     /**
  7887.      * Gets the private 'App\Repository\Channel\GroupRepository' shared autowired service.
  7888.      *
  7889.      * @return \App\Repository\Channel\GroupRepository
  7890.      */
  7891.     protected function getGroupRepositoryService()
  7892.     {
  7893.         return $this->privates['App\\Repository\\Channel\\GroupRepository'] = new \App\Repository\Channel\GroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7894.     }
  7895.     /**
  7896.      * Gets the private 'App\Repository\Channel\PlaceRepository' shared autowired service.
  7897.      *
  7898.      * @return \App\Repository\Channel\PlaceRepository
  7899.      */
  7900.     protected function getPlaceRepositoryService()
  7901.     {
  7902.         return $this->privates['App\\Repository\\Channel\\PlaceRepository'] = new \App\Repository\Channel\PlaceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7903.     }
  7904.     /**
  7905.      * Gets the private 'App\Repository\Channel\ServiceRepository' shared autowired service.
  7906.      *
  7907.      * @return \App\Repository\Channel\ServiceRepository
  7908.      */
  7909.     protected function getServiceRepositoryService()
  7910.     {
  7911.         return $this->privates['App\\Repository\\Channel\\ServiceRepository'] = new \App\Repository\Channel\ServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7912.     }
  7913.     /**
  7914.      * Gets the private 'App\Repository\Channel\SessionRepository' shared autowired service.
  7915.      *
  7916.      * @return \App\Repository\Channel\SessionRepository
  7917.      */
  7918.     protected function getSessionRepositoryService()
  7919.     {
  7920.         return $this->privates['App\\Repository\\Channel\\SessionRepository'] = new \App\Repository\Channel\SessionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7921.     }
  7922.     /**
  7923.      * Gets the private 'App\Repository\Channel\TrainingRepository' shared autowired service.
  7924.      *
  7925.      * @return \App\Repository\Channel\TrainingRepository
  7926.      */
  7927.     protected function getTrainingRepositoryService()
  7928.     {
  7929.         return $this->privates['App\\Repository\\Channel\\TrainingRepository'] = new \App\Repository\Channel\TrainingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7930.     }
  7931.     /**
  7932.      * Gets the private 'App\Repository\Chat\CanalRepository' shared autowired service.
  7933.      *
  7934.      * @return \App\Repository\Chat\CanalRepository
  7935.      */
  7936.     protected function getCanalRepositoryService()
  7937.     {
  7938.         return $this->privates['App\\Repository\\Chat\\CanalRepository'] = new \App\Repository\Chat\CanalRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7939.     }
  7940.     /**
  7941.      * Gets the private 'App\Repository\Chat\ChatNotificationRepository' shared autowired service.
  7942.      *
  7943.      * @return \App\Repository\Chat\ChatNotificationRepository
  7944.      */
  7945.     protected function getChatNotificationRepositoryService()
  7946.     {
  7947.         include_once \dirname(__DIR__4).'/src/Repository/Chat/ChatNotificationRepository.php';
  7948.         return $this->privates['App\\Repository\\Chat\\ChatNotificationRepository'] = new \App\Repository\Chat\ChatNotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7949.     }
  7950.     /**
  7951.      * Gets the private 'App\Repository\Chat\ConversationRepository' shared autowired service.
  7952.      *
  7953.      * @return \App\Repository\Chat\ConversationRepository
  7954.      */
  7955.     protected function getConversationRepositoryService()
  7956.     {
  7957.         return $this->privates['App\\Repository\\Chat\\ConversationRepository'] = new \App\Repository\Chat\ConversationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7958.     }
  7959.     /**
  7960.      * Gets the private 'App\Repository\Chat\ConversationUserRepository' shared autowired service.
  7961.      *
  7962.      * @return \App\Repository\Chat\ConversationUserRepository
  7963.      */
  7964.     protected function getConversationUserRepositoryService()
  7965.     {
  7966.         include_once \dirname(__DIR__4).'/src/Repository/Chat/ConversationUserRepository.php';
  7967.         return $this->privates['App\\Repository\\Chat\\ConversationUserRepository'] = new \App\Repository\Chat\ConversationUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7968.     }
  7969.     /**
  7970.      * Gets the private 'App\Repository\Chat\FileMessageRepository' shared autowired service.
  7971.      *
  7972.      * @return \App\Repository\Chat\FileMessageRepository
  7973.      */
  7974.     protected function getFileMessageRepositoryService()
  7975.     {
  7976.         include_once \dirname(__DIR__4).'/src/Repository/Chat/FileMessageRepository.php';
  7977.         return $this->privates['App\\Repository\\Chat\\FileMessageRepository'] = new \App\Repository\Chat\FileMessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7978.     }
  7979.     /**
  7980.      * Gets the private 'App\Repository\Chat\FileRepository' shared autowired service.
  7981.      *
  7982.      * @return \App\Repository\Chat\FileRepository
  7983.      */
  7984.     protected function getFileRepositoryService()
  7985.     {
  7986.         include_once \dirname(__DIR__4).'/src/Repository/Chat/FileRepository.php';
  7987.         return $this->privates['App\\Repository\\Chat\\FileRepository'] = new \App\Repository\Chat\FileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7988.     }
  7989.     /**
  7990.      * Gets the private 'App\Repository\Chat\MessageRepository' shared autowired service.
  7991.      *
  7992.      * @return \App\Repository\Chat\MessageRepository
  7993.      */
  7994.     protected function getMessageRepositoryService()
  7995.     {
  7996.         return $this->privates['App\\Repository\\Chat\\MessageRepository'] = new \App\Repository\Chat\MessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7997.     }
  7998.     /**
  7999.      * Gets the private 'App\Repository\Chat\MessageUserRepository' shared autowired service.
  8000.      *
  8001.      * @return \App\Repository\Chat\MessageUserRepository
  8002.      */
  8003.     protected function getMessageUserRepositoryService()
  8004.     {
  8005.         return $this->privates['App\\Repository\\Chat\\MessageUserRepository'] = new \App\Repository\Chat\MessageUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8006.     }
  8007.     /**
  8008.      * Gets the private 'App\Repository\Chat\ServiceConversationRepository' shared autowired service.
  8009.      *
  8010.      * @return \App\Repository\Chat\ServiceConversationRepository
  8011.      */
  8012.     protected function getServiceConversationRepositoryService()
  8013.     {
  8014.         include_once \dirname(__DIR__4).'/src/Repository/Chat/ServiceConversationRepository.php';
  8015.         return $this->privates['App\\Repository\\Chat\\ServiceConversationRepository'] = new \App\Repository\Chat\ServiceConversationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8016.     }
  8017.     /**
  8018.      * Gets the private 'App\Repository\Chat\TemporaryCanalRepository' shared autowired service.
  8019.      *
  8020.      * @return \App\Repository\Chat\TemporaryCanalRepository
  8021.      */
  8022.     protected function getTemporaryCanalRepositoryService()
  8023.     {
  8024.         include_once \dirname(__DIR__4).'/src/Repository/Chat/TemporaryCanalRepository.php';
  8025.         return $this->privates['App\\Repository\\Chat\\TemporaryCanalRepository'] = new \App\Repository\Chat\TemporaryCanalRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8026.     }
  8027.     /**
  8028.      * Gets the private 'App\Repository\ResourceRepository' shared autowired service.
  8029.      *
  8030.      * @return \App\Repository\ResourceRepository
  8031.      */
  8032.     protected function getResourceRepositoryService()
  8033.     {
  8034.         return $this->privates['App\\Repository\\ResourceRepository'] = new \App\Repository\ResourceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8035.     }
  8036.     /**
  8037.      * Gets the private 'App\SdkBundle\Sync\Hydrator\Channel\AbstractCursusHydrator' shared autowired service.
  8038.      *
  8039.      * @return \App\SdkBundle\Sync\Hydrator\Channel\AbstractCursusHydrator
  8040.      */
  8041.     protected function getAbstractCursusHydratorService()
  8042.     {
  8043.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  8044.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  8045.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/AbstractCursusHydrator.php';
  8046.         include_once \dirname(__DIR__4).'/src/SdkBundle/Sync/Hydrator/Channel/AbstractCursusHydrator.php';
  8047.         $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()));
  8048.         $this->privates['App\SdkBundle\Sync\Hydrator\Channel\AbstractCursusHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  8049.         return $instance;
  8050.     }
  8051.     /**
  8052.      * Gets the private 'App\SdkBundle\Sync\Hydrator\Channel\SessionHydrator' shared autowired service.
  8053.      *
  8054.      * @return \App\SdkBundle\Sync\Hydrator\Channel\SessionHydrator
  8055.      */
  8056.     protected function getSessionHydratorService()
  8057.     {
  8058.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  8059.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  8060.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/SessionHydrator.php';
  8061.         include_once \dirname(__DIR__4).'/src/SdkBundle/Sync/Hydrator/Channel/SessionHydrator.php';
  8062.         $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()));
  8063.         $this->privates['App\SdkBundle\Sync\Hydrator\Channel\SessionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  8064.         return $instance;
  8065.     }
  8066.     /**
  8067.      * Gets the private 'App\Service\Account\UserService' shared autowired service.
  8068.      *
  8069.      * @return \App\Service\Account\UserService
  8070.      */
  8071.     protected function getUserServiceService()
  8072.     {
  8073.         return $this->privates['App\\Service\\Account\\UserService'] = new \App\Service\Account\UserService(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  8074.     }
  8075.     /**
  8076.      * Gets the private 'App\Service\Channel\AbstractCursusService' shared autowired service.
  8077.      *
  8078.      * @return \App\Service\Channel\AbstractCursusService
  8079.      */
  8080.     protected function getAbstractCursusServiceService()
  8081.     {
  8082.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService());
  8083.         if (isset($this->privates['App\\Service\\Channel\\AbstractCursusService'])) {
  8084.             return $this->privates['App\\Service\\Channel\\AbstractCursusService'];
  8085.         }
  8086.         return $this->privates['App\\Service\\Channel\\AbstractCursusService'] = new \App\Service\Channel\AbstractCursusService(($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()), $a);
  8087.     }
  8088.     /**
  8089.      * Gets the private 'App\Service\Chat\CanalService' shared autowired service.
  8090.      *
  8091.      * @return \App\Service\Chat\CanalService
  8092.      */
  8093.     protected function getCanalServiceService()
  8094.     {
  8095.         $a = ($this->privates['App\\Service\\Chat\\ChatResourceService'] ?? $this->getChatResourceServiceService());
  8096.         if (isset($this->privates['App\\Service\\Chat\\CanalService'])) {
  8097.             return $this->privates['App\\Service\\Chat\\CanalService'];
  8098.         }
  8099.         $b = ($this->privates['App\\Service\\Channel\\AbstractCursusService'] ?? $this->getAbstractCursusServiceService());
  8100.         if (isset($this->privates['App\\Service\\Chat\\CanalService'])) {
  8101.             return $this->privates['App\\Service\\Chat\\CanalService'];
  8102.         }
  8103.         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);
  8104.     }
  8105.     /**
  8106.      * Gets the private 'App\Service\Chat\ChannelServiceConversationService' shared autowired service.
  8107.      *
  8108.      * @return \App\Service\Chat\ChannelServiceConversationService
  8109.      */
  8110.     protected function getChannelServiceConversationServiceService()
  8111.     {
  8112.         $a = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  8113.         if (isset($this->privates['App\\Service\\Chat\\ChannelServiceConversationService'])) {
  8114.             return $this->privates['App\\Service\\Chat\\ChannelServiceConversationService'];
  8115.         }
  8116.         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);
  8117.     }
  8118.     /**
  8119.      * Gets the private 'App\Service\Chat\ChatResourceService' shared autowired service.
  8120.      *
  8121.      * @return \App\Service\Chat\ChatResourceService
  8122.      */
  8123.     protected function getChatResourceServiceService()
  8124.     {
  8125.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService());
  8126.         if (isset($this->privates['App\\Service\\Chat\\ChatResourceService'])) {
  8127.             return $this->privates['App\\Service\\Chat\\ChatResourceService'];
  8128.         }
  8129.         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);
  8130.     }
  8131.     /**
  8132.      * Gets the private 'App\Service\Chat\ConversationCreationService' shared autowired service.
  8133.      *
  8134.      * @return \App\Service\Chat\ConversationCreationService
  8135.      */
  8136.     protected function getConversationCreationServiceService()
  8137.     {
  8138.         include_once \dirname(__DIR__4).'/src/Service/Chat/ConversationCreationService.php';
  8139.         include_once \dirname(__DIR__4).'/src/Service/Channel/ServiceChannelService.php';
  8140.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8141.         if (isset($this->privates['App\\Service\\Chat\\ConversationCreationService'])) {
  8142.             return $this->privates['App\\Service\\Chat\\ConversationCreationService'];
  8143.         }
  8144.         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()));
  8145.     }
  8146.     /**
  8147.      * Gets the private 'App\Service\Chat\ConversationService' shared autowired service.
  8148.      *
  8149.      * @return \App\Service\Chat\ConversationService
  8150.      */
  8151.     protected function getConversationServiceService()
  8152.     {
  8153.         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()));
  8154.     }
  8155.     /**
  8156.      * Gets the private 'App\Service\Chat\ConversationUserService' shared autowired service.
  8157.      *
  8158.      * @return \App\Service\Chat\ConversationUserService
  8159.      */
  8160.     protected function getConversationUserServiceService()
  8161.     {
  8162.         $a = ($this->privates['App\\Service\\Chat\\ChatResourceService'] ?? $this->getChatResourceServiceService());
  8163.         if (isset($this->privates['App\\Service\\Chat\\ConversationUserService'])) {
  8164.             return $this->privates['App\\Service\\Chat\\ConversationUserService'];
  8165.         }
  8166.         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())));
  8167.     }
  8168.     /**
  8169.      * Gets the private 'App\Service\Chat\MessageService' shared autowired service.
  8170.      *
  8171.      * @return \App\Service\Chat\MessageService
  8172.      */
  8173.     protected function getMessageServiceService()
  8174.     {
  8175.         $a = ($this->privates['App\\Service\\Chat\\ChannelServiceConversationService'] ?? $this->getChannelServiceConversationServiceService());
  8176.         if (isset($this->privates['App\\Service\\Chat\\MessageService'])) {
  8177.             return $this->privates['App\\Service\\Chat\\MessageService'];
  8178.         }
  8179.         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);
  8180.     }
  8181.     /**
  8182.      * Gets the private 'App\Service\Chat\ReferentConversationService' shared autowired service.
  8183.      *
  8184.      * @return \App\Service\Chat\ReferentConversationService
  8185.      */
  8186.     protected function getReferentConversationServiceService()
  8187.     {
  8188.         $a = ($this->privates['App\\Service\\Chat\\ConversationUserService'] ?? $this->getConversationUserServiceService());
  8189.         if (isset($this->privates['App\\Service\\Chat\\ReferentConversationService'])) {
  8190.             return $this->privates['App\\Service\\Chat\\ReferentConversationService'];
  8191.         }
  8192.         return $this->privates['App\\Service\\Chat\\ReferentConversationService'] = new \App\Service\Chat\ReferentConversationService(($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()), $a);
  8193.     }
  8194.     /**
  8195.      * Gets the private 'App\Service\RequestService' shared autowired service.
  8196.      *
  8197.      * @return \App\Service\RequestService
  8198.      */
  8199.     protected function getRequestServiceService()
  8200.     {
  8201.         include_once \dirname(__DIR__4).'/src/Service/RequestService.php';
  8202.         return $this->privates['App\\Service\\RequestService'] = new \App\Service\RequestService(($this->privates['App\\Repository\\Channel\\ChannelRepository'] ?? $this->getChannelRepositoryService()));
  8203.     }
  8204.     /**
  8205.      * Gets the private 'App\Twig\RunTime\Channel\ServiceRuntime' shared autowired service.
  8206.      *
  8207.      * @return \App\Twig\RunTime\Channel\ServiceRuntime
  8208.      */
  8209.     protected function getServiceRuntimeService()
  8210.     {
  8211.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8212.         include_once \dirname(__DIR__4).'/src/Twig/RunTime/Channel/ServiceRuntime.php';
  8213.         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()));
  8214.     }
  8215.     /**
  8216.      * Gets the private 'App\Twig\RunTime\Chat\CanalRuntime' shared autowired service.
  8217.      *
  8218.      * @return \App\Twig\RunTime\Chat\CanalRuntime
  8219.      */
  8220.     protected function getCanalRuntimeService()
  8221.     {
  8222.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8223.         include_once \dirname(__DIR__4).'/src/Twig/RunTime/Chat/CanalRuntime.php';
  8224.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  8225.         if (isset($this->privates['App\\Twig\\RunTime\\Chat\\CanalRuntime'])) {
  8226.             return $this->privates['App\\Twig\\RunTime\\Chat\\CanalRuntime'];
  8227.         }
  8228.         return $this->privates['App\\Twig\\RunTime\\Chat\\CanalRuntime'] = new \App\Twig\RunTime\Chat\CanalRuntime($a);
  8229.     }
  8230.     /**
  8231.      * Gets the private 'App\Twig\RunTime\Chat\FileRuntime' shared autowired service.
  8232.      *
  8233.      * @return \App\Twig\RunTime\Chat\FileRuntime
  8234.      */
  8235.     protected function getFileRuntimeService()
  8236.     {
  8237.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8238.         include_once \dirname(__DIR__4).'/src/Twig/RunTime/Chat/FileRuntime.php';
  8239.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  8240.         if (isset($this->privates['App\\Twig\\RunTime\\Chat\\FileRuntime'])) {
  8241.             return $this->privates['App\\Twig\\RunTime\\Chat\\FileRuntime'];
  8242.         }
  8243.         return $this->privates['App\\Twig\\RunTime\\Chat\\FileRuntime'] = new \App\Twig\RunTime\Chat\FileRuntime($a$this->parameters['chat_upload_mime_types'], 10000000);
  8244.     }
  8245.     /**
  8246.      * Gets the private 'App\Twig\RunTime\Chat\UserRuntime' shared autowired service.
  8247.      *
  8248.      * @return \App\Twig\RunTime\Chat\UserRuntime
  8249.      */
  8250.     protected function getUserRuntimeService()
  8251.     {
  8252.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8253.         include_once \dirname(__DIR__4).'/src/Twig/RunTime/Chat/UserRuntime.php';
  8254.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  8255.         if (isset($this->privates['App\\Twig\\RunTime\\Chat\\UserRuntime'])) {
  8256.             return $this->privates['App\\Twig\\RunTime\\Chat\\UserRuntime'];
  8257.         }
  8258.         return $this->privates['App\\Twig\\RunTime\\Chat\\UserRuntime'] = new \App\Twig\RunTime\Chat\UserRuntime($a);
  8259.     }
  8260.     /**
  8261.      * Gets the private 'App\Twig\RunTime\EnvRuntime' shared autowired service.
  8262.      *
  8263.      * @return \App\Twig\RunTime\EnvRuntime
  8264.      */
  8265.     protected function getEnvRuntimeService()
  8266.     {
  8267.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8268.         include_once \dirname(__DIR__4).'/src/Twig/RunTime/EnvRuntime.php';
  8269.         return $this->privates['App\\Twig\\RunTime\\EnvRuntime'] = new \App\Twig\RunTime\EnvRuntime('dev');
  8270.     }
  8271.     /**
  8272.      * Gets the private 'App\Twig\RunTime\Header\HeaderRuntime' shared autowired service.
  8273.      *
  8274.      * @return \App\Twig\RunTime\Header\HeaderRuntime
  8275.      */
  8276.     protected function getHeaderRuntimeService()
  8277.     {
  8278.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8279.         include_once \dirname(__DIR__4).'/src/Twig/RunTime/Header/HeaderRuntime.php';
  8280.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  8281.         if (isset($this->privates['App\\Twig\\RunTime\\Header\\HeaderRuntime'])) {
  8282.             return $this->privates['App\\Twig\\RunTime\\Header\\HeaderRuntime'];
  8283.         }
  8284.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8285.         if (isset($this->privates['App\\Twig\\RunTime\\Header\\HeaderRuntime'])) {
  8286.             return $this->privates['App\\Twig\\RunTime\\Header\\HeaderRuntime'];
  8287.         }
  8288.         return $this->privates['App\\Twig\\RunTime\\Header\\HeaderRuntime'] = new \App\Twig\RunTime\Header\HeaderRuntime($a$b);
  8289.     }
  8290.     /**
  8291.      * Gets the private 'App\Twig\RunTime\User\UserRuntime' shared autowired service.
  8292.      *
  8293.      * @return \App\Twig\RunTime\User\UserRuntime
  8294.      */
  8295.     protected function getUserRuntime2Service()
  8296.     {
  8297.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8298.         include_once \dirname(__DIR__4).'/src/Twig/RunTime/User/UserRuntime.php';
  8299.         return $this->privates['App\\Twig\\RunTime\\User\\UserRuntime'] = new \App\Twig\RunTime\User\UserRuntime(($this->privates['App\\Service\\Account\\UserService'] ?? $this->getUserServiceService()));
  8300.     }
  8301.     /**
  8302.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  8303.      *
  8304.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  8305.      */
  8306.     protected function getManagerRegistryAwareConnectionProviderService()
  8307.     {
  8308.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  8309.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  8310.         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'));
  8311.     }
  8312.     /**
  8313.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  8314.      *
  8315.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  8316.      */
  8317.     protected function getRunSqlCommandService()
  8318.     {
  8319.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8320.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  8321.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  8322.         $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()));
  8323.         $instance->setName('dbal:run-sql');
  8324.         return $instance;
  8325.     }
  8326.     /**
  8327.      * Gets the private 'DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType' shared autowired service.
  8328.      *
  8329.      * @return \DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType
  8330.      */
  8331.     protected function getAsyncEntityTypeService()
  8332.     {
  8333.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8334.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8335.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Form/Type/AsyncEntityType.php';
  8336.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  8337.         if (isset($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType'])) {
  8338.             return $this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType'];
  8339.         }
  8340.         return $this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType'] = new \DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType(($this->services['doctrine'] ?? $this->getDoctrineService())->getManager('default'), $a);
  8341.     }
  8342.     /**
  8343.      * Gets the private 'DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType' shared autowired service.
  8344.      *
  8345.      * @return \DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType
  8346.      */
  8347.     protected function getSelectOrCreateTypeService()
  8348.     {
  8349.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8350.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8351.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Form/Type/SelectOrCreateType.php';
  8352.         return $this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType'] = new \DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType(($this->services['doctrine'] ?? $this->getDoctrineService())->getManager('default'));
  8353.     }
  8354.     /**
  8355.      * Gets the private 'DrosalysWeb\Bundle\WebSocketBundle\Command\ServerRunCommand' shared autowired service.
  8356.      *
  8357.      * @return \DrosalysWeb\Bundle\WebSocketBundle\Command\ServerRunCommand
  8358.      */
  8359.     protected function getServerRunCommandService()
  8360.     {
  8361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8362.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Command/ServerRunCommand.php';
  8363.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Server/IoServer.php';
  8364.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Server/IoServer.php';
  8365.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/ComponentInterface.php';
  8366.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageInterface.php';
  8367.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageComponentInterface.php';
  8368.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Http/CloseResponseTrait.php';
  8369.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Http/HttpServer.php';
  8370.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Http/HttpServerInterface.php';
  8371.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Session/SessionProvider.php';
  8372.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Http/Router.php';
  8373.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Http/ControllerResolver.php';
  8374.         include_once \dirname(__DIR__4).'/vendor/react/event-loop/src/LoopInterface.php';
  8375.         include_once \dirname(__DIR__4).'/vendor/react/event-loop/src/Factory.php';
  8376.         include_once \dirname(__DIR__4).'/vendor/evenement/evenement/src/EventEmitterInterface.php';
  8377.         include_once \dirname(__DIR__4).'/vendor/evenement/evenement/src/EventEmitterTrait.php';
  8378.         include_once \dirname(__DIR__4).'/vendor/evenement/evenement/src/EventEmitter.php';
  8379.         include_once \dirname(__DIR__4).'/vendor/react/socket/src/ServerInterface.php';
  8380.         include_once \dirname(__DIR__4).'/vendor/react/socket/src/SocketServer.php';
  8381.         $a \React\EventLoop\Factory::create();
  8382.         $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  8383.         $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']);
  8384.         $c->setLogger($b);
  8385.         $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);
  8386.         $instance->setName('drosalys:ws:server-run');
  8387.         return $instance;
  8388.     }
  8389.     /**
  8390.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\BlameSubscriber' shared service.
  8391.      *
  8392.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\BlameSubscriber
  8393.      */
  8394.     protected function getBlameSubscriberService()
  8395.     {
  8396.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8397.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/BlameSubscriber.php';
  8398.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Blame/BlamerInterface.php';
  8399.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/LazyChainBlamer.php';
  8400.         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']));
  8401.     }
  8402.     /**
  8403.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\BlameSubscriber.App\Entity\Account\User' shared service.
  8404.      *
  8405.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\BlameSubscriber
  8406.      */
  8407.     protected function getUser5Service()
  8408.     {
  8409.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8410.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/BlameSubscriber.php';
  8411.         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']);
  8412.     }
  8413.     /**
  8414.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\HierarchySubscriber' shared service.
  8415.      *
  8416.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\HierarchySubscriber
  8417.      */
  8418.     protected function getHierarchySubscriberService()
  8419.     {
  8420.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8421.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/HierarchySubscriber.php';
  8422.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\HierarchySubscriber();
  8423.     }
  8424.     /**
  8425.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TimestampSubscriber' shared service.
  8426.      *
  8427.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TimestampSubscriber
  8428.      */
  8429.     protected function getTimestampSubscriberService()
  8430.     {
  8431.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8432.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/TimestampSubscriber.php';
  8433.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TimestampSubscriber();
  8434.     }
  8435.     /**
  8436.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TranslationSubscriber' shared service.
  8437.      *
  8438.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TranslationSubscriber
  8439.      */
  8440.     protected function getTranslationSubscriberService()
  8441.     {
  8442.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8443.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/TranslationSubscriber.php';
  8444.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TranslationSubscriber();
  8445.     }
  8446.     /**
  8447.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\SerializeLogSubscriber' shared service.
  8448.      *
  8449.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\SerializeLogSubscriber
  8450.      */
  8451.     protected function getSerializeLogSubscriberService()
  8452.     {
  8453.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8454.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/SerializeLogSubscriber.php';
  8455.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/SerializeLog/LoggerInterface.php';
  8456.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/SerializeLog/AbstractLogger.php';
  8457.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/SerializeLog/LoggerInterface.php';
  8458.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/SerializeLog/ORMLogger.php';
  8459.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/SerializeLog/SerializerInterface.php';
  8460.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/SerializeLog/Serializer.php';
  8461.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/SerializeLog/ContextLoaderInterface.php';
  8462.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/SerializeLog/ChainContextLoader.php';
  8463.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/SerializeLog/AbstractSupportableContextLoader.php';
  8464.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/SerializeLog/RequestContextLoader.php';
  8465.         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())))])));
  8466.     }
  8467.     /**
  8468.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\TimestampSubscriber' shared service.
  8469.      *
  8470.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\TimestampSubscriber
  8471.      */
  8472.     protected function getTimestampSubscriber2Service()
  8473.     {
  8474.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8475.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/TimestampSubscriber.php';
  8476.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\TimestampSubscriber();
  8477.     }
  8478.     /**
  8479.      * Gets the private 'Drosalys\Bundle\ApiBundle\Action\ActionRetriever' shared autowired service.
  8480.      *
  8481.      * @return \Drosalys\Bundle\ApiBundle\Action\ActionRetriever
  8482.      */
  8483.     protected function getActionRetrieverService()
  8484.     {
  8485.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] = new \Drosalys\Bundle\ApiBundle\Action\ActionRetriever(new RewindableGenerator(function () {
  8486.             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()));
  8487.             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()));
  8488.         }, 2));
  8489.     }
  8490.     /**
  8491.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber' shared autowired service.
  8492.      *
  8493.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber
  8494.      */
  8495.     protected function getActionRequestBodyDescriberService()
  8496.     {
  8497.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  8498.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8499.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  8500.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/ActionRequestBodyDescriber.php';
  8501.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  8502.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionRequestBodyDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber();
  8503.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  8504.         $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())));
  8505.         return $instance;
  8506.     }
  8507.     /**
  8508.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber' shared autowired service.
  8509.      *
  8510.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber
  8511.      */
  8512.     protected function getActionResponseDescriberService()
  8513.     {
  8514.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  8515.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8516.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  8517.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/ActionResponseDescriber.php';
  8518.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  8519.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionResponseDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber();
  8520.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  8521.         $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())));
  8522.         return $instance;
  8523.     }
  8524.     /**
  8525.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber' shared autowired service.
  8526.      *
  8527.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber
  8528.      */
  8529.     protected function getOperationIdDescriberService()
  8530.     {
  8531.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  8532.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8533.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  8534.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/OperationIdDescriber.php';
  8535.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  8536.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\OperationIdDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber();
  8537.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  8538.         $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())));
  8539.         return $instance;
  8540.     }
  8541.     /**
  8542.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\PaginationDescriber' shared autowired service.
  8543.      *
  8544.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\PaginationDescriber
  8545.      */
  8546.     protected function getPaginationDescriberService()
  8547.     {
  8548.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  8549.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8550.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  8551.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/PaginationDescriber.php';
  8552.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  8553.         $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()));
  8554.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  8555.         $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())));
  8556.         return $instance;
  8557.     }
  8558.     /**
  8559.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber' shared autowired service.
  8560.      *
  8561.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber
  8562.      */
  8563.     protected function getSecurityDescriberService()
  8564.     {
  8565.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  8566.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8567.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  8568.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/SecurityDescriber.php';
  8569.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  8570.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\SecurityDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber();
  8571.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  8572.         $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())));
  8573.         return $instance;
  8574.     }
  8575.     /**
  8576.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber' shared autowired service.
  8577.      *
  8578.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber
  8579.      */
  8580.     protected function getTagDescriberService()
  8581.     {
  8582.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  8583.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8584.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  8585.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/TagDescriber.php';
  8586.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  8587.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\TagDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber([]);
  8588.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  8589.         $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())));
  8590.         return $instance;
  8591.     }
  8592.     /**
  8593.      * Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber' shared autowired service.
  8594.      *
  8595.      * @return \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber
  8596.      */
  8597.     protected function getActionControllerSubscriberService()
  8598.     {
  8599.         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()));
  8600.     }
  8601.     /**
  8602.      * Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber' shared autowired service.
  8603.      *
  8604.      * @return \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber
  8605.      */
  8606.     protected function getActionResponseSubscriberService()
  8607.     {
  8608.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/EventSubscriber/ActionResponseSubscriber.php';
  8609.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8610.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionResponseSubscriber'])) {
  8611.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionResponseSubscriber'];
  8612.         }
  8613.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionResponseSubscriber'] = new \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber($a, new RewindableGenerator(function () {
  8614.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\ValidationErrorResponseHandler'] ?? $this->getValidationErrorResponseHandlerService());
  8615.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\EmptyResponseHandler'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\EmptyResponseHandler'] = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\EmptyResponseHandler()));
  8616.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'] ?? $this->getPaginationResponseHandlerService());
  8617.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\DefaultResponseHandler'] ?? $this->getDefaultResponseHandlerService());
  8618.         }, 4), new RewindableGenerator(function () {
  8619.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Persister\\PersisterHandler\\DoctrinePersisterHandler'] ?? $this->getDoctrinePersisterHandlerService());
  8620.         }, 1));
  8621.     }
  8622.     /**
  8623.      * Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber' shared autowired service.
  8624.      *
  8625.      * @return \Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber
  8626.      */
  8627.     protected function getDeserializeActionControllerSubscriberService()
  8628.     {
  8629.         $a = ($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService());
  8630.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'])) {
  8631.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'];
  8632.         }
  8633.         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()));
  8634.     }
  8635.     /**
  8636.      * Gets the private 'Drosalys\Bundle\ApiBundle\Event\PostBuildResponseEvent' shared autowired service.
  8637.      *
  8638.      * @return \Drosalys\Bundle\ApiBundle\Event\PostBuildResponseEvent
  8639.      */
  8640.     protected function getPostBuildResponseEventService()
  8641.     {
  8642.         $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.');
  8643.     }
  8644.     /**
  8645.      * Gets the private 'Drosalys\Bundle\ApiBundle\Filter\ApiFilter' shared autowired service.
  8646.      *
  8647.      * @return \Drosalys\Bundle\ApiBundle\Filter\ApiFilter
  8648.      */
  8649.     protected function getApiFilterService()
  8650.     {
  8651.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8652.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8653.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Filter/ApiFilter.php';
  8654.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter'] = new \Drosalys\Bundle\ApiBundle\Filter\ApiFilter();
  8655.     }
  8656.     /**
  8657.      * Gets the private 'Drosalys\Bundle\ApiBundle\Filter\ApiFilterManager' shared autowired service.
  8658.      *
  8659.      * @return \Drosalys\Bundle\ApiBundle\Filter\ApiFilterManager
  8660.      */
  8661.     protected function getApiFilterManagerService()
  8662.     {
  8663.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Filter/ApiFilterManager.php';
  8664.         $a = ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService());
  8665.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'])) {
  8666.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'];
  8667.         }
  8668.         $b = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  8669.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'])) {
  8670.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'];
  8671.         }
  8672.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'] = new \Drosalys\Bundle\ApiBundle\Filter\ApiFilterManager($a$b);
  8673.     }
  8674.     /**
  8675.      * Gets the private 'Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\DoctrinePersisterHandler' shared autowired service.
  8676.      *
  8677.      * @return \Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\DoctrinePersisterHandler
  8678.      */
  8679.     protected function getDoctrinePersisterHandlerService()
  8680.     {
  8681.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Persister/PersisterHandler/PersisterHandlerInterface.php';
  8682.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Persister/PersisterHandler/DoctrinePersisterHandler.php';
  8683.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8684.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\Persister\\PersisterHandler\\DoctrinePersisterHandler'])) {
  8685.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\Persister\\PersisterHandler\\DoctrinePersisterHandler'];
  8686.         }
  8687.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Persister\\PersisterHandler\\DoctrinePersisterHandler'] = new \Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\DoctrinePersisterHandler($a);
  8688.     }
  8689.     /**
  8690.      * Gets the private 'Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler' shared autowired service.
  8691.      *
  8692.      * @return \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler
  8693.      */
  8694.     protected function getDefaultResponseHandlerService()
  8695.     {
  8696.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ResponseHandlerInterface.php';
  8697.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/AbstractResponseHandler.php';
  8698.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/DefaultResponseHandler.php';
  8699.         $this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\DefaultResponseHandler'] = $instance = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler();
  8700.         $instance->setSerializer(($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService()));
  8701.         return $instance;
  8702.     }
  8703.     /**
  8704.      * Gets the private 'Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler' shared autowired service.
  8705.      *
  8706.      * @return \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler
  8707.      */
  8708.     protected function getPaginationResponseHandlerService()
  8709.     {
  8710.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ResponseHandlerInterface.php';
  8711.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/AbstractResponseHandler.php';
  8712.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/PaginationResponseHandler.php';
  8713.         $a = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
  8714.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'])) {
  8715.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'];
  8716.         }
  8717.         $b = ($this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'] ?? $this->getApiFilterManagerService());
  8718.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'])) {
  8719.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'];
  8720.         }
  8721.         $this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'] = $instance = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler($a$b);
  8722.         $instance->setSerializer(($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService()));
  8723.         return $instance;
  8724.     }
  8725.     /**
  8726.      * Gets the private 'Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler' shared autowired service.
  8727.      *
  8728.      * @return \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler
  8729.      */
  8730.     protected function getValidationErrorResponseHandlerService()
  8731.     {
  8732.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ResponseHandlerInterface.php';
  8733.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/AbstractResponseHandler.php';
  8734.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ValidationErrorResponseHandler.php';
  8735.         $this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\ValidationErrorResponseHandler'] = $instance = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler();
  8736.         $instance->setSerializer(($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService()));
  8737.         return $instance;
  8738.     }
  8739.     /**
  8740.      * Gets the private 'Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter' shared autowired service.
  8741.      *
  8742.      * @return \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter
  8743.      */
  8744.     protected function getSerializerAdapterService()
  8745.     {
  8746.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  8747.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'])) {
  8748.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'];
  8749.         }
  8750.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] = new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter($a);
  8751.     }
  8752.     /**
  8753.      * Gets the private 'Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LogoutSubscriber' shared autowired service.
  8754.      *
  8755.      * @return \Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LogoutSubscriber
  8756.      */
  8757.     protected function getLogoutSubscriberService()
  8758.     {
  8759.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/EventSubscriber/LogoutSubscriber.php';
  8760.         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()));
  8761.     }
  8762.     /**
  8763.      * Gets the private 'Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber' shared autowired service.
  8764.      *
  8765.      * @return \Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber
  8766.      */
  8767.     protected function getHandleExpireTokenSubscriberService()
  8768.     {
  8769.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  8770.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\Security\\OAuth\\HandleExpireTokenSubscriber'])) {
  8771.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\Security\\OAuth\\HandleExpireTokenSubscriber'];
  8772.         }
  8773.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\Security\\OAuth\\HandleExpireTokenSubscriber'] = new \Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber($a, ($this->services['router'] ?? $this->getRouterService()));
  8774.     }
  8775.     /**
  8776.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber' shared autowired service.
  8777.      *
  8778.      * @return \Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber
  8779.      */
  8780.     protected function getChannelMenuDisplayedSubscriberService()
  8781.     {
  8782.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/EventSubscriber/ChannelMenuDisplayedSubscriber.php';
  8783.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataClient'] ?? $this->getChannelUserDataClientService());
  8784.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ChannelMenuDisplayedSubscriber'])) {
  8785.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ChannelMenuDisplayedSubscriber'];
  8786.         }
  8787.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ChannelMenuDisplayedSubscriber'] = new \Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8788.     }
  8789.     /**
  8790.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ForceUserFromSetupSubscriber' shared autowired service.
  8791.      *
  8792.      * @return \Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ForceUserFromSetupSubscriber
  8793.      */
  8794.     protected function getForceUserFromSetupSubscriberService()
  8795.     {
  8796.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  8797.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ForceUserFromSetupSubscriber'])) {
  8798.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ForceUserFromSetupSubscriber'];
  8799.         }
  8800.         $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()));
  8801.         $instance->setRepo(($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository'] ?? $this->getUserFromChannelRepositoryService()));
  8802.         return $instance;
  8803.     }
  8804.     /**
  8805.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\Repository\ChannelUserRoleRepository' shared autowired service.
  8806.      *
  8807.      * @return \Nellapp\Bundle\SDKBundle\Channel\Repository\ChannelUserRoleRepository
  8808.      */
  8809.     protected function getChannelUserRoleRepositoryService()
  8810.     {
  8811.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserRole/ChannelUserRoleRepositoryInterface.php';
  8812.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserRole/AbstractChannelUserRoleRepository.php';
  8813.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/ChannelUserRoleRepository.php';
  8814.         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()));
  8815.     }
  8816.     /**
  8817.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository' shared autowired service.
  8818.      *
  8819.      * @return \Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository
  8820.      */
  8821.     protected function getUserFromChannelRepositoryService()
  8822.     {
  8823.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository'] = new \Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8824.     }
  8825.     /**
  8826.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\Twig\Runtime\UserFromChannelRuntime' shared autowired service.
  8827.      *
  8828.      * @return \Nellapp\Bundle\SDKBundle\Channel\Twig\Runtime\UserFromChannelRuntime
  8829.      */
  8830.     protected function getUserFromChannelRuntimeService()
  8831.     {
  8832.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  8833.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Twig/Runtime/UserFromChannelRuntime.php';
  8834.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  8835.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime'])) {
  8836.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime'];
  8837.         }
  8838.         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);
  8839.     }
  8840.     /**
  8841.      * Gets the private 'Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber' shared autowired service.
  8842.      *
  8843.      * @return \Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber
  8844.      */
  8845.     protected function getControllerEntityResolverSubscriberService()
  8846.     {
  8847.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8848.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'])) {
  8849.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'];
  8850.         }
  8851.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'] = new \Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber($a);
  8852.     }
  8853.     /**
  8854.      * Gets the private 'Nellapp\Bundle\SDKBundle\EventSubscriber\RequestChannelDomainSubscriber' shared autowired service.
  8855.      *
  8856.      * @return \Nellapp\Bundle\SDKBundle\EventSubscriber\RequestChannelDomainSubscriber
  8857.      */
  8858.     protected function getRequestChannelDomainSubscriberService()
  8859.     {
  8860.         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()));
  8861.     }
  8862.     /**
  8863.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoExport\AutoExportTerminateTracker' shared autowired service.
  8864.      *
  8865.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoExport\AutoExportTerminateTracker
  8866.      */
  8867.     protected function getAutoExportTerminateTrackerService()
  8868.     {
  8869.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoExport/AutoExportTerminateTracker.php';
  8870.         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()));
  8871.     }
  8872.     /**
  8873.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoExport\Doctrine\EventSubscriber\TerminateExportableSubscriber' shared autowired service.
  8874.      *
  8875.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoExport\Doctrine\EventSubscriber\TerminateExportableSubscriber
  8876.      */
  8877.     protected function getTerminateExportableSubscriberService()
  8878.     {
  8879.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8880.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoExport/Doctrine/EventSubscriber/TerminateExportableSubscriber.php';
  8881.         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()));
  8882.     }
  8883.     /**
  8884.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoExport\EventSubscriber\TerminateExportSubscriber' shared autowired service.
  8885.      *
  8886.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoExport\EventSubscriber\TerminateExportSubscriber
  8887.      */
  8888.     protected function getTerminateExportSubscriberService()
  8889.     {
  8890.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoExport/EventSubscriber/TerminateExportSubscriber.php';
  8891.         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()));
  8892.     }
  8893.     /**
  8894.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoExport\Resolvers\ExportTerminateResolverManager' shared autowired service.
  8895.      *
  8896.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoExport\Resolvers\ExportTerminateResolverManager
  8897.      */
  8898.     protected function getExportTerminateResolverManagerService()
  8899.     {
  8900.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoExport/Resolvers/ExportTerminateResolverManager.php';
  8901.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Resolvers\\ExportTerminateResolverManager'] = new \Nellapp\Bundle\SDKBundle\Export\AutoExport\Resolvers\ExportTerminateResolverManager(new RewindableGenerator(function () {
  8902.             return new \EmptyIterator();
  8903.         }, 0));
  8904.     }
  8905.     /**
  8906.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoRefresh\EventSubscriber\TerminateRefreshSubscriber' shared autowired service.
  8907.      *
  8908.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoRefresh\EventSubscriber\TerminateRefreshSubscriber
  8909.      */
  8910.     protected function getTerminateRefreshSubscriberService()
  8911.     {
  8912.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoRefresh/EventSubscriber/TerminateRefreshSubscriber.php';
  8913.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoRefresh/AutoRefreshTerminateTracker.php';
  8914.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoRefresh/Resolvers/AutoRefreshTerminateResolverManager.php';
  8915.         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 () {
  8916.             return new \EmptyIterator();
  8917.         }, 0)));
  8918.     }
  8919.     /**
  8920.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType' shared autowired service.
  8921.      *
  8922.      * @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType
  8923.      */
  8924.     protected function getGroupeFilterTypeService()
  8925.     {
  8926.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8927.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8928.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/Selektor/GroupeFilterType.php';
  8929.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType();
  8930.     }
  8931.     /**
  8932.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\ServiceFilterType' shared autowired service.
  8933.      *
  8934.      * @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\ServiceFilterType
  8935.      */
  8936.     protected function getServiceFilterTypeService()
  8937.     {
  8938.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8939.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8940.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/Selektor/ServiceFilterType.php';
  8941.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\ServiceFilterType();
  8942.     }
  8943.     /**
  8944.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType' shared autowired service.
  8945.      *
  8946.      * @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType
  8947.      */
  8948.     protected function getSessionFilterTypeService()
  8949.     {
  8950.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8951.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8952.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/Selektor/SessionFilterType.php';
  8953.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType();
  8954.     }
  8955.     /**
  8956.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType' shared autowired service.
  8957.      *
  8958.      * @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType
  8959.      */
  8960.     protected function getTrainingFilterTypeService()
  8961.     {
  8962.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8963.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8964.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/Selektor/TrainingFilterType.php';
  8965.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType();
  8966.     }
  8967.     /**
  8968.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\UserFilterType' shared autowired service.
  8969.      *
  8970.      * @return \Nellapp\Bundle\SDKBundle\Filter\UserFilterType
  8971.      */
  8972.     protected function getUserFilterTypeService()
  8973.     {
  8974.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8975.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8976.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/UserFilterType.php';
  8977.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\UserFilterType();
  8978.     }
  8979.     /**
  8980.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType' shared autowired service.
  8981.      *
  8982.      * @return \Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType
  8983.      */
  8984.     protected function getNellappBooleanTypeService()
  8985.     {
  8986.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8987.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8988.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Common/NellappBooleanType.php';
  8989.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType'] = new \Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType();
  8990.     }
  8991.     /**
  8992.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType' shared autowired service.
  8993.      *
  8994.      * @return \Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType
  8995.      */
  8996.     protected function getNellappChoiceTypeService()
  8997.     {
  8998.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8999.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9000.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Common/NellappChoiceType.php';
  9001.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType'] = new \Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType();
  9002.     }
  9003.     /**
  9004.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter' shared autowired service.
  9005.      *
  9006.      * @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter
  9007.      */
  9008.     protected function getCustomViewColumnsFilterService()
  9009.     {
  9010.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9011.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9012.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/CustomViewColumnsFilter.php';
  9013.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter();
  9014.     }
  9015.     /**
  9016.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType' shared autowired service.
  9017.      *
  9018.      * @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType
  9019.      */
  9020.     protected function getCustomViewManagerTypeService()
  9021.     {
  9022.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9023.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9024.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/CustomViewManagerType.php';
  9025.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType();
  9026.     }
  9027.     /**
  9028.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType' shared autowired service.
  9029.      *
  9030.      * @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType
  9031.      */
  9032.     protected function getEditCustomViewTypeService()
  9033.     {
  9034.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9035.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9036.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/EditCustomViewType.php';
  9037.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType();
  9038.     }
  9039.     /**
  9040.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType' shared autowired service.
  9041.      *
  9042.      * @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType
  9043.      */
  9044.     protected function getNewCustomViewTypeService()
  9045.     {
  9046.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9047.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9048.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/NewCustomViewType.php';
  9049.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType();
  9050.     }
  9051.     /**
  9052.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\ChannelUserData\ChannelUserRoleFilterType' shared autowired service.
  9053.      *
  9054.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\ChannelUserData\ChannelUserRoleFilterType
  9055.      */
  9056.     protected function getChannelUserRoleFilterTypeService()
  9057.     {
  9058.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9059.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9060.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/ChannelUserData/ChannelUserRoleFilterType.php';
  9061.         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()));
  9062.     }
  9063.     /**
  9064.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter' shared autowired service.
  9065.      *
  9066.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter
  9067.      */
  9068.     protected function getCollectionFilterService()
  9069.     {
  9070.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9071.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9072.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/Chat/CollectionFilter.php';
  9073.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter();
  9074.     }
  9075.     /**
  9076.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter' shared autowired service.
  9077.      *
  9078.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter
  9079.      */
  9080.     protected function getCollectionFilter2Service()
  9081.     {
  9082.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9083.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9084.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/EventUserProgression/CollectionFilter.php';
  9085.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter();
  9086.     }
  9087.     /**
  9088.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType' shared autowired service.
  9089.      *
  9090.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType
  9091.      */
  9092.     protected function getChannelUserRoleSelektorFilterTypeService()
  9093.     {
  9094.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9095.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9096.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/SelektorFilter/ChannelUserRoleSelektorFilterType.php';
  9097.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType();
  9098.     }
  9099.     /**
  9100.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType' shared autowired service.
  9101.      *
  9102.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType
  9103.      */
  9104.     protected function getUserSelektorFilterTypeService()
  9105.     {
  9106.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9107.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9108.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/SelektorFilter/UserSelektorFilterType.php';
  9109.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType();
  9110.     }
  9111.     /**
  9112.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\Session\SessionStatusFilterType' shared autowired service.
  9113.      *
  9114.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\Session\SessionStatusFilterType
  9115.      */
  9116.     protected function getSessionStatusFilterTypeService()
  9117.     {
  9118.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9119.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9120.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/Session/SessionStatusFilterType.php';
  9121.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\Session\SessionStatusFilterType();
  9122.     }
  9123.     /**
  9124.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\TabContainerType' shared autowired service.
  9125.      *
  9126.      * @return \Nellapp\Bundle\SDKBundle\Form\TabContainerType
  9127.      */
  9128.     protected function getTabContainerTypeService()
  9129.     {
  9130.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9131.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9132.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/TabContainerType.php';
  9133.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType'] = new \Nellapp\Bundle\SDKBundle\Form\TabContainerType();
  9134.     }
  9135.     /**
  9136.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\TabType' shared autowired service.
  9137.      *
  9138.      * @return \Nellapp\Bundle\SDKBundle\Form\TabType
  9139.      */
  9140.     protected function getTabTypeService()
  9141.     {
  9142.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9143.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9144.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/TabType.php';
  9145.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\TabType'] = new \Nellapp\Bundle\SDKBundle\Form\TabType();
  9146.     }
  9147.     /**
  9148.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType' shared autowired service.
  9149.      *
  9150.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType
  9151.      */
  9152.     protected function getAsyncEntityType2Service()
  9153.     {
  9154.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9155.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9156.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/AsyncEntityType.php';
  9157.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType();
  9158.     }
  9159.     /**
  9160.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType' shared autowired service.
  9161.      *
  9162.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType
  9163.      */
  9164.     protected function getChannelUserRoleSelektorTypeService()
  9165.     {
  9166.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9167.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9168.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/ChannelUserRoleSelektorType.php';
  9169.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType();
  9170.     }
  9171.     /**
  9172.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType' shared autowired service.
  9173.      *
  9174.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType
  9175.      */
  9176.     protected function getGroupSelektorTypeService()
  9177.     {
  9178.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9179.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9180.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/GroupSelektorType.php';
  9181.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType();
  9182.     }
  9183.     /**
  9184.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType' shared autowired service.
  9185.      *
  9186.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType
  9187.      */
  9188.     protected function getPlaceSelektorTypeService()
  9189.     {
  9190.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9191.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9192.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/PlaceSelektorType.php';
  9193.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType();
  9194.     }
  9195.     /**
  9196.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\ServiceSelektorType' shared autowired service.
  9197.      *
  9198.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\ServiceSelektorType
  9199.      */
  9200.     protected function getServiceSelektorTypeService()
  9201.     {
  9202.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9203.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9204.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/ServiceSelektorType.php';
  9205.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\ServiceSelektorType();
  9206.     }
  9207.     /**
  9208.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType' shared autowired service.
  9209.      *
  9210.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType
  9211.      */
  9212.     protected function getUserSelektorType2Service()
  9213.     {
  9214.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9215.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9216.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/UserSelektorType.php';
  9217.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType();
  9218.     }
  9219.     /**
  9220.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\ChannelGetterService' shared autowired service.
  9221.      *
  9222.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\ChannelGetterService
  9223.      */
  9224.     protected function getChannelGetterServiceService()
  9225.     {
  9226.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/ChannelGetterInterface.php';
  9227.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/ChannelGetterService.php';
  9228.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\ChannelGetterService'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\ChannelGetterService(($this->privates['App\\Repository\\Channel\\ChannelRepository'] ?? $this->getChannelRepositoryService()));
  9229.     }
  9230.     /**
  9231.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\Doctrine\EventSubscriber\ValidGlobalChannelAndUserSubscriber' shared autowired service.
  9232.      *
  9233.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Doctrine\EventSubscriber\ValidGlobalChannelAndUserSubscriber
  9234.      */
  9235.     protected function getValidGlobalChannelAndUserSubscriberService()
  9236.     {
  9237.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  9238.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Doctrine/EventSubscriber/ValidGlobalChannelAndUserSubscriber.php';
  9239.         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()));
  9240.     }
  9241.     /**
  9242.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService' shared autowired service.
  9243.      *
  9244.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService
  9245.      */
  9246.     protected function getGlobalEntitiesServiceService()
  9247.     {
  9248.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9249.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'])) {
  9250.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'];
  9251.         }
  9252.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] ?? $this->getGlobalEntityKeysService()));
  9253.     }
  9254.     /**
  9255.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys' shared autowired service.
  9256.      *
  9257.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys
  9258.      */
  9259.     protected function getGlobalEntityKeysService()
  9260.     {
  9261.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys($this->parameters['nellapp_sdk.global_getter.global_entities']);
  9262.     }
  9263.     /**
  9264.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\ChannelUserDataMenuDisplayedService' shared autowired service.
  9265.      *
  9266.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\ChannelUserDataMenuDisplayedService
  9267.      */
  9268.     protected function getChannelUserDataMenuDisplayedServiceService()
  9269.     {
  9270.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelUserDataMenuDisplayedService.php';
  9271.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelMenuDisplayedInterface.php';
  9272.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/EmptyChannelMenuDisplayed.php';
  9273.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'] ?? $this->getChannelResourceServiceService());
  9274.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'])) {
  9275.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'];
  9276.         }
  9277.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9278.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'])) {
  9279.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'];
  9280.         }
  9281.         $c = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] ?? $this->getAuthorizationHelperService());
  9282.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'])) {
  9283.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'];
  9284.         }
  9285.         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);
  9286.     }
  9287.     /**
  9288.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\EventSubscriber\TerminateMenuDisplayedSubscriber' shared autowired service.
  9289.      *
  9290.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\EventSubscriber\TerminateMenuDisplayedSubscriber
  9291.      */
  9292.     protected function getTerminateMenuDisplayedSubscriberService()
  9293.     {
  9294.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/EventSubscriber/TerminateMenuDisplayedSubscriber.php';
  9295.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelUserDataMenuDisplayedTerminateTracker.php';
  9296.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'] ?? $this->getChannelUserDataMenuDisplayedServiceService());
  9297.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\EventSubscriber\\TerminateMenuDisplayedSubscriber'])) {
  9298.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\EventSubscriber\\TerminateMenuDisplayedSubscriber'];
  9299.         }
  9300.         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()));
  9301.     }
  9302.     /**
  9303.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelResourceManager' shared autowired service.
  9304.      *
  9305.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelResourceManager
  9306.      */
  9307.     protected function getChannelResourceManagerService()
  9308.     {
  9309.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelResourceManager.php';
  9310.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9311.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceManager'])) {
  9312.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceManager'];
  9313.         }
  9314.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceManager'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelResourceManager($a, ($this->services['cache.app'] ?? $this->getCache_AppService()), true);
  9315.     }
  9316.     /**
  9317.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelResourceService' shared autowired service.
  9318.      *
  9319.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelResourceService
  9320.      */
  9321.     protected function getChannelResourceServiceService()
  9322.     {
  9323.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelResourceService.php';
  9324.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiInternal/Client/ApiInternalClient.php';
  9325.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] ?? $this->getAuthorizationHelperService());
  9326.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'])) {
  9327.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'];
  9328.         }
  9329.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceManager'] ?? $this->getChannelResourceManagerService());
  9330.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'])) {
  9331.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'];
  9332.         }
  9333.         $c = ($this->privates['nellapp_sdk.routing.internal_url_generator'] ?? $this->getNellappSdk_Routing_InternalUrlGeneratorService());
  9334.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'])) {
  9335.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'];
  9336.         }
  9337.         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')));
  9338.     }
  9339.     /**
  9340.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionGroup\ChannelUserPermissionGroupManager' shared autowired service.
  9341.      *
  9342.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionGroup\ChannelUserPermissionGroupManager
  9343.      */
  9344.     protected function getChannelUserPermissionGroupManagerService()
  9345.     {
  9346.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelUserPermissionGroup/ChannelUserPermissionGroupManager.php';
  9347.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionGroup\ChannelUserPermissionGroupManager(new RewindableGenerator(function () {
  9348.             return new \EmptyIterator();
  9349.         }, 0));
  9350.     }
  9351.     /**
  9352.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionManager' shared autowired service.
  9353.      *
  9354.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionManager
  9355.      */
  9356.     protected function getChannelUserPermissionManagerService()
  9357.     {
  9358.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9359.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'])) {
  9360.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'];
  9361.         }
  9362.         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);
  9363.     }
  9364.     /**
  9365.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionService' shared autowired service.
  9366.      *
  9367.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionService
  9368.      */
  9369.     protected function getChannelUserPermissionServiceService()
  9370.     {
  9371.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService());
  9372.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'])) {
  9373.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'];
  9374.         }
  9375.         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()));
  9376.     }
  9377.     /**
  9378.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand' shared autowired service.
  9379.      *
  9380.      * @return \Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand
  9381.      */
  9382.     protected function getCheckChannelMenuDisplayedCommandService()
  9383.     {
  9384.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9385.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Command/CheckChannelMenuDisplayedCommand.php';
  9386.         $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()));
  9387.         $instance->setName('nellapp:check:menu-displayed');
  9388.         $instance->setDescription('Check the channel menu displayed for the given ChannelUserData');
  9389.         return $instance;
  9390.     }
  9391.     /**
  9392.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Command\CleanExpiredChannelResourcePermissionCommand' shared autowired service.
  9393.      *
  9394.      * @return \Nellapp\Bundle\SDKBundle\Permission\Command\CleanExpiredChannelResourcePermissionCommand
  9395.      */
  9396.     protected function getCleanExpiredChannelResourcePermissionCommandService()
  9397.     {
  9398.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9399.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Command/CleanExpiredChannelResourcePermissionCommand.php';
  9400.         $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()));
  9401.         $instance->setName('nellapp:check:expired-permission');
  9402.         $instance->setDescription('Remove from database expired channel resource permissions.');
  9403.         return $instance;
  9404.     }
  9405.     /**
  9406.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\ChannelMenuDisplayedSubscriber' shared autowired service.
  9407.      *
  9408.      * @return \Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\ChannelMenuDisplayedSubscriber
  9409.      */
  9410.     protected function getChannelMenuDisplayedSubscriber2Service()
  9411.     {
  9412.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  9413.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Doctrine/EventSubscriber/ChannelMenuDisplayedSubscriber.php';
  9414.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelUserDataMenuDisplayedTerminateTracker.php';
  9415.         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())));
  9416.     }
  9417.     /**
  9418.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\Mapping\PermissionConstraintSubscriber' shared autowired service.
  9419.      *
  9420.      * @return \Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\Mapping\PermissionConstraintSubscriber
  9421.      */
  9422.     protected function getPermissionConstraintSubscriberService()
  9423.     {
  9424.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  9425.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Doctrine/EventSubscriber/Mapping/PermissionConstraintSubscriber.php';
  9426.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber'] = new \Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\Mapping\PermissionConstraintSubscriber();
  9427.     }
  9428.     /**
  9429.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager' shared autowired service.
  9430.      *
  9431.      * @return \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager
  9432.      */
  9433.     protected function getChannelUserPermissionEnumManagerService()
  9434.     {
  9435.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnumManager'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager(new RewindableGenerator(function () {
  9436.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserChannelUserDataPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserChannelUserDataPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserChannelUserDataPermissionEnum()));
  9437.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserCursusPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserCursusPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserCursusPermissionEnum()));
  9438.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionAsyncEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionAsyncEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionAsyncEnum()));
  9439.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnum()));
  9440.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserSessionPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserSessionPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserSessionPermissionEnum()));
  9441.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserTrainingPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserTrainingPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserTrainingPermissionEnum()));
  9442.         }, 6));
  9443.     }
  9444.     /**
  9445.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType' shared autowired service.
  9446.      *
  9447.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType
  9448.      */
  9449.     protected function getChannelUserPermissionEnumTypeService()
  9450.     {
  9451.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9452.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9453.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/ChannelUserPermissionEnumType.php';
  9454.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType();
  9455.     }
  9456.     /**
  9457.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType' shared autowired service.
  9458.      *
  9459.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType
  9460.      */
  9461.     protected function getChannelUserPermissionResourceTypeService()
  9462.     {
  9463.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9464.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9465.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/ChannelUserPermissionResourceType.php';
  9466.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType();
  9467.     }
  9468.     /**
  9469.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter' shared autowired service.
  9470.      *
  9471.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter
  9472.      */
  9473.     protected function getChannelUserDataFilterService()
  9474.     {
  9475.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9476.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9477.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/Filter/ChannelUserDataFilter.php';
  9478.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter(($this->services['router'] ?? $this->getRouterService()));
  9479.     }
  9480.     /**
  9481.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter' shared autowired service.
  9482.      *
  9483.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter
  9484.      */
  9485.     protected function getChannelUserPermissionResourceFilterService()
  9486.     {
  9487.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9488.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9489.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/Filter/ChannelUserPermissionResourceFilter.php';
  9490.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter();
  9491.     }
  9492.     /**
  9493.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\Filter\MultipleResourcePermissionsType' shared autowired service.
  9494.      *
  9495.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\MultipleResourcePermissionsType
  9496.      */
  9497.     protected function getMultipleResourcePermissionsTypeService()
  9498.     {
  9499.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9500.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9501.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/Filter/MultipleResourcePermissionsType.php';
  9502.         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()));
  9503.     }
  9504.     /**
  9505.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\SelectUserForChannelResourcePermissionType' shared autowired service.
  9506.      *
  9507.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\SelectUserForChannelResourcePermissionType
  9508.      */
  9509.     protected function getSelectUserForChannelResourcePermissionTypeService()
  9510.     {
  9511.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9512.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9513.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/SelectUserForChannelResourcePermissionType.php';
  9514.         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()));
  9515.     }
  9516.     /**
  9517.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Security\Authorization\AuthorizationHelper' shared autowired service.
  9518.      *
  9519.      * @return \Nellapp\Bundle\SDKBundle\Permission\Security\Authorization\AuthorizationHelper
  9520.      */
  9521.     protected function getAuthorizationHelperService()
  9522.     {
  9523.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Authorization/AuthorizationHelper.php';
  9524.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  9525.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'])) {
  9526.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'];
  9527.         }
  9528.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Authorization\AuthorizationHelper($a);
  9529.     }
  9530.     /**
  9531.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager' shared autowired service.
  9532.      *
  9533.      * @return \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager
  9534.      */
  9535.     protected function getChannelUserPermissionHierarchyManagerService()
  9536.     {
  9537.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionHierarchyManager'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager(new RewindableGenerator(function () {
  9538.             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()));
  9539.             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()));
  9540.             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()));
  9541.             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()));
  9542.             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()));
  9543.         }, 5));
  9544.     }
  9545.     /**
  9546.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime' shared autowired service.
  9547.      *
  9548.      * @return \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime
  9549.      */
  9550.     protected function getChannelUserDataPermissionRuntimeService()
  9551.     {
  9552.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9553.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/ChannelUserDataPermissionRuntime.php';
  9554.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService());
  9555.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime'])) {
  9556.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime'];
  9557.         }
  9558.         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()));
  9559.     }
  9560.     /**
  9561.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\TranslateRuntime' shared autowired service.
  9562.      *
  9563.      * @return \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\TranslateRuntime
  9564.      */
  9565.     protected function getTranslateRuntimeService()
  9566.     {
  9567.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9568.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/TranslateRuntime.php';
  9569.         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()));
  9570.     }
  9571.     /**
  9572.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\UserOwnerRuntime' shared autowired service.
  9573.      *
  9574.      * @return \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\UserOwnerRuntime
  9575.      */
  9576.     protected function getUserOwnerRuntimeService()
  9577.     {
  9578.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9579.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/UserOwnerRuntime.php';
  9580.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  9581.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime'])) {
  9582.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime'];
  9583.         }
  9584.         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);
  9585.     }
  9586.     /**
  9587.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter' shared autowired service.
  9588.      *
  9589.      * @return \Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter
  9590.      */
  9591.     protected function getUserOwnerGetterService()
  9592.     {
  9593.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] = new \Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter(new RewindableGenerator(function () {
  9594.             return new \EmptyIterator();
  9595.         }, 0));
  9596.     }
  9597.     /**
  9598.      * Gets the private 'Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\UrlGeneratorRuntime' shared autowired service.
  9599.      *
  9600.      * @return \Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\UrlGeneratorRuntime
  9601.      */
  9602.     protected function getUrlGeneratorRuntimeService()
  9603.     {
  9604.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9605.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Runtime/UrlGeneratorRuntime.php';
  9606.         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()));
  9607.     }
  9608.     /**
  9609.      * Gets the private 'Nellapp\Bundle\SDKBundle\Routing\Utils\ChannelMainDomainUtils' shared autowired service.
  9610.      *
  9611.      * @return \Nellapp\Bundle\SDKBundle\Routing\Utils\ChannelMainDomainUtils
  9612.      */
  9613.     protected function getChannelMainDomainUtilsService()
  9614.     {
  9615.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService());
  9616.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'])) {
  9617.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'];
  9618.         }
  9619.         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);
  9620.     }
  9621.     /**
  9622.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\UserClient' shared autowired service.
  9623.      *
  9624.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\UserClient
  9625.      */
  9626.     protected function getUserClientService()
  9627.     {
  9628.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9629.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9630.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9631.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Account/UserClient.php';
  9632.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9633.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'])) {
  9634.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'];
  9635.         }
  9636.         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'));
  9637.     }
  9638.     /**
  9639.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\AbstractCursusClient' shared autowired service.
  9640.      *
  9641.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\AbstractCursusClient
  9642.      */
  9643.     protected function getAbstractCursusClientService()
  9644.     {
  9645.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9646.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9647.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9648.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/ChannelUserData/AbstractCursusClient.php';
  9649.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9650.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusClient'])) {
  9651.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusClient'];
  9652.         }
  9653.         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'));
  9654.     }
  9655.     /**
  9656.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\ChannelUserDataClient' shared autowired service.
  9657.      *
  9658.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\ChannelUserDataClient
  9659.      */
  9660.     protected function getChannelUserDataClientService()
  9661.     {
  9662.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9663.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9664.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9665.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/ChannelUserData/ChannelUserDataClient.php';
  9666.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9667.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataClient'])) {
  9668.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataClient'];
  9669.         }
  9670.         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'));
  9671.     }
  9672.     /**
  9673.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelClient' shared autowired service.
  9674.      *
  9675.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelClient
  9676.      */
  9677.     protected function getChannelClientService()
  9678.     {
  9679.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9680.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9681.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9682.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelClient.php';
  9683.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9684.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'])) {
  9685.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'];
  9686.         }
  9687.         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'));
  9688.     }
  9689.     /**
  9690.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserCursusPermissionClient' shared autowired service.
  9691.      *
  9692.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserCursusPermissionClient
  9693.      */
  9694.     protected function getChannelUserCursusPermissionClientService()
  9695.     {
  9696.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9697.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9698.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9699.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserCursusPermissionClient.php';
  9700.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9701.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserCursusPermissionClient'])) {
  9702.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserCursusPermissionClient'];
  9703.         }
  9704.         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'));
  9705.     }
  9706.     /**
  9707.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserRoleClient' shared autowired service.
  9708.      *
  9709.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserRoleClient
  9710.      */
  9711.     protected function getChannelUserRoleClientService()
  9712.     {
  9713.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9714.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9715.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9716.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserRoleClient.php';
  9717.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9718.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'])) {
  9719.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'];
  9720.         }
  9721.         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'));
  9722.     }
  9723.     /**
  9724.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserServicePermissionClient' shared autowired service.
  9725.      *
  9726.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserServicePermissionClient
  9727.      */
  9728.     protected function getChannelUserServicePermissionClientService()
  9729.     {
  9730.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9731.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9732.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9733.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserServicePermissionClient.php';
  9734.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9735.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'])) {
  9736.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'];
  9737.         }
  9738.         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'));
  9739.     }
  9740.     /**
  9741.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserSessionPermissionClient' shared autowired service.
  9742.      *
  9743.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserSessionPermissionClient
  9744.      */
  9745.     protected function getChannelUserSessionPermissionClientService()
  9746.     {
  9747.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9748.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9749.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9750.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserSessionPermissionClient.php';
  9751.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9752.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'])) {
  9753.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'];
  9754.         }
  9755.         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'));
  9756.     }
  9757.     /**
  9758.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserTrainingPermissionClient' shared autowired service.
  9759.      *
  9760.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserTrainingPermissionClient
  9761.      */
  9762.     protected function getChannelUserTrainingPermissionClientService()
  9763.     {
  9764.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9765.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9766.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9767.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserTrainingPermissionClient.php';
  9768.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9769.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserTrainingPermissionClient'])) {
  9770.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserTrainingPermissionClient'];
  9771.         }
  9772.         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'));
  9773.     }
  9774.     /**
  9775.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelWhiteLabelClient' shared autowired service.
  9776.      *
  9777.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelWhiteLabelClient
  9778.      */
  9779.     protected function getChannelWhiteLabelClientService()
  9780.     {
  9781.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9782.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9783.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9784.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelWhiteLabelClient.php';
  9785.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9786.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelWhiteLabelClient'])) {
  9787.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelWhiteLabelClient'];
  9788.         }
  9789.         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'));
  9790.     }
  9791.     /**
  9792.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\GroupClient' shared autowired service.
  9793.      *
  9794.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\GroupClient
  9795.      */
  9796.     protected function getGroupClientService()
  9797.     {
  9798.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9799.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9800.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9801.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/GroupClient.php';
  9802.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9803.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'])) {
  9804.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'];
  9805.         }
  9806.         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'));
  9807.     }
  9808.     /**
  9809.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\PlaceClient' shared autowired service.
  9810.      *
  9811.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\PlaceClient
  9812.      */
  9813.     protected function getPlaceClientService()
  9814.     {
  9815.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9816.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9817.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9818.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/PlaceClient.php';
  9819.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9820.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'])) {
  9821.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'];
  9822.         }
  9823.         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'));
  9824.     }
  9825.     /**
  9826.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\RoomClient' shared autowired service.
  9827.      *
  9828.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\RoomClient
  9829.      */
  9830.     protected function getRoomClientService()
  9831.     {
  9832.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9833.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9834.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9835.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/RoomClient.php';
  9836.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9837.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'])) {
  9838.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'];
  9839.         }
  9840.         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'));
  9841.     }
  9842.     /**
  9843.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ServiceClient' shared autowired service.
  9844.      *
  9845.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ServiceClient
  9846.      */
  9847.     protected function getServiceClientService()
  9848.     {
  9849.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9850.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9851.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9852.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ServiceClient.php';
  9853.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9854.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'])) {
  9855.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'];
  9856.         }
  9857.         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'));
  9858.     }
  9859.     /**
  9860.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\SessionClient' shared autowired service.
  9861.      *
  9862.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\SessionClient
  9863.      */
  9864.     protected function getSessionClientService()
  9865.     {
  9866.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9867.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9868.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9869.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/SessionClient.php';
  9870.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9871.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'])) {
  9872.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'];
  9873.         }
  9874.         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'));
  9875.     }
  9876.     /**
  9877.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\TrainingClient' shared autowired service.
  9878.      *
  9879.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\TrainingClient
  9880.      */
  9881.     protected function getTrainingClientService()
  9882.     {
  9883.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9884.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9885.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9886.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/TrainingClient.php';
  9887.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9888.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'])) {
  9889.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'];
  9890.         }
  9891.         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'));
  9892.     }
  9893.     /**
  9894.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\UserFromChannelClient' shared autowired service.
  9895.      *
  9896.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\UserFromChannelClient
  9897.      */
  9898.     protected function getUserFromChannelClientService()
  9899.     {
  9900.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9901.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9902.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9903.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/UserFromChannelClient.php';
  9904.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9905.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'])) {
  9906.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'];
  9907.         }
  9908.         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'));
  9909.     }
  9910.     /**
  9911.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\ClientManager' shared autowired service.
  9912.      *
  9913.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ClientManager
  9914.      */
  9915.     protected function getClientManagerService()
  9916.     {
  9917.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/ClientManager.php';
  9918.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ClientManager'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ClientManager(new RewindableGenerator(function () {
  9919.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService());
  9920.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] ?? $this->getChannelClientService());
  9921.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserCursusPermissionClient'] ?? $this->getChannelUserCursusPermissionClientService());
  9922.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'] ?? $this->getChannelUserRoleClientService());
  9923.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'] ?? $this->getChannelUserServicePermissionClientService());
  9924.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'] ?? $this->getChannelUserSessionPermissionClientService());
  9925.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserTrainingPermissionClient'] ?? $this->getChannelUserTrainingPermissionClientService());
  9926.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelWhiteLabelClient'] ?? $this->getChannelWhiteLabelClientService());
  9927.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] ?? $this->getGroupClientService());
  9928.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'] ?? $this->getPlaceClientService());
  9929.             yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'] ?? $this->getRoomClientService());
  9930.             yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'] ?? $this->getServiceClientService());
  9931.             yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'] ?? $this->getSessionClientService());
  9932.             yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] ?? $this->getTrainingClientService());
  9933.             yield 14 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] ?? $this->getUserFromChannelClientService());
  9934.             yield 15 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusClient'] ?? $this->getAbstractCursusClientService());
  9935.             yield 16 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataClient'] ?? $this->getChannelUserDataClientService());
  9936.             yield 17 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncAdditionalData\\AdditionalDataClient'] ?? $this->getAdditionalDataClientService());
  9937.         }, 18));
  9938.     }
  9939.     /**
  9940.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncAdditionalData\AdditionalDataClient' shared autowired service.
  9941.      *
  9942.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncAdditionalData\AdditionalDataClient
  9943.      */
  9944.     protected function getAdditionalDataClientService()
  9945.     {
  9946.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  9947.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  9948.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  9949.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncAdditionalData/AdditionalDataClient.php';
  9950.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  9951.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncAdditionalData\\AdditionalDataClient'])) {
  9952.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncAdditionalData\\AdditionalDataClient'];
  9953.         }
  9954.         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'));
  9955.     }
  9956.     /**
  9957.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\FailedMessageCommand' shared autowired service.
  9958.      *
  9959.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\FailedMessageCommand
  9960.      */
  9961.     protected function getFailedMessageCommandService()
  9962.     {
  9963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9964.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/FailedMessageCommand.php';
  9965.         $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()));
  9966.         $instance->setName('nellapp:failed-message');
  9967.         return $instance;
  9968.     }
  9969.     /**
  9970.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand' shared autowired service.
  9971.      *
  9972.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand
  9973.      */
  9974.     protected function getFullRefreshClassCommandService()
  9975.     {
  9976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9977.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/FullRefreshClassCommand.php';
  9978.         $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()));
  9979.         $instance->setName('nellapp:force-full-refresh');
  9980.         $instance->setDescription('Force full refresh of a class');
  9981.         return $instance;
  9982.     }
  9983.     /**
  9984.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand' shared autowired service.
  9985.      *
  9986.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand
  9987.      */
  9988.     protected function getRefreshClassCommandService()
  9989.     {
  9990.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9991.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/RefreshClassCommand.php';
  9992.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorManager.php';
  9993.         $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 () {
  9994.             yield => ($this->privates['App\\SdkBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'] ?? $this->getAbstractCursusHydratorService());
  9995.             yield => ($this->privates['App\\SdkBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'] ?? $this->getSessionHydratorService());
  9996.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'] ?? $this->getAbstractCursusHydrator2Service());
  9997.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'] ?? $this->getSessionHydrator2Service());
  9998.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\UserHydrator'] ?? $this->getUserHydratorService());
  9999.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelHydrator'] ?? $this->getChannelHydratorService());
  10000.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'] ?? $this->getChannelUserCursusPermissionHydratorService());
  10001.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'] ?? $this->getChannelUserDataHydratorService());
  10002.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserRoleHydrator'] ?? $this->getChannelUserRoleHydratorService());
  10003.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'] ?? $this->getChannelUserServicePermissionHydratorService());
  10004.             yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'] ?? $this->getChannelUserSessionPermissionHydratorService());
  10005.             yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'] ?? $this->getChannelUserTrainingPermissionHydratorService());
  10006.             yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelWhiteLabelHydrator'] ?? $this->getChannelWhiteLabelHydratorService());
  10007.             yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'] ?? $this->getGroupHydratorService());
  10008.             yield 14 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\PlaceHydrator'] ?? $this->getPlaceHydratorService());
  10009.             yield 15 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\RoomHydrator'] ?? $this->getRoomHydratorService());
  10010.             yield 16 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ServiceHydrator'] ?? $this->getServiceHydratorService());
  10011.             yield 17 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'] ?? $this->getTrainingHydratorService());
  10012.             yield 18 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\UserFromChannelHydrator'] ?? $this->getUserFromChannelHydratorService());
  10013.         }, 19)), ($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()));
  10014.         $instance->setName('nellapp:force-refresh');
  10015.         $instance->setDescription('Force refresh of a class');
  10016.         return $instance;
  10017.     }
  10018.     /**
  10019.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand' shared autowired service.
  10020.      *
  10021.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand
  10022.      */
  10023.     protected function getRefreshOneCommandService()
  10024.     {
  10025.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10026.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/RefreshOneCommand.php';
  10027.         $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()));
  10028.         $instance->setName('nellapp:force-refresh-one');
  10029.         $instance->setDescription('Force refresh of an entity');
  10030.         return $instance;
  10031.     }
  10032.     /**
  10033.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand' shared autowired service.
  10034.      *
  10035.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand
  10036.      */
  10037.     protected function getUserFromChannelCommandService()
  10038.     {
  10039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10040.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/UserFromChannelCommand.php';
  10041.         $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()));
  10042.         $instance->setName('nellapp:force-sync:ufc');
  10043.         $instance->setDescription('Force sync all UserFromChannel');
  10044.         return $instance;
  10045.     }
  10046.     /**
  10047.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand' shared autowired service.
  10048.      *
  10049.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand
  10050.      */
  10051.     protected function getSyncOneCommandService()
  10052.     {
  10053.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10054.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/SyncOneCommand.php';
  10055.         $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()));
  10056.         $instance->setName('nellapp:sync:one');
  10057.         $instance->setDescription('Manual sync by id');
  10058.         return $instance;
  10059.     }
  10060.     /**
  10061.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher' shared autowired service.
  10062.      *
  10063.      * @return \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher
  10064.      */
  10065.     protected function getUserRefresherService()
  10066.     {
  10067.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/FullRefresherInterface.php';
  10068.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/AbstractRefresher.php';
  10069.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/Account/UserRefresher.php';
  10070.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Account\\UserRefresher'] ?? $this->getUserRefresher2Service());
  10071.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'])) {
  10072.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'];
  10073.         }
  10074.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'] ?? $this->getChannelUserDataMenuDisplayedServiceService());
  10075.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'])) {
  10076.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'];
  10077.         }
  10078.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher($a$b$this->parameters['entities_handled']);
  10079.         $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10080.         $instance $instance->setRetrieverManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()));
  10081.         $instance $instance->setRefresherManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\RefresherManager'] ?? $this->getRefresherManagerService()));
  10082.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher'] = $instance $instance->setClientManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ClientManager'] ?? $this->getClientManagerService()));
  10083.         $instance->setManagerRegistry(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10084.         return $instance;
  10085.     }
  10086.     /**
  10087.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher' shared autowired service.
  10088.      *
  10089.      * @return \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher
  10090.      */
  10091.     protected function getChannelRefresherService()
  10092.     {
  10093.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/FullRefresherInterface.php';
  10094.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/AbstractRefresher.php';
  10095.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/Channel/ChannelRefresher.php';
  10096.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelRefresher'] ?? $this->getChannelRefresher2Service()));
  10097.         $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10098.         $instance $instance->setRetrieverManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()));
  10099.         $instance $instance->setRefresherManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\RefresherManager'] ?? $this->getRefresherManagerService()));
  10100.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher'] = $instance $instance->setClientManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ClientManager'] ?? $this->getClientManagerService()));
  10101.         $instance->setManagerRegistry(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10102.         return $instance;
  10103.     }
  10104.     /**
  10105.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefreshManager' shared autowired service.
  10106.      *
  10107.      * @return \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefreshManager
  10108.      */
  10109.     protected function getFullRefreshManagerService()
  10110.     {
  10111.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/FullRefreshManager.php';
  10112.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\FullRefreshManager'] = new \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefreshManager(new RewindableGenerator(function () {
  10113.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'] ?? $this->getUserRefresherService());
  10114.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Channel\\ChannelRefresher'] ?? $this->getChannelRefresherService());
  10115.         }, 2));
  10116.     }
  10117.     /**
  10118.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator' shared autowired service.
  10119.      *
  10120.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator
  10121.      */
  10122.     protected function getUserHydratorService()
  10123.     {
  10124.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10125.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10126.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Account/UserHydrator.php';
  10127.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator();
  10128.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10129.         return $instance;
  10130.     }
  10131.     /**
  10132.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\AbstractCursusHydrator' shared autowired service.
  10133.      *
  10134.      * @return \App\SdkBundle\Sync\Hydrator\Channel\AbstractCursusHydrator
  10135.      */
  10136.     protected function getAbstractCursusHydrator2Service()
  10137.     {
  10138.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10139.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10140.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/AbstractCursusHydrator.php';
  10141.         include_once \dirname(__DIR__4).'/src/SdkBundle/Sync/Hydrator/Channel/AbstractCursusHydrator.php';
  10142.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'] ?? $this->getSessionRetrieverService());
  10143.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'])) {
  10144.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'];
  10145.         }
  10146.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService());
  10147.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'])) {
  10148.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'];
  10149.         }
  10150.         $c = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'] ?? $this->getTrainingRetrieverService());
  10151.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'])) {
  10152.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'];
  10153.         }
  10154.         $d = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService());
  10155.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'])) {
  10156.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'];
  10157.         }
  10158.         $instance = new \App\SdkBundle\Sync\Hydrator\Channel\AbstractCursusHydrator($a$b$c$d);
  10159.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\AbstractCursusHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10160.         return $instance;
  10161.     }
  10162.     /**
  10163.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator' shared autowired service.
  10164.      *
  10165.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator
  10166.      */
  10167.     protected function getChannelHydratorService()
  10168.     {
  10169.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10170.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10171.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelHydrator.php';
  10172.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()));
  10173.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10174.         return $instance;
  10175.     }
  10176.     /**
  10177.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserCursusPermissionHydrator' shared autowired service.
  10178.      *
  10179.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserCursusPermissionHydrator
  10180.      */
  10181.     protected function getChannelUserCursusPermissionHydratorService()
  10182.     {
  10183.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10184.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10185.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserCursusPermissionHydrator.php';
  10186.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService());
  10187.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'])) {
  10188.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'];
  10189.         }
  10190.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'] ?? $this->getAbstractCursusRetrieverService());
  10191.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'])) {
  10192.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'];
  10193.         }
  10194.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserCursusPermissionHydrator($a$b);
  10195.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserCursusPermissionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10196.         return $instance;
  10197.     }
  10198.     /**
  10199.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator' shared autowired service.
  10200.      *
  10201.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator
  10202.      */
  10203.     protected function getChannelUserDataHydratorService()
  10204.     {
  10205.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10206.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10207.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserDataHydrator.php';
  10208.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10209.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'])) {
  10210.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'];
  10211.         }
  10212.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'] ?? $this->getChannelUserRoleRetrieverService());
  10213.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'])) {
  10214.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'];
  10215.         }
  10216.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()), $a$b);
  10217.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10218.         return $instance;
  10219.     }
  10220.     /**
  10221.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator' shared autowired service.
  10222.      *
  10223.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator
  10224.      */
  10225.     protected function getChannelUserRoleHydratorService()
  10226.     {
  10227.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10228.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10229.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserRoleHydrator.php';
  10230.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10231.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserRoleHydrator'])) {
  10232.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserRoleHydrator'];
  10233.         }
  10234.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator($a);
  10235.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10236.         return $instance;
  10237.     }
  10238.     /**
  10239.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator' shared autowired service.
  10240.      *
  10241.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator
  10242.      */
  10243.     protected function getChannelUserServicePermissionHydratorService()
  10244.     {
  10245.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10246.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10247.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserServicePermissionHydrator.php';
  10248.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService());
  10249.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'])) {
  10250.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'];
  10251.         }
  10252.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'] ?? $this->getSessionRetrieverService());
  10253.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'])) {
  10254.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'];
  10255.         }
  10256.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator($a$b);
  10257.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10258.         return $instance;
  10259.     }
  10260.     /**
  10261.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator' shared autowired service.
  10262.      *
  10263.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator
  10264.      */
  10265.     protected function getChannelUserSessionPermissionHydratorService()
  10266.     {
  10267.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10268.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10269.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserSessionPermissionHydrator.php';
  10270.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService());
  10271.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'])) {
  10272.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'];
  10273.         }
  10274.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'] ?? $this->getSessionRetrieverService());
  10275.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'])) {
  10276.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'];
  10277.         }
  10278.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator($a$b);
  10279.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10280.         return $instance;
  10281.     }
  10282.     /**
  10283.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserTrainingPermissionHydrator' shared autowired service.
  10284.      *
  10285.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserTrainingPermissionHydrator
  10286.      */
  10287.     protected function getChannelUserTrainingPermissionHydratorService()
  10288.     {
  10289.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10290.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10291.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserTrainingPermissionHydrator.php';
  10292.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService());
  10293.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'])) {
  10294.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'];
  10295.         }
  10296.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'] ?? $this->getTrainingRetrieverService());
  10297.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'])) {
  10298.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'];
  10299.         }
  10300.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserTrainingPermissionHydrator($a$b);
  10301.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserTrainingPermissionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10302.         return $instance;
  10303.     }
  10304.     /**
  10305.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelWhiteLabelHydrator' shared autowired service.
  10306.      *
  10307.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelWhiteLabelHydrator
  10308.      */
  10309.     protected function getChannelWhiteLabelHydratorService()
  10310.     {
  10311.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10312.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10313.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelWhiteLabelHydrator.php';
  10314.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10315.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelWhiteLabelHydrator'])) {
  10316.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelWhiteLabelHydrator'];
  10317.         }
  10318.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelWhiteLabelHydrator($a);
  10319.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelWhiteLabelHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10320.         return $instance;
  10321.     }
  10322.     /**
  10323.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator' shared autowired service.
  10324.      *
  10325.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator
  10326.      */
  10327.     protected function getGroupHydratorService()
  10328.     {
  10329.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10330.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10331.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/GroupHydrator.php';
  10332.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10333.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'])) {
  10334.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'];
  10335.         }
  10336.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService());
  10337.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'])) {
  10338.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'];
  10339.         }
  10340.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()), $b);
  10341.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10342.         return $instance;
  10343.     }
  10344.     /**
  10345.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator' shared autowired service.
  10346.      *
  10347.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator
  10348.      */
  10349.     protected function getPlaceHydratorService()
  10350.     {
  10351.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10352.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10353.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/PlaceHydrator.php';
  10354.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10355.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\PlaceHydrator'])) {
  10356.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\PlaceHydrator'];
  10357.         }
  10358.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator($a);
  10359.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10360.         return $instance;
  10361.     }
  10362.     /**
  10363.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator' shared autowired service.
  10364.      *
  10365.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator
  10366.      */
  10367.     protected function getRoomHydratorService()
  10368.     {
  10369.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10370.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10371.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/RoomHydrator.php';
  10372.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService());
  10373.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\RoomHydrator'])) {
  10374.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\RoomHydrator'];
  10375.         }
  10376.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator($a);
  10377.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10378.         return $instance;
  10379.     }
  10380.     /**
  10381.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator' shared autowired service.
  10382.      *
  10383.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator
  10384.      */
  10385.     protected function getServiceHydratorService()
  10386.     {
  10387.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10388.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10389.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ServiceHydrator.php';
  10390.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10391.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ServiceHydrator'])) {
  10392.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ServiceHydrator'];
  10393.         }
  10394.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()));
  10395.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10396.         return $instance;
  10397.     }
  10398.     /**
  10399.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator' shared autowired service.
  10400.      *
  10401.      * @return \App\SdkBundle\Sync\Hydrator\Channel\SessionHydrator
  10402.      */
  10403.     protected function getSessionHydrator2Service()
  10404.     {
  10405.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10406.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10407.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/SessionHydrator.php';
  10408.         include_once \dirname(__DIR__4).'/src/SdkBundle/Sync/Hydrator/Channel/SessionHydrator.php';
  10409.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'] ?? $this->getGroupRetrieverService());
  10410.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'])) {
  10411.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'];
  10412.         }
  10413.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'] ?? $this->getTrainingRetrieverService());
  10414.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'])) {
  10415.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'];
  10416.         }
  10417.         $instance = new \App\SdkBundle\Sync\Hydrator\Channel\SessionHydrator($a$b);
  10418.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10419.         return $instance;
  10420.     }
  10421.     /**
  10422.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator' shared autowired service.
  10423.      *
  10424.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator
  10425.      */
  10426.     protected function getTrainingHydratorService()
  10427.     {
  10428.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10429.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10430.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/TrainingHydrator.php';
  10431.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10432.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'])) {
  10433.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'];
  10434.         }
  10435.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator($a);
  10436.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10437.         return $instance;
  10438.     }
  10439.     /**
  10440.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator' shared autowired service.
  10441.      *
  10442.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator
  10443.      */
  10444.     protected function getUserFromChannelHydratorService()
  10445.     {
  10446.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10447.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10448.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/UserFromChannelHydrator.php';
  10449.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  10450.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\UserFromChannelHydrator'])) {
  10451.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\UserFromChannelHydrator'];
  10452.         }
  10453.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()));
  10454.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10455.         return $instance;
  10456.     }
  10457.     /**
  10458.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Manipulator' shared autowired service.
  10459.      *
  10460.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Manipulator
  10461.      */
  10462.     protected function getManipulatorService()
  10463.     {
  10464.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Manipulator/ManipulatorInterface.php';
  10465.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Manipulator/Manipulator.php';
  10466.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Manipulator.php';
  10467.         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()));
  10468.     }
  10469.     /**
  10470.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Proxy\ProxyClient' shared autowired service.
  10471.      *
  10472.      * @return \Nellapp\Bundle\SDKBundle\Sync\Proxy\ProxyClient
  10473.      */
  10474.     protected function getProxyClientService()
  10475.     {
  10476.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiClientInterApp/Proxy/ProxyClientInterface.php';
  10477.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiClientInterApp/Proxy/AbstractProxyClient.php';
  10478.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Proxy/ProxyClient.php';
  10479.         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'));
  10480.     }
  10481.     /**
  10482.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher' shared autowired service.
  10483.      *
  10484.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher
  10485.      */
  10486.     protected function getUserRefresher2Service()
  10487.     {
  10488.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10489.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10490.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Account/UserRefresher.php';
  10491.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService());
  10492.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Account\\UserRefresher'])) {
  10493.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Account\\UserRefresher'];
  10494.         }
  10495.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\UserHydrator'] ?? $this->getUserHydratorService()), $a);
  10496.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10497.         return $instance;
  10498.     }
  10499.     /**
  10500.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher' shared autowired service.
  10501.      *
  10502.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher
  10503.      */
  10504.     protected function getAbstractCursusRefresherService()
  10505.     {
  10506.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10507.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10508.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/AbstractCursusRefresher.php';
  10509.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'] ?? $this->getAbstractCursusHydrator2Service());
  10510.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\AbstractCursusRefresher'])) {
  10511.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\AbstractCursusRefresher'];
  10512.         }
  10513.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusClient'] ?? $this->getAbstractCursusClientService());
  10514.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\AbstractCursusRefresher'])) {
  10515.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\AbstractCursusRefresher'];
  10516.         }
  10517.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher($a$b);
  10518.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10519.         return $instance;
  10520.     }
  10521.     /**
  10522.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher' shared autowired service.
  10523.      *
  10524.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher
  10525.      */
  10526.     protected function getChannelRefresher2Service()
  10527.     {
  10528.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10529.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10530.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelRefresher.php';
  10531.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] ?? $this->getChannelClientService());
  10532.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelRefresher'])) {
  10533.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelRefresher'];
  10534.         }
  10535.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelHydrator'] ?? $this->getChannelHydratorService()), $a);
  10536.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10537.         return $instance;
  10538.     }
  10539.     /**
  10540.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserCursusPermissionRefresher' shared autowired service.
  10541.      *
  10542.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserCursusPermissionRefresher
  10543.      */
  10544.     protected function getChannelUserCursusPermissionRefresherService()
  10545.     {
  10546.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10547.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10548.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserCursusPermissionRefresher.php';
  10549.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserCursusPermissionClient'] ?? $this->getChannelUserCursusPermissionClientService());
  10550.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserCursusPermissionRefresher'])) {
  10551.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserCursusPermissionRefresher'];
  10552.         }
  10553.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserCursusPermissionRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'] ?? $this->getChannelUserCursusPermissionHydratorService()), $a);
  10554.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserCursusPermissionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10555.         return $instance;
  10556.     }
  10557.     /**
  10558.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher' shared autowired service.
  10559.      *
  10560.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher
  10561.      */
  10562.     protected function getChannelUserDataRefresherService()
  10563.     {
  10564.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10565.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10566.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserDataRefresher.php';
  10567.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'] ?? $this->getChannelUserDataHydratorService());
  10568.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserDataRefresher'])) {
  10569.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserDataRefresher'];
  10570.         }
  10571.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataClient'] ?? $this->getChannelUserDataClientService());
  10572.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserDataRefresher'])) {
  10573.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserDataRefresher'];
  10574.         }
  10575.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher($a$b);
  10576.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10577.         return $instance;
  10578.     }
  10579.     /**
  10580.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher' shared autowired service.
  10581.      *
  10582.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher
  10583.      */
  10584.     protected function getChannelUserRoleRefresherService()
  10585.     {
  10586.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10587.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10588.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserRoleRefresher.php';
  10589.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'] ?? $this->getChannelUserRoleClientService());
  10590.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserRoleRefresher'])) {
  10591.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserRoleRefresher'];
  10592.         }
  10593.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserRoleHydrator'] ?? $this->getChannelUserRoleHydratorService()), $a);
  10594.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10595.         return $instance;
  10596.     }
  10597.     /**
  10598.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher' shared autowired service.
  10599.      *
  10600.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher
  10601.      */
  10602.     protected function getChannelUserServicePermissionRefresherService()
  10603.     {
  10604.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10605.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10606.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserServicePermissionRefresher.php';
  10607.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'] ?? $this->getChannelUserServicePermissionClientService());
  10608.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserServicePermissionRefresher'])) {
  10609.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserServicePermissionRefresher'];
  10610.         }
  10611.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'] ?? $this->getChannelUserServicePermissionHydratorService()), $a);
  10612.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10613.         return $instance;
  10614.     }
  10615.     /**
  10616.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher' shared autowired service.
  10617.      *
  10618.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher
  10619.      */
  10620.     protected function getChannelUserSessionPermissionRefresherService()
  10621.     {
  10622.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10623.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10624.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserSessionPermissionRefresher.php';
  10625.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'] ?? $this->getChannelUserSessionPermissionClientService());
  10626.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserSessionPermissionRefresher'])) {
  10627.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserSessionPermissionRefresher'];
  10628.         }
  10629.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'] ?? $this->getChannelUserSessionPermissionHydratorService()), $a);
  10630.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10631.         return $instance;
  10632.     }
  10633.     /**
  10634.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserTrainingPermissionRefresher' shared autowired service.
  10635.      *
  10636.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserTrainingPermissionRefresher
  10637.      */
  10638.     protected function getChannelUserTrainingPermissionRefresherService()
  10639.     {
  10640.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10641.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10642.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserTrainingPermissionRefresher.php';
  10643.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserTrainingPermissionClient'] ?? $this->getChannelUserTrainingPermissionClientService());
  10644.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserTrainingPermissionRefresher'])) {
  10645.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserTrainingPermissionRefresher'];
  10646.         }
  10647.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserTrainingPermissionRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'] ?? $this->getChannelUserTrainingPermissionHydratorService()), $a);
  10648.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserTrainingPermissionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10649.         return $instance;
  10650.     }
  10651.     /**
  10652.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelWhiteLabelRefresher' shared autowired service.
  10653.      *
  10654.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelWhiteLabelRefresher
  10655.      */
  10656.     protected function getChannelWhiteLabelRefresherService()
  10657.     {
  10658.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10659.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10660.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelWhiteLabelRefresher.php';
  10661.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelWhiteLabelClient'] ?? $this->getChannelWhiteLabelClientService());
  10662.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelWhiteLabelRefresher'])) {
  10663.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelWhiteLabelRefresher'];
  10664.         }
  10665.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelWhiteLabelRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelWhiteLabelHydrator'] ?? $this->getChannelWhiteLabelHydratorService()), $a);
  10666.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelWhiteLabelRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10667.         return $instance;
  10668.     }
  10669.     /**
  10670.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher' shared autowired service.
  10671.      *
  10672.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher
  10673.      */
  10674.     protected function getGroupRefresherService()
  10675.     {
  10676.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10677.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10678.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/GroupRefresher.php';
  10679.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'] ?? $this->getGroupHydratorService());
  10680.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\GroupRefresher'])) {
  10681.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\GroupRefresher'];
  10682.         }
  10683.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] ?? $this->getGroupClientService());
  10684.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\GroupRefresher'])) {
  10685.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\GroupRefresher'];
  10686.         }
  10687.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher($a$b);
  10688.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10689.         return $instance;
  10690.     }
  10691.     /**
  10692.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher' shared autowired service.
  10693.      *
  10694.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher
  10695.      */
  10696.     protected function getPlaceRefresherService()
  10697.     {
  10698.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10699.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10700.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/PlaceRefresher.php';
  10701.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'] ?? $this->getPlaceClientService());
  10702.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\PlaceRefresher'])) {
  10703.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\PlaceRefresher'];
  10704.         }
  10705.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\PlaceHydrator'] ?? $this->getPlaceHydratorService()), $a);
  10706.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10707.         return $instance;
  10708.     }
  10709.     /**
  10710.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher' shared autowired service.
  10711.      *
  10712.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher
  10713.      */
  10714.     protected function getRoomRefresherService()
  10715.     {
  10716.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10717.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10718.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/RoomRefresher.php';
  10719.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'] ?? $this->getRoomClientService());
  10720.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\RoomRefresher'])) {
  10721.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\RoomRefresher'];
  10722.         }
  10723.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\RoomHydrator'] ?? $this->getRoomHydratorService()), $a);
  10724.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10725.         return $instance;
  10726.     }
  10727.     /**
  10728.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher' shared autowired service.
  10729.      *
  10730.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher
  10731.      */
  10732.     protected function getServiceRefresherService()
  10733.     {
  10734.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10735.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10736.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ServiceRefresher.php';
  10737.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'] ?? $this->getServiceClientService());
  10738.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ServiceRefresher'])) {
  10739.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ServiceRefresher'];
  10740.         }
  10741.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ServiceHydrator'] ?? $this->getServiceHydratorService()), $a);
  10742.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10743.         return $instance;
  10744.     }
  10745.     /**
  10746.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher' shared autowired service.
  10747.      *
  10748.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher
  10749.      */
  10750.     protected function getSessionRefresherService()
  10751.     {
  10752.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10753.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10754.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/SessionRefresher.php';
  10755.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'] ?? $this->getSessionHydrator2Service());
  10756.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\SessionRefresher'])) {
  10757.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\SessionRefresher'];
  10758.         }
  10759.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'] ?? $this->getSessionClientService());
  10760.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\SessionRefresher'])) {
  10761.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\SessionRefresher'];
  10762.         }
  10763.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher($a$b);
  10764.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10765.         return $instance;
  10766.     }
  10767.     /**
  10768.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher' shared autowired service.
  10769.      *
  10770.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher
  10771.      */
  10772.     protected function getTrainingRefresherService()
  10773.     {
  10774.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10775.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10776.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/TrainingRefresher.php';
  10777.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] ?? $this->getTrainingClientService());
  10778.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\TrainingRefresher'])) {
  10779.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\TrainingRefresher'];
  10780.         }
  10781.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'] ?? $this->getTrainingHydratorService()), $a);
  10782.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10783.         return $instance;
  10784.     }
  10785.     /**
  10786.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher' shared autowired service.
  10787.      *
  10788.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher
  10789.      */
  10790.     protected function getUserFromChannelRefresherService()
  10791.     {
  10792.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  10793.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  10794.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/UserFromChannelRefresher.php';
  10795.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] ?? $this->getUserFromChannelClientService());
  10796.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\UserFromChannelRefresher'])) {
  10797.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\UserFromChannelRefresher'];
  10798.         }
  10799.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\UserFromChannelHydrator'] ?? $this->getUserFromChannelHydratorService()), $a);
  10800.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10801.         return $instance;
  10802.     }
  10803.     /**
  10804.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherManager' shared autowired service.
  10805.      *
  10806.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherManager
  10807.      */
  10808.     protected function getRefresherManagerService()
  10809.     {
  10810.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherManager.php';
  10811.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\RefresherManager'] = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherManager(new RewindableGenerator(function () {
  10812.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Account\\UserRefresher'] ?? $this->getUserRefresher2Service());
  10813.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\AbstractCursusRefresher'] ?? $this->getAbstractCursusRefresherService());
  10814.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelRefresher'] ?? $this->getChannelRefresher2Service());
  10815.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserCursusPermissionRefresher'] ?? $this->getChannelUserCursusPermissionRefresherService());
  10816.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserDataRefresher'] ?? $this->getChannelUserDataRefresherService());
  10817.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserRoleRefresher'] ?? $this->getChannelUserRoleRefresherService());
  10818.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserServicePermissionRefresher'] ?? $this->getChannelUserServicePermissionRefresherService());
  10819.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserSessionPermissionRefresher'] ?? $this->getChannelUserSessionPermissionRefresherService());
  10820.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserTrainingPermissionRefresher'] ?? $this->getChannelUserTrainingPermissionRefresherService());
  10821.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelWhiteLabelRefresher'] ?? $this->getChannelWhiteLabelRefresherService());
  10822.             yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\GroupRefresher'] ?? $this->getGroupRefresherService());
  10823.             yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\PlaceRefresher'] ?? $this->getPlaceRefresherService());
  10824.             yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\RoomRefresher'] ?? $this->getRoomRefresherService());
  10825.             yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ServiceRefresher'] ?? $this->getServiceRefresherService());
  10826.             yield 14 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\SessionRefresher'] ?? $this->getSessionRefresherService());
  10827.             yield 15 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\TrainingRefresher'] ?? $this->getTrainingRefresherService());
  10828.             yield 16 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\UserFromChannelRefresher'] ?? $this->getUserFromChannelRefresherService());
  10829.         }, 17));
  10830.     }
  10831.     /**
  10832.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever' shared autowired service.
  10833.      *
  10834.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever
  10835.      */
  10836.     protected function getUserRetrieverService()
  10837.     {
  10838.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  10839.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  10840.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Account/UserRetriever.php';
  10841.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService());
  10842.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'])) {
  10843.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'];
  10844.         }
  10845.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\UserHydrator'] ?? $this->getUserHydratorService()));
  10846.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10847.         return $instance;
  10848.     }
  10849.     /**
  10850.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever' shared autowired service.
  10851.      *
  10852.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever
  10853.      */
  10854.     protected function getAbstractCursusRetrieverService()
  10855.     {
  10856.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  10857.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  10858.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/AbstractCursusRetriever.php';
  10859.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusClient'] ?? $this->getAbstractCursusClientService());
  10860.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'])) {
  10861.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'];
  10862.         }
  10863.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'] ?? $this->getAbstractCursusHydrator2Service());
  10864.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'])) {
  10865.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'];
  10866.         }
  10867.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever($a$b);
  10868.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10869.         return $instance;
  10870.     }
  10871.     /**
  10872.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever' shared autowired service.
  10873.      *
  10874.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever
  10875.      */
  10876.     protected function getChannelRetrieverService()
  10877.     {
  10878.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  10879.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  10880.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelRetriever.php';
  10881.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] ?? $this->getChannelClientService());
  10882.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'])) {
  10883.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'];
  10884.         }
  10885.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelHydrator'] ?? $this->getChannelHydratorService()));
  10886.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10887.         return $instance;
  10888.     }
  10889.     /**
  10890.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserCursusPermissionRetriever' shared autowired service.
  10891.      *
  10892.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserCursusPermissionRetriever
  10893.      */
  10894.     protected function getChannelUserCursusPermissionRetrieverService()
  10895.     {
  10896.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  10897.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  10898.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserCursusPermissionRetriever.php';
  10899.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserCursusPermissionClient'] ?? $this->getChannelUserCursusPermissionClientService());
  10900.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserCursusPermissionRetriever'])) {
  10901.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserCursusPermissionRetriever'];
  10902.         }
  10903.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'] ?? $this->getChannelUserCursusPermissionHydratorService());
  10904.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserCursusPermissionRetriever'])) {
  10905.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserCursusPermissionRetriever'];
  10906.         }
  10907.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserCursusPermissionRetriever($a$b);
  10908.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserCursusPermissionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10909.         return $instance;
  10910.     }
  10911.     /**
  10912.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever' shared autowired service.
  10913.      *
  10914.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever
  10915.      */
  10916.     protected function getChannelUserDataRetrieverService()
  10917.     {
  10918.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  10919.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  10920.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserDataRetriever.php';
  10921.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataClient'] ?? $this->getChannelUserDataClientService());
  10922.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'])) {
  10923.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'];
  10924.         }
  10925.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'] ?? $this->getChannelUserDataHydratorService());
  10926.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'])) {
  10927.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'];
  10928.         }
  10929.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever($a$b);
  10930.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10931.         return $instance;
  10932.     }
  10933.     /**
  10934.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever' shared autowired service.
  10935.      *
  10936.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever
  10937.      */
  10938.     protected function getChannelUserRoleRetrieverService()
  10939.     {
  10940.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  10941.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  10942.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserRoleRetriever.php';
  10943.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'] ?? $this->getChannelUserRoleClientService());
  10944.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'])) {
  10945.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'];
  10946.         }
  10947.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserRoleHydrator'] ?? $this->getChannelUserRoleHydratorService());
  10948.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'])) {
  10949.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'];
  10950.         }
  10951.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever($a$b);
  10952.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10953.         return $instance;
  10954.     }
  10955.     /**
  10956.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever' shared autowired service.
  10957.      *
  10958.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever
  10959.      */
  10960.     protected function getChannelUserServicePermissionRetrieverService()
  10961.     {
  10962.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  10963.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  10964.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserServicePermissionRetriever.php';
  10965.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'] ?? $this->getChannelUserServicePermissionHydratorService());
  10966.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserServicePermissionRetriever'])) {
  10967.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserServicePermissionRetriever'];
  10968.         }
  10969.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'] ?? $this->getChannelUserServicePermissionClientService());
  10970.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserServicePermissionRetriever'])) {
  10971.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserServicePermissionRetriever'];
  10972.         }
  10973.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever($a$b);
  10974.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10975.         return $instance;
  10976.     }
  10977.     /**
  10978.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever' shared autowired service.
  10979.      *
  10980.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever
  10981.      */
  10982.     protected function getChannelUserSessionPermissionRetrieverService()
  10983.     {
  10984.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  10985.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  10986.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserSessionPermissionRetriever.php';
  10987.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'] ?? $this->getChannelUserSessionPermissionHydratorService());
  10988.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserSessionPermissionRetriever'])) {
  10989.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserSessionPermissionRetriever'];
  10990.         }
  10991.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'] ?? $this->getChannelUserSessionPermissionClientService());
  10992.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserSessionPermissionRetriever'])) {
  10993.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserSessionPermissionRetriever'];
  10994.         }
  10995.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever($a$b);
  10996.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10997.         return $instance;
  10998.     }
  10999.     /**
  11000.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserTrainingPermissionRetriever' shared autowired service.
  11001.      *
  11002.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserTrainingPermissionRetriever
  11003.      */
  11004.     protected function getChannelUserTrainingPermissionRetrieverService()
  11005.     {
  11006.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  11007.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  11008.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserTrainingPermissionRetriever.php';
  11009.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'] ?? $this->getChannelUserTrainingPermissionHydratorService());
  11010.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserTrainingPermissionRetriever'])) {
  11011.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserTrainingPermissionRetriever'];
  11012.         }
  11013.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserTrainingPermissionClient'] ?? $this->getChannelUserTrainingPermissionClientService());
  11014.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserTrainingPermissionRetriever'])) {
  11015.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserTrainingPermissionRetriever'];
  11016.         }
  11017.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserTrainingPermissionRetriever($a$b);
  11018.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserTrainingPermissionRetriever'] = $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\ChannelWhiteLabelRetriever' shared autowired service.
  11023.      *
  11024.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelWhiteLabelRetriever
  11025.      */
  11026.     protected function getChannelWhiteLabelRetrieverService()
  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/ChannelWhiteLabelRetriever.php';
  11031.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelWhiteLabelClient'] ?? $this->getChannelWhiteLabelClientService());
  11032.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelWhiteLabelRetriever'])) {
  11033.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelWhiteLabelRetriever'];
  11034.         }
  11035.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelWhiteLabelHydrator'] ?? $this->getChannelWhiteLabelHydratorService());
  11036.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelWhiteLabelRetriever'])) {
  11037.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelWhiteLabelRetriever'];
  11038.         }
  11039.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelWhiteLabelRetriever($a$b);
  11040.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelWhiteLabelRetriever'] = $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\GroupRetriever' shared autowired service.
  11045.      *
  11046.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever
  11047.      */
  11048.     protected function getGroupRetrieverService()
  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/GroupRetriever.php';
  11053.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] ?? $this->getGroupClientService());
  11054.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'])) {
  11055.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'];
  11056.         }
  11057.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'] ?? $this->getGroupHydratorService());
  11058.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'])) {
  11059.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'];
  11060.         }
  11061.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever($a$b);
  11062.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever'] = $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\PlaceRetriever' shared autowired service.
  11067.      *
  11068.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever
  11069.      */
  11070.     protected function getPlaceRetrieverService()
  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/PlaceRetriever.php';
  11075.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'] ?? $this->getPlaceClientService());
  11076.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'])) {
  11077.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'];
  11078.         }
  11079.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\PlaceHydrator'] ?? $this->getPlaceHydratorService());
  11080.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'])) {
  11081.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'];
  11082.         }
  11083.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever($a$b);
  11084.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever'] = $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\RoomRetriever' shared autowired service.
  11089.      *
  11090.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever
  11091.      */
  11092.     protected function getRoomRetrieverService()
  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/RoomRetriever.php';
  11097.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'] ?? $this->getRoomClientService());
  11098.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\RoomRetriever'])) {
  11099.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\RoomRetriever'];
  11100.         }
  11101.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\RoomHydrator'] ?? $this->getRoomHydratorService());
  11102.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\RoomRetriever'])) {
  11103.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\RoomRetriever'];
  11104.         }
  11105.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever($a$b);
  11106.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever'] = $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\ServiceRetriever' shared autowired service.
  11111.      *
  11112.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever
  11113.      */
  11114.     protected function getServiceRetrieverService()
  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/ServiceRetriever.php';
  11119.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'] ?? $this->getServiceClientService());
  11120.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ServiceRetriever'])) {
  11121.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ServiceRetriever'];
  11122.         }
  11123.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ServiceHydrator'] ?? $this->getServiceHydratorService());
  11124.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ServiceRetriever'])) {
  11125.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ServiceRetriever'];
  11126.         }
  11127.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever($a$b);
  11128.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever'] = $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\SessionRetriever' shared autowired service.
  11133.      *
  11134.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever
  11135.      */
  11136.     protected function getSessionRetrieverService()
  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/SessionRetriever.php';
  11141.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'] ?? $this->getSessionClientService());
  11142.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'])) {
  11143.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'];
  11144.         }
  11145.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'] ?? $this->getSessionHydrator2Service());
  11146.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'])) {
  11147.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'];
  11148.         }
  11149.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever($a$b);
  11150.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever'] = $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\TrainingRetriever' shared autowired service.
  11155.      *
  11156.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever
  11157.      */
  11158.     protected function getTrainingRetrieverService()
  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/TrainingRetriever.php';
  11163.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] ?? $this->getTrainingClientService());
  11164.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'])) {
  11165.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'];
  11166.         }
  11167.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'] ?? $this->getTrainingHydratorService());
  11168.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'])) {
  11169.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'];
  11170.         }
  11171.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever($a$b);
  11172.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever'] = $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\UserFromChannelRetriever' shared autowired service.
  11177.      *
  11178.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever
  11179.      */
  11180.     protected function getUserFromChannelRetrieverService()
  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/UserFromChannelRetriever.php';
  11185.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] ?? $this->getUserFromChannelClientService());
  11186.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\UserFromChannelRetriever'])) {
  11187.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\UserFromChannelRetriever'];
  11188.         }
  11189.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\UserFromChannelHydrator'] ?? $this->getUserFromChannelHydratorService());
  11190.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\UserFromChannelRetriever'])) {
  11191.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\UserFromChannelRetriever'];
  11192.         }
  11193.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever($a$b);
  11194.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever'] = $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\RetrieverManager' shared autowired service.
  11199.      *
  11200.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverManager
  11201.      */
  11202.     protected function getRetrieverManagerService()
  11203.     {
  11204.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverManager.php';
  11205.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\RetrieverManager'] = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverManager(new RewindableGenerator(function () {
  11206.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService());
  11207.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'] ?? $this->getAbstractCursusRetrieverService());
  11208.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  11209.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserCursusPermissionRetriever'] ?? $this->getChannelUserCursusPermissionRetrieverService());
  11210.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService());
  11211.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'] ?? $this->getChannelUserRoleRetrieverService());
  11212.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserServicePermissionRetriever'] ?? $this->getChannelUserServicePermissionRetrieverService());
  11213.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserSessionPermissionRetriever'] ?? $this->getChannelUserSessionPermissionRetrieverService());
  11214.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserTrainingPermissionRetriever'] ?? $this->getChannelUserTrainingPermissionRetrieverService());
  11215.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelWhiteLabelRetriever'] ?? $this->getChannelWhiteLabelRetrieverService());
  11216.             yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'] ?? $this->getGroupRetrieverService());
  11217.             yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService());
  11218.             yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\RoomRetriever'] ?? $this->getRoomRetrieverService());
  11219.             yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ServiceRetriever'] ?? $this->getServiceRetrieverService());
  11220.             yield 14 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'] ?? $this->getSessionRetrieverService());
  11221.             yield 15 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'] ?? $this->getTrainingRetrieverService());
  11222.             yield 16 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\UserFromChannelRetriever'] ?? $this->getUserFromChannelRetrieverService());
  11223.         }, 17));
  11224.     }
  11225.     /**
  11226.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Routing\Loader\RouteCollectionLoader' shared autowired service.
  11227.      *
  11228.      * @return \Nellapp\Bundle\SDKBundle\Sync\Routing\Loader\RouteCollectionLoader
  11229.      */
  11230.     protected function getRouteCollectionLoaderService()
  11231.     {
  11232.         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);
  11233.     }
  11234.     /**
  11235.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard' autowired service.
  11236.      *
  11237.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard
  11238.      */
  11239.     protected function getChannelUserProfileCardService()
  11240.     {
  11241.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/ChannelUserData/ChannelUserProfileCard.php';
  11242.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard'] = function () {
  11243.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard();
  11244.         };
  11245.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard']();
  11246.     }
  11247.     /**
  11248.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent' autowired service.
  11249.      *
  11250.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent
  11251.      */
  11252.     protected function getChannelUserPermissionFormComponentService()
  11253.     {
  11254.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Permission/ChannelUserPermissionFormComponent.php';
  11255.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent'] = function () {
  11256.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent();
  11257.         };
  11258.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent']();
  11259.     }
  11260.     /**
  11261.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent' autowired service.
  11262.      *
  11263.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent
  11264.      */
  11265.     protected function getChannelUserPermissionGroupFormComponentService()
  11266.     {
  11267.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Permission/ChannelUserPermissionGroupFormComponent.php';
  11268.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent'] = function () {
  11269.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionHierarchyManager'] ?? $this->getChannelUserPermissionHierarchyManagerService()));
  11270.         };
  11271.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent']();
  11272.     }
  11273.     /**
  11274.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\SdkBadgeComponent' autowired service.
  11275.      *
  11276.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\SdkBadgeComponent
  11277.      */
  11278.     protected function getSdkBadgeComponentService()
  11279.     {
  11280.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/SdkBadgeComponent.php';
  11281.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\SdkBadgeComponent'] = function () {
  11282.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\SdkBadgeComponent();
  11283.         };
  11284.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\SdkBadgeComponent']();
  11285.     }
  11286.     /**
  11287.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\AppRuntime' shared autowired service.
  11288.      *
  11289.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\AppRuntime
  11290.      */
  11291.     protected function getAppRuntimeService()
  11292.     {
  11293.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11294.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/AppRuntime.php';
  11295.         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'))));
  11296.     }
  11297.     /**
  11298.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime' shared autowired service.
  11299.      *
  11300.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime
  11301.      */
  11302.     protected function getBooleanRuntimeService()
  11303.     {
  11304.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11305.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/BooleanRuntime.php';
  11306.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime();
  11307.     }
  11308.     /**
  11309.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelGetterRuntime' shared autowired service.
  11310.      *
  11311.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelGetterRuntime
  11312.      */
  11313.     protected function getChannelGetterRuntimeService()
  11314.     {
  11315.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11316.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChannelGetterRuntime.php';
  11317.         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()));
  11318.     }
  11319.     /**
  11320.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelRuntime' shared autowired service.
  11321.      *
  11322.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelRuntime
  11323.      */
  11324.     protected function getChannelRuntimeService()
  11325.     {
  11326.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11327.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChannelRuntime.php';
  11328.         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()));
  11329.     }
  11330.     /**
  11331.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelUserDataRuntime' shared autowired service.
  11332.      *
  11333.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelUserDataRuntime
  11334.      */
  11335.     protected function getChannelUserDataRuntimeService()
  11336.     {
  11337.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11338.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChannelUserDataRuntime.php';
  11339.         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()));
  11340.     }
  11341.     /**
  11342.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChatNotificationRuntime' shared autowired service.
  11343.      *
  11344.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChatNotificationRuntime
  11345.      */
  11346.     protected function getChatNotificationRuntimeService()
  11347.     {
  11348.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11349.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChatNotificationRuntime.php';
  11350.         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()));
  11351.     }
  11352.     /**
  11353.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime' shared autowired service.
  11354.      *
  11355.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime
  11356.      */
  11357.     protected function getCustomizableViewRuntimeService()
  11358.     {
  11359.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11360.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/CustomizableViewRuntime.php';
  11361.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime();
  11362.     }
  11363.     /**
  11364.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime' shared autowired service.
  11365.      *
  11366.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime
  11367.      */
  11368.     protected function getEnvRuntime2Service()
  11369.     {
  11370.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11371.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/EnvRuntime.php';
  11372.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime('dev');
  11373.     }
  11374.     /**
  11375.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime' shared autowired service.
  11376.      *
  11377.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime
  11378.      */
  11379.     protected function getFileRuntime2Service()
  11380.     {
  11381.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11382.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/FileRuntime.php';
  11383.         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()));
  11384.     }
  11385.     /**
  11386.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\FormRuntime' shared autowired service.
  11387.      *
  11388.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\FormRuntime
  11389.      */
  11390.     protected function getFormRuntimeService()
  11391.     {
  11392.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11393.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/FormRuntime.php';
  11394.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Service/FormService.php';
  11395.         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());
  11396.     }
  11397.     /**
  11398.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\HeaderRuntime' shared autowired service.
  11399.      *
  11400.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\HeaderRuntime
  11401.      */
  11402.     protected function getHeaderRuntime2Service()
  11403.     {
  11404.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11405.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/HeaderRuntime.php';
  11406.         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())));
  11407.     }
  11408.     /**
  11409.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime' shared autowired service.
  11410.      *
  11411.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime
  11412.      */
  11413.     protected function getImageRunTimeService()
  11414.     {
  11415.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11416.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ImageRunTime.php';
  11417.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  11418.     }
  11419.     /**
  11420.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFileRuntime' shared autowired service.
  11421.      *
  11422.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFileRuntime
  11423.      */
  11424.     protected function getNellappFileRuntimeService()
  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/NellappFileRuntime.php';
  11428.         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()));
  11429.     }
  11430.     /**
  11431.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFormatRuntime' shared autowired service.
  11432.      *
  11433.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFormatRuntime
  11434.      */
  11435.     protected function getNellappFormatRuntimeService()
  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/NellappFormatRuntime.php';
  11439.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Utils/NellappFormatService.php';
  11440.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFormatRuntime(new \Nellapp\Bundle\SDKBundle\Utils\NellappFormatService());
  11441.     }
  11442.     /**
  11443.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime' shared autowired service.
  11444.      *
  11445.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime
  11446.      */
  11447.     protected function getPaginationRuntimeService()
  11448.     {
  11449.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11450.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/PaginationRuntime.php';
  11451.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Pagination/Paginator.php';
  11452.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime(new \Nellapp\Bundle\SDKBundle\Pagination\Paginator());
  11453.     }
  11454.     /**
  11455.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\SerializerRuntime' shared autowired service.
  11456.      *
  11457.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\SerializerRuntime
  11458.      */
  11459.     protected function getSerializerRuntimeService()
  11460.     {
  11461.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11462.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/SerializerRuntime.php';
  11463.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  11464.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime'])) {
  11465.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime'];
  11466.         }
  11467.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\SerializerRuntime($a);
  11468.     }
  11469.     /**
  11470.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime' shared autowired service.
  11471.      *
  11472.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime
  11473.      */
  11474.     protected function getSideNavItemRuntimeService()
  11475.     {
  11476.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11477.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/SideNavItemRuntime.php';
  11478.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime();
  11479.     }
  11480.     /**
  11481.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavRuntime' shared autowired service.
  11482.      *
  11483.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavRuntime
  11484.      */
  11485.     protected function getSideNavRuntimeService()
  11486.     {
  11487.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11488.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/SideNavRuntime.php';
  11489.         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))));
  11490.     }
  11491.     /**
  11492.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\UserRunTime' shared autowired service.
  11493.      *
  11494.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\UserRunTime
  11495.      */
  11496.     protected function getUserRunTime3Service()
  11497.     {
  11498.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11499.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/UserRunTime.php';
  11500.         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()));
  11501.     }
  11502.     /**
  11503.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\VersionRuntime' shared autowired service.
  11504.      *
  11505.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\VersionRuntime
  11506.      */
  11507.     protected function getVersionRuntimeService()
  11508.     {
  11509.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11510.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/VersionRuntime.php';
  11511.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Version/Version.php';
  11512.         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)));
  11513.     }
  11514.     /**
  11515.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\WebSocketRuntime' shared autowired service.
  11516.      *
  11517.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\WebSocketRuntime
  11518.      */
  11519.     protected function getWebSocketRuntimeService()
  11520.     {
  11521.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11522.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/WebSocketRuntime.php';
  11523.         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'))));
  11524.     }
  11525.     /**
  11526.      * Gets the private 'Nellapp\Bundle\SDKBundle\Uploader\Doctrine\NellappFileSubscriber' shared autowired service.
  11527.      *
  11528.      * @return \Nellapp\Bundle\SDKBundle\Uploader\Doctrine\NellappFileSubscriber
  11529.      */
  11530.     protected function getNellappFileSubscriberService()
  11531.     {
  11532.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  11533.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/Doctrine/NellappFileSubscriber.php';
  11534.         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()));
  11535.     }
  11536.     /**
  11537.      * Gets the private 'Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType' shared autowired service.
  11538.      *
  11539.      * @return \Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType
  11540.      */
  11541.     protected function getMimeTypeChoiceFilterTypeService()
  11542.     {
  11543.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11544.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11545.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/Form/MimeTypeChoiceFilterType.php';
  11546.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType'] = new \Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType();
  11547.     }
  11548.     /**
  11549.      * Gets the private 'Nellapp\Bundle\SDKBundle\Uploader\Service\NellappFileService' shared autowired service.
  11550.      *
  11551.      * @return \Nellapp\Bundle\SDKBundle\Uploader\Service\NellappFileService
  11552.      */
  11553.     protected function getNellappFileServiceService()
  11554.     {
  11555.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/Service/NellappFileService.php';
  11556.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/NellappFileStorageConfig.php';
  11557.         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, [
  11558.             'oneup_flysystem.default_filesystem' => ['services''default_filesystem''getDefaultFilesystemService'false],
  11559.         ], [
  11560.             'oneup_flysystem.default_filesystem' => '?',
  11561.         ]), ($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()));
  11562.     }
  11563.     /**
  11564.      * Gets the private 'Sentry\Integration\RequestFetcherInterface' shared service.
  11565.      *
  11566.      * @return \Sentry\SentryBundle\Integration\RequestFetcher
  11567.      */
  11568.     protected function getRequestFetcherInterfaceService()
  11569.     {
  11570.         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);
  11571.     }
  11572.     /**
  11573.      * Gets the private 'Sentry\SentryBundle\Command\SentryTestCommand' shared service.
  11574.      *
  11575.      * @return \Sentry\SentryBundle\Command\SentryTestCommand
  11576.      */
  11577.     protected function getSentryTestCommandService()
  11578.     {
  11579.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11580.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Command/SentryTestCommand.php';
  11581.         $this->privates['Sentry\\SentryBundle\\Command\\SentryTestCommand'] = $instance = new \Sentry\SentryBundle\Command\SentryTestCommand(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  11582.         $instance->setName('sentry:test');
  11583.         return $instance;
  11584.     }
  11585.     /**
  11586.      * Gets the private 'Sentry\SentryBundle\EventListener\ConsoleListener' shared service.
  11587.      *
  11588.      * @return \Sentry\SentryBundle\EventListener\ConsoleListener
  11589.      */
  11590.     protected function getConsoleListenerService()
  11591.     {
  11592.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ConsoleListener.php';
  11593.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] = new \Sentry\SentryBundle\EventListener\ConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), true);
  11594.     }
  11595.     /**
  11596.      * Gets the private 'Sentry\SentryBundle\EventListener\ErrorListener' shared service.
  11597.      *
  11598.      * @return \Sentry\SentryBundle\EventListener\ErrorListener
  11599.      */
  11600.     protected function getErrorListenerService()
  11601.     {
  11602.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ErrorListener.php';
  11603.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] = new \Sentry\SentryBundle\EventListener\ErrorListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  11604.     }
  11605.     /**
  11606.      * Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
  11607.      *
  11608.      * @return \Sentry\SentryBundle\EventListener\LoginListener
  11609.      */
  11610.     protected function getLoginListenerService()
  11611.     {
  11612.         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()));
  11613.     }
  11614.     /**
  11615.      * Gets the private 'Sentry\SentryBundle\EventListener\MessengerListener' shared service.
  11616.      *
  11617.      * @return \Sentry\SentryBundle\EventListener\MessengerListener
  11618.      */
  11619.     protected function getMessengerListenerService()
  11620.     {
  11621.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/MessengerListener.php';
  11622.         return $this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] = new \Sentry\SentryBundle\EventListener\MessengerListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), true);
  11623.     }
  11624.     /**
  11625.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  11626.      *
  11627.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  11628.      */
  11629.     protected function getRequestListenerService()
  11630.     {
  11631.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  11632.     }
  11633.     /**
  11634.      * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  11635.      *
  11636.      * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  11637.      */
  11638.     protected function getSubRequestListenerService()
  11639.     {
  11640.         return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  11641.     }
  11642.     /**
  11643.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingConsoleListener' shared service.
  11644.      *
  11645.      * @return \Sentry\SentryBundle\EventListener\TracingConsoleListener
  11646.      */
  11647.     protected function getTracingConsoleListenerService()
  11648.     {
  11649.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingConsoleListener.php';
  11650.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] = new \Sentry\SentryBundle\EventListener\TracingConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), [=> 'messenger:consume']);
  11651.     }
  11652.     /**
  11653.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  11654.      *
  11655.      * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  11656.      */
  11657.     protected function getTracingRequestListenerService()
  11658.     {
  11659.         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()));
  11660.     }
  11661.     /**
  11662.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  11663.      *
  11664.      * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  11665.      */
  11666.     protected function getTracingSubRequestListenerService()
  11667.     {
  11668.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  11669.     }
  11670.     /**
  11671.      * Gets the private 'Sentry\State\HubInterface' shared service.
  11672.      *
  11673.      * @return \Sentry\State\HubInterface
  11674.      */
  11675.     protected function getHubInterfaceService()
  11676.     {
  11677.         $this->privates['Sentry\\State\\HubInterface'] = $instance \Sentry\State\HubAdapter::getInstance();
  11678.         $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' => []]);
  11679.         $b = new \Sentry\ClientBuilder($a);
  11680.         $b->setSdkIdentifier('sentry.php.symfony');
  11681.         $b->setSdkVersion('5.1.0');
  11682.         $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  11683.         if ($this->has('Psr\\Log\\NullLogger')) {
  11684.             $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger'/* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  11685.         }
  11686.         $instance->bindClient($b->getClient());
  11687.         return $instance;
  11688.     }
  11689.     /**
  11690.      * Gets the private 'Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler' shared autowired service.
  11691.      *
  11692.      * @return \Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler
  11693.      */
  11694.     protected function getRedisSessionHandlerService()
  11695.     {
  11696.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  11697.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php';
  11698.         $a = new \Redis();
  11699.         $a->connect($this->getEnv('REDIS_HOST'), $this->getEnv('int:REDIS_PORT'));
  11700.         return $this->privates['Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\RedisSessionHandler'] = new \Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler($a, ['prefix' => 'nim_session''ttl' => 86400]);
  11701.     }
  11702.     /**
  11703.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  11704.      *
  11705.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  11706.      */
  11707.     protected function getResetAssetsEventListenerService()
  11708.     {
  11709.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default'=> 'core']);
  11710.     }
  11711.     /**
  11712.      * Gets the private 'annotations.cache_adapter' shared service.
  11713.      *
  11714.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  11715.      */
  11716.     protected function getAnnotations_CacheAdapterService()
  11717.     {
  11718.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  11719.     }
  11720.     /**
  11721.      * Gets the private 'annotations.cache_warmer' shared service.
  11722.      *
  11723.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  11724.      */
  11725.     protected function getAnnotations_CacheWarmerService()
  11726.     {
  11727.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11728.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  11729.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  11730.         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);
  11731.     }
  11732.     /**
  11733.      * Gets the private 'annotations.cached_reader' shared service.
  11734.      *
  11735.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  11736.      */
  11737.     protected function getAnnotations_CachedReaderService()
  11738.     {
  11739.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  11740.     }
  11741.     /**
  11742.      * Gets the private 'annotations.reader' shared service.
  11743.      *
  11744.      * @return \Doctrine\Common\Annotations\AnnotationReader
  11745.      */
  11746.     protected function getAnnotations_ReaderService()
  11747.     {
  11748.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  11749.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  11750.         $a->registerUniqueLoader('class_exists');
  11751.         $instance->addGlobalIgnoredName('required'$a);
  11752.         return $instance;
  11753.     }
  11754.     /**
  11755.      * Gets the private 'app.upload_validation_listener' shared autowired service.
  11756.      *
  11757.      * @return \App\Uploader\Event\ChannelUploadValidationListener
  11758.      */
  11759.     protected function getApp_UploadValidationListenerService()
  11760.     {
  11761.         include_once \dirname(__DIR__4).'/src/Uploader/Event/ChannelUploadValidationListener.php';
  11762.         return $this->privates['app.upload_validation_listener'] = new \App\Uploader\Event\ChannelUploadValidationListener(($this->privates['App\\Service\\RequestService'] ?? $this->getRequestServiceService()));
  11763.     }
  11764.     /**
  11765.      * Gets the private 'assets.context' shared service.
  11766.      *
  11767.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  11768.      */
  11769.     protected function getAssets_ContextService()
  11770.     {
  11771.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  11772.         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());
  11773.     }
  11774.     /**
  11775.      * Gets the private 'assets.packages' shared service.
  11776.      *
  11777.      * @return \Symfony\Component\Asset\Packages
  11778.      */
  11779.     protected function getAssets_PackagesService()
  11780.     {
  11781.         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 () {
  11782.             yield 'core' => ($this->privates['nellapp_sdk.assets._package_core'] ?? $this->getNellappSdk_Assets_PackageCoreService());
  11783.             yield 'channel_image' => ($this->privates['nellapp_sdk.assets._package_channel_image'] ?? $this->getNellappSdk_Assets_PackageChannelImageService());
  11784.             yield 'user_avatar' => ($this->privates['nellapp_sdk.assets._package_user_avatar'] ?? $this->getNellappSdk_Assets_PackageUserAvatarService());
  11785.         }, 3));
  11786.     }
  11787.     /**
  11788.      * Gets the private 'cache.annotations.traceable' shared service.
  11789.      *
  11790.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11791.      */
  11792.     protected function getCache_Annotations_TraceableService()
  11793.     {
  11794.         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()))));
  11795.     }
  11796.     /**
  11797.      * Gets the private 'cache.doctrine.orm.default.query.traceable' shared service.
  11798.      *
  11799.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11800.      */
  11801.     protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
  11802.     {
  11803.         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()));
  11804.     }
  11805.     /**
  11806.      * Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
  11807.      *
  11808.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11809.      */
  11810.     protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
  11811.     {
  11812.         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()));
  11813.     }
  11814.     /**
  11815.      * Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
  11816.      *
  11817.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11818.      */
  11819.     protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
  11820.     {
  11821.         $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))));
  11822.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  11823.         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));
  11824.     }
  11825.     /**
  11826.      * Gets the private 'cache.property_info.traceable' shared service.
  11827.      *
  11828.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11829.      */
  11830.     protected function getCache_PropertyInfo_TraceableService()
  11831.     {
  11832.         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()))));
  11833.     }
  11834.     /**
  11835.      * Gets the private 'cache.security_expression_language.traceable' shared service.
  11836.      *
  11837.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11838.      */
  11839.     protected function getCache_SecurityExpressionLanguage_TraceableService()
  11840.     {
  11841.         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()))));
  11842.     }
  11843.     /**
  11844.      * Gets the private 'cache.serializer.traceable' shared service.
  11845.      *
  11846.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11847.      */
  11848.     protected function getCache_Serializer_TraceableService()
  11849.     {
  11850.         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()))));
  11851.     }
  11852.     /**
  11853.      * Gets the private 'cache.validator.traceable' shared service.
  11854.      *
  11855.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11856.      */
  11857.     protected function getCache_Validator_TraceableService()
  11858.     {
  11859.         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()))));
  11860.     }
  11861.     /**
  11862.      * Gets the private 'cache.webpack_encore.traceable' shared service.
  11863.      *
  11864.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11865.      */
  11866.     protected function getCache_WebpackEncore_TraceableService()
  11867.     {
  11868.         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()))));
  11869.     }
  11870.     /**
  11871.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  11872.      *
  11873.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  11874.      */
  11875.     protected function getCachePoolClearer_CacheWarmerService()
  11876.     {
  11877.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11878.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  11879.         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']);
  11880.     }
  11881.     /**
  11882.      * Gets the private 'config_builder.warmer' shared service.
  11883.      *
  11884.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  11885.      */
  11886.     protected function getConfigBuilder_WarmerService()
  11887.     {
  11888.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11889.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  11890.         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()));
  11891.     }
  11892.     /**
  11893.      * Gets the private 'config_cache_factory' shared service.
  11894.      *
  11895.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  11896.      */
  11897.     protected function getConfigCacheFactoryService()
  11898.     {
  11899.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  11900.             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)));
  11901.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  11902.         }, 2));
  11903.     }
  11904.     /**
  11905.      * Gets the private 'console.command.about' shared service.
  11906.      *
  11907.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  11908.      */
  11909.     protected function getConsole_Command_AboutService()
  11910.     {
  11911.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11912.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  11913.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  11914.         $instance->setName('about');
  11915.         $instance->setDescription('Display information about the current project');
  11916.         return $instance;
  11917.     }
  11918.     /**
  11919.      * Gets the private 'console.command.assets_install' shared service.
  11920.      *
  11921.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  11922.      */
  11923.     protected function getConsole_Command_AssetsInstallService()
  11924.     {
  11925.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11926.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  11927.         $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));
  11928.         $instance->setName('assets:install');
  11929.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  11930.         return $instance;
  11931.     }
  11932.     /**
  11933.      * Gets the private 'console.command.cache_clear' shared service.
  11934.      *
  11935.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  11936.      */
  11937.     protected function getConsole_Command_CacheClearService()
  11938.     {
  11939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11940.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  11941.         $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())));
  11942.         $instance->setName('cache:clear');
  11943.         $instance->setDescription('Clear the cache');
  11944.         return $instance;
  11945.     }
  11946.     /**
  11947.      * Gets the private 'console.command.cache_pool_clear' shared service.
  11948.      *
  11949.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  11950.      */
  11951.     protected function getConsole_Command_CachePoolClearService()
  11952.     {
  11953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11954.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  11955.         $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']);
  11956.         $instance->setName('cache:pool:clear');
  11957.         $instance->setDescription('Clear cache pools');
  11958.         return $instance;
  11959.     }
  11960.     /**
  11961.      * Gets the private 'console.command.cache_pool_delete' shared service.
  11962.      *
  11963.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  11964.      */
  11965.     protected function getConsole_Command_CachePoolDeleteService()
  11966.     {
  11967.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11968.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  11969.         $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']);
  11970.         $instance->setName('cache:pool:delete');
  11971.         $instance->setDescription('Delete an item from a cache pool');
  11972.         return $instance;
  11973.     }
  11974.     /**
  11975.      * Gets the private 'console.command.cache_pool_list' shared service.
  11976.      *
  11977.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  11978.      */
  11979.     protected function getConsole_Command_CachePoolListService()
  11980.     {
  11981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11982.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  11983.         $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']);
  11984.         $instance->setName('cache:pool:list');
  11985.         $instance->setDescription('List available cache pools');
  11986.         return $instance;
  11987.     }
  11988.     /**
  11989.      * Gets the private 'console.command.cache_pool_prune' shared service.
  11990.      *
  11991.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  11992.      */
  11993.     protected function getConsole_Command_CachePoolPruneService()
  11994.     {
  11995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11996.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  11997.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  11998.             yield 'cache.validator.traceable' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService());
  11999.             yield 'cache.serializer.traceable' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService());
  12000.             yield 'cache.annotations.traceable' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService());
  12001.             yield 'cache.property_info.traceable' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService());
  12002.             yield 'cache.messenger.restart_workers_signal.traceable' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService());
  12003.             yield 'cache.doctrine.orm.default.result.traceable' => ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService());
  12004.             yield 'cache.doctrine.orm.default.query.traceable' => ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService());
  12005.             yield 'cache.security_expression_language.traceable' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService());
  12006.             yield 'cache.webpack_encore.traceable' => ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService());
  12007.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  12008.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  12009.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  12010.         }, 12));
  12011.         $instance->setName('cache:pool:prune');
  12012.         $instance->setDescription('Prune cache pools');
  12013.         return $instance;
  12014.     }
  12015.     /**
  12016.      * Gets the private 'console.command.cache_warmup' shared service.
  12017.      *
  12018.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  12019.      */
  12020.     protected function getConsole_Command_CacheWarmupService()
  12021.     {
  12022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12023.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  12024.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  12025.         $instance->setName('cache:warmup');
  12026.         $instance->setDescription('Warm up an empty cache');
  12027.         return $instance;
  12028.     }
  12029.     /**
  12030.      * Gets the private 'console.command.config_debug' shared service.
  12031.      *
  12032.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  12033.      */
  12034.     protected function getConsole_Command_ConfigDebugService()
  12035.     {
  12036.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12037.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  12038.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  12039.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  12040.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  12041.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  12042.         $instance->setName('debug:config');
  12043.         $instance->setDescription('Dump the current configuration for an extension');
  12044.         return $instance;
  12045.     }
  12046.     /**
  12047.      * Gets the private 'console.command.config_dump_reference' shared service.
  12048.      *
  12049.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  12050.      */
  12051.     protected function getConsole_Command_ConfigDumpReferenceService()
  12052.     {
  12053.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12054.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  12055.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  12056.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  12057.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  12058.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  12059.         $instance->setName('config:dump-reference');
  12060.         $instance->setDescription('Dump the default configuration for an extension');
  12061.         return $instance;
  12062.     }
  12063.     /**
  12064.      * Gets the private 'console.command.container_debug' shared service.
  12065.      *
  12066.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  12067.      */
  12068.     protected function getConsole_Command_ContainerDebugService()
  12069.     {
  12070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12071.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  12072.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  12073.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  12074.         $instance->setName('debug:container');
  12075.         $instance->setDescription('Display current services for an application');
  12076.         return $instance;
  12077.     }
  12078.     /**
  12079.      * Gets the private 'console.command.container_lint' shared service.
  12080.      *
  12081.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  12082.      */
  12083.     protected function getConsole_Command_ContainerLintService()
  12084.     {
  12085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12086.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  12087.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  12088.         $instance->setName('lint:container');
  12089.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  12090.         return $instance;
  12091.     }
  12092.     /**
  12093.      * Gets the private 'console.command.debug_autowiring' shared service.
  12094.      *
  12095.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  12096.      */
  12097.     protected function getConsole_Command_DebugAutowiringService()
  12098.     {
  12099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12100.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  12101.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  12102.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  12103.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  12104.         $instance->setName('debug:autowiring');
  12105.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  12106.         return $instance;
  12107.     }
  12108.     /**
  12109.      * Gets the private 'console.command.dotenv_debug' shared service.
  12110.      *
  12111.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  12112.      */
  12113.     protected function getConsole_Command_DotenvDebugService()
  12114.     {
  12115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12116.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  12117.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  12118.         $instance->setName('debug:dotenv');
  12119.         $instance->setDescription('Lists all dotenv files with variables and values');
  12120.         return $instance;
  12121.     }
  12122.     /**
  12123.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  12124.      *
  12125.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  12126.      */
  12127.     protected function getConsole_Command_EventDispatcherDebugService()
  12128.     {
  12129.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12130.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  12131.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.qDReBBp'] ?? $this->get_ServiceLocator_QDReBBpService()));
  12132.         $instance->setName('debug:event-dispatcher');
  12133.         $instance->setDescription('Display configured listeners for an application');
  12134.         return $instance;
  12135.     }
  12136.     /**
  12137.      * Gets the private 'console.command.form_debug' shared service.
  12138.      *
  12139.      * @return \Symfony\Component\Form\Command\DebugCommand
  12140.      */
  12141.     protected function getConsole_Command_FormDebugService()
  12142.     {
  12143.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12144.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  12145.         $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()));
  12146.         $instance->setName('debug:form');
  12147.         $instance->setDescription('Display form type information');
  12148.         return $instance;
  12149.     }
  12150.     /**
  12151.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  12152.      *
  12153.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  12154.      */
  12155.     protected function getConsole_Command_MessengerConsumeMessagesService()
  12156.     {
  12157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12158.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  12159.         $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']);
  12160.         $instance->setName('messenger:consume');
  12161.         $instance->setDescription('Consume messages');
  12162.         return $instance;
  12163.     }
  12164.     /**
  12165.      * Gets the private 'console.command.messenger_debug' shared service.
  12166.      *
  12167.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  12168.      */
  12169.     protected function getConsole_Command_MessengerDebugService()
  12170.     {
  12171.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12172.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  12173.         $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'=> []]]]]);
  12174.         $instance->setName('debug:messenger');
  12175.         $instance->setDescription('List messages you can dispatch using the message buses');
  12176.         return $instance;
  12177.     }
  12178.     /**
  12179.      * Gets the private 'console.command.messenger_failed_messages_remove' shared service.
  12180.      *
  12181.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
  12182.      */
  12183.     protected function getConsole_Command_MessengerFailedMessagesRemoveService()
  12184.     {
  12185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12186.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  12187.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRemoveCommand.php';
  12188.         $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()));
  12189.         $instance->setName('messenger:failed:remove');
  12190.         $instance->setDescription('Remove given messages from the failure transport');
  12191.         return $instance;
  12192.     }
  12193.     /**
  12194.      * Gets the private 'console.command.messenger_failed_messages_retry' shared service.
  12195.      *
  12196.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand
  12197.      */
  12198.     protected function getConsole_Command_MessengerFailedMessagesRetryService()
  12199.     {
  12200.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12201.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  12202.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRetryCommand.php';
  12203.         $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()));
  12204.         $instance->setName('messenger:failed:retry');
  12205.         $instance->setDescription('Retry one or more messages from the failure transport');
  12206.         return $instance;
  12207.     }
  12208.     /**
  12209.      * Gets the private 'console.command.messenger_failed_messages_show' shared service.
  12210.      *
  12211.      * @return \Symfony\Component\Messenger\Command\FailedMessagesShowCommand
  12212.      */
  12213.     protected function getConsole_Command_MessengerFailedMessagesShowService()
  12214.     {
  12215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12216.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  12217.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesShowCommand.php';
  12218.         $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()));
  12219.         $instance->setName('messenger:failed:show');
  12220.         $instance->setDescription('Show one or more messages from the failure transport');
  12221.         return $instance;
  12222.     }
  12223.     /**
  12224.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  12225.      *
  12226.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  12227.      */
  12228.     protected function getConsole_Command_MessengerSetupTransportsService()
  12229.     {
  12230.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12231.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  12232.         $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']);
  12233.         $instance->setName('messenger:setup-transports');
  12234.         $instance->setDescription('Prepare the required infrastructure for the transport');
  12235.         return $instance;
  12236.     }
  12237.     /**
  12238.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  12239.      *
  12240.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  12241.      */
  12242.     protected function getConsole_Command_MessengerStopWorkersService()
  12243.     {
  12244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12245.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  12246.         $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()));
  12247.         $instance->setName('messenger:stop-workers');
  12248.         $instance->setDescription('Stop workers after their current message');
  12249.         return $instance;
  12250.     }
  12251.     /**
  12252.      * Gets the private 'console.command.router_debug' shared service.
  12253.      *
  12254.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  12255.      */
  12256.     protected function getConsole_Command_RouterDebugService()
  12257.     {
  12258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12259.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  12260.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  12261.         $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()));
  12262.         $instance->setName('debug:router');
  12263.         $instance->setDescription('Display current routes for an application');
  12264.         return $instance;
  12265.     }
  12266.     /**
  12267.      * Gets the private 'console.command.router_match' shared service.
  12268.      *
  12269.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  12270.      */
  12271.     protected function getConsole_Command_RouterMatchService()
  12272.     {
  12273.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12274.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  12275.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  12276.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  12277.         }, 1));
  12278.         $instance->setName('router:match');
  12279.         $instance->setDescription('Help debug routes by simulating a path info match');
  12280.         return $instance;
  12281.     }
  12282.     /**
  12283.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  12284.      *
  12285.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  12286.      */
  12287.     protected function getConsole_Command_SecretsDecryptToLocalService()
  12288.     {
  12289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12290.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  12291.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  12292.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  12293.         $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')))));
  12294.         $instance->setName('secrets:decrypt-to-local');
  12295.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  12296.         return $instance;
  12297.     }
  12298.     /**
  12299.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  12300.      *
  12301.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  12302.      */
  12303.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  12304.     {
  12305.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12306.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  12307.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  12308.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  12309.         $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')))));
  12310.         $instance->setName('secrets:encrypt-from-local');
  12311.         $instance->setDescription('Encrypt all local secrets to the vault');
  12312.         return $instance;
  12313.     }
  12314.     /**
  12315.      * Gets the private 'console.command.secrets_generate_key' shared service.
  12316.      *
  12317.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  12318.      */
  12319.     protected function getConsole_Command_SecretsGenerateKeyService()
  12320.     {
  12321.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12322.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  12323.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  12324.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  12325.         $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')))));
  12326.         $instance->setName('secrets:generate-keys');
  12327.         $instance->setDescription('Generate new encryption keys');
  12328.         return $instance;
  12329.     }
  12330.     /**
  12331.      * Gets the private 'console.command.secrets_list' shared service.
  12332.      *
  12333.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  12334.      */
  12335.     protected function getConsole_Command_SecretsListService()
  12336.     {
  12337.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12338.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  12339.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  12340.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  12341.         $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')))));
  12342.         $instance->setName('secrets:list');
  12343.         $instance->setDescription('List all secrets');
  12344.         return $instance;
  12345.     }
  12346.     /**
  12347.      * Gets the private 'console.command.secrets_remove' shared service.
  12348.      *
  12349.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  12350.      */
  12351.     protected function getConsole_Command_SecretsRemoveService()
  12352.     {
  12353.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12354.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  12355.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  12356.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  12357.         $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')))));
  12358.         $instance->setName('secrets:remove');
  12359.         $instance->setDescription('Remove a secret from the vault');
  12360.         return $instance;
  12361.     }
  12362.     /**
  12363.      * Gets the private 'console.command.secrets_set' shared service.
  12364.      *
  12365.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  12366.      */
  12367.     protected function getConsole_Command_SecretsSetService()
  12368.     {
  12369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12370.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  12371.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  12372.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  12373.         $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')))));
  12374.         $instance->setName('secrets:set');
  12375.         $instance->setDescription('Set a secret in the vault');
  12376.         return $instance;
  12377.     }
  12378.     /**
  12379.      * Gets the private 'console.command.translation_debug' shared service.
  12380.      *
  12381.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  12382.      */
  12383.     protected function getConsole_Command_TranslationDebugService()
  12384.     {
  12385.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12386.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  12387.         $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')], []);
  12388.         $instance->setName('debug:translation');
  12389.         $instance->setDescription('Display translation messages information');
  12390.         return $instance;
  12391.     }
  12392.     /**
  12393.      * Gets the private 'console.command.translation_extract' shared service.
  12394.      *
  12395.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  12396.      */
  12397.     protected function getConsole_Command_TranslationExtractService()
  12398.     {
  12399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12400.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  12401.         $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')], []);
  12402.         $instance->setName('translation:extract');
  12403.         $instance->setAliases([=> 'translation:update']);
  12404.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  12405.         return $instance;
  12406.     }
  12407.     /**
  12408.      * Gets the private 'console.command.translation_pull' shared service.
  12409.      *
  12410.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  12411.      */
  12412.     protected function getConsole_Command_TranslationPullService()
  12413.     {
  12414.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12415.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  12416.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  12417.         $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', [], []);
  12418.         $instance->setName('translation:pull');
  12419.         $instance->setDescription('Pull translations from a given provider.');
  12420.         return $instance;
  12421.     }
  12422.     /**
  12423.      * Gets the private 'console.command.translation_push' shared service.
  12424.      *
  12425.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  12426.      */
  12427.     protected function getConsole_Command_TranslationPushService()
  12428.     {
  12429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12430.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  12431.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  12432.         $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()), [], []);
  12433.         $instance->setName('translation:push');
  12434.         $instance->setDescription('Push translations to a given provider.');
  12435.         return $instance;
  12436.     }
  12437.     /**
  12438.      * Gets the private 'console.command.validator_debug' shared service.
  12439.      *
  12440.      * @return \Symfony\Component\Validator\Command\DebugCommand
  12441.      */
  12442.     protected function getConsole_Command_ValidatorDebugService()
  12443.     {
  12444.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12445.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  12446.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  12447.         $instance->setName('debug:validator');
  12448.         $instance->setDescription('Display validation constraints for classes');
  12449.         return $instance;
  12450.     }
  12451.     /**
  12452.      * Gets the private 'console.command.xliff_lint' shared service.
  12453.      *
  12454.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  12455.      */
  12456.     protected function getConsole_Command_XliffLintService()
  12457.     {
  12458.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12459.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  12460.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  12461.         $instance->setName('lint:xliff');
  12462.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  12463.         return $instance;
  12464.     }
  12465.     /**
  12466.      * Gets the private 'console.command.yaml_lint' shared service.
  12467.      *
  12468.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  12469.      */
  12470.     protected function getConsole_Command_YamlLintService()
  12471.     {
  12472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12473.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  12474.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  12475.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  12476.         $instance->setName('lint:yaml');
  12477.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  12478.         return $instance;
  12479.     }
  12480.     /**
  12481.      * Gets the private 'console.error_listener' shared service.
  12482.      *
  12483.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  12484.      */
  12485.     protected function getConsole_ErrorListenerService()
  12486.     {
  12487.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  12488.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  12489.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  12490.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  12491.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  12492.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  12493.     }
  12494.     /**
  12495.      * Gets the private 'container.env_var_processor' shared service.
  12496.      *
  12497.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  12498.      */
  12499.     protected function getContainer_EnvVarProcessorService()
  12500.     {
  12501.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  12502.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  12503.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  12504.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  12505.         }, 1));
  12506.     }
  12507.     /**
  12508.      * Gets the private 'container.getenv' shared service.
  12509.      *
  12510.      * @return \Closure
  12511.      */
  12512.     protected function getContainer_GetenvService()
  12513.     {
  12514.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  12515.     }
  12516.     /**
  12517.      * Gets the private 'data_collector.form' shared service.
  12518.      *
  12519.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  12520.      */
  12521.     protected function getDataCollector_FormService()
  12522.     {
  12523.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  12524.     }
  12525.     /**
  12526.      * Gets the private 'data_collector.request' shared service.
  12527.      *
  12528.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  12529.      */
  12530.     protected function getDataCollector_RequestService()
  12531.     {
  12532.         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())));
  12533.     }
  12534.     /**
  12535.      * Gets the private 'data_collector.request.session_collector' shared service.
  12536.      *
  12537.      * @return \Closure
  12538.      */
  12539.     protected function getDataCollector_Request_SessionCollectorService()
  12540.     {
  12541.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  12542.     }
  12543.     /**
  12544.      * Gets the private 'debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\ActionResolver' shared service.
  12545.      *
  12546.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  12547.      */
  12548.     protected function getActionResolverService()
  12549.     {
  12550.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  12551.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  12552.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ArgumentResolver/ActionResolver.php';
  12553.         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))));
  12554.     }
  12555.     /**
  12556.      * Gets the private 'debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\ConstraintViolationListResolver' shared service.
  12557.      *
  12558.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  12559.      */
  12560.     protected function getConstraintViolationListResolverService()
  12561.     {
  12562.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  12563.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  12564.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ArgumentResolver/ConstraintViolationListResolver.php';
  12565.         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))));
  12566.     }
  12567.     /**
  12568.      * Gets the private 'debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\DeserializeResolver' shared service.
  12569.      *
  12570.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  12571.      */
  12572.     protected function getDeserializeResolverService()
  12573.     {
  12574.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  12575.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  12576.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ArgumentResolver/DeserializeResolver.php';
  12577.         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))));
  12578.     }
  12579.     /**
  12580.      * Gets the private 'debug.argument_resolver' shared service.
  12581.      *
  12582.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  12583.      */
  12584.     protected function getDebug_ArgumentResolverService()
  12585.     {
  12586.         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 () {
  12587.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  12588.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  12589.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  12590.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  12591.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\ActionResolver'] ?? $this->getActionResolverService());
  12592.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\ConstraintViolationListResolver'] ?? $this->getConstraintViolationListResolverService());
  12593.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\DeserializeResolver'] ?? $this->getDeserializeResolverService());
  12594.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  12595.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  12596.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  12597.             yield 10 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  12598.         }, 11)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  12599.     }
  12600.     /**
  12601.      * Gets the private 'debug.argument_resolver.default' shared service.
  12602.      *
  12603.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  12604.      */
  12605.     protected function getDebug_ArgumentResolver_DefaultService()
  12606.     {
  12607.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  12608.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  12609.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  12610.         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))));
  12611.     }
  12612.     /**
  12613.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  12614.      *
  12615.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  12616.      */
  12617.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  12618.     {
  12619.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  12620.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  12621.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  12622.         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.RjqNWWg'] ?? $this->get_ServiceLocator_RjqNWWgService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  12623.     }
  12624.     /**
  12625.      * Gets the private 'debug.argument_resolver.request' shared service.
  12626.      *
  12627.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  12628.      */
  12629.     protected function getDebug_ArgumentResolver_RequestService()
  12630.     {
  12631.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  12632.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  12633.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  12634.         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))));
  12635.     }
  12636.     /**
  12637.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  12638.      *
  12639.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  12640.      */
  12641.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  12642.     {
  12643.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  12644.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  12645.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  12646.         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))));
  12647.     }
  12648.     /**
  12649.      * Gets the private 'debug.argument_resolver.service' shared service.
  12650.      *
  12651.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  12652.      */
  12653.     protected function getDebug_ArgumentResolver_ServiceService()
  12654.     {
  12655.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  12656.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  12657.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  12658.         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.RjqNWWg'] ?? $this->get_ServiceLocator_RjqNWWgService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  12659.     }
  12660.     /**
  12661.      * Gets the private 'debug.argument_resolver.session' shared service.
  12662.      *
  12663.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  12664.      */
  12665.     protected function getDebug_ArgumentResolver_SessionService()
  12666.     {
  12667.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  12668.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  12669.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  12670.         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))));
  12671.     }
  12672.     /**
  12673.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  12674.      *
  12675.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  12676.      */
  12677.     protected function getDebug_ArgumentResolver_VariadicService()
  12678.     {
  12679.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  12680.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  12681.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  12682.         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))));
  12683.     }
  12684.     /**
  12685.      * Gets the private 'debug.debug_handlers_listener' shared service.
  12686.      *
  12687.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  12688.      */
  12689.     protected function getDebug_DebugHandlersListenerService()
  12690.     {
  12691.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  12692.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  12693.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  12694.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  12695.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  12696.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  12697.     }
  12698.     /**
  12699.      * Gets the private 'debug.dump_listener' shared service.
  12700.      *
  12701.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  12702.      */
  12703.     protected function getDebug_DumpListenerService()
  12704.     {
  12705.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  12706.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  12707.         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()));
  12708.     }
  12709.     /**
  12710.      * Gets the private 'debug.file_link_formatter' shared service.
  12711.      *
  12712.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  12713.      */
  12714.     protected function getDebug_FileLinkFormatterService()
  12715.     {
  12716.         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 () {
  12717.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  12718.         });
  12719.     }
  12720.     /**
  12721.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  12722.      *
  12723.      * @return \string
  12724.      */
  12725.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  12726.     {
  12727.         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');
  12728.     }
  12729.     /**
  12730.      * Gets the private 'debug.log_processor' shared service.
  12731.      *
  12732.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  12733.      */
  12734.     protected function getDebug_LogProcessorService()
  12735.     {
  12736.         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())));
  12737.     }
  12738.     /**
  12739.      * Gets the private 'debug.security.access.decision_manager' shared service.
  12740.      *
  12741.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  12742.      */
  12743.     protected function getDebug_Security_Access_DecisionManagerService()
  12744.     {
  12745.         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 () {
  12746.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  12747.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  12748.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  12749.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\AdminVoter'] ?? $this->getAdminVoterService());
  12750.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Channel\\ShowVoter'] ?? $this->getShowVoterService());
  12751.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\ChatNotification\\ShowVoter'] ?? $this->getShowVoter2Service());
  12752.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Conversation\\CreateMessageVoter'] ?? $this->getCreateMessageVoterService());
  12753.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Conversation\\ShowVoter'] ?? $this->getShowVoter3Service());
  12754.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\CoordinatorVoter'] ?? $this->getCoordinatorVoterService());
  12755.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\File\\ShowVoter'] ?? $this->getShowVoter4Service());
  12756.             yield 10 => ($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\CreateMessageReactionVoter'] ?? $this->getCreateMessageReactionVoterService());
  12757.             yield 11 => ($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\DeleteVoter'] ?? $this->getDeleteVoterService());
  12758.             yield 12 => ($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\EditVoter'] ?? $this->getEditVoterService());
  12759.             yield 13 => ($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\PinVoter'] ?? $this->getPinVoterService());
  12760.             yield 14 => ($this->privates['debug.security.voter.App\\Security\\Voter\\MessageReaction\\DeleteVoter'] ?? $this->getDeleteVoter2Service());
  12761.             yield 15 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserDataVoter'] ?? $this->getChannelUserDataVoterService());
  12762.             yield 16 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserMenuVoter'] ?? $this->getChannelUserMenuVoterService());
  12763.             yield 17 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'] ?? $this->getChannelUserPermissionResourceVoterService());
  12764.             yield 18 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'] ?? $this->getChannelUserPermissionVoterService());
  12765.             yield 19 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'] ?? $this->getSharableChannelPermissionVoterService());
  12766.             yield 20 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'] ?? $this->getSharableChannelResourcePermissionVoterService());
  12767.             yield 21 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableUsersResourcePermissionVoter'] ?? $this->getSharableUsersResourcePermissionVoterService());
  12768.             yield 22 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SuperAdminVoter'] ?? $this->getSuperAdminVoterService());
  12769.             yield 23 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UserOwnerVoter'] ?? $this->getUserOwnerVoterService());
  12770.             yield 24 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UsersResourceVoter'] ?? $this->getUsersResourceVoterService());
  12771.         }, 25), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  12772.     }
  12773.     /**
  12774.      * Gets the private 'debug.security.firewall' shared service.
  12775.      *
  12776.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  12777.      */
  12778.     protected function getDebug_Security_FirewallService()
  12779.     {
  12780.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  12781.         if (isset($this->privates['debug.security.firewall'])) {
  12782.             return $this->privates['debug.security.firewall'];
  12783.         }
  12784.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12785.         if (isset($this->privates['debug.security.firewall'])) {
  12786.             return $this->privates['debug.security.firewall'];
  12787.         }
  12788.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  12789.     }
  12790.     /**
  12791.      * Gets the private 'debug.security.firewall.authenticator.api' shared service.
  12792.      *
  12793.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  12794.      */
  12795.     protected function getDebug_Security_Firewall_Authenticator_ApiService()
  12796.     {
  12797.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  12798.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  12799.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  12800.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  12801.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  12802.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  12803.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  12804.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Security/CoreAuthenticator.php';
  12805.         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, [])));
  12806.     }
  12807.     /**
  12808.      * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  12809.      *
  12810.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  12811.      */
  12812.     protected function getDebug_Security_Firewall_Authenticator_MainService()
  12813.     {
  12814.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  12815.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  12816.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  12817.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  12818.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  12819.         $a = ($this->privates['security.authenticator.guard.main.0'] ?? $this->getSecurity_Authenticator_Guard_Main_0Service());
  12820.         if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  12821.             return $this->privates['debug.security.firewall.authenticator.main'];
  12822.         }
  12823.         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, [])));
  12824.     }
  12825.     /**
  12826.      * Gets the private 'debug.security.firewall.authenticator.reverse_sync' shared service.
  12827.      *
  12828.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  12829.      */
  12830.     protected function getDebug_Security_Firewall_Authenticator_ReverseSyncService()
  12831.     {
  12832.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  12833.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  12834.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  12835.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  12836.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  12837.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  12838.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  12839.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Security/CoreAuthenticator.php';
  12840.         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, [])));
  12841.     }
  12842.     /**
  12843.      * Gets the private 'debug.security.user_value_resolver' shared service.
  12844.      *
  12845.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  12846.      */
  12847.     protected function getDebug_Security_UserValueResolverService()
  12848.     {
  12849.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  12850.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  12851.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  12852.         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))));
  12853.     }
  12854.     /**
  12855.      * Gets the private 'debug.security.voter.App\Security\Voter\AdminVoter' shared service.
  12856.      *
  12857.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  12858.      */
  12859.     protected function getAdminVoterService()
  12860.     {
  12861.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  12862.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  12863.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  12864.         include_once \dirname(__DIR__4).'/src/Security/Voter/AdminVoter.php';
  12865.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12866.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\AdminVoter'])) {
  12867.             return $this->privates['debug.security.voter.App\\Security\\Voter\\AdminVoter'];
  12868.         }
  12869.         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);
  12870.     }
  12871.     /**
  12872.      * Gets the private 'debug.security.voter.App\Security\Voter\Channel\ShowVoter' shared service.
  12873.      *
  12874.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  12875.      */
  12876.     protected function getShowVoterService()
  12877.     {
  12878.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  12879.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  12880.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  12881.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  12882.         include_once \dirname(__DIR__4).'/src/Security/Voter/Channel/ShowVoter.php';
  12883.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12884.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Channel\\ShowVoter'])) {
  12885.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Channel\\ShowVoter'];
  12886.         }
  12887.         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);
  12888.     }
  12889.     /**
  12890.      * Gets the private 'debug.security.voter.App\Security\Voter\ChatNotification\ShowVoter' shared service.
  12891.      *
  12892.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  12893.      */
  12894.     protected function getShowVoter2Service()
  12895.     {
  12896.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  12897.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  12898.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  12899.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  12900.         include_once \dirname(__DIR__4).'/src/Security/Voter/ChatNotification/ShowVoter.php';
  12901.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12902.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\ChatNotification\\ShowVoter'])) {
  12903.             return $this->privates['debug.security.voter.App\\Security\\Voter\\ChatNotification\\ShowVoter'];
  12904.         }
  12905.         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);
  12906.     }
  12907.     /**
  12908.      * Gets the private 'debug.security.voter.App\Security\Voter\Conversation\CreateMessageVoter' shared service.
  12909.      *
  12910.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  12911.      */
  12912.     protected function getCreateMessageVoterService()
  12913.     {
  12914.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  12915.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  12916.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  12917.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  12918.         include_once \dirname(__DIR__4).'/src/Security/Voter/Conversation/AbstractConversationVoter.php';
  12919.         include_once \dirname(__DIR__4).'/src/Security/Voter/Conversation/CreateMessageVoter.php';
  12920.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12921.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Conversation\\CreateMessageVoter'])) {
  12922.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Conversation\\CreateMessageVoter'];
  12923.         }
  12924.         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);
  12925.     }
  12926.     /**
  12927.      * Gets the private 'debug.security.voter.App\Security\Voter\Conversation\ShowVoter' shared service.
  12928.      *
  12929.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  12930.      */
  12931.     protected function getShowVoter3Service()
  12932.     {
  12933.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  12934.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  12935.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  12936.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  12937.         include_once \dirname(__DIR__4).'/src/Security/Voter/Conversation/AbstractConversationVoter.php';
  12938.         include_once \dirname(__DIR__4).'/src/Security/Voter/Conversation/ShowVoter.php';
  12939.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12940.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Conversation\\ShowVoter'])) {
  12941.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Conversation\\ShowVoter'];
  12942.         }
  12943.         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);
  12944.     }
  12945.     /**
  12946.      * Gets the private 'debug.security.voter.App\Security\Voter\CoordinatorVoter' shared service.
  12947.      *
  12948.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  12949.      */
  12950.     protected function getCoordinatorVoterService()
  12951.     {
  12952.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  12953.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  12954.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  12955.         include_once \dirname(__DIR__4).'/src/Security/Voter/CoordinatorVoter.php';
  12956.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12957.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\CoordinatorVoter'])) {
  12958.             return $this->privates['debug.security.voter.App\\Security\\Voter\\CoordinatorVoter'];
  12959.         }
  12960.         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);
  12961.     }
  12962.     /**
  12963.      * Gets the private 'debug.security.voter.App\Security\Voter\File\ShowVoter' shared service.
  12964.      *
  12965.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  12966.      */
  12967.     protected function getShowVoter4Service()
  12968.     {
  12969.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  12970.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  12971.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  12972.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  12973.         include_once \dirname(__DIR__4).'/src/Security/Voter/File/ShowVoter.php';
  12974.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  12975.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\File\\ShowVoter'])) {
  12976.             return $this->privates['debug.security.voter.App\\Security\\Voter\\File\\ShowVoter'];
  12977.         }
  12978.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12979.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\File\\ShowVoter'])) {
  12980.             return $this->privates['debug.security.voter.App\\Security\\Voter\\File\\ShowVoter'];
  12981.         }
  12982.         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);
  12983.     }
  12984.     /**
  12985.      * Gets the private 'debug.security.voter.App\Security\Voter\MessageReaction\DeleteVoter' shared service.
  12986.      *
  12987.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  12988.      */
  12989.     protected function getDeleteVoter2Service()
  12990.     {
  12991.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  12992.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  12993.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  12994.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  12995.         include_once \dirname(__DIR__4).'/src/Security/Voter/MessageReaction/AbstractMessageReactionVoter.php';
  12996.         include_once \dirname(__DIR__4).'/src/Security/Voter/MessageReaction/DeleteVoter.php';
  12997.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12998.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\MessageReaction\\DeleteVoter'])) {
  12999.             return $this->privates['debug.security.voter.App\\Security\\Voter\\MessageReaction\\DeleteVoter'];
  13000.         }
  13001.         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);
  13002.     }
  13003.     /**
  13004.      * Gets the private 'debug.security.voter.App\Security\Voter\Message\CreateMessageReactionVoter' shared service.
  13005.      *
  13006.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13007.      */
  13008.     protected function getCreateMessageReactionVoterService()
  13009.     {
  13010.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13011.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13012.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13013.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  13014.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/AbstractMessageVoter.php';
  13015.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/CreateMessageReactionVoter.php';
  13016.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13017.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\CreateMessageReactionVoter'])) {
  13018.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Message\\CreateMessageReactionVoter'];
  13019.         }
  13020.         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);
  13021.     }
  13022.     /**
  13023.      * Gets the private 'debug.security.voter.App\Security\Voter\Message\DeleteVoter' shared service.
  13024.      *
  13025.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13026.      */
  13027.     protected function getDeleteVoterService()
  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/Message/AbstractMessageVoter.php';
  13034.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/DeleteVoter.php';
  13035.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13036.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\DeleteVoter'])) {
  13037.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Message\\DeleteVoter'];
  13038.         }
  13039.         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);
  13040.     }
  13041.     /**
  13042.      * Gets the private 'debug.security.voter.App\Security\Voter\Message\EditVoter' shared service.
  13043.      *
  13044.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13045.      */
  13046.     protected function getEditVoterService()
  13047.     {
  13048.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13049.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13050.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13051.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  13052.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/AbstractMessageVoter.php';
  13053.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/EditVoter.php';
  13054.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13055.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\EditVoter'])) {
  13056.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Message\\EditVoter'];
  13057.         }
  13058.         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);
  13059.     }
  13060.     /**
  13061.      * Gets the private 'debug.security.voter.App\Security\Voter\Message\PinVoter' shared service.
  13062.      *
  13063.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13064.      */
  13065.     protected function getPinVoterService()
  13066.     {
  13067.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13068.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13069.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13070.         include_once \dirname(__DIR__4).'/src/Security/Voter/AbstractVoter.php';
  13071.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/AbstractMessageVoter.php';
  13072.         include_once \dirname(__DIR__4).'/src/Security/Voter/Message/PinVoter.php';
  13073.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13074.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\Message\\PinVoter'])) {
  13075.             return $this->privates['debug.security.voter.App\\Security\\Voter\\Message\\PinVoter'];
  13076.         }
  13077.         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);
  13078.     }
  13079.     /**
  13080.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserDataVoter' shared service.
  13081.      *
  13082.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13083.      */
  13084.     protected function getChannelUserDataVoterService()
  13085.     {
  13086.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13087.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13088.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13089.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  13090.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserDataVoter.php';
  13091.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13092.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserDataVoter'])) {
  13093.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserDataVoter'];
  13094.         }
  13095.         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);
  13096.     }
  13097.     /**
  13098.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserMenuVoter' shared service.
  13099.      *
  13100.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13101.      */
  13102.     protected function getChannelUserMenuVoterService()
  13103.     {
  13104.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13105.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13106.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13107.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  13108.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserMenuVoter.php';
  13109.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13110.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserMenuVoter'])) {
  13111.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserMenuVoter'];
  13112.         }
  13113.         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);
  13114.     }
  13115.     /**
  13116.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionResourceVoter' shared service.
  13117.      *
  13118.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13119.      */
  13120.     protected function getChannelUserPermissionResourceVoterService()
  13121.     {
  13122.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13123.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13124.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13125.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  13126.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserPermissionResourceVoter.php';
  13127.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService());
  13128.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'])) {
  13129.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'];
  13130.         }
  13131.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] ?? $this->getAuthorizationHelperService());
  13132.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'])) {
  13133.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'];
  13134.         }
  13135.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13136.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'])) {
  13137.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'];
  13138.         }
  13139.         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);
  13140.     }
  13141.     /**
  13142.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionVoter' shared service.
  13143.      *
  13144.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13145.      */
  13146.     protected function getChannelUserPermissionVoterService()
  13147.     {
  13148.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13149.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13150.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13151.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  13152.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserPermissionVoter.php';
  13153.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService());
  13154.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'])) {
  13155.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'];
  13156.         }
  13157.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13158.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'])) {
  13159.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'];
  13160.         }
  13161.         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);
  13162.     }
  13163.     /**
  13164.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelPermissionVoter' shared service.
  13165.      *
  13166.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13167.      */
  13168.     protected function getSharableChannelPermissionVoterService()
  13169.     {
  13170.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13171.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13172.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13173.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  13174.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SharableChannelPermissionVoter.php';
  13175.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/SharableChannelPermissionService.php';
  13176.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/ChannelResourceToChannel/SharableChannelResourceToChannelPermissionManagerInterface.php';
  13177.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/ChannelResourceToChannel/SharableChannelResourceToChannelPermissionManager.php';
  13178.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'] ?? $this->getChannelResourceServiceService());
  13179.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'])) {
  13180.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'];
  13181.         }
  13182.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13183.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'])) {
  13184.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'];
  13185.         }
  13186.         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 () {
  13187.             return new \EmptyIterator();
  13188.         }, 0)), $a)), $b);
  13189.     }
  13190.     /**
  13191.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelResourcePermissionVoter' shared service.
  13192.      *
  13193.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13194.      */
  13195.     protected function getSharableChannelResourcePermissionVoterService()
  13196.     {
  13197.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13198.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13199.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13200.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  13201.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SharableChannelResourcePermissionVoter.php';
  13202.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/SharableChannelResourcePermissionService.php';
  13203.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/ChannelResources/SharableChannelResourcePermissionManagerInterface.php';
  13204.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/ChannelResources/SharableChannelResourcePermissionManager.php';
  13205.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] ?? $this->getAuthorizationHelperService());
  13206.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'])) {
  13207.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'];
  13208.         }
  13209.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13210.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'])) {
  13211.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'];
  13212.         }
  13213.         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 () {
  13214.             return new \EmptyIterator();
  13215.         }, 0)), $a)), $b);
  13216.     }
  13217.     /**
  13218.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableUsersResourcePermissionVoter' shared service.
  13219.      *
  13220.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13221.      */
  13222.     protected function getSharableUsersResourcePermissionVoterService()
  13223.     {
  13224.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13225.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13226.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13227.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  13228.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SharableUsersResourcePermissionVoter.php';
  13229.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/SharableUsersResourcePermissionService.php';
  13230.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/UsersResourceToChannelResource/SharableUsersResourceToChannelResourcePermissionManagerInterface.php';
  13231.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/UsersResourceToChannelResource/SharableUsersResourceToChannelResourcePermissionManager.php';
  13232.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13233.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableUsersResourcePermissionVoter'])) {
  13234.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableUsersResourcePermissionVoter'];
  13235.         }
  13236.         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 () {
  13237.             return new \EmptyIterator();
  13238.         }, 0)))), $a);
  13239.     }
  13240.     /**
  13241.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter' shared service.
  13242.      *
  13243.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13244.      */
  13245.     protected function getSuperAdminVoterService()
  13246.     {
  13247.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13248.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13249.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13250.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SuperAdminVoter.php';
  13251.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13252.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SuperAdminVoter'])) {
  13253.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SuperAdminVoter'];
  13254.         }
  13255.         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);
  13256.     }
  13257.     /**
  13258.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UserOwnerVoter' shared service.
  13259.      *
  13260.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13261.      */
  13262.     protected function getUserOwnerVoterService()
  13263.     {
  13264.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13265.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13266.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13267.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  13268.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/UserOwnerVoter.php';
  13269.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13270.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UserOwnerVoter'])) {
  13271.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UserOwnerVoter'];
  13272.         }
  13273.         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);
  13274.     }
  13275.     /**
  13276.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UsersResourceVoter' shared service.
  13277.      *
  13278.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13279.      */
  13280.     protected function getUsersResourceVoterService()
  13281.     {
  13282.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13283.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13284.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13285.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  13286.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/UsersResourceVoter.php';
  13287.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13288.         if (isset($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UsersResourceVoter'])) {
  13289.             return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UsersResourceVoter'];
  13290.         }
  13291.         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);
  13292.     }
  13293.     /**
  13294.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  13295.      *
  13296.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13297.      */
  13298.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  13299.     {
  13300.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13301.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13302.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13303.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  13304.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13305.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  13306.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  13307.         }
  13308.         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);
  13309.     }
  13310.     /**
  13311.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  13312.      *
  13313.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13314.      */
  13315.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  13316.     {
  13317.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13318.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13319.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13320.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  13321.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  13322.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  13323.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  13324.         }
  13325.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13326.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  13327.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  13328.         }
  13329.         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);
  13330.     }
  13331.     /**
  13332.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  13333.      *
  13334.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13335.      */
  13336.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  13337.     {
  13338.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13339.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13340.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13341.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  13342.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13343.         if (isset($this->privates['debug.security.voter.security.access.simple_role_voter'])) {
  13344.             return $this->privates['debug.security.voter.security.access.simple_role_voter'];
  13345.         }
  13346.         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);
  13347.     }
  13348.     /**
  13349.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  13350.      *
  13351.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  13352.      */
  13353.     protected function getDebug_Security_Voter_VoteListenerService()
  13354.     {
  13355.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  13356.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  13357.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  13358.             return $this->privates['debug.security.voter.vote_listener'];
  13359.         }
  13360.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  13361.     }
  13362.     /**
  13363.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  13364.      *
  13365.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  13366.      */
  13367.     protected function getDoctrine_CacheClearMetadataCommandService()
  13368.     {
  13369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13370.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13371.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  13372.         $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()));
  13373.         $instance->setName('doctrine:cache:clear-metadata');
  13374.         return $instance;
  13375.     }
  13376.     /**
  13377.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  13378.      *
  13379.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  13380.      */
  13381.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  13382.     {
  13383.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13384.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13385.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  13386.         $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()));
  13387.         $instance->setName('doctrine:cache:clear-query');
  13388.         return $instance;
  13389.     }
  13390.     /**
  13391.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  13392.      *
  13393.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  13394.      */
  13395.     protected function getDoctrine_CacheClearResultCommandService()
  13396.     {
  13397.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13398.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13399.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  13400.         $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()));
  13401.         $instance->setName('doctrine:cache:clear-result');
  13402.         return $instance;
  13403.     }
  13404.     /**
  13405.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  13406.      *
  13407.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  13408.      */
  13409.     protected function getDoctrine_CacheCollectionRegionCommandService()
  13410.     {
  13411.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13412.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13413.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  13414.         $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()));
  13415.         $instance->setName('doctrine:cache:clear-collection-region');
  13416.         return $instance;
  13417.     }
  13418.     /**
  13419.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  13420.      *
  13421.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  13422.      */
  13423.     protected function getDoctrine_ClearEntityRegionCommandService()
  13424.     {
  13425.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13426.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13427.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  13428.         $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()));
  13429.         $instance->setName('doctrine:cache:clear-entity-region');
  13430.         return $instance;
  13431.     }
  13432.     /**
  13433.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  13434.      *
  13435.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  13436.      */
  13437.     protected function getDoctrine_ClearQueryRegionCommandService()
  13438.     {
  13439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13440.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13441.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  13442.         $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()));
  13443.         $instance->setName('doctrine:cache:clear-query-region');
  13444.         return $instance;
  13445.     }
  13446.     /**
  13447.      * Gets the private 'doctrine.database_create_command' shared service.
  13448.      *
  13449.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  13450.      */
  13451.     protected function getDoctrine_DatabaseCreateCommandService()
  13452.     {
  13453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13454.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  13455.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  13456.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13457.         $instance->setName('doctrine:database:create');
  13458.         return $instance;
  13459.     }
  13460.     /**
  13461.      * Gets the private 'doctrine.database_drop_command' shared service.
  13462.      *
  13463.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  13464.      */
  13465.     protected function getDoctrine_DatabaseDropCommandService()
  13466.     {
  13467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13468.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  13469.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  13470.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13471.         $instance->setName('doctrine:database:drop');
  13472.         return $instance;
  13473.     }
  13474.     /**
  13475.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  13476.      *
  13477.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  13478.      */
  13479.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  13480.     {
  13481.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13482.             'App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber''getGroupUsersSubscriberService'false],
  13483.             'App\\Doctrine\\EventSubscriber\\ServiceUsersSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\ServiceUsersSubscriber''getServiceUsersSubscriberService'false],
  13484.             'App\\Doctrine\\EventSubscriber\\WebSocketFlushSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\WebSocketFlushSubscriber''getWebSocketFlushSubscriberService'false],
  13485.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber''getBlameSubscriberService'false],
  13486.             '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],
  13487.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber''getHierarchySubscriberService'false],
  13488.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber''getTimestampSubscriberService'false],
  13489.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber''getTranslationSubscriberService'false],
  13490.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SerializeLogSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SerializeLogSubscriber''getSerializeLogSubscriberService'false],
  13491.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber''getTimestampSubscriber2Service'false],
  13492.             'Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber''getTerminateExportableSubscriberService'false],
  13493.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber''getValidGlobalChannelAndUserSubscriberService'false],
  13494.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber''getChannelMenuDisplayedSubscriber2Service'false],
  13495.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber''getPermissionConstraintSubscriberService'false],
  13496.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber''getNellappFileSubscriberService'false],
  13497.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  13498.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  13499.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  13500.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  13501.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  13502.             'nellapp_sdk.auth.user_resolve_target_entity' => ['privates''nellapp_sdk.auth.user_resolve_target_entity''getNellappSdk_Auth_UserResolveTargetEntityService'false],
  13503.             'nellapp_sdk.channel.abstract_cursus_resolve_target_entity' => ['privates''nellapp_sdk.channel.abstract_cursus_resolve_target_entity''getNellappSdk_Channel_AbstractCursusResolveTargetEntityService'false],
  13504.             'nellapp_sdk.channel.channel_channel_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_channel_resolve_target_entity''getNellappSdk_Channel_ChannelChannelResolveTargetEntityService'false],
  13505.             'nellapp_sdk.channel.channel_group_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_group_resolve_target_entity''getNellappSdk_Channel_ChannelGroupResolveTargetEntityService'false],
  13506.             'nellapp_sdk.channel.channel_place_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_place_resolve_target_entity''getNellappSdk_Channel_ChannelPlaceResolveTargetEntityService'false],
  13507.             'nellapp_sdk.channel.channel_service_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_service_resolve_target_entity''getNellappSdk_Channel_ChannelServiceResolveTargetEntityService'false],
  13508.             'nellapp_sdk.channel.channel_session_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_session_resolve_target_entity''getNellappSdk_Channel_ChannelSessionResolveTargetEntityService'false],
  13509.             'nellapp_sdk.channel.channel_training_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_training_resolve_target_entity''getNellappSdk_Channel_ChannelTrainingResolveTargetEntityService'false],
  13510.             'nellapp_sdk.channel.channel_user_data_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_user_data_resolve_target_entity''getNellappSdk_Channel_ChannelUserDataResolveTargetEntityService'false],
  13511.             '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],
  13512.             '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],
  13513.             '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],
  13514.             'nellapp_sdk.channel.channel_user_role_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_user_role_resolve_target_entity''getNellappSdk_Channel_ChannelUserRoleResolveTargetEntityService'false],
  13515.             'nellapp_sdk.channel.channel_white_label_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_white_label_resolve_target_entity''getNellappSdk_Channel_ChannelWhiteLabelResolveTargetEntityService'false],
  13516.             'nellapp_sdk.global_getter.channel_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.channel_class_resolve_target_entity''getNellappSdk_GlobalGetter_ChannelClassResolveTargetEntityService'false],
  13517.             '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],
  13518.             '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],
  13519.             '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],
  13520.             'nellapp_sdk.global_getter.user_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.user_class_resolve_target_entity''getNellappSdk_GlobalGetter_UserClassResolveTargetEntityService'false],
  13521.         ], [
  13522.             'App\\Doctrine\\EventSubscriber\\GroupUsersSubscriber' => '?',
  13523.             'App\\Doctrine\\EventSubscriber\\ServiceUsersSubscriber' => '?',
  13524.             'App\\Doctrine\\EventSubscriber\\WebSocketFlushSubscriber' => '?',
  13525.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber' => '?',
  13526.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\BlameSubscriber.App\\Entity\\Account\\User' => '?',
  13527.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber' => '?',
  13528.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber' => '?',
  13529.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber' => '?',
  13530.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SerializeLogSubscriber' => '?',
  13531.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber' => '?',
  13532.             'Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber' => '?',
  13533.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber' => '?',
  13534.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber' => '?',
  13535.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber' => '?',
  13536.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber' => '?',
  13537.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  13538.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  13539.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  13540.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  13541.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  13542.             'nellapp_sdk.auth.user_resolve_target_entity' => '?',
  13543.             'nellapp_sdk.channel.abstract_cursus_resolve_target_entity' => '?',
  13544.             'nellapp_sdk.channel.channel_channel_resolve_target_entity' => '?',
  13545.             'nellapp_sdk.channel.channel_group_resolve_target_entity' => '?',
  13546.             'nellapp_sdk.channel.channel_place_resolve_target_entity' => '?',
  13547.             'nellapp_sdk.channel.channel_service_resolve_target_entity' => '?',
  13548.             'nellapp_sdk.channel.channel_session_resolve_target_entity' => '?',
  13549.             'nellapp_sdk.channel.channel_training_resolve_target_entity' => '?',
  13550.             'nellapp_sdk.channel.channel_user_data_resolve_target_entity' => '?',
  13551.             'nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity' => '?',
  13552.             'nellapp_sdk.channel.channel_user_perm_service_resolve_target_entity' => '?',
  13553.             'nellapp_sdk.channel.channel_user_perm_session_resolve_target_entity' => '?',
  13554.             'nellapp_sdk.channel.channel_user_role_resolve_target_entity' => '?',
  13555.             'nellapp_sdk.channel.channel_white_label_resolve_target_entity' => '?',
  13556.             'nellapp_sdk.global_getter.channel_class_resolve_target_entity' => '?',
  13557.             'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity' => '?',
  13558.             'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity' => '?',
  13559.             'nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity' => '?',
  13560.             'nellapp_sdk.global_getter.user_class_resolve_target_entity' => '?',
  13561.         ]), [=> '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']]);
  13562.     }
  13563.     /**
  13564.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  13565.      *
  13566.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  13567.      */
  13568.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  13569.     {
  13570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13571.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13572.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  13573.         $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()));
  13574.         $instance->setName('doctrine:ensure-production-settings');
  13575.         return $instance;
  13576.     }
  13577.     /**
  13578.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  13579.      *
  13580.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  13581.      */
  13582.     protected function getDoctrine_MappingConvertCommandService()
  13583.     {
  13584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13585.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13586.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  13587.         $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()));
  13588.         $instance->setName('doctrine:mapping:convert');
  13589.         return $instance;
  13590.     }
  13591.     /**
  13592.      * Gets the private 'doctrine.mapping_import_command' shared service.
  13593.      *
  13594.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  13595.      */
  13596.     protected function getDoctrine_MappingImportCommandService()
  13597.     {
  13598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13599.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  13600.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  13601.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  13602.         $instance->setName('doctrine:mapping:import');
  13603.         return $instance;
  13604.     }
  13605.     /**
  13606.      * Gets the private 'doctrine.mapping_info_command' shared service.
  13607.      *
  13608.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  13609.      */
  13610.     protected function getDoctrine_MappingInfoCommandService()
  13611.     {
  13612.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13613.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13614.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  13615.         $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()));
  13616.         $instance->setName('doctrine:mapping:info');
  13617.         return $instance;
  13618.     }
  13619.     /**
  13620.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  13621.      *
  13622.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  13623.      */
  13624.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  13625.     {
  13626.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  13627.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  13628.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  13629.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  13630.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  13631.         }
  13632.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  13633.     }
  13634.     /**
  13635.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  13636.      *
  13637.      * @return \Doctrine\Migrations\DependencyFactory
  13638.      */
  13639.     protected function getDoctrine_Migrations_DependencyFactoryService()
  13640.     {
  13641.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  13642.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  13643.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  13644.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  13645.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  13646.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  13647.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  13648.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  13649.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  13650.         $b = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
  13651.         $b->setTableName('migration_versions');
  13652.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  13653.         $a->setAllOrNothing(false);
  13654.         $a->setCheckDatabasePlatform(true);
  13655.         $a->setTransactional(false);
  13656.         $a->setMetadataStorageConfiguration($b);
  13657.         $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()));
  13658.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  13659.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  13660.         });
  13661.         return $instance;
  13662.     }
  13663.     /**
  13664.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  13665.      *
  13666.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  13667.      */
  13668.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  13669.     {
  13670.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  13671.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  13672.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13673.     }
  13674.     /**
  13675.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  13676.      *
  13677.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  13678.      */
  13679.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  13680.     {
  13681.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  13682.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13683.         if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  13684.             return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  13685.         }
  13686.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  13687.     }
  13688.     /**
  13689.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  13690.      *
  13691.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  13692.      */
  13693.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  13694.     {
  13695.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  13696.         $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = $instance = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  13697.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\AbstractCursus''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''postPersist');
  13698.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\AbstractCursus''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''preUpdate');
  13699.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\AbstractCursus''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''postUpdate');
  13700.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\AbstractCursus''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''preRemove');
  13701.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\AbstractCursus''App\\Doctrine\\EventEntitySubscriber\\AbstractCursusSubscriber''postRemove');
  13702.         $instance->addEntityListener('App\\Entity\\Chat\\Canal''App\\Doctrine\\EventEntitySubscriber\\CanalSubscriber''postPersist');
  13703.         $instance->addEntityListener('App\\Entity\\Channel\\Channel''App\\Doctrine\\EventEntitySubscriber\\ChannelSubscriber''postPersist');
  13704.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\ChannelUserData''App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber''postPersist');
  13705.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\ChannelUserData''App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber''postUpdate');
  13706.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\ChannelUserData''App\\Doctrine\\EventEntitySubscriber\\ChannelUserDataSubscriber''preUpdate');
  13707.         $instance->addEntityListener('App\\Entity\\Chat\\ChatNotification''App\\Doctrine\\EventEntitySubscriber\\ChatNotificationSubscriber''postPersist');
  13708.         $instance->addEntityListener('App\\Entity\\Chat\\Conversation''App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber''preRemove');
  13709.         $instance->addEntityListener('App\\Entity\\Chat\\Conversation''App\\Doctrine\\EventEntitySubscriber\\ConversationSubscriber''postRemove');
  13710.         $instance->addEntityListener('App\\Entity\\Chat\\ConversationUser''App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber''preUpdate');
  13711.         $instance->addEntityListener('App\\Entity\\Chat\\ConversationUser''App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber''postUpdate');
  13712.         $instance->addEntityListener('App\\Entity\\Chat\\ConversationUser''App\\Doctrine\\EventEntitySubscriber\\ConversationUserSubscriber''postPersist');
  13713.         $instance->addEntityListener('App\\Entity\\Chat\\File''App\\Doctrine\\EventEntitySubscriber\\FileSubscriber''postRemove');
  13714.         $instance->addEntityListener('App\\Entity\\Channel\\Group''App\\Doctrine\\EventEntitySubscriber\\GroupSubscriberAbstract''postPersist');
  13715.         $instance->addEntityListener('App\\Entity\\Chat\\Message''App\\Doctrine\\EventEntitySubscriber\\MessageSubscriber''postPersist');
  13716.         $instance->addEntityListener('App\\Entity\\Channel\\Place''App\\Doctrine\\EventEntitySubscriber\\PlaceSubscriber''postPersist');
  13717.         $instance->addEntityListener('App\\Entity\\Chat\\ServiceConversation''App\\Doctrine\\EventEntitySubscriber\\ServiceConversationSubscriber''postPersist');
  13718.         $instance->addEntityListener('App\\Entity\\Channel\\Service''App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber''postPersist');
  13719.         $instance->addEntityListener('App\\Entity\\Channel\\Service''App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber''preRemove');
  13720.         $instance->addEntityListener('App\\Entity\\Channel\\Service''App\\Doctrine\\EventEntitySubscriber\\ServiceSubscriber''postRemove');
  13721.         $instance->addEntityListener('App\\Entity\\Channel\\ChannelUserSessionPermission''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''preUpdate');
  13722.         $instance->addEntityListener('App\\Entity\\Channel\\ChannelUserSessionPermission''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''postUpdate');
  13723.         $instance->addEntityListener('App\\Entity\\Channel\\ChannelUserSessionPermission''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''postPersist');
  13724.         $instance->addEntityListener('App\\Entity\\Channel\\ChannelUserSessionPermission''App\\Doctrine\\EventEntitySubscriber\\SessionReferentsSubscriber''postRemove');
  13725.         $instance->addEntityListener('App\\Entity\\Channel\\Session''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''postPersist');
  13726.         $instance->addEntityListener('App\\Entity\\Channel\\Session''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''preUpdate');
  13727.         $instance->addEntityListener('App\\Entity\\Channel\\Session''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''postUpdate');
  13728.         $instance->addEntityListener('App\\Entity\\Channel\\Session''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''preRemove');
  13729.         $instance->addEntityListener('App\\Entity\\Channel\\Session''App\\Doctrine\\EventEntitySubscriber\\SessionSubscriber''postRemove');
  13730.         $instance->addEntityListener('App\\Entity\\Channel\\Training''App\\Doctrine\\EventEntitySubscriber\\TrainingSubscriberAbstract''postPersist');
  13731.         $instance->addEntityListener('App\\Entity\\Account\\User''App\\Doctrine\\EventEntitySubscriber\\UserSubscriber''prePersist');
  13732.         $instance->addEntityListener('App\\Entity\\Account\\User''App\\Doctrine\\EventEntitySubscriber\\UserSubscriber''preUpdate');
  13733.         return $instance;
  13734.     }
  13735.     /**
  13736.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  13737.      *
  13738.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  13739.      */
  13740.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  13741.     {
  13742.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  13743.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  13744.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  13745.     }
  13746.     /**
  13747.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  13748.      *
  13749.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  13750.      */
  13751.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  13752.     {
  13753.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  13754.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  13755.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  13756.             return new \EmptyIterator();
  13757.         }, 0));
  13758.     }
  13759.     /**
  13760.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  13761.      *
  13762.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  13763.      */
  13764.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  13765.     {
  13766.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  13767.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  13768.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  13769.     }
  13770.     /**
  13771.      * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  13772.      *
  13773.      * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  13774.      */
  13775.     protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  13776.     {
  13777.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  13778.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  13779.         return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  13780.             yield => ($this->privates['messenger.transport.sync_full_user_transport'] ?? $this->getMessenger_Transport_SyncFullUserTransportService());
  13781.             yield => ($this->privates['messenger.transport.sync_transport'] ?? $this->getMessenger_Transport_SyncTransportService());
  13782.             yield => ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService());
  13783.         }, 3));
  13784.     }
  13785.     /**
  13786.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  13787.      *
  13788.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  13789.      */
  13790.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  13791.     {
  13792.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  13793.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13794.     }
  13795.     /**
  13796.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  13797.      *
  13798.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  13799.      */
  13800.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  13801.     {
  13802.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  13803.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  13804.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13805.     }
  13806.     /**
  13807.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  13808.      *
  13809.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  13810.      */
  13811.     protected function getDoctrine_Orm_Validator_UniqueService()
  13812.     {
  13813.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  13814.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  13815.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  13816.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13817.     }
  13818.     /**
  13819.      * Gets the private 'doctrine.query_dql_command' shared service.
  13820.      *
  13821.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  13822.      */
  13823.     protected function getDoctrine_QueryDqlCommandService()
  13824.     {
  13825.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13826.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13827.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  13828.         $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()));
  13829.         $instance->setName('doctrine:query:dql');
  13830.         return $instance;
  13831.     }
  13832.     /**
  13833.      * Gets the private 'doctrine.query_sql_command' shared service.
  13834.      *
  13835.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  13836.      */
  13837.     protected function getDoctrine_QuerySqlCommandService()
  13838.     {
  13839.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13840.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  13841.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  13842.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  13843.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  13844.         $instance->setName('doctrine:query:sql');
  13845.         return $instance;
  13846.     }
  13847.     /**
  13848.      * Gets the private 'doctrine.schema_create_command' shared service.
  13849.      *
  13850.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  13851.      */
  13852.     protected function getDoctrine_SchemaCreateCommandService()
  13853.     {
  13854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13855.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13856.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  13857.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  13858.         $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()));
  13859.         $instance->setName('doctrine:schema:create');
  13860.         return $instance;
  13861.     }
  13862.     /**
  13863.      * Gets the private 'doctrine.schema_drop_command' shared service.
  13864.      *
  13865.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  13866.      */
  13867.     protected function getDoctrine_SchemaDropCommandService()
  13868.     {
  13869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13870.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13871.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  13872.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  13873.         $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()));
  13874.         $instance->setName('doctrine:schema:drop');
  13875.         return $instance;
  13876.     }
  13877.     /**
  13878.      * Gets the private 'doctrine.schema_update_command' shared service.
  13879.      *
  13880.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  13881.      */
  13882.     protected function getDoctrine_SchemaUpdateCommandService()
  13883.     {
  13884.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13885.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13886.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  13887.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  13888.         $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()));
  13889.         $instance->setName('doctrine:schema:update');
  13890.         return $instance;
  13891.     }
  13892.     /**
  13893.      * Gets the private 'doctrine.schema_validate_command' shared service.
  13894.      *
  13895.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  13896.      */
  13897.     protected function getDoctrine_SchemaValidateCommandService()
  13898.     {
  13899.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13900.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13901.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  13902.         $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()));
  13903.         $instance->setName('doctrine:schema:validate');
  13904.         return $instance;
  13905.     }
  13906.     /**
  13907.      * Gets the private 'doctrine.ulid_generator' shared service.
  13908.      *
  13909.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  13910.      */
  13911.     protected function getDoctrine_UlidGeneratorService()
  13912.     {
  13913.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  13914.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  13915.         include_once \dirname(__DIR__4).'/vendor/symfony/uid/Factory/UlidFactory.php';
  13916.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(new \Symfony\Component\Uid\Factory\UlidFactory());
  13917.     }
  13918.     /**
  13919.      * Gets the private 'doctrine.uuid_generator' shared service.
  13920.      *
  13921.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  13922.      */
  13923.     protected function getDoctrine_UuidGeneratorService()
  13924.     {
  13925.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  13926.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  13927.         include_once \dirname(__DIR__4).'/vendor/symfony/uid/Factory/UuidFactory.php';
  13928.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(new \Symfony\Component\Uid\Factory\UuidFactory(665'Symfony\\Component\\Uid\\UuidV4'NULLNULL));
  13929.     }
  13930.     /**
  13931.      * Gets the private 'doctrine_migrations.current_command' shared service.
  13932.      *
  13933.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  13934.      */
  13935.     protected function getDoctrineMigrations_CurrentCommandService()
  13936.     {
  13937.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13938.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  13939.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  13940.         $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');
  13941.         $instance->setName('doctrine:migrations:current');
  13942.         return $instance;
  13943.     }
  13944.     /**
  13945.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  13946.      *
  13947.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  13948.      */
  13949.     protected function getDoctrineMigrations_DiffCommandService()
  13950.     {
  13951.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13952.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  13953.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  13954.         $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');
  13955.         $instance->setName('doctrine:migrations:diff');
  13956.         return $instance;
  13957.     }
  13958.     /**
  13959.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  13960.      *
  13961.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  13962.      */
  13963.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  13964.     {
  13965.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13966.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  13967.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  13968.         $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');
  13969.         $instance->setName('doctrine:migrations:dump-schema');
  13970.         return $instance;
  13971.     }
  13972.     /**
  13973.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  13974.      *
  13975.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  13976.      */
  13977.     protected function getDoctrineMigrations_ExecuteCommandService()
  13978.     {
  13979.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13980.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  13981.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  13982.         $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');
  13983.         $instance->setName('doctrine:migrations:execute');
  13984.         return $instance;
  13985.     }
  13986.     /**
  13987.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  13988.      *
  13989.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  13990.      */
  13991.     protected function getDoctrineMigrations_GenerateCommandService()
  13992.     {
  13993.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13994.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  13995.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  13996.         $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');
  13997.         $instance->setName('doctrine:migrations:generate');
  13998.         return $instance;
  13999.     }
  14000.     /**
  14001.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  14002.      *
  14003.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  14004.      */
  14005.     protected function getDoctrineMigrations_LatestCommandService()
  14006.     {
  14007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14008.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14009.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  14010.         $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');
  14011.         $instance->setName('doctrine:migrations:latest');
  14012.         return $instance;
  14013.     }
  14014.     /**
  14015.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  14016.      *
  14017.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  14018.      */
  14019.     protected function getDoctrineMigrations_MigrateCommandService()
  14020.     {
  14021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14022.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14023.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  14024.         $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');
  14025.         $instance->setName('doctrine:migrations:migrate');
  14026.         return $instance;
  14027.     }
  14028.     /**
  14029.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  14030.      *
  14031.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  14032.      */
  14033.     protected function getDoctrineMigrations_RollupCommandService()
  14034.     {
  14035.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14036.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14037.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  14038.         $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');
  14039.         $instance->setName('doctrine:migrations:rollup');
  14040.         return $instance;
  14041.     }
  14042.     /**
  14043.      * Gets the private 'doctrine_migrations.status_command' shared service.
  14044.      *
  14045.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  14046.      */
  14047.     protected function getDoctrineMigrations_StatusCommandService()
  14048.     {
  14049.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14050.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14051.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  14052.         $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');
  14053.         $instance->setName('doctrine:migrations:status');
  14054.         return $instance;
  14055.     }
  14056.     /**
  14057.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  14058.      *
  14059.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  14060.      */
  14061.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  14062.     {
  14063.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14064.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14065.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  14066.         $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');
  14067.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  14068.         return $instance;
  14069.     }
  14070.     /**
  14071.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  14072.      *
  14073.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  14074.      */
  14075.     protected function getDoctrineMigrations_UpToDateCommandService()
  14076.     {
  14077.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14078.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14079.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  14080.         $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');
  14081.         $instance->setName('doctrine:migrations:up-to-date');
  14082.         return $instance;
  14083.     }
  14084.     /**
  14085.      * Gets the private 'doctrine_migrations.version_command' shared service.
  14086.      *
  14087.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  14088.      */
  14089.     protected function getDoctrineMigrations_VersionCommandService()
  14090.     {
  14091.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14092.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14093.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  14094.         $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');
  14095.         $instance->setName('doctrine:migrations:version');
  14096.         return $instance;
  14097.     }
  14098.     /**
  14099.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  14100.      *
  14101.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  14102.      */
  14103.     protected function getDoctrineMigrations_VersionsCommandService()
  14104.     {
  14105.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14106.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14107.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  14108.         $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');
  14109.         $instance->setName('doctrine:migrations:list');
  14110.         return $instance;
  14111.     }
  14112.     /**
  14113.      * Gets the private 'drosalys.web_socket.routing.sf_router' shared service.
  14114.      *
  14115.      * @return \Symfony\Component\Routing\Router
  14116.      */
  14117.     protected function getDrosalys_WebSocket_Routing_SfRouterService()
  14118.     {
  14119.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  14120.         $b = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  14121.         $c = new \DrosalysWeb\Bundle\WebSocketBundle\Routing\Loader\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  14122.         $a->addLoader(new \DrosalysWeb\Bundle\WebSocketBundle\Routing\Loader\YamlFileLoader($b));
  14123.         $a->addLoader(new \DrosalysWeb\Bundle\WebSocketBundle\Routing\Loader\XmlFileLoader($b));
  14124.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  14125.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  14126.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  14127.         $a->addLoader($c);
  14128.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  14129.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  14130.         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');
  14131.     }
  14132.     /**
  14133.      * Gets the private 'drosalys.web_socket.routing.ws_url_generator' shared service.
  14134.      *
  14135.      * @return \DrosalysWeb\Bundle\WebSocketBundle\Routing\Generator\WebSocketWrapperUrlGenerator
  14136.      */
  14137.     protected function getDrosalys_WebSocket_Routing_WsUrlGeneratorService()
  14138.     {
  14139.         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()));
  14140.     }
  14141.     /**
  14142.      * Gets the private 'error_handler.error_renderer.html' shared service.
  14143.      *
  14144.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  14145.      */
  14146.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  14147.     {
  14148.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  14149.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  14150.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  14151.         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()));
  14152.     }
  14153.     /**
  14154.      * Gets the private 'exception_listener' shared service.
  14155.      *
  14156.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  14157.      */
  14158.     protected function getExceptionListenerService()
  14159.     {
  14160.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  14161.     }
  14162.     /**
  14163.      * Gets the private 'fidry_alice_data_fixtures.doctrine.persister_loader' shared service.
  14164.      *
  14165.      * @return \Fidry\AliceDataFixtures\Loader\PersisterLoader
  14166.      */
  14167.     protected function getFidryAliceDataFixtures_Doctrine_PersisterLoaderService($lazyLoad true)
  14168.     {
  14169.         if ($lazyLoad) {
  14170.             return $this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] = $this->createProxy('PersisterLoader_c8a8e24', function () {
  14171.                 return \PersisterLoader_c8a8e24::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  14172.                     $wrappedInstance $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService(false);
  14173.                     $proxy->setProxyInitializer(null);
  14174.                     return true;
  14175.                 });
  14176.             });
  14177.         }
  14178.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/ProcessorInterface.php';
  14179.         include_once \dirname(__DIR__4).'/src/Fixture/Processor/ChannelProcessor.php';
  14180.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/ArrayAccessorTrait.php';
  14181.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/GuardedPropertyTrait.php';
  14182.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/QueryBuilderTrait.php';
  14183.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Provider/AbstractProvider.php';
  14184.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php';
  14185.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/Provider/CoreProvider.php';
  14186.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2ClientInterface.php';
  14187.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Fixture/Processor/EaseUuidProcessor.php';
  14188.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  14189.         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()))]);
  14190.     }
  14191.     /**
  14192.      * Gets the private 'fidry_alice_data_fixtures.loader.simple' shared service.
  14193.      *
  14194.      * @return \Fidry\AliceDataFixtures\Loader\SimpleLoader
  14195.      */
  14196.     protected function getFidryAliceDataFixtures_Loader_SimpleService($lazyLoad true)
  14197.     {
  14198.         if ($lazyLoad) {
  14199.             return $this->privates['fidry_alice_data_fixtures.loader.simple'] = $this->createProxy('SimpleLoader_4473cb1', function () {
  14200.                 return \SimpleLoader_4473cb1::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  14201.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_SimpleService(false);
  14202.                     $proxy->setProxyInitializer(null);
  14203.                     return true;
  14204.                 });
  14205.             });
  14206.         }
  14207.         return new \Fidry\AliceDataFixtures\Loader\SimpleLoader(($this->services['nelmio_alice.files_loader'] ?? $this->getNelmioAlice_FilesLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  14208.     }
  14209.     /**
  14210.      * Gets the private 'form.choice_list_factory.cached' shared service.
  14211.      *
  14212.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  14213.      */
  14214.     protected function getForm_ChoiceListFactory_CachedService()
  14215.     {
  14216.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  14217.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  14218.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  14219.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  14220.         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())));
  14221.     }
  14222.     /**
  14223.      * Gets the private 'form.registry' shared service.
  14224.      *
  14225.      * @return \Symfony\Component\Form\FormRegistry
  14226.      */
  14227.     protected function getForm_RegistryService()
  14228.     {
  14229.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  14230.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  14231.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  14232.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  14233.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  14234.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  14235.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  14236.         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, [
  14237.             'App\\Form\\AddUsersType' => ['privates''App\\Form\\AddUsersType''getAddUsersTypeService'false],
  14238.             'App\\Form\\Admin\\AddAdminsType' => ['privates''App\\Form\\Admin\\AddAdminsType''getAddAdminsTypeService'false],
  14239.             'App\\Form\\Admin\\Chat\\CanalType' => ['privates''App\\Form\\Admin\\Chat\\CanalType''getCanalTypeService'false],
  14240.             'App\\Form\\Admin\\Chat\\EditCanalType' => ['privates''App\\Form\\Admin\\Chat\\EditCanalType''getEditCanalTypeService'false],
  14241.             'App\\Form\\ConversationSelektorType' => ['privates''App\\Form\\ConversationSelektorType''getConversationSelektorTypeService'false],
  14242.             'App\\Form\\Filter\\CanalFilterType' => ['privates''App\\Form\\Filter\\CanalFilterType''getCanalFilterTypeService'false],
  14243.             'App\\Form\\Filter\\ConversationFilterType' => ['privates''App\\Form\\Filter\\ConversationFilterType''getConversationFilterTypeService'false],
  14244.             'App\\Form\\Filter\\ResourceFilter' => ['privates''App\\Form\\Filter\\ResourceFilter''getResourceFilterService'false],
  14245.             'App\\Form\\Filter\\ServiceConversationFilterType' => ['privates''App\\Form\\Filter\\ServiceConversationFilterType''getServiceConversationFilterTypeService'false],
  14246.             'App\\Form\\Filter\\UserFilter' => ['privates''App\\Form\\Filter\\UserFilter''getUserFilterService'false],
  14247.             'App\\Form\\GlobalSearchType' => ['privates''App\\Form\\GlobalSearchType''getGlobalSearchTypeService'false],
  14248.             'App\\Form\\ResourceSelektorType' => ['privates''App\\Form\\ResourceSelektorType''getResourceSelektorTypeService'false],
  14249.             'App\\Form\\UploadFileType' => ['privates''App\\Form\\UploadFileType''getUploadFileTypeService'false],
  14250.             'App\\Form\\UserSelektorType' => ['privates''App\\Form\\UserSelektorType''getUserSelektorTypeService'false],
  14251.             'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType' => ['privates''DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType''getAsyncEntityTypeService'false],
  14252.             'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType' => ['privates''DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType''getSelectOrCreateTypeService'false],
  14253.             'Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter' => ['privates''Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter''getApiFilterService'false],
  14254.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'false],
  14255.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType''getGroupeFilterTypeService'false],
  14256.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType''getServiceFilterTypeService'false],
  14257.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType''getSessionFilterTypeService'false],
  14258.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType''getTrainingFilterTypeService'false],
  14259.             'Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType''getUserFilterTypeService'false],
  14260.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType''getNellappBooleanTypeService'false],
  14261.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType''getNellappChoiceTypeService'false],
  14262.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter''getCustomViewColumnsFilterService'false],
  14263.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType''getCustomViewManagerTypeService'false],
  14264.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType''getEditCustomViewTypeService'false],
  14265.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType''getNewCustomViewTypeService'false],
  14266.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType''getChannelUserRoleFilterTypeService'false],
  14267.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter''getCollectionFilterService'false],
  14268.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter''getCollectionFilter2Service'false],
  14269.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType''getChannelUserRoleSelektorFilterTypeService'false],
  14270.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType''getUserSelektorFilterTypeService'false],
  14271.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType''getSessionStatusFilterTypeService'false],
  14272.             'Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType''getTabContainerTypeService'false],
  14273.             'Nellapp\\Bundle\\SDKBundle\\Form\\TabType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\TabType''getTabTypeService'false],
  14274.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType''getAsyncEntityType2Service'false],
  14275.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType''getChannelUserRoleSelektorTypeService'false],
  14276.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType''getGroupSelektorTypeService'false],
  14277.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType''getPlaceSelektorTypeService'false],
  14278.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType''getServiceSelektorTypeService'false],
  14279.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType''getUserSelektorType2Service'false],
  14280.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType''getChannelUserPermissionEnumTypeService'false],
  14281.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType''getChannelUserPermissionResourceTypeService'false],
  14282.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter''getChannelUserDataFilterService'false],
  14283.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter''getChannelUserPermissionResourceFilterService'false],
  14284.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType''getMultipleResourcePermissionsTypeService'false],
  14285.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType''getSelectUserForChannelResourcePermissionTypeService'false],
  14286.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType''getMimeTypeChoiceFilterTypeService'false],
  14287.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType' => ['privates''spiriit_form_filter.type.filter_boolean''getSpiriitFormFilter_Type_FilterBooleanService'false],
  14288.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType' => ['privates''spiriit_form_filter.type.filter_checkbox''getSpiriitFormFilter_Type_FilterCheckboxService'false],
  14289.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType' => ['privates''spiriit_form_filter.type.filter_choice''getSpiriitFormFilter_Type_FilterChoiceService'false],
  14290.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType' => ['privates''spiriit_form_filter.type.filter_collection_adapter''getSpiriitFormFilter_Type_FilterCollectionAdapterService'false],
  14291.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType' => ['privates''spiriit_form_filter.type.filter_date''getSpiriitFormFilter_Type_FilterDateService'false],
  14292.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType' => ['privates''spiriit_form_filter.type.filter_date_range''getSpiriitFormFilter_Type_FilterDateRangeService'false],
  14293.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType' => ['privates''spiriit_form_filter.type.filter_datetime''getSpiriitFormFilter_Type_FilterDatetimeService'false],
  14294.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType' => ['privates''spiriit_form_filter.type.filter_datetime_range''getSpiriitFormFilter_Type_FilterDatetimeRangeService'false],
  14295.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType' => ['privates''spiriit_form_filter.type.filter_entity''getSpiriitFormFilter_Type_FilterEntityService'false],
  14296.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType' => ['privates''spiriit_form_filter.type.filter_enum''getSpiriitFormFilter_Type_FilterEnumService'false],
  14297.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType' => ['privates''spiriit_form_filter.type.filter_number''getSpiriitFormFilter_Type_FilterNumberService'false],
  14298.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType' => ['privates''spiriit_form_filter.type.filter_number_range''getSpiriitFormFilter_Type_FilterNumberRangeService'false],
  14299.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType' => ['privates''spiriit_form_filter.type.filter_sharedable''getSpiriitFormFilter_Type_FilterSharedableService'false],
  14300.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType' => ['privates''spiriit_form_filter.type.filter_text''getSpiriitFormFilter_Type_FilterTextService'false],
  14301.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  14302.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  14303.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  14304.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  14305.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  14306.         ], [
  14307.             'App\\Form\\AddUsersType' => '?',
  14308.             'App\\Form\\Admin\\AddAdminsType' => '?',
  14309.             'App\\Form\\Admin\\Chat\\CanalType' => '?',
  14310.             'App\\Form\\Admin\\Chat\\EditCanalType' => '?',
  14311.             'App\\Form\\ConversationSelektorType' => '?',
  14312.             'App\\Form\\Filter\\CanalFilterType' => '?',
  14313.             'App\\Form\\Filter\\ConversationFilterType' => '?',
  14314.             'App\\Form\\Filter\\ResourceFilter' => '?',
  14315.             'App\\Form\\Filter\\ServiceConversationFilterType' => '?',
  14316.             'App\\Form\\Filter\\UserFilter' => '?',
  14317.             'App\\Form\\GlobalSearchType' => '?',
  14318.             'App\\Form\\ResourceSelektorType' => '?',
  14319.             'App\\Form\\UploadFileType' => '?',
  14320.             'App\\Form\\UserSelektorType' => '?',
  14321.             'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType' => '?',
  14322.             'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType' => '?',
  14323.             'Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter' => '?',
  14324.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  14325.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType' => '?',
  14326.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType' => '?',
  14327.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType' => '?',
  14328.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType' => '?',
  14329.             'Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType' => '?',
  14330.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType' => '?',
  14331.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType' => '?',
  14332.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter' => '?',
  14333.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType' => '?',
  14334.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType' => '?',
  14335.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType' => '?',
  14336.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType' => '?',
  14337.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter' => '?',
  14338.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter' => '?',
  14339.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType' => '?',
  14340.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType' => '?',
  14341.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType' => '?',
  14342.             'Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType' => '?',
  14343.             'Nellapp\\Bundle\\SDKBundle\\Form\\TabType' => '?',
  14344.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType' => '?',
  14345.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType' => '?',
  14346.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType' => '?',
  14347.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType' => '?',
  14348.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType' => '?',
  14349.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType' => '?',
  14350.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType' => '?',
  14351.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType' => '?',
  14352.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter' => '?',
  14353.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter' => '?',
  14354.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType' => '?',
  14355.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType' => '?',
  14356.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType' => '?',
  14357.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType' => '?',
  14358.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType' => '?',
  14359.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType' => '?',
  14360.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType' => '?',
  14361.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType' => '?',
  14362.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType' => '?',
  14363.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType' => '?',
  14364.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType' => '?',
  14365.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType' => '?',
  14366.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType' => '?',
  14367.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType' => '?',
  14368.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType' => '?',
  14369.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType' => '?',
  14370.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType' => '?',
  14371.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  14372.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  14373.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  14374.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  14375.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  14376.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\CollectionType' => new RewindableGenerator(function () {
  14377.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\CollectionExtension()));
  14378.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\TabsExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\TabsExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\TabsExtension()));
  14379.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingCollectionExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingCollectionExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\OrderingCollectionExtension()));
  14380.         }, 3), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  14381.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionInnerExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionInnerExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\CollectionInnerExtension()));
  14382.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\OrderingExtension()));
  14383.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  14384.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  14385.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  14386.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  14387.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  14388.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  14389.             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')));
  14390.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollapsableExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollapsableExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\CollapsableExtension()));
  14391.             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()));
  14392.             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()));
  14393.         }, 12), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  14394.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  14395.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  14396.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  14397.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\DateType' => new RewindableGenerator(function () {
  14398.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension()));
  14399.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\DateTimeType' => new RewindableGenerator(function () {
  14400.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension()));
  14401.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TimeType' => new RewindableGenerator(function () {
  14402.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension()));
  14403.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TelType' => new RewindableGenerator(function () {
  14404.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\TelTypeExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\TelTypeExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\TelTypeExtension()));
  14405.         }, 1)], new RewindableGenerator(function () {
  14406.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  14407.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  14408.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  14409.     }
  14410.     /**
  14411.      * Gets the private 'form.type.choice' shared service.
  14412.      *
  14413.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  14414.      */
  14415.     protected function getForm_Type_ChoiceService()
  14416.     {
  14417.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  14418.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  14419.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  14420.         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()));
  14421.     }
  14422.     /**
  14423.      * Gets the private 'form.type.color' shared service.
  14424.      *
  14425.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  14426.      */
  14427.     protected function getForm_Type_ColorService()
  14428.     {
  14429.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  14430.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  14431.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  14432.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  14433.     }
  14434.     /**
  14435.      * Gets the private 'form.type.entity' shared service.
  14436.      *
  14437.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  14438.      */
  14439.     protected function getForm_Type_EntityService()
  14440.     {
  14441.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  14442.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  14443.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  14444.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  14445.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14446.     }
  14447.     /**
  14448.      * Gets the private 'form.type.form' shared service.
  14449.      *
  14450.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  14451.      */
  14452.     protected function getForm_Type_FormService()
  14453.     {
  14454.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  14455.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  14456.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  14457.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  14458.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  14459.     }
  14460.     /**
  14461.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  14462.      *
  14463.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  14464.      */
  14465.     protected function getForm_TypeExtension_Form_DataCollectorService()
  14466.     {
  14467.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  14468.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  14469.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  14470.         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()));
  14471.     }
  14472.     /**
  14473.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  14474.      *
  14475.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  14476.      */
  14477.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  14478.     {
  14479.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  14480.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  14481.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  14482.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  14483.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  14484.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  14485.         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())))));
  14486.     }
  14487.     /**
  14488.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  14489.      *
  14490.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  14491.      */
  14492.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  14493.     {
  14494.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  14495.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  14496.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  14497.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  14498.     }
  14499.     /**
  14500.      * Gets the private 'form.type_extension.form.validator' shared service.
  14501.      *
  14502.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  14503.      */
  14504.     protected function getForm_TypeExtension_Form_ValidatorService()
  14505.     {
  14506.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  14507.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  14508.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  14509.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  14510.         $a = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  14511.         if (isset($this->privates['form.type_extension.form.validator'])) {
  14512.             return $this->privates['form.type_extension.form.validator'];
  14513.         }
  14514.         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()));
  14515.     }
  14516.     /**
  14517.      * Gets the private 'form.type_extension.upload.validator' shared service.
  14518.      *
  14519.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  14520.      */
  14521.     protected function getForm_TypeExtension_Upload_ValidatorService()
  14522.     {
  14523.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  14524.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  14525.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  14526.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  14527.     }
  14528.     /**
  14529.      * Gets the private 'form.type_guesser.doctrine' shared service.
  14530.      *
  14531.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  14532.      */
  14533.     protected function getForm_TypeGuesser_DoctrineService()
  14534.     {
  14535.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  14536.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  14537.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14538.     }
  14539.     /**
  14540.      * Gets the private 'form.type_guesser.validator' shared service.
  14541.      *
  14542.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  14543.      */
  14544.     protected function getForm_TypeGuesser_ValidatorService()
  14545.     {
  14546.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  14547.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  14548.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  14549.     }
  14550.     /**
  14551.      * Gets the private 'fragment.renderer.inline' shared service.
  14552.      *
  14553.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  14554.      */
  14555.     protected function getFragment_Renderer_InlineService()
  14556.     {
  14557.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  14558.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  14559.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  14560.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  14561.         if (isset($this->privates['fragment.renderer.inline'])) {
  14562.             return $this->privates['fragment.renderer.inline'];
  14563.         }
  14564.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14565.         if (isset($this->privates['fragment.renderer.inline'])) {
  14566.             return $this->privates['fragment.renderer.inline'];
  14567.         }
  14568.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  14569.         $instance->setFragmentPath('/_fragment');
  14570.         return $instance;
  14571.     }
  14572.     /**
  14573.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  14574.      *
  14575.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  14576.      */
  14577.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  14578.     {
  14579.         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())));
  14580.     }
  14581.     /**
  14582.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  14583.      *
  14584.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  14585.      */
  14586.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  14587.     {
  14588.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  14589.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  14590.             return $this->privates['framework_extra_bundle.event.is_granted'];
  14591.         }
  14592.         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);
  14593.     }
  14594.     /**
  14595.      * Gets the private 'knp_menu.menu_provider.builder_alias' shared service.
  14596.      *
  14597.      * @return \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider
  14598.      */
  14599.     protected function getKnpMenu_MenuProvider_BuilderAliasService()
  14600.     {
  14601.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Provider/BuilderAliasProvider.php';
  14602.         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()));
  14603.     }
  14604.     /**
  14605.      * Gets the private 'knp_menu.menu_provider.lazy' shared service.
  14606.      *
  14607.      * @return \Knp\Menu\Provider\LazyProvider
  14608.      */
  14609.     protected function getKnpMenu_MenuProvider_LazyService()
  14610.     {
  14611.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/LazyProvider.php';
  14612.         return $this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider(['channel_side_nav' => function () {
  14613.             return ($this->privates['nellapp_sdk.channel_side_nav'] ?? $this->getNellappSdk_ChannelSideNavService());
  14614.         }]);
  14615.     }
  14616.     /**
  14617.      * Gets the private 'knp_menu.renderer.list' shared service.
  14618.      *
  14619.      * @return \Knp\Menu\Renderer\ListRenderer
  14620.      */
  14621.     protected function getKnpMenu_Renderer_ListService()
  14622.     {
  14623.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
  14624.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  14625.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/ListRenderer.php';
  14626.         return $this->privates['knp_menu.renderer.list'] = new \Knp\Menu\Renderer\ListRenderer(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), [], 'UTF-8');
  14627.     }
  14628.     /**
  14629.      * Gets the private 'knp_menu.renderer.twig' shared service.
  14630.      *
  14631.      * @return \Knp\Menu\Renderer\TwigRenderer
  14632.      */
  14633.     protected function getKnpMenu_Renderer_TwigService()
  14634.     {
  14635.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  14636.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/TwigRenderer.php';
  14637.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  14638.         if (isset($this->privates['knp_menu.renderer.twig'])) {
  14639.             return $this->privates['knp_menu.renderer.twig'];
  14640.         }
  14641.         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()), []);
  14642.     }
  14643.     /**
  14644.      * Gets the private 'knp_menu.voter.router' shared service.
  14645.      *
  14646.      * @return \Knp\Menu\Matcher\Voter\RouteVoter
  14647.      */
  14648.     protected function getKnpMenu_Voter_RouterService()
  14649.     {
  14650.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  14651.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/RouteVoter.php';
  14652.         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())));
  14653.     }
  14654.     /**
  14655.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  14656.      *
  14657.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  14658.      */
  14659.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  14660.     {
  14661.         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]);
  14662.     }
  14663.     /**
  14664.      * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  14665.      *
  14666.      * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  14667.      */
  14668.     protected function getLiipImagine_Binary_MimeTypeGuesserService()
  14669.     {
  14670.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  14671.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  14672.         return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
  14673.     }
  14674.     /**
  14675.      * Gets the private 'liip_imagine.command.cache_remove' shared service.
  14676.      *
  14677.      * @return \Liip\ImagineBundle\Command\RemoveCacheCommand
  14678.      */
  14679.     protected function getLiipImagine_Command_CacheRemoveService()
  14680.     {
  14681.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14682.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  14683.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
  14684.         $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()));
  14685.         $instance->setName('liip:imagine:cache:remove');
  14686.         return $instance;
  14687.     }
  14688.     /**
  14689.      * Gets the private 'liip_imagine.command.cache_resolve' shared service.
  14690.      *
  14691.      * @return \Liip\ImagineBundle\Command\ResolveCacheCommand
  14692.      */
  14693.     protected function getLiipImagine_Command_CacheResolveService()
  14694.     {
  14695.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14696.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  14697.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
  14698.         $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()));
  14699.         $instance->setName('liip:imagine:cache:resolve');
  14700.         return $instance;
  14701.     }
  14702.     /**
  14703.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  14704.      *
  14705.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  14706.      */
  14707.     protected function getLiipImagine_Filter_ConfigurationService()
  14708.     {
  14709.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  14710.     }
  14711.     /**
  14712.      * Gets the private 'liip_imagine.form.type.image' shared service.
  14713.      *
  14714.      * @return \Liip\ImagineBundle\Form\Type\ImageType
  14715.      */
  14716.     protected function getLiipImagine_Form_Type_ImageService()
  14717.     {
  14718.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  14719.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  14720.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
  14721.         return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
  14722.     }
  14723.     /**
  14724.      * Gets the private 'liip_imagine.gd' shared service.
  14725.      *
  14726.      * @return \Imagine\Gd\Imagine
  14727.      */
  14728.     protected function getLiipImagine_GdService()
  14729.     {
  14730.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  14731.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  14732.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  14733.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  14734.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  14735.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
  14736.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
  14737.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
  14738.         $this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
  14739.         $instance->setMetadataReader(new \Imagine\Image\Metadata\ExifMetadataReader());
  14740.         return $instance;
  14741.     }
  14742.     /**
  14743.      * Gets the private 'liip_imagine.service.filter' shared service.
  14744.      *
  14745.      * @return \Liip\ImagineBundle\Service\FilterService
  14746.      */
  14747.     protected function getLiipImagine_Service_FilterService()
  14748.     {
  14749.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
  14750.         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()));
  14751.     }
  14752.     /**
  14753.      * Gets the private 'locale_aware_listener' shared service.
  14754.      *
  14755.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  14756.      */
  14757.     protected function getLocaleAwareListenerService()
  14758.     {
  14759.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  14760.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  14761.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  14762.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  14763.     }
  14764.     /**
  14765.      * Gets the private 'locale_listener' shared service.
  14766.      *
  14767.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  14768.      */
  14769.     protected function getLocaleListenerService()
  14770.     {
  14771.         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, []);
  14772.     }
  14773.     /**
  14774.      * Gets the private 'mailer.transport_factory.native' shared service.
  14775.      *
  14776.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  14777.      */
  14778.     protected function getMailer_TransportFactory_NativeService()
  14779.     {
  14780.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  14781.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  14782.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  14783.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14784.         if (isset($this->privates['mailer.transport_factory.native'])) {
  14785.             return $this->privates['mailer.transport_factory.native'];
  14786.         }
  14787.         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()));
  14788.     }
  14789.     /**
  14790.      * Gets the private 'mailer.transport_factory.null' shared service.
  14791.      *
  14792.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  14793.      */
  14794.     protected function getMailer_TransportFactory_NullService()
  14795.     {
  14796.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  14797.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  14798.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  14799.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14800.         if (isset($this->privates['mailer.transport_factory.null'])) {
  14801.             return $this->privates['mailer.transport_factory.null'];
  14802.         }
  14803.         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()));
  14804.     }
  14805.     /**
  14806.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  14807.      *
  14808.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  14809.      */
  14810.     protected function getMailer_TransportFactory_SendmailService()
  14811.     {
  14812.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  14813.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  14814.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  14815.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14816.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  14817.             return $this->privates['mailer.transport_factory.sendmail'];
  14818.         }
  14819.         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()));
  14820.     }
  14821.     /**
  14822.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  14823.      *
  14824.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  14825.      */
  14826.     protected function getMailer_TransportFactory_SmtpService()
  14827.     {
  14828.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  14829.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  14830.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  14831.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14832.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  14833.             return $this->privates['mailer.transport_factory.smtp'];
  14834.         }
  14835.         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()));
  14836.     }
  14837.     /**
  14838.      * Gets the private 'maker.auto_command.make_auth' shared service.
  14839.      *
  14840.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  14841.      */
  14842.     protected function getMaker_AutoCommand_MakeAuthService()
  14843.     {
  14844.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14845.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  14846.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  14847.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  14848.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  14849.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  14850.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  14851.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  14852.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  14853.         $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);
  14854.         $instance->setName('make:auth');
  14855.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  14856.         return $instance;
  14857.     }
  14858.     /**
  14859.      * Gets the private 'maker.auto_command.make_command' shared service.
  14860.      *
  14861.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  14862.      */
  14863.     protected function getMaker_AutoCommand_MakeCommandService()
  14864.     {
  14865.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14866.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  14867.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  14868.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  14869.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  14870.         $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()));
  14871.         $instance->setName('make:command');
  14872.         $instance->setDescription('Creates a new console command class');
  14873.         return $instance;
  14874.     }
  14875.     /**
  14876.      * Gets the private 'maker.auto_command.make_controller' shared service.
  14877.      *
  14878.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  14879.      */
  14880.     protected function getMaker_AutoCommand_MakeControllerService()
  14881.     {
  14882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14883.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  14884.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  14885.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  14886.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  14887.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  14888.         $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()));
  14889.         $instance->setName('make:controller');
  14890.         $instance->setDescription('Creates a new controller class');
  14891.         return $instance;
  14892.     }
  14893.     /**
  14894.      * Gets the private 'maker.auto_command.make_crud' shared service.
  14895.      *
  14896.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  14897.      */
  14898.     protected function getMaker_AutoCommand_MakeCrudService()
  14899.     {
  14900.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14901.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  14902.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  14903.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  14904.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  14905.         $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()));
  14906.         $instance->setName('make:crud');
  14907.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  14908.         return $instance;
  14909.     }
  14910.     /**
  14911.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  14912.      *
  14913.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  14914.      */
  14915.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  14916.     {
  14917.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14918.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  14919.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  14920.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  14921.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  14922.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  14923.         $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()));
  14924.         $instance->setName('make:docker:database');
  14925.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  14926.         return $instance;
  14927.     }
  14928.     /**
  14929.      * Gets the private 'maker.auto_command.make_entity' shared service.
  14930.      *
  14931.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  14932.      */
  14933.     protected function getMaker_AutoCommand_MakeEntityService()
  14934.     {
  14935.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14936.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  14937.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  14938.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  14939.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  14940.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  14941.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  14942.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  14943.         $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);
  14944.         $instance->setName('make:entity');
  14945.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  14946.         return $instance;
  14947.     }
  14948.     /**
  14949.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  14950.      *
  14951.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  14952.      */
  14953.     protected function getMaker_AutoCommand_MakeFixturesService()
  14954.     {
  14955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14956.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  14957.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  14958.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  14959.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  14960.         $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()));
  14961.         $instance->setName('make:fixtures');
  14962.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  14963.         return $instance;
  14964.     }
  14965.     /**
  14966.      * Gets the private 'maker.auto_command.make_form' shared service.
  14967.      *
  14968.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  14969.      */
  14970.     protected function getMaker_AutoCommand_MakeFormService()
  14971.     {
  14972.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14973.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  14974.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  14975.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  14976.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  14977.         $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()));
  14978.         $instance->setName('make:form');
  14979.         $instance->setDescription('Creates a new form class');
  14980.         return $instance;
  14981.     }
  14982.     /**
  14983.      * Gets the private 'maker.auto_command.make_message' shared service.
  14984.      *
  14985.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  14986.      */
  14987.     protected function getMaker_AutoCommand_MakeMessageService()
  14988.     {
  14989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14990.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  14991.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  14992.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  14993.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  14994.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  14995.         $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()));
  14996.         $instance->setName('make:message');
  14997.         $instance->setDescription('Creates a new message and handler');
  14998.         return $instance;
  14999.     }
  15000.     /**
  15001.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  15002.      *
  15003.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15004.      */
  15005.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  15006.     {
  15007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15008.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15009.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15010.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15011.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  15012.         $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()));
  15013.         $instance->setName('make:messenger-middleware');
  15014.         $instance->setDescription('Creates a new messenger middleware');
  15015.         return $instance;
  15016.     }
  15017.     /**
  15018.      * Gets the private 'maker.auto_command.make_migration' shared service.
  15019.      *
  15020.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15021.      */
  15022.     protected function getMaker_AutoCommand_MakeMigrationService()
  15023.     {
  15024.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15025.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15026.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15027.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15028.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  15029.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  15030.         $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()));
  15031.         $instance->setName('make:migration');
  15032.         $instance->setDescription('Creates a new migration based on database changes');
  15033.         return $instance;
  15034.     }
  15035.     /**
  15036.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  15037.      *
  15038.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15039.      */
  15040.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  15041.     {
  15042.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15043.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15044.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15045.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15046.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  15047.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  15048.         $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()));
  15049.         $instance->setName('make:registration-form');
  15050.         $instance->setDescription('Creates a new registration form system');
  15051.         return $instance;
  15052.     }
  15053.     /**
  15054.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  15055.      *
  15056.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15057.      */
  15058.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  15059.     {
  15060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15061.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15062.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15063.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15064.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  15065.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  15066.         $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()));
  15067.         $instance->setName('make:reset-password');
  15068.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  15069.         return $instance;
  15070.     }
  15071.     /**
  15072.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  15073.      *
  15074.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15075.      */
  15076.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  15077.     {
  15078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15079.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15080.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15081.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15082.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  15083.         $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()));
  15084.         $instance->setName('make:serializer:encoder');
  15085.         $instance->setDescription('Creates a new serializer encoder class');
  15086.         return $instance;
  15087.     }
  15088.     /**
  15089.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  15090.      *
  15091.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15092.      */
  15093.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  15094.     {
  15095.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15096.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15097.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15098.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15099.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  15100.         $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()));
  15101.         $instance->setName('make:serializer:normalizer');
  15102.         $instance->setDescription('Creates a new serializer normalizer class');
  15103.         return $instance;
  15104.     }
  15105.     /**
  15106.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  15107.      *
  15108.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15109.      */
  15110.     protected function getMaker_AutoCommand_MakeSubscriberService()
  15111.     {
  15112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15113.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15114.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15115.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15116.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  15117.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  15118.         $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()));
  15119.         $instance->setName('make:subscriber');
  15120.         $instance->setDescription('Creates a new event subscriber class');
  15121.         return $instance;
  15122.     }
  15123.     /**
  15124.      * Gets the private 'maker.auto_command.make_test' shared service.
  15125.      *
  15126.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15127.      */
  15128.     protected function getMaker_AutoCommand_MakeTestService()
  15129.     {
  15130.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15131.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15132.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15133.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15134.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  15135.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  15136.         $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()));
  15137.         $instance->setName('make:test');
  15138.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  15139.         $instance->setDescription('Creates a new test class');
  15140.         return $instance;
  15141.     }
  15142.     /**
  15143.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  15144.      *
  15145.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15146.      */
  15147.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  15148.     {
  15149.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15150.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15151.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15152.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15153.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  15154.         $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()));
  15155.         $instance->setName('make:twig-extension');
  15156.         $instance->setDescription('Creates a new Twig extension class');
  15157.         return $instance;
  15158.     }
  15159.     /**
  15160.      * Gets the private 'maker.auto_command.make_user' shared service.
  15161.      *
  15162.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15163.      */
  15164.     protected function getMaker_AutoCommand_MakeUserService()
  15165.     {
  15166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15167.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15168.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15169.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15170.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  15171.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  15172.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  15173.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  15174.         $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()));
  15175.         $instance->setName('make:user');
  15176.         $instance->setDescription('Creates a new security user class');
  15177.         return $instance;
  15178.     }
  15179.     /**
  15180.      * Gets the private 'maker.auto_command.make_validator' shared service.
  15181.      *
  15182.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15183.      */
  15184.     protected function getMaker_AutoCommand_MakeValidatorService()
  15185.     {
  15186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15187.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15188.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15189.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15190.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  15191.         $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()));
  15192.         $instance->setName('make:validator');
  15193.         $instance->setDescription('Creates a new validator and constraint class');
  15194.         return $instance;
  15195.     }
  15196.     /**
  15197.      * Gets the private 'maker.auto_command.make_voter' shared service.
  15198.      *
  15199.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  15200.      */
  15201.     protected function getMaker_AutoCommand_MakeVoterService()
  15202.     {
  15203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15204.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  15205.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  15206.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  15207.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  15208.         $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()));
  15209.         $instance->setName('make:voter');
  15210.         $instance->setDescription('Creates a new security voter class');
  15211.         return $instance;
  15212.     }
  15213.     /**
  15214.      * Gets the private 'maker.doctrine_helper' shared service.
  15215.      *
  15216.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  15217.      */
  15218.     protected function getMaker_DoctrineHelperService()
  15219.     {
  15220.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  15221.         $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)));
  15222.         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]]]);
  15223.     }
  15224.     /**
  15225.      * Gets the private 'maker.entity_class_generator' shared service.
  15226.      *
  15227.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  15228.      */
  15229.     protected function getMaker_EntityClassGeneratorService()
  15230.     {
  15231.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  15232.         $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()));
  15233.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  15234.         return $instance;
  15235.     }
  15236.     /**
  15237.      * Gets the private 'maker.file_manager' shared service.
  15238.      *
  15239.      * @return \Symfony\Bundle\MakerBundle\FileManager
  15240.      */
  15241.     protected function getMaker_FileManagerService()
  15242.     {
  15243.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  15244.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  15245.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  15246.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  15247.         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'));
  15248.     }
  15249.     /**
  15250.      * Gets the private 'maker.generator' shared service.
  15251.      *
  15252.      * @return \Symfony\Bundle\MakerBundle\Generator
  15253.      */
  15254.     protected function getMaker_GeneratorService()
  15255.     {
  15256.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  15257.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  15258.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  15259.         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));
  15260.     }
  15261.     /**
  15262.      * Gets the private 'maker.php_compat_util' shared service.
  15263.      *
  15264.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  15265.      */
  15266.     protected function getMaker_PhpCompatUtilService()
  15267.     {
  15268.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  15269.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  15270.     }
  15271.     /**
  15272.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  15273.      *
  15274.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  15275.      */
  15276.     protected function getMaker_Renderer_FormTypeRendererService()
  15277.     {
  15278.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  15279.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  15280.     }
  15281.     /**
  15282.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  15283.      *
  15284.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  15285.      */
  15286.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  15287.     {
  15288.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  15289.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  15290.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  15291.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  15292.         $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 () {
  15293.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  15294.         }, 1), 'Nellapp\\Bundle\\SDKBundle\\Auth\\Messenger\\Message\\RefreshUserMessage' => new RewindableGenerator(function () {
  15295.             yield => ($this->privates['.messenger.handler_descriptor.jADa3cd'] ?? $this->get_Messenger_HandlerDescriptor_JADa3cdService());
  15296.         }, 1), 'Nellapp\\Bundle\\SDKBundle\\Sync\\Messenger\\Message\\EntitySyncMessage' => new RewindableGenerator(function () {
  15297.             yield => ($this->privates['.messenger.handler_descriptor.rUCyI0M'] ?? $this->get_Messenger_HandlerDescriptor_RUCyI0MService());
  15298.         }, 1)]));
  15299.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  15300.         return $instance;
  15301.     }
  15302.     /**
  15303.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  15304.      *
  15305.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  15306.      */
  15307.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  15308.     {
  15309.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  15310.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  15311.         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');
  15312.     }
  15313.     /**
  15314.      * Gets the private 'messenger.failure.send_failed_message_to_failure_transport_listener' shared service.
  15315.      *
  15316.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener
  15317.      */
  15318.     protected function getMessenger_Failure_SendFailedMessageToFailureTransportListenerService()
  15319.     {
  15320.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageToFailureTransportListener.php';
  15321.         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, [
  15322.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  15323.             'sync_full_user_transport' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  15324.             'sync_transport' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  15325.         ], [
  15326.             'failed' => '?',
  15327.             'sync_full_user_transport' => '?',
  15328.             'sync_transport' => '?',
  15329.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  15330.     }
  15331.     /**
  15332.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  15333.      *
  15334.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  15335.      */
  15336.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  15337.     {
  15338.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  15339.         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()));
  15340.     }
  15341.     /**
  15342.      * Gets the private 'messenger.middleware.send_message' shared service.
  15343.      *
  15344.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  15345.      */
  15346.     protected function getMessenger_Middleware_SendMessageService()
  15347.     {
  15348.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  15349.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  15350.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  15351.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  15352.         $a = ($this->privates['.service_locator.rbKFZjg'] ?? $this->get_ServiceLocator_RbKFZjgService());
  15353.         if (isset($this->privates['messenger.middleware.send_message'])) {
  15354.             return $this->privates['messenger.middleware.send_message'];
  15355.         }
  15356.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15357.         if (isset($this->privates['messenger.middleware.send_message'])) {
  15358.             return $this->privates['messenger.middleware.send_message'];
  15359.         }
  15360.         $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);
  15361.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  15362.         return $instance;
  15363.     }
  15364.     /**
  15365.      * Gets the private 'messenger.receiver_locator' shared service.
  15366.      *
  15367.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15368.      */
  15369.     protected function getMessenger_ReceiverLocatorService()
  15370.     {
  15371.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15372.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  15373.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  15374.             'messenger.transport.sync_full_user_transport' => ['privates''messenger.transport.sync_full_user_transport''getMessenger_Transport_SyncFullUserTransportService'false],
  15375.             'messenger.transport.sync_transport' => ['privates''messenger.transport.sync_transport''getMessenger_Transport_SyncTransportService'false],
  15376.             'sync_full_user_transport' => ['privates''messenger.transport.sync_full_user_transport''getMessenger_Transport_SyncFullUserTransportService'false],
  15377.             'sync_transport' => ['privates''messenger.transport.sync_transport''getMessenger_Transport_SyncTransportService'false],
  15378.         ], [
  15379.             'failed' => '?',
  15380.             'messenger.transport.failed' => '?',
  15381.             'messenger.transport.sync_full_user_transport' => '?',
  15382.             'messenger.transport.sync_transport' => '?',
  15383.             'sync_full_user_transport' => '?',
  15384.             'sync_transport' => '?',
  15385.         ]);
  15386.     }
  15387.     /**
  15388.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
  15389.      *
  15390.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  15391.      */
  15392.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
  15393.     {
  15394.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  15395.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  15396.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  15397.     }
  15398.     /**
  15399.      * Gets the private 'messenger.retry.multiplier_retry_strategy.sync_full_user_transport' shared service.
  15400.      *
  15401.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  15402.      */
  15403.     protected function getMessenger_Retry_MultiplierRetryStrategy_SyncFullUserTransportService()
  15404.     {
  15405.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  15406.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  15407.         return $this->privates['messenger.retry.multiplier_retry_strategy.sync_full_user_transport'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  15408.     }
  15409.     /**
  15410.      * Gets the private 'messenger.retry.multiplier_retry_strategy.sync_transport' shared service.
  15411.      *
  15412.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  15413.      */
  15414.     protected function getMessenger_Retry_MultiplierRetryStrategy_SyncTransportService()
  15415.     {
  15416.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  15417.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  15418.         return $this->privates['messenger.retry.multiplier_retry_strategy.sync_transport'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  15419.     }
  15420.     /**
  15421.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  15422.      *
  15423.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  15424.      */
  15425.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  15426.     {
  15427.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  15428.         $a = ($this->privates['.service_locator.rbKFZjg'] ?? $this->get_ServiceLocator_RbKFZjgService());
  15429.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  15430.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  15431.         }
  15432.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15433.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  15434.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  15435.         }
  15436.         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, [
  15437.             'failed' => ['privates''messenger.retry.multiplier_retry_strategy.failed''getMessenger_Retry_MultiplierRetryStrategy_FailedService'false],
  15438.             'sync_full_user_transport' => ['privates''messenger.retry.multiplier_retry_strategy.sync_full_user_transport''getMessenger_Retry_MultiplierRetryStrategy_SyncFullUserTransportService'false],
  15439.             'sync_transport' => ['privates''messenger.retry.multiplier_retry_strategy.sync_transport''getMessenger_Retry_MultiplierRetryStrategy_SyncTransportService'false],
  15440.         ], [
  15441.             'failed' => '?',
  15442.             'sync_full_user_transport' => '?',
  15443.             'sync_transport' => '?',
  15444.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $b);
  15445.     }
  15446.     /**
  15447.      * Gets the private 'messenger.routable_message_bus' shared service.
  15448.      *
  15449.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  15450.      */
  15451.     protected function getMessenger_RoutableMessageBusService()
  15452.     {
  15453.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  15454.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  15455.         if (isset($this->privates['messenger.routable_message_bus'])) {
  15456.             return $this->privates['messenger.routable_message_bus'];
  15457.         }
  15458.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15459.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  15460.         ], [
  15461.             'messenger.bus.default' => '?',
  15462.         ]), $a);
  15463.     }
  15464.     /**
  15465.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  15466.      *
  15467.      * @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
  15468.      */
  15469.     protected function getMessenger_Transport_Doctrine_FactoryService()
  15470.     {
  15471.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  15472.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
  15473.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15474.     }
  15475.     /**
  15476.      * Gets the private 'messenger.transport.failed' shared service.
  15477.      *
  15478.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  15479.      */
  15480.     protected function getMessenger_Transport_FailedService()
  15481.     {
  15482.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  15483.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  15484.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  15485.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  15486.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  15487.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  15488.         if (isset($this->privates['messenger.transport.failed'])) {
  15489.             return $this->privates['messenger.transport.failed'];
  15490.         }
  15491.         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())));
  15492.     }
  15493.     /**
  15494.      * Gets the private 'messenger.transport.sync.factory' shared service.
  15495.      *
  15496.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  15497.      */
  15498.     protected function getMessenger_Transport_Sync_FactoryService()
  15499.     {
  15500.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  15501.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  15502.         $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  15503.         if (isset($this->privates['messenger.transport.sync.factory'])) {
  15504.             return $this->privates['messenger.transport.sync.factory'];
  15505.         }
  15506.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  15507.     }
  15508.     /**
  15509.      * Gets the private 'messenger.transport.sync_full_user_transport' shared service.
  15510.      *
  15511.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  15512.      */
  15513.     protected function getMessenger_Transport_SyncFullUserTransportService()
  15514.     {
  15515.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  15516.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  15517.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  15518.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  15519.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  15520.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  15521.         if (isset($this->privates['messenger.transport.sync_full_user_transport'])) {
  15522.             return $this->privates['messenger.transport.sync_full_user_transport'];
  15523.         }
  15524.         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())));
  15525.     }
  15526.     /**
  15527.      * Gets the private 'messenger.transport.sync_transport' shared service.
  15528.      *
  15529.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  15530.      */
  15531.     protected function getMessenger_Transport_SyncTransportService()
  15532.     {
  15533.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  15534.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  15535.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  15536.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  15537.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  15538.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  15539.         if (isset($this->privates['messenger.transport.sync_transport'])) {
  15540.             return $this->privates['messenger.transport.sync_transport'];
  15541.         }
  15542.         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())));
  15543.     }
  15544.     /**
  15545.      * Gets the private 'messenger.transport_factory' shared service.
  15546.      *
  15547.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  15548.      */
  15549.     protected function getMessenger_TransportFactoryService()
  15550.     {
  15551.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  15552.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  15553.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  15554.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
  15555.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory()));
  15556.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  15557.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  15558.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  15559.         }, 5));
  15560.     }
  15561.     /**
  15562.      * Gets the private 'mime_types' shared service.
  15563.      *
  15564.      * @return \Symfony\Component\Mime\MimeTypes
  15565.      */
  15566.     protected function getMimeTypesService()
  15567.     {
  15568.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  15569.         $instance->setDefault($instance);
  15570.         return $instance;
  15571.     }
  15572.     /**
  15573.      * Gets the private 'monolog.command.server_log' shared service.
  15574.      *
  15575.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  15576.      */
  15577.     protected function getMonolog_Command_ServerLogService()
  15578.     {
  15579.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15580.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  15581.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  15582.         $instance->setName('server:log');
  15583.         $instance->setDescription('Start a log server that displays logs in real time');
  15584.         return $instance;
  15585.     }
  15586.     /**
  15587.      * Gets the private 'monolog.handler.console' shared service.
  15588.      *
  15589.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  15590.      */
  15591.     protected function getMonolog_Handler_ConsoleService()
  15592.     {
  15593.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  15594.     }
  15595.     /**
  15596.      * Gets the private 'monolog.handler.main' shared service.
  15597.      *
  15598.      * @return \Monolog\Handler\StreamHandler
  15599.      */
  15600.     protected function getMonolog_Handler_MainService()
  15601.     {
  15602.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  15603.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  15604.         return $instance;
  15605.     }
  15606.     /**
  15607.      * Gets the private 'monolog.logger' shared service.
  15608.      *
  15609.      * @return \Symfony\Bridge\Monolog\Logger
  15610.      */
  15611.     protected function getMonolog_LoggerService()
  15612.     {
  15613.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  15614.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  15615.         $instance->useMicrosecondTimestamps(true);
  15616.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  15617.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  15618.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  15619.         return $instance;
  15620.     }
  15621.     /**
  15622.      * Gets the private 'monolog.logger.cache' shared service.
  15623.      *
  15624.      * @return \Symfony\Bridge\Monolog\Logger
  15625.      */
  15626.     protected function getMonolog_Logger_CacheService()
  15627.     {
  15628.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  15629.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  15630.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  15631.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  15632.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  15633.         return $instance;
  15634.     }
  15635.     /**
  15636.      * Gets the private 'monolog.logger.mailer' shared service.
  15637.      *
  15638.      * @return \Symfony\Bridge\Monolog\Logger
  15639.      */
  15640.     protected function getMonolog_Logger_MailerService()
  15641.     {
  15642.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  15643.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  15644.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  15645.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  15646.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  15647.         return $instance;
  15648.     }
  15649.     /**
  15650.      * Gets the private 'monolog.logger.messenger' shared service.
  15651.      *
  15652.      * @return \Symfony\Bridge\Monolog\Logger
  15653.      */
  15654.     protected function getMonolog_Logger_MessengerService()
  15655.     {
  15656.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  15657.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  15658.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  15659.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  15660.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  15661.         return $instance;
  15662.     }
  15663.     /**
  15664.      * Gets the private 'monolog.logger.request' shared service.
  15665.      *
  15666.      * @return \Symfony\Bridge\Monolog\Logger
  15667.      */
  15668.     protected function getMonolog_Logger_RequestService()
  15669.     {
  15670.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  15671.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  15672.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  15673.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  15674.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  15675.         return $instance;
  15676.     }
  15677.     /**
  15678.      * Gets the private 'monolog.logger.router' shared service.
  15679.      *
  15680.      * @return \Symfony\Bridge\Monolog\Logger
  15681.      */
  15682.     protected function getMonolog_Logger_RouterService()
  15683.     {
  15684.         $this->privates['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router');
  15685.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  15686.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  15687.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  15688.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  15689.         return $instance;
  15690.     }
  15691.     /**
  15692.      * Gets the private 'monolog.logger.security' shared service.
  15693.      *
  15694.      * @return \Symfony\Bridge\Monolog\Logger
  15695.      */
  15696.     protected function getMonolog_Logger_SecurityService()
  15697.     {
  15698.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  15699.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  15700.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  15701.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  15702.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  15703.         return $instance;
  15704.     }
  15705.     /**
  15706.      * Gets the private 'nellapp_sdk.assets._package_channel_image' shared service.
  15707.      *
  15708.      * @return \Symfony\Component\Asset\UrlPackage
  15709.      */
  15710.     protected function getNellappSdk_Assets_PackageChannelImageService()
  15711.     {
  15712.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  15713.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  15714.         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()));
  15715.     }
  15716.     /**
  15717.      * Gets the private 'nellapp_sdk.assets._package_core' shared service.
  15718.      *
  15719.      * @return \Symfony\Component\Asset\PathPackage
  15720.      */
  15721.     protected function getNellappSdk_Assets_PackageCoreService()
  15722.     {
  15723.         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()));
  15724.     }
  15725.     /**
  15726.      * Gets the private 'nellapp_sdk.assets._package_user_avatar' shared service.
  15727.      *
  15728.      * @return \Symfony\Component\Asset\UrlPackage
  15729.      */
  15730.     protected function getNellappSdk_Assets_PackageUserAvatarService()
  15731.     {
  15732.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  15733.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  15734.         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()));
  15735.     }
  15736.     /**
  15737.      * Gets the private 'nellapp_sdk.auth.user_resolve_target_entity' shared service.
  15738.      *
  15739.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15740.      */
  15741.     protected function getNellappSdk_Auth_UserResolveTargetEntityService()
  15742.     {
  15743.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15744.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  15745.         $this->privates['nellapp_sdk.auth.user_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15746.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Auth\\Entity\\UserInterface''App\\Entity\\Account\\User', []);
  15747.         return $instance;
  15748.     }
  15749.     /**
  15750.      * Gets the private 'nellapp_sdk.channel.abstract_cursus_resolve_target_entity' shared service.
  15751.      *
  15752.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15753.      */
  15754.     protected function getNellappSdk_Channel_AbstractCursusResolveTargetEntityService()
  15755.     {
  15756.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15757.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  15758.         $this->privates['nellapp_sdk.channel.abstract_cursus_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15759.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Cursus\\AbstractCursusInterface''App\\Entity\\ChannelUserData\\AbstractCursus', []);
  15760.         return $instance;
  15761.     }
  15762.     /**
  15763.      * Gets the private 'nellapp_sdk.channel.channel_channel_resolve_target_entity' shared service.
  15764.      *
  15765.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15766.      */
  15767.     protected function getNellappSdk_Channel_ChannelChannelResolveTargetEntityService()
  15768.     {
  15769.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15770.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  15771.         $this->privates['nellapp_sdk.channel.channel_channel_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15772.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelInterface''App\\Entity\\Channel\\Channel', []);
  15773.         return $instance;
  15774.     }
  15775.     /**
  15776.      * Gets the private 'nellapp_sdk.channel.channel_group_resolve_target_entity' shared service.
  15777.      *
  15778.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15779.      */
  15780.     protected function getNellappSdk_Channel_ChannelGroupResolveTargetEntityService()
  15781.     {
  15782.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15783.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  15784.         $this->privates['nellapp_sdk.channel.channel_group_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15785.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Group\\GroupInterface''App\\Entity\\Channel\\Group', []);
  15786.         return $instance;
  15787.     }
  15788.     /**
  15789.      * Gets the private 'nellapp_sdk.channel.channel_place_resolve_target_entity' shared service.
  15790.      *
  15791.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15792.      */
  15793.     protected function getNellappSdk_Channel_ChannelPlaceResolveTargetEntityService()
  15794.     {
  15795.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15796.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  15797.         $this->privates['nellapp_sdk.channel.channel_place_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15798.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Place\\PlaceInterface''App\\Entity\\Channel\\Place', []);
  15799.         return $instance;
  15800.     }
  15801.     /**
  15802.      * Gets the private 'nellapp_sdk.channel.channel_service_resolve_target_entity' shared service.
  15803.      *
  15804.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15805.      */
  15806.     protected function getNellappSdk_Channel_ChannelServiceResolveTargetEntityService()
  15807.     {
  15808.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15809.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  15810.         $this->privates['nellapp_sdk.channel.channel_service_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15811.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Service\\ServiceInterface''App\\Entity\\Channel\\Service', []);
  15812.         return $instance;
  15813.     }
  15814.     /**
  15815.      * Gets the private 'nellapp_sdk.channel.channel_session_resolve_target_entity' shared service.
  15816.      *
  15817.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15818.      */
  15819.     protected function getNellappSdk_Channel_ChannelSessionResolveTargetEntityService()
  15820.     {
  15821.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15822.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  15823.         $this->privates['nellapp_sdk.channel.channel_session_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15824.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Session\\SessionInterface''App\\Entity\\Channel\\Session', []);
  15825.         return $instance;
  15826.     }
  15827.     /**
  15828.      * Gets the private 'nellapp_sdk.channel.channel_training_resolve_target_entity' shared service.
  15829.      *
  15830.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15831.      */
  15832.     protected function getNellappSdk_Channel_ChannelTrainingResolveTargetEntityService()
  15833.     {
  15834.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15835.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  15836.         $this->privates['nellapp_sdk.channel.channel_training_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15837.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Training\\TrainingInterface''App\\Entity\\Channel\\Training', []);
  15838.         return $instance;
  15839.     }
  15840.     /**
  15841.      * Gets the private 'nellapp_sdk.channel.channel_user_data_resolve_target_entity' shared service.
  15842.      *
  15843.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15844.      */
  15845.     protected function getNellappSdk_Channel_ChannelUserDataResolveTargetEntityService()
  15846.     {
  15847.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15848.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  15849.         $this->privates['nellapp_sdk.channel.channel_user_data_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15850.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserData\\ChannelUserDataInterface''App\\Entity\\ChannelUserData\\ChannelUserData', []);
  15851.         return $instance;
  15852.     }
  15853.     /**
  15854.      * Gets the private 'nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity' shared service.
  15855.      *
  15856.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15857.      */
  15858.     protected function getNellappSdk_Channel_ChannelUserFromChannelsResolveTargetEntityService()
  15859.     {
  15860.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15861.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  15862.         $this->privates['nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15863.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\UserFromChannel''Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\UserFromChannel', []);
  15864.         return $instance;
  15865.     }
  15866.     /**
  15867.      * Gets the private 'nellapp_sdk.channel.channel_user_perm_service_resolve_target_entity' shared service.
  15868.      *
  15869.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15870.      */
  15871.     protected function getNellappSdk_Channel_ChannelUserPermServiceResolveTargetEntityService()
  15872.     {
  15873.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15874.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  15875.         $this->privates['nellapp_sdk.channel.channel_user_perm_service_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15876.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserServicePermission\\ChannelUserServicePermissionInterface''App\\Entity\\Channel\\ChannelUserServicePermission', []);
  15877.         return $instance;
  15878.     }
  15879.     /**
  15880.      * Gets the private 'nellapp_sdk.channel.channel_user_perm_session_resolve_target_entity' shared service.
  15881.      *
  15882.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15883.      */
  15884.     protected function getNellappSdk_Channel_ChannelUserPermSessionResolveTargetEntityService()
  15885.     {
  15886.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15887.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  15888.         $this->privates['nellapp_sdk.channel.channel_user_perm_session_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15889.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserSessionPermission\\ChannelUserSessionPermissionInterface''App\\Entity\\Channel\\ChannelUserSessionPermission', []);
  15890.         return $instance;
  15891.     }
  15892.     /**
  15893.      * Gets the private 'nellapp_sdk.channel.channel_user_role_resolve_target_entity' shared service.
  15894.      *
  15895.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15896.      */
  15897.     protected function getNellappSdk_Channel_ChannelUserRoleResolveTargetEntityService()
  15898.     {
  15899.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15900.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  15901.         $this->privates['nellapp_sdk.channel.channel_user_role_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15902.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRoleInterface''Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRole', []);
  15903.         return $instance;
  15904.     }
  15905.     /**
  15906.      * Gets the private 'nellapp_sdk.channel.channel_white_label_resolve_target_entity' shared service.
  15907.      *
  15908.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15909.      */
  15910.     protected function getNellappSdk_Channel_ChannelWhiteLabelResolveTargetEntityService()
  15911.     {
  15912.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15913.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  15914.         $this->privates['nellapp_sdk.channel.channel_white_label_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15915.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelWhiteLabel\\ChannelWhiteLabelInterface''App\\Entity\\Channel\\ChannelWhiteLabel', []);
  15916.         return $instance;
  15917.     }
  15918.     /**
  15919.      * Gets the private 'nellapp_sdk.channel_side_nav' shared autowired service.
  15920.      *
  15921.      * @return \Knp\Menu\MenuItem
  15922.      */
  15923.     protected function getNellappSdk_ChannelSideNavService()
  15924.     {
  15925.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/ItemInterface.php';
  15926.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuItem.php';
  15927.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Menu/MenuBuilder.php';
  15928.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  15929.         if (isset($this->privates['nellapp_sdk.channel_side_nav'])) {
  15930.             return $this->privates['nellapp_sdk.channel_side_nav'];
  15931.         }
  15932.         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())));
  15933.     }
  15934.     /**
  15935.      * Gets the private 'nellapp_sdk.global_getter.channel_class_resolve_target_entity' shared service.
  15936.      *
  15937.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15938.      */
  15939.     protected function getNellappSdk_GlobalGetter_ChannelClassResolveTargetEntityService()
  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.global_getter.channel_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15944.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelInterface''App\\Entity\\Channel\\Channel', []);
  15945.         return $instance;
  15946.     }
  15947.     /**
  15948.      * Gets the private 'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity' shared service.
  15949.      *
  15950.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15951.      */
  15952.     protected function getNellappSdk_GlobalGetter_ChannelUserDataClassResolveTargetEntityService()
  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.global_getter.channel_user_data_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15957.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserData\\ChannelUserDataInterface''App\\Entity\\ChannelUserData\\ChannelUserData', []);
  15958.         return $instance;
  15959.     }
  15960.     /**
  15961.      * Gets the private 'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity' shared service.
  15962.      *
  15963.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15964.      */
  15965.     protected function getNellappSdk_GlobalGetter_ChannelUserRoleClassResolveTargetEntityService()
  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.global_getter.channel_user_role_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15970.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRoleInterface''Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRole', []);
  15971.         return $instance;
  15972.     }
  15973.     /**
  15974.      * Gets the private 'nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity' shared service.
  15975.      *
  15976.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15977.      */
  15978.     protected function getNellappSdk_GlobalGetter_ChannelWhiteLabelClassResolveTargetEntityService()
  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.global_getter.channel_white_label_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15983.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelWhiteLabel\\ChannelWhiteLabelInterface''App\\Entity\\Channel\\ChannelWhiteLabel', []);
  15984.         return $instance;
  15985.     }
  15986.     /**
  15987.      * Gets the private 'nellapp_sdk.global_getter.user_class_resolve_target_entity' shared service.
  15988.      *
  15989.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  15990.      */
  15991.     protected function getNellappSdk_GlobalGetter_UserClassResolveTargetEntityService()
  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.global_getter.user_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  15996.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Auth\\Entity\\UserInterface''App\\Entity\\Account\\User', []);
  15997.         return $instance;
  15998.     }
  15999.     /**
  16000.      * Gets the private 'nellapp_sdk.routing.internal_url_generator' shared autowired service.
  16001.      *
  16002.      * @return \Nellapp\Bundle\SDKBundle\Routing\InternalUrlGenerator
  16003.      */
  16004.     protected function getNellappSdk_Routing_InternalUrlGeneratorService()
  16005.     {
  16006.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/InternalUrlGenerator.php';
  16007.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'] ?? $this->getChannelMainDomainUtilsService());
  16008.         if (isset($this->privates['nellapp_sdk.routing.internal_url_generator'])) {
  16009.             return $this->privates['nellapp_sdk.routing.internal_url_generator'];
  16010.         }
  16011.         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);
  16012.     }
  16013.     /**
  16014.      * Gets the private 'nellapp_sdk.routing.url_generator' shared autowired service.
  16015.      *
  16016.      * @return \Nellapp\Bundle\SDKBundle\Routing\UrlGenerator
  16017.      */
  16018.     protected function getNellappSdk_Routing_UrlGeneratorService()
  16019.     {
  16020.         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()));
  16021.     }
  16022.     /**
  16023.      * Gets the private 'nelmio_alice.file_parser.runtime_cache' shared service.
  16024.      *
  16025.      * @return \Nelmio\Alice\Parser\RuntimeCacheParser
  16026.      */
  16027.     protected function getNelmioAlice_FileParser_RuntimeCacheService()
  16028.     {
  16029.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/ParserInterface.php';
  16030.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/RuntimeCacheParser.php';
  16031.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ParserRegistry.php';
  16032.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
  16033.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/YamlParser.php';
  16034.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Parser.php';
  16035.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/PhpParser.php';
  16036.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/JsonParser.php';
  16037.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocatorInterface.php';
  16038.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/FileLocator/KernelFileLocator.php';
  16039.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocator/DefaultFileLocator.php';
  16040.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessorInterface.php';
  16041.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessor/DefaultIncludeProcessor.php';
  16042.         $a = new \Hautelook\AliceBundle\Alice\FileLocator\KernelFileLocator(new \Nelmio\Alice\FileLocator\DefaultFileLocator(), ($this->services['kernel'] ?? $this->get('kernel'1)));
  16043.         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));
  16044.     }
  16045.     /**
  16046.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  16047.      *
  16048.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  16049.      */
  16050.     protected function getNelmioApiDoc_Describers_ConfigService()
  16051.     {
  16052.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  16053.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  16054.         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']]);
  16055.     }
  16056.     /**
  16057.      * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  16058.      *
  16059.      * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  16060.      */
  16061.     protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  16062.     {
  16063.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/SetsContextTrait.php';
  16064.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/OpenApiPhpDescriber.php';
  16065.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  16066.         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()));
  16067.     }
  16068.     /**
  16069.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  16070.      *
  16071.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  16072.      */
  16073.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  16074.     {
  16075.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  16076.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  16077.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  16078.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  16079.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  16080.         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 () {
  16081.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  16082.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  16083.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionRequestBodyDescriber'] ?? $this->getActionRequestBodyDescriberService());
  16084.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\OperationIdDescriber'] ?? $this->getOperationIdDescriberService());
  16085.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\PaginationDescriber'] ?? $this->getPaginationDescriberService());
  16086.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\SecurityDescriber'] ?? $this->getSecurityDescriberService());
  16087.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\TagDescriber'] ?? $this->getTagDescriberService());
  16088.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionResponseDescriber'] ?? $this->getActionResponseDescriberService());
  16089.         }, 8));
  16090.     }
  16091.     /**
  16092.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  16093.      *
  16094.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  16095.      */
  16096.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  16097.     {
  16098.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  16099.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  16100.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  16101.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
  16102.         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']);
  16103.     }
  16104.     /**
  16105.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  16106.      *
  16107.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  16108.      */
  16109.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  16110.     {
  16111.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  16112.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  16113.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  16114.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  16115.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
  16116.         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 () {
  16117.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  16118.             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()));
  16119.             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()));
  16120.             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()));
  16121.             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()));
  16122.             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()));
  16123.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService());
  16124.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  16125.         }, 8), [=> 'json'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  16126.     }
  16127.     /**
  16128.      * Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
  16129.      *
  16130.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
  16131.      */
  16132.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
  16133.     {
  16134.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  16135.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  16136.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  16137.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
  16138.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
  16139.         return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
  16140.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  16141.             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()));
  16142.             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()));
  16143.             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()));
  16144.             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()));
  16145.             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()));
  16146.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService());
  16147.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  16148.         }, 8));
  16149.     }
  16150.     /**
  16151.      * Gets the private 'nelmio_api_doc.object_model.property_describers.compound' shared service.
  16152.      *
  16153.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber
  16154.      */
  16155.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService()
  16156.     {
  16157.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  16158.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  16159.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  16160.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/CompoundPropertyDescriber.php';
  16161.         return $this->privates['nelmio_api_doc.object_model.property_describers.compound'] = new \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber(new RewindableGenerator(function () {
  16162.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  16163.             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()));
  16164.             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()));
  16165.             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()));
  16166.             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()));
  16167.             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()));
  16168.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService());
  16169.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  16170.         }, 8));
  16171.     }
  16172.     /**
  16173.      * Gets the private 'nelmio_api_doc.object_model.property_describers.object' shared service.
  16174.      *
  16175.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\PropertyDescriber\EntityIdPropertyDescriber
  16176.      */
  16177.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService()
  16178.     {
  16179.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  16180.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  16181.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  16182.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ObjectPropertyDescriber.php';
  16183.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/PropertyDescriber/EntityIdPropertyDescriber.php';
  16184.         $this->privates['nelmio_api_doc.object_model.property_describers.object'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\PropertyDescriber\EntityIdPropertyDescriber();
  16185.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  16186.         return $instance;
  16187.     }
  16188.     /**
  16189.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  16190.      *
  16191.      * @return \Symfony\Component\Routing\RouteCollection
  16192.      */
  16193.     protected function getNelmioApiDoc_Routes_DefaultService()
  16194.     {
  16195.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  16196.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  16197.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  16198.         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());
  16199.     }
  16200.     /**
  16201.      * Gets the private 'oneup_uploader.command.clear_chunks' shared service.
  16202.      *
  16203.      * @return \Oneup\UploaderBundle\Command\ClearChunkCommand
  16204.      */
  16205.     protected function getOneupUploader_Command_ClearChunksService()
  16206.     {
  16207.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16208.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Command/ClearChunkCommand.php';
  16209.         $this->privates['oneup_uploader.command.clear_chunks'] = $instance = new \Oneup\UploaderBundle\Command\ClearChunkCommand(($this->services['oneup_uploader.chunk_manager'] ?? $this->getOneupUploader_ChunkManagerService()));
  16210.         $instance->setName('oneup:uploader:clear-chunks');
  16211.         return $instance;
  16212.     }
  16213.     /**
  16214.      * Gets the private 'oneup_uploader.command.clear_orphans' shared service.
  16215.      *
  16216.      * @return \Oneup\UploaderBundle\Command\ClearOrphansCommand
  16217.      */
  16218.     protected function getOneupUploader_Command_ClearOrphansService()
  16219.     {
  16220.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16221.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Command/ClearOrphansCommand.php';
  16222.         $this->privates['oneup_uploader.command.clear_orphans'] = $instance = new \Oneup\UploaderBundle\Command\ClearOrphansCommand(($this->services['oneup_uploader.orphanage_manager'] ?? $this->getOneupUploader_OrphanageManagerService()));
  16223.         $instance->setName('oneup:uploader:clear-orphans');
  16224.         return $instance;
  16225.     }
  16226.     /**
  16227.      * Gets the private 'parameter_bag' shared service.
  16228.      *
  16229.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  16230.      */
  16231.     protected function getParameterBagService()
  16232.     {
  16233.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  16234.     }
  16235.     /**
  16236.      * Gets the private 'profiler_listener' shared service.
  16237.      *
  16238.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  16239.      */
  16240.     protected function getProfilerListenerService()
  16241.     {
  16242.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  16243.         if (isset($this->privates['profiler_listener'])) {
  16244.             return $this->privates['profiler_listener'];
  16245.         }
  16246.         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);
  16247.     }
  16248.     /**
  16249.      * Gets the private 'property_accessor' shared service.
  16250.      *
  16251.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  16252.      */
  16253.     protected function getPropertyAccessorService()
  16254.     {
  16255.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  16256.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  16257.     }
  16258.     /**
  16259.      * Gets the private 'property_info' shared service.
  16260.      *
  16261.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  16262.      */
  16263.     protected function getPropertyInfoService()
  16264.     {
  16265.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  16266.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  16267.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  16268.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  16269.         }, 3), new RewindableGenerator(function () {
  16270.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  16271.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  16272.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  16273.         }, 3), new RewindableGenerator(function () {
  16274.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  16275.         }, 1), new RewindableGenerator(function () {
  16276.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  16277.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  16278.         }, 2), new RewindableGenerator(function () {
  16279.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  16280.         }, 1));
  16281.     }
  16282.     /**
  16283.      * Gets the private 'property_info.serializer_extractor' shared service.
  16284.      *
  16285.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  16286.      */
  16287.     protected function getPropertyInfo_SerializerExtractorService()
  16288.     {
  16289.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  16290.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  16291.     }
  16292.     /**
  16293.      * Gets the private 'router.cache_warmer' shared service.
  16294.      *
  16295.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  16296.      */
  16297.     protected function getRouter_CacheWarmerService()
  16298.     {
  16299.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  16300.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  16301.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16302.             'router' => ['services''router''getRouterService'false],
  16303.         ], [
  16304.             'router' => '?',
  16305.         ]))->withContext('router.cache_warmer'$this));
  16306.     }
  16307.     /**
  16308.      * Gets the private 'router.expression_language_provider' shared service.
  16309.      *
  16310.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  16311.      */
  16312.     protected function getRouter_ExpressionLanguageProviderService()
  16313.     {
  16314.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16315.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  16316.         ], [
  16317.             'env' => 'Closure',
  16318.         ]));
  16319.     }
  16320.     /**
  16321.      * Gets the private 'router.request_context' shared service.
  16322.      *
  16323.      * @return \Symfony\Component\Routing\RequestContext
  16324.      */
  16325.     protected function getRouter_RequestContextService()
  16326.     {
  16327.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  16328.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  16329.         return $instance;
  16330.     }
  16331.     /**
  16332.      * Gets the private 'router_listener' shared service.
  16333.      *
  16334.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  16335.      */
  16336.     protected function getRouterListenerService()
  16337.     {
  16338.         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);
  16339.     }
  16340.     /**
  16341.      * Gets the private 'secrets.vault' shared service.
  16342.      *
  16343.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  16344.      */
  16345.     protected function getSecrets_VaultService()
  16346.     {
  16347.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  16348.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  16349.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  16350.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  16351.         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'));
  16352.     }
  16353.     /**
  16354.      * Gets the private 'security.access_listener' shared service.
  16355.      *
  16356.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  16357.      */
  16358.     protected function getSecurity_AccessListenerService()
  16359.     {
  16360.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  16361.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  16362.         if (isset($this->privates['security.access_listener'])) {
  16363.             return $this->privates['security.access_listener'];
  16364.         }
  16365.         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);
  16366.     }
  16367.     /**
  16368.      * Gets the private 'security.access_map' shared service.
  16369.      *
  16370.      * @return \Symfony\Component\Security\Http\AccessMap
  16371.      */
  16372.     protected function getSecurity_AccessMapService()
  16373.     {
  16374.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  16375.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  16376.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  16377.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  16378.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  16379.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(login)|(connect)'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  16380.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/logged-out'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  16381.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'IS_AUTHENTICATED_REMEMBERED'], NULL);
  16382.         return $instance;
  16383.     }
  16384.     /**
  16385.      * Gets the private 'security.authenticator.guard.main.0' shared service.
  16386.      *
  16387.      * @return \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator
  16388.      */
  16389.     protected function getSecurity_Authenticator_Guard_Main_0Service()
  16390.     {
  16391.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  16392.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  16393.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  16394.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php';
  16395.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  16396.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  16397.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Helper/FinishRegistrationBehavior.php';
  16398.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Helper/PreviousUrlHelper.php';
  16399.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Helper/SaveAuthFailureMessage.php';
  16400.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Authenticator/SocialAuthenticator.php';
  16401.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  16402.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/CoreAuthenticator.php';
  16403.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/UserRetriever/UserRetrieverInterface.php';
  16404.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/UserRetriever/DoctrineUserRetriever.php';
  16405.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  16406.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16407.         if (isset($this->privates['security.authenticator.guard.main.0'])) {
  16408.             return $this->privates['security.authenticator.guard.main.0'];
  16409.         }
  16410.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  16411.         if (isset($this->privates['security.authenticator.guard.main.0'])) {
  16412.             return $this->privates['security.authenticator.guard.main.0'];
  16413.         }
  16414.         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()));
  16415.     }
  16416.     /**
  16417.      * Gets the private 'security.channel_listener' shared service.
  16418.      *
  16419.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  16420.      */
  16421.     protected function getSecurity_ChannelListenerService()
  16422.     {
  16423.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  16424.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  16425.         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());
  16426.     }
  16427.     /**
  16428.      * Gets the private 'security.command.debug_firewall' shared service.
  16429.      *
  16430.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  16431.      */
  16432.     protected function getSecurity_Command_DebugFirewallService()
  16433.     {
  16434.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16435.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  16436.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  16437.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  16438.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Security/CoreAuthenticator.php';
  16439.         $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'))));
  16440.         $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);
  16441.         $instance->setName('debug:firewall');
  16442.         $instance->setDescription('Display information about your security firewall(s)');
  16443.         return $instance;
  16444.     }
  16445.     /**
  16446.      * Gets the private 'security.command.user_password_encoder' shared service.
  16447.      *
  16448.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  16449.      *
  16450.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  16451.      */
  16452.     protected function getSecurity_Command_UserPasswordEncoderService()
  16453.     {
  16454.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  16455.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), []);
  16456.         $instance->setName('security:encode-password');
  16457.         $instance->setDescription('Encode a password');
  16458.         return $instance;
  16459.     }
  16460.     /**
  16461.      * Gets the private 'security.command.user_password_hash' shared service.
  16462.      *
  16463.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  16464.      */
  16465.     protected function getSecurity_Command_UserPasswordHashService()
  16466.     {
  16467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16468.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  16469.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  16470.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  16471.         $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([]))), []);
  16472.         $instance->setName('security:hash-password');
  16473.         $instance->setDescription('Hash a user password');
  16474.         return $instance;
  16475.     }
  16476.     /**
  16477.      * Gets the private 'security.context_listener.0' shared service.
  16478.      *
  16479.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  16480.      */
  16481.     protected function getSecurity_ContextListener_0Service()
  16482.     {
  16483.         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 () {
  16484.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  16485.         }, 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']);
  16486.     }
  16487.     /**
  16488.      * Gets the private 'security.encoder_factory.generic' shared service.
  16489.      *
  16490.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  16491.      *
  16492.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  16493.      */
  16494.     protected function getSecurity_EncoderFactory_GenericService()
  16495.     {
  16496.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  16497.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory([]);
  16498.     }
  16499.     /**
  16500.      * Gets the private 'security.event_dispatcher.api' shared service.
  16501.      *
  16502.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  16503.      */
  16504.     protected function getSecurity_EventDispatcher_ApiService()
  16505.     {
  16506.         $this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  16507.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  16508.             return ($this->privates['security.listener.user_checker.api'] ?? $this->getSecurity_Listener_UserChecker_ApiService());
  16509.         }, => 'preCheckCredentials'], 256);
  16510.         $instance->addListener('security.authentication.success', [=> function () {
  16511.             return ($this->privates['security.listener.user_checker.api'] ?? $this->getSecurity_Listener_UserChecker_ApiService());
  16512.         }, => 'postCheckCredentials'], 256);
  16513.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  16514.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  16515.         }, => 'checkPassport'], 1024);
  16516.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  16517.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  16518.         }, => 'handleLoginSuccessEvent'], 0);
  16519.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  16520.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  16521.         }, => 'checkPassport'], 0);
  16522.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  16523.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  16524.         }, => 'onLoginSuccess'], 0);
  16525.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  16526.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  16527.         }, => 'logout'], 0);
  16528.         return $instance;
  16529.     }
  16530.     /**
  16531.      * Gets the private 'security.event_dispatcher.main' shared service.
  16532.      *
  16533.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  16534.      */
  16535.     protected function getSecurity_EventDispatcher_MainService()
  16536.     {
  16537.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  16538.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  16539.             return ($this->privates['security.listener.main.user_provider'] ?? $this->getSecurity_Listener_Main_UserProviderService());
  16540.         }, => 'checkPassport'], 2048);
  16541.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  16542.             return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  16543.         }, => 'onSuccessfulLogin'], 0);
  16544.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  16545.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  16546.         }, => 'onLogout'], 64);
  16547.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  16548.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  16549.         }, => 'onLogout'], 0);
  16550.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  16551.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  16552.         }, => 'preCheckCredentials'], 256);
  16553.         $instance->addListener('security.authentication.success', [=> function () {
  16554.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  16555.         }, => 'postCheckCredentials'], 256);
  16556.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  16557.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  16558.         }, => 'checkPassport'], 1024);
  16559.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  16560.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  16561.         }, => 'handleLoginSuccessEvent'], 0);
  16562.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  16563.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  16564.         }, => 'checkPassport'], 0);
  16565.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  16566.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  16567.         }, => 'onLoginSuccess'], 0);
  16568.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  16569.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  16570.         }, => 'logout'], 0);
  16571.         return $instance;
  16572.     }
  16573.     /**
  16574.      * Gets the private 'security.event_dispatcher.reverse_sync' shared service.
  16575.      *
  16576.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  16577.      */
  16578.     protected function getSecurity_EventDispatcher_ReverseSyncService()
  16579.     {
  16580.         $this->privates['security.event_dispatcher.reverse_sync'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  16581.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  16582.             return ($this->privates['security.listener.user_checker.reverse_sync'] ?? $this->getSecurity_Listener_UserChecker_ReverseSyncService());
  16583.         }, => 'preCheckCredentials'], 256);
  16584.         $instance->addListener('security.authentication.success', [=> function () {
  16585.             return ($this->privates['security.listener.user_checker.reverse_sync'] ?? $this->getSecurity_Listener_UserChecker_ReverseSyncService());
  16586.         }, => 'postCheckCredentials'], 256);
  16587.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  16588.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  16589.         }, => 'checkPassport'], 1024);
  16590.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  16591.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  16592.         }, => 'handleLoginSuccessEvent'], 0);
  16593.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  16594.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  16595.         }, => 'checkPassport'], 0);
  16596.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  16597.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  16598.         }, => 'onLoginSuccess'], 0);
  16599.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  16600.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  16601.         }, => 'logout'], 0);
  16602.         return $instance;
  16603.     }
  16604.     /**
  16605.      * Gets the private 'security.firewall.map' shared service.
  16606.      *
  16607.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  16608.      */
  16609.     protected function getSecurity_Firewall_MapService()
  16610.     {
  16611.         $a = ($this->privates['.service_locator.HVEfkuY'] ?? $this->get_ServiceLocator_HVEfkuYService());
  16612.         if (isset($this->privates['security.firewall.map'])) {
  16613.             return $this->privates['security.firewall.map'];
  16614.         }
  16615.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  16616.             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)/')));
  16617.             yield 'security.firewall.map.context.reverse_sync_doc' => ($this->privates['.security.request_matcher.uNXwxfz'] ?? ($this->privates['.security.request_matcher.uNXwxfz'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:CORE_REVERSE_SYNC').'/doc')));
  16618.             yield 'security.firewall.map.context.reverse_sync' => ($this->privates['.security.request_matcher.5q1uS8u'] ?? ($this->privates['.security.request_matcher.5q1uS8u'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:CORE_REVERSE_SYNC').'/')));
  16619.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  16620.             yield 'security.firewall.map.context.main' => NULL;
  16621.         }, 5));
  16622.     }
  16623.     /**
  16624.      * Gets the private 'security.firewall.map.context.api' shared service.
  16625.      *
  16626.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  16627.      */
  16628.     protected function getSecurity_Firewall_Map_Context_ApiService()
  16629.     {
  16630.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  16631.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  16632.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  16633.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  16634.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  16635.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  16636.             yield => ($this->privates['debug.security.firewall.authenticator.api'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiService());
  16637.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  16638.         }, 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));
  16639.     }
  16640.     /**
  16641.      * Gets the private 'security.firewall.map.context.dev' shared service.
  16642.      *
  16643.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  16644.      */
  16645.     protected function getSecurity_Firewall_Map_Context_DevService()
  16646.     {
  16647.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  16648.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  16649.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  16650.             return new \EmptyIterator();
  16651.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  16652.     }
  16653.     /**
  16654.      * Gets the private 'security.firewall.map.context.main' shared service.
  16655.      *
  16656.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  16657.      */
  16658.     protected function getSecurity_Firewall_Map_Context_MainService()
  16659.     {
  16660.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  16661.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  16662.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  16663.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  16664.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  16665.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  16666.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  16667.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  16668.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  16669.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  16670.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  16671.             yield => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  16672.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  16673.         }, 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())));
  16674.     }
  16675.     /**
  16676.      * Gets the private 'security.firewall.map.context.reverse_sync' shared service.
  16677.      *
  16678.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  16679.      */
  16680.     protected function getSecurity_Firewall_Map_Context_ReverseSyncService()
  16681.     {
  16682.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  16683.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  16684.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  16685.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  16686.         return $this->privates['security.firewall.map.context.reverse_sync'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  16687.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  16688.             yield => ($this->privates['debug.security.firewall.authenticator.reverse_sync'] ?? $this->getDebug_Security_Firewall_Authenticator_ReverseSyncService());
  16689.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  16690.         }, 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.5q1uS8u'truetrue'security.user.provider.concrete.app_user_provider'NULLNULLNULLNULL, [=> 'Nellapp\\Bundle\\SDKBundle\\Sync\\Security\\CoreAuthenticator'], NULL));
  16691.     }
  16692.     /**
  16693.      * Gets the private 'security.firewall.map.context.reverse_sync_doc' shared service.
  16694.      *
  16695.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  16696.      */
  16697.     protected function getSecurity_Firewall_Map_Context_ReverseSyncDocService()
  16698.     {
  16699.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  16700.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  16701.         return $this->privates['security.firewall.map.context.reverse_sync_doc'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  16702.             return new \EmptyIterator();
  16703.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('reverse_sync_doc''security.user_checker''.security.request_matcher.uNXwxfz'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  16704.     }
  16705.     /**
  16706.      * Gets the private 'security.helper' shared service.
  16707.      *
  16708.      * @return \Symfony\Component\Security\Core\Security
  16709.      */
  16710.     protected function getSecurity_HelperService()
  16711.     {
  16712.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16713.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  16714.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  16715.         ], [
  16716.             'security.authorization_checker' => '?',
  16717.             'security.token_storage' => '?',
  16718.         ]));
  16719.     }
  16720.     /**
  16721.      * Gets the private 'security.http_utils' shared service.
  16722.      *
  16723.      * @return \Symfony\Component\Security\Http\HttpUtils
  16724.      */
  16725.     protected function getSecurity_HttpUtilsService()
  16726.     {
  16727.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  16728.         $a = ($this->services['router'] ?? $this->getRouterService());
  16729.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  16730.     }
  16731.     /**
  16732.      * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  16733.      *
  16734.      * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  16735.      */
  16736.     protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  16737.     {
  16738.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  16739.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  16740.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  16741.         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([]))));
  16742.     }
  16743.     /**
  16744.      * Gets the private 'security.listener.main.user_provider' shared service.
  16745.      *
  16746.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  16747.      */
  16748.     protected function getSecurity_Listener_Main_UserProviderService()
  16749.     {
  16750.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  16751.         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()));
  16752.     }
  16753.     /**
  16754.      * Gets the private 'security.listener.password_migrating' shared service.
  16755.      *
  16756.      * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  16757.      */
  16758.     protected function getSecurity_Listener_PasswordMigratingService()
  16759.     {
  16760.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  16761.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  16762.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  16763.         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([]))));
  16764.     }
  16765.     /**
  16766.      * Gets the private 'security.listener.session.main' shared service.
  16767.      *
  16768.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  16769.      */
  16770.     protected function getSecurity_Listener_Session_MainService()
  16771.     {
  16772.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  16773.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  16774.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  16775.         return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'));
  16776.     }
  16777.     /**
  16778.      * Gets the private 'security.listener.user_checker.api' shared service.
  16779.      *
  16780.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  16781.      */
  16782.     protected function getSecurity_Listener_UserChecker_ApiService()
  16783.     {
  16784.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  16785.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  16786.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  16787.         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())));
  16788.     }
  16789.     /**
  16790.      * Gets the private 'security.listener.user_checker.main' shared service.
  16791.      *
  16792.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  16793.      */
  16794.     protected function getSecurity_Listener_UserChecker_MainService()
  16795.     {
  16796.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  16797.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  16798.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  16799.         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())));
  16800.     }
  16801.     /**
  16802.      * Gets the private 'security.listener.user_checker.reverse_sync' shared service.
  16803.      *
  16804.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  16805.      */
  16806.     protected function getSecurity_Listener_UserChecker_ReverseSyncService()
  16807.     {
  16808.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  16809.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  16810.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  16811.         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())));
  16812.     }
  16813.     /**
  16814.      * Gets the private 'security.listener.user_provider' shared service.
  16815.      *
  16816.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  16817.      */
  16818.     protected function getSecurity_Listener_UserProviderService()
  16819.     {
  16820.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  16821.         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()));
  16822.     }
  16823.     /**
  16824.      * Gets the private 'security.logout.listener.default.main' shared service.
  16825.      *
  16826.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  16827.      */
  16828.     protected function getSecurity_Logout_Listener_Default_MainService()
  16829.     {
  16830.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  16831.         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');
  16832.     }
  16833.     /**
  16834.      * Gets the private 'security.logout_url_generator' shared service.
  16835.      *
  16836.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  16837.      */
  16838.     protected function getSecurity_LogoutUrlGeneratorService()
  16839.     {
  16840.         $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()));
  16841.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  16842.         return $instance;
  16843.     }
  16844.     /**
  16845.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  16846.      *
  16847.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  16848.      */
  16849.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  16850.     {
  16851.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  16852.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  16853.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  16854.         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);
  16855.     }
  16856.     /**
  16857.      * Gets the private 'security.validator.user_password' shared service.
  16858.      *
  16859.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  16860.      */
  16861.     protected function getSecurity_Validator_UserPasswordService()
  16862.     {
  16863.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  16864.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  16865.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  16866.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  16867.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  16868.         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([]))));
  16869.     }
  16870.     /**
  16871.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  16872.      *
  16873.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  16874.      */
  16875.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  16876.     {
  16877.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  16878.     }
  16879.     /**
  16880.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  16881.      *
  16882.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  16883.      */
  16884.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  16885.     {
  16886.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  16887.         $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');
  16888.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  16889.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  16890.     }
  16891.     /**
  16892.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  16893.      *
  16894.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  16895.      */
  16896.     protected function getSensioFrameworkExtra_Security_ListenerService()
  16897.     {
  16898.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  16899.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  16900.             return $this->privates['sensio_framework_extra.security.listener'];
  16901.         }
  16902.         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()));
  16903.     }
  16904.     /**
  16905.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  16906.      *
  16907.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  16908.      */
  16909.     protected function getSensioFrameworkExtra_View_ListenerService()
  16910.     {
  16911.         $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))));
  16912.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16913.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  16914.         ], [
  16915.             'twig' => '?',
  16916.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  16917.         return $instance;
  16918.     }
  16919.     /**
  16920.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  16921.      *
  16922.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  16923.      */
  16924.     protected function getSerializer_Mapping_CacheWarmerService()
  16925.     {
  16926.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  16927.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  16928.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  16929.         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'));
  16930.     }
  16931.     /**
  16932.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  16933.      *
  16934.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  16935.      */
  16936.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  16937.     {
  16938.         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()))]));
  16939.     }
  16940.     /**
  16941.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  16942.      *
  16943.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  16944.      */
  16945.     protected function getSerializer_NameConverter_MetadataAwareService()
  16946.     {
  16947.         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()));
  16948.     }
  16949.     /**
  16950.      * Gets the private 'session.factory' shared service.
  16951.      *
  16952.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  16953.      */
  16954.     protected function getSession_FactoryService()
  16955.     {
  16956.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  16957.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  16958.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  16959.         if (isset($this->privates['session.factory'])) {
  16960.             return $this->privates['session.factory'];
  16961.         }
  16962.         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']);
  16963.     }
  16964.     /**
  16965.      * Gets the private 'session.storage.factory.service' shared service.
  16966.      *
  16967.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  16968.      *
  16969.      * @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.
  16970.      */
  16971.     protected function getSession_Storage_Factory_ServiceService()
  16972.     {
  16973.         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.');
  16974.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  16975.     }
  16976.     /**
  16977.      * Gets the private 'session.storage.metadata_bag' shared service.
  16978.      *
  16979.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  16980.      *
  16981.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  16982.      */
  16983.     protected function getSession_Storage_MetadataBagService()
  16984.     {
  16985.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  16986.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  16987.     }
  16988.     /**
  16989.      * Gets the private 'session.storage.native' shared service.
  16990.      *
  16991.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  16992.      *
  16993.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  16994.      */
  16995.     protected function getSession_Storage_NativeService()
  16996.     {
  16997.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  16998.         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());
  16999.     }
  17000.     /**
  17001.      * Gets the private 'session_listener' shared service.
  17002.      *
  17003.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  17004.      */
  17005.     protected function getSessionListenerService()
  17006.     {
  17007.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17008.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  17009.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  17010.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  17011.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  17012.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  17013.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  17014.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  17015.         ], [
  17016.             'initialized_session' => '?',
  17017.             'logger' => '?',
  17018.             'request_stack' => '?',
  17019.             'session' => '?',
  17020.             'session_collector' => '?',
  17021.             'session_factory' => '?',
  17022.             'session_storage' => '?',
  17023.         ]), true$this->parameters['session.storage.options']);
  17024.     }
  17025.     /**
  17026.      * Gets the private 'spiriit_form_filter.type.filter_boolean' shared service.
  17027.      *
  17028.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\BooleanFilterType
  17029.      */
  17030.     protected function getSpiriitFormFilter_Type_FilterBooleanService()
  17031.     {
  17032.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17033.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17034.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/BooleanFilterType.php';
  17035.         return $this->privates['spiriit_form_filter.type.filter_boolean'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\BooleanFilterType();
  17036.     }
  17037.     /**
  17038.      * Gets the private 'spiriit_form_filter.type.filter_checkbox' shared service.
  17039.      *
  17040.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CheckboxFilterType
  17041.      */
  17042.     protected function getSpiriitFormFilter_Type_FilterCheckboxService()
  17043.     {
  17044.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17045.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17046.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/CheckboxFilterType.php';
  17047.         return $this->privates['spiriit_form_filter.type.filter_checkbox'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CheckboxFilterType();
  17048.     }
  17049.     /**
  17050.      * Gets the private 'spiriit_form_filter.type.filter_choice' shared service.
  17051.      *
  17052.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\ChoiceFilterType
  17053.      */
  17054.     protected function getSpiriitFormFilter_Type_FilterChoiceService()
  17055.     {
  17056.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17057.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17058.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/ChoiceFilterType.php';
  17059.         return $this->privates['spiriit_form_filter.type.filter_choice'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\ChoiceFilterType();
  17060.     }
  17061.     /**
  17062.      * Gets the private 'spiriit_form_filter.type.filter_collection_adapter' shared service.
  17063.      *
  17064.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CollectionAdapterFilterType
  17065.      */
  17066.     protected function getSpiriitFormFilter_Type_FilterCollectionAdapterService()
  17067.     {
  17068.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17069.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17070.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/CollectionAdapterFilterType.php';
  17071.         return $this->privates['spiriit_form_filter.type.filter_collection_adapter'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CollectionAdapterFilterType();
  17072.     }
  17073.     /**
  17074.      * Gets the private 'spiriit_form_filter.type.filter_date' shared service.
  17075.      *
  17076.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateFilterType
  17077.      */
  17078.     protected function getSpiriitFormFilter_Type_FilterDateService()
  17079.     {
  17080.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17081.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17082.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateFilterType.php';
  17083.         return $this->privates['spiriit_form_filter.type.filter_date'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateFilterType();
  17084.     }
  17085.     /**
  17086.      * Gets the private 'spiriit_form_filter.type.filter_date_range' shared service.
  17087.      *
  17088.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateRangeFilterType
  17089.      */
  17090.     protected function getSpiriitFormFilter_Type_FilterDateRangeService()
  17091.     {
  17092.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17093.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17094.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateRangeFilterType.php';
  17095.         return $this->privates['spiriit_form_filter.type.filter_date_range'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateRangeFilterType();
  17096.     }
  17097.     /**
  17098.      * Gets the private 'spiriit_form_filter.type.filter_datetime' shared service.
  17099.      *
  17100.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeFilterType
  17101.      */
  17102.     protected function getSpiriitFormFilter_Type_FilterDatetimeService()
  17103.     {
  17104.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17105.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17106.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateTimeFilterType.php';
  17107.         return $this->privates['spiriit_form_filter.type.filter_datetime'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeFilterType();
  17108.     }
  17109.     /**
  17110.      * Gets the private 'spiriit_form_filter.type.filter_datetime_range' shared service.
  17111.      *
  17112.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeRangeFilterType
  17113.      */
  17114.     protected function getSpiriitFormFilter_Type_FilterDatetimeRangeService()
  17115.     {
  17116.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17117.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17118.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateTimeRangeFilterType.php';
  17119.         return $this->privates['spiriit_form_filter.type.filter_datetime_range'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeRangeFilterType();
  17120.     }
  17121.     /**
  17122.      * Gets the private 'spiriit_form_filter.type.filter_entity' shared service.
  17123.      *
  17124.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EntityFilterType
  17125.      */
  17126.     protected function getSpiriitFormFilter_Type_FilterEntityService()
  17127.     {
  17128.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17129.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17130.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/EntityFilterType.php';
  17131.         return $this->privates['spiriit_form_filter.type.filter_entity'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EntityFilterType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17132.     }
  17133.     /**
  17134.      * Gets the private 'spiriit_form_filter.type.filter_enum' shared service.
  17135.      *
  17136.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EnumFilterType
  17137.      */
  17138.     protected function getSpiriitFormFilter_Type_FilterEnumService()
  17139.     {
  17140.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17141.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17142.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/EnumFilterType.php';
  17143.         return $this->privates['spiriit_form_filter.type.filter_enum'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EnumFilterType();
  17144.     }
  17145.     /**
  17146.      * Gets the private 'spiriit_form_filter.type.filter_number' shared service.
  17147.      *
  17148.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberFilterType
  17149.      */
  17150.     protected function getSpiriitFormFilter_Type_FilterNumberService()
  17151.     {
  17152.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17153.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17154.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/NumberFilterType.php';
  17155.         return $this->privates['spiriit_form_filter.type.filter_number'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberFilterType();
  17156.     }
  17157.     /**
  17158.      * Gets the private 'spiriit_form_filter.type.filter_number_range' shared service.
  17159.      *
  17160.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberRangeFilterType
  17161.      */
  17162.     protected function getSpiriitFormFilter_Type_FilterNumberRangeService()
  17163.     {
  17164.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17165.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17166.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/NumberRangeFilterType.php';
  17167.         return $this->privates['spiriit_form_filter.type.filter_number_range'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberRangeFilterType();
  17168.     }
  17169.     /**
  17170.      * Gets the private 'spiriit_form_filter.type.filter_sharedable' shared service.
  17171.      *
  17172.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\SharedableFilterType
  17173.      */
  17174.     protected function getSpiriitFormFilter_Type_FilterSharedableService()
  17175.     {
  17176.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17177.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17178.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/SharedableFilterType.php';
  17179.         return $this->privates['spiriit_form_filter.type.filter_sharedable'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\SharedableFilterType();
  17180.     }
  17181.     /**
  17182.      * Gets the private 'spiriit_form_filter.type.filter_text' shared service.
  17183.      *
  17184.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\TextFilterType
  17185.      */
  17186.     protected function getSpiriitFormFilter_Type_FilterTextService()
  17187.     {
  17188.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  17189.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  17190.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/TextFilterType.php';
  17191.         return $this->privates['spiriit_form_filter.type.filter_text'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\TextFilterType(1);
  17192.     }
  17193.     /**
  17194.      * Gets the private 'translation.extractor' shared service.
  17195.      *
  17196.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  17197.      */
  17198.     protected function getTranslation_ExtractorService()
  17199.     {
  17200.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  17201.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  17202.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  17203.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  17204.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  17205.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  17206.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  17207.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  17208.         return $instance;
  17209.     }
  17210.     /**
  17211.      * Gets the private 'translation.loader.csv' shared service.
  17212.      *
  17213.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  17214.      */
  17215.     protected function getTranslation_Loader_CsvService()
  17216.     {
  17217.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17218.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  17219.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  17220.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  17221.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  17222.     }
  17223.     /**
  17224.      * Gets the private 'translation.loader.dat' shared service.
  17225.      *
  17226.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  17227.      */
  17228.     protected function getTranslation_Loader_DatService()
  17229.     {
  17230.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17231.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  17232.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  17233.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  17234.     }
  17235.     /**
  17236.      * Gets the private 'translation.loader.ini' shared service.
  17237.      *
  17238.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  17239.      */
  17240.     protected function getTranslation_Loader_IniService()
  17241.     {
  17242.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17243.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  17244.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  17245.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  17246.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  17247.     }
  17248.     /**
  17249.      * Gets the private 'translation.loader.json' shared service.
  17250.      *
  17251.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  17252.      */
  17253.     protected function getTranslation_Loader_JsonService()
  17254.     {
  17255.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17256.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  17257.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  17258.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  17259.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  17260.     }
  17261.     /**
  17262.      * Gets the private 'translation.loader.mo' shared service.
  17263.      *
  17264.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  17265.      */
  17266.     protected function getTranslation_Loader_MoService()
  17267.     {
  17268.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17269.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  17270.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  17271.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  17272.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  17273.     }
  17274.     /**
  17275.      * Gets the private 'translation.loader.php' shared service.
  17276.      *
  17277.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  17278.      */
  17279.     protected function getTranslation_Loader_PhpService()
  17280.     {
  17281.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17282.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  17283.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  17284.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  17285.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  17286.     }
  17287.     /**
  17288.      * Gets the private 'translation.loader.po' shared service.
  17289.      *
  17290.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  17291.      */
  17292.     protected function getTranslation_Loader_PoService()
  17293.     {
  17294.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17295.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  17296.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  17297.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  17298.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  17299.     }
  17300.     /**
  17301.      * Gets the private 'translation.loader.qt' shared service.
  17302.      *
  17303.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  17304.      */
  17305.     protected function getTranslation_Loader_QtService()
  17306.     {
  17307.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17308.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  17309.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  17310.     }
  17311.     /**
  17312.      * Gets the private 'translation.loader.res' shared service.
  17313.      *
  17314.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  17315.      */
  17316.     protected function getTranslation_Loader_ResService()
  17317.     {
  17318.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17319.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  17320.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  17321.     }
  17322.     /**
  17323.      * Gets the private 'translation.loader.xliff' shared service.
  17324.      *
  17325.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  17326.      */
  17327.     protected function getTranslation_Loader_XliffService()
  17328.     {
  17329.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17330.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  17331.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  17332.     }
  17333.     /**
  17334.      * Gets the private 'translation.loader.yml' shared service.
  17335.      *
  17336.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  17337.      */
  17338.     protected function getTranslation_Loader_YmlService()
  17339.     {
  17340.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17341.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  17342.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  17343.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  17344.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  17345.     }
  17346.     /**
  17347.      * Gets the private 'translation.provider_collection' shared service.
  17348.      *
  17349.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  17350.      */
  17351.     protected function getTranslation_ProviderCollectionService()
  17352.     {
  17353.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  17354.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  17355.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  17356.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  17357.         }, 1), []))->fromConfig([]);
  17358.     }
  17359.     /**
  17360.      * Gets the private 'translation.reader' shared service.
  17361.      *
  17362.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  17363.      */
  17364.     protected function getTranslation_ReaderService()
  17365.     {
  17366.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  17367.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  17368.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  17369.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  17370.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  17371.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  17372.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  17373.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  17374.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  17375.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  17376.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  17377.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  17378.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  17379.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  17380.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  17381.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  17382.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  17383.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  17384.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  17385.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  17386.         $instance->addLoader('yaml'$a);
  17387.         $instance->addLoader('yml'$a);
  17388.         $instance->addLoader('xlf'$b);
  17389.         $instance->addLoader('xliff'$b);
  17390.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  17391.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  17392.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  17393.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  17394.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  17395.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  17396.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  17397.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  17398.         return $instance;
  17399.     }
  17400.     /**
  17401.      * Gets the private 'translation.warmer' shared service.
  17402.      *
  17403.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  17404.      */
  17405.     protected function getTranslation_WarmerService()
  17406.     {
  17407.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  17408.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  17409.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17410.             'translator' => ['services''translator''getTranslatorService'false],
  17411.         ], [
  17412.             'translator' => '?',
  17413.         ]))->withContext('translation.warmer'$this));
  17414.     }
  17415.     /**
  17416.      * Gets the private 'translation.writer' shared service.
  17417.      *
  17418.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  17419.      */
  17420.     protected function getTranslation_WriterService()
  17421.     {
  17422.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  17423.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  17424.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  17425.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  17426.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  17427.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  17428.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  17429.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  17430.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  17431.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  17432.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  17433.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  17434.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  17435.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  17436.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  17437.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  17438.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  17439.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  17440.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  17441.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  17442.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  17443.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  17444.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  17445.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  17446.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  17447.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  17448.         return $instance;
  17449.     }
  17450.     /**
  17451.      * Gets the private 'translator.default' shared service.
  17452.      *
  17453.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  17454.      */
  17455.     protected function getTranslator_DefaultService()
  17456.     {
  17457.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17458.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  17459.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  17460.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  17461.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  17462.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  17463.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  17464.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  17465.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  17466.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  17467.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  17468.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  17469.         ], [
  17470.             'translation.loader.csv' => '?',
  17471.             'translation.loader.dat' => '?',
  17472.             'translation.loader.ini' => '?',
  17473.             'translation.loader.json' => '?',
  17474.             'translation.loader.mo' => '?',
  17475.             'translation.loader.php' => '?',
  17476.             'translation.loader.po' => '?',
  17477.             'translation.loader.qt' => '?',
  17478.             'translation.loader.res' => '?',
  17479.             'translation.loader.xliff' => '?',
  17480.             'translation.loader.yml' => '?',
  17481.         ]), 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']]], []);
  17482.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  17483.         $instance->setFallbackLocales([=> 'fr']);
  17484.         return $instance;
  17485.     }
  17486.     /**
  17487.      * Gets the private 'twig.command.debug' shared service.
  17488.      *
  17489.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  17490.      */
  17491.     protected function getTwig_Command_DebugService()
  17492.     {
  17493.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17494.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  17495.         $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()));
  17496.         $instance->setName('debug:twig');
  17497.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  17498.         return $instance;
  17499.     }
  17500.     /**
  17501.      * Gets the private 'twig.command.lint' shared service.
  17502.      *
  17503.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  17504.      */
  17505.     protected function getTwig_Command_LintService()
  17506.     {
  17507.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17508.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  17509.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  17510.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  17511.         $instance->setName('lint:twig');
  17512.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  17513.         return $instance;
  17514.     }
  17515.     /**
  17516.      * Gets the private 'twig.form.renderer' shared service.
  17517.      *
  17518.      * @return \Symfony\Component\Form\FormRenderer
  17519.      */
  17520.     protected function getTwig_Form_RendererService()
  17521.     {
  17522.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  17523.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  17524.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  17525.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  17526.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  17527.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  17528.         if (isset($this->privates['twig.form.renderer'])) {
  17529.             return $this->privates['twig.form.renderer'];
  17530.         }
  17531.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a), NULL);
  17532.     }
  17533.     /**
  17534.      * Gets the private 'twig.mailer.message_listener' shared service.
  17535.      *
  17536.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  17537.      */
  17538.     protected function getTwig_Mailer_MessageListenerService()
  17539.     {
  17540.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  17541.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  17542.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  17543.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  17544.         if (isset($this->privates['twig.mailer.message_listener'])) {
  17545.             return $this->privates['twig.mailer.message_listener'];
  17546.         }
  17547.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  17548.     }
  17549.     /**
  17550.      * Gets the private 'twig.runtime.httpkernel' shared service.
  17551.      *
  17552.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  17553.      */
  17554.     protected function getTwig_Runtime_HttpkernelService()
  17555.     {
  17556.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  17557.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  17558.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  17559.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  17560.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  17561.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  17562.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  17563.         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, [
  17564.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  17565.         ], [
  17566.             'inline' => '?',
  17567.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  17568.     }
  17569.     /**
  17570.      * Gets the private 'twig.runtime.serializer' shared service.
  17571.      *
  17572.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  17573.      */
  17574.     protected function getTwig_Runtime_SerializerService()
  17575.     {
  17576.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  17577.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  17578.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  17579.         if (isset($this->privates['twig.runtime.serializer'])) {
  17580.             return $this->privates['twig.runtime.serializer'];
  17581.         }
  17582.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime($a);
  17583.     }
  17584.     /**
  17585.      * Gets the private 'twig.template_cache_warmer' shared service.
  17586.      *
  17587.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  17588.      */
  17589.     protected function getTwig_TemplateCacheWarmerService()
  17590.     {
  17591.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  17592.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  17593.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  17594.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17595.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  17596.         ], [
  17597.             'twig' => '?',
  17598.         ]))->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')));
  17599.     }
  17600.     /**
  17601.      * Gets the private 'ux.twig_component.component_factory' shared service.
  17602.      *
  17603.      * @return \Symfony\UX\TwigComponent\ComponentFactory
  17604.      */
  17605.     protected function getUx_TwigComponent_ComponentFactoryService()
  17606.     {
  17607.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentFactory.php';
  17608.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17609.         if (isset($this->privates['ux.twig_component.component_factory'])) {
  17610.             return $this->privates['ux.twig_component.component_factory'];
  17611.         }
  17612.         return $this->privates['ux.twig_component.component_factory'] = new \Symfony\UX\TwigComponent\ComponentFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17613.             'ChannelUserPermissionFormComponent' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent''getChannelUserPermissionFormComponentService'false],
  17614.             'ChannelUserPermissionGroupFormComponent' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent''getChannelUserPermissionGroupFormComponentService'false],
  17615.             'ChannelUserProfileCard' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard''getChannelUserProfileCardService'false],
  17616.             'SdkBadgeComponent' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\SdkBadgeComponent''getSdkBadgeComponentService'false],
  17617.         ], [
  17618.             'ChannelUserPermissionFormComponent' => '?',
  17619.             'ChannelUserPermissionGroupFormComponent' => '?',
  17620.             'ChannelUserProfileCard' => '?',
  17621.             'SdkBadgeComponent' => '?',
  17622.         ]), ($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']]);
  17623.     }
  17624.     /**
  17625.      * Gets the private 'ux.twig_component.component_renderer' shared service.
  17626.      *
  17627.      * @return \Symfony\UX\TwigComponent\ComponentRenderer
  17628.      */
  17629.     protected function getUx_TwigComponent_ComponentRendererService()
  17630.     {
  17631.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentRendererInterface.php';
  17632.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentRenderer.php';
  17633.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentStack.php';
  17634.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  17635.         if (isset($this->privates['ux.twig_component.component_renderer'])) {
  17636.             return $this->privates['ux.twig_component.component_renderer'];
  17637.         }
  17638.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17639.         if (isset($this->privates['ux.twig_component.component_renderer'])) {
  17640.             return $this->privates['ux.twig_component.component_renderer'];
  17641.         }
  17642.         $c = ($this->privates['ux.twig_component.component_factory'] ?? $this->getUx_TwigComponent_ComponentFactoryService());
  17643.         if (isset($this->privates['ux.twig_component.component_renderer'])) {
  17644.             return $this->privates['ux.twig_component.component_renderer'];
  17645.         }
  17646.         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());
  17647.     }
  17648.     /**
  17649.      * Gets the private 'validator.builder' shared service.
  17650.      *
  17651.      * @return \Symfony\Component\Validator\ValidatorBuilder
  17652.      */
  17653.     protected function getValidator_BuilderService()
  17654.     {
  17655.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  17656.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  17657.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17658.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  17659.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  17660.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  17661.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  17662.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  17663.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  17664.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  17665.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  17666.         ], [
  17667.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  17668.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  17669.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  17670.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  17671.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  17672.             'doctrine.orm.validator.unique' => '?',
  17673.             'security.validator.user_password' => '?',
  17674.             'validator.expression' => '?',
  17675.         ])));
  17676.         if ($this->has('translator')) {
  17677.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  17678.         }
  17679.         $instance->setTranslationDomain('validators');
  17680.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  17681.         $instance->enableAnnotationMapping(true);
  17682.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  17683.         $instance->addMethodMapping('loadValidatorMetadata');
  17684.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  17685.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  17686.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  17687.         return $instance;
  17688.     }
  17689.     /**
  17690.      * Gets the private 'validator.email' shared service.
  17691.      *
  17692.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  17693.      */
  17694.     protected function getValidator_EmailService()
  17695.     {
  17696.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  17697.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  17698.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  17699.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  17700.     }
  17701.     /**
  17702.      * Gets the private 'validator.expression' shared service.
  17703.      *
  17704.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  17705.      */
  17706.     protected function getValidator_ExpressionService()
  17707.     {
  17708.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  17709.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  17710.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  17711.         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())));
  17712.     }
  17713.     /**
  17714.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  17715.      *
  17716.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  17717.      */
  17718.     protected function getValidator_Mapping_CacheWarmerService()
  17719.     {
  17720.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  17721.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  17722.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  17723.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  17724.     }
  17725.     /**
  17726.      * Gets the private 'validator.not_compromised_password' shared service.
  17727.      *
  17728.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  17729.      */
  17730.     protected function getValidator_NotCompromisedPasswordService()
  17731.     {
  17732.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  17733.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  17734.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  17735.         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);
  17736.     }
  17737.     /**
  17738.      * Gets the private 'var_dumper.command.server_dump' shared service.
  17739.      *
  17740.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  17741.      */
  17742.     protected function getVarDumper_Command_ServerDumpService()
  17743.     {
  17744.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17745.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  17746.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  17747.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  17748.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  17749.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  17750.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  17751.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17752.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17753.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17754.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  17755.         $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()))]);
  17756.         $instance->setName('server:dump');
  17757.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  17758.         return $instance;
  17759.     }
  17760.     /**
  17761.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  17762.      *
  17763.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  17764.      */
  17765.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  17766.     {
  17767.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  17768.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  17769.         return $instance;
  17770.     }
  17771.     /**
  17772.      * Gets the private 'var_dumper.html_dumper' shared service.
  17773.      *
  17774.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  17775.      */
  17776.     protected function getVarDumper_HtmlDumperService()
  17777.     {
  17778.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  17779.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  17780.         return $instance;
  17781.     }
  17782.     /**
  17783.      * Gets the private 'var_dumper.server_connection' shared service.
  17784.      *
  17785.      * @return \Symfony\Component\VarDumper\Server\Connection
  17786.      */
  17787.     protected function getVarDumper_ServerConnectionService()
  17788.     {
  17789.         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()]);
  17790.     }
  17791.     /**
  17792.      * Gets the private 'web_profiler.csp.handler' shared service.
  17793.      *
  17794.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  17795.      */
  17796.     protected function getWebProfiler_Csp_HandlerService()
  17797.     {
  17798.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  17799.     }
  17800.     /**
  17801.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  17802.      *
  17803.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  17804.      */
  17805.     protected function getWebProfiler_DebugToolbarService()
  17806.     {
  17807.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  17808.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  17809.             return $this->privates['web_profiler.debug_toolbar'];
  17810.         }
  17811.         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()));
  17812.     }
  17813.     /**
  17814.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  17815.      *
  17816.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  17817.      */
  17818.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  17819.     {
  17820.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  17821.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  17822.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  17823.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  17824.     }
  17825.     /**
  17826.      * Gets the private 'webpack_encore.entrypoint_lookup[core]' shared service.
  17827.      *
  17828.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  17829.      */
  17830.     protected function getWebpackEncore_EntrypointLookupcoreService()
  17831.     {
  17832.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  17833.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  17834.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  17835.         return $this->privates['webpack_encore.entrypoint_lookup[core]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/bundles/nellappsdk/entrypoints.json'), NULL'core'true);
  17836.     }
  17837.     /**
  17838.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  17839.      *
  17840.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  17841.      */
  17842.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  17843.     {
  17844.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17845.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  17846.             'core' => ['privates''webpack_encore.entrypoint_lookup[core]''getWebpackEncore_EntrypointLookupcoreService'false],
  17847.         ], [
  17848.             '_default' => '?',
  17849.             'core' => '?',
  17850.         ]), '_default');
  17851.     }
  17852.     /**
  17853.      * Gets the private 'webpack_encore.exception_listener' shared service.
  17854.      *
  17855.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  17856.      */
  17857.     protected function getWebpackEncore_ExceptionListenerService()
  17858.     {
  17859.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  17860.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default'=> 'core']);
  17861.     }
  17862.     /**
  17863.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  17864.      *
  17865.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  17866.      */
  17867.     protected function getWebpackEncore_TagRendererService()
  17868.     {
  17869.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  17870.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17871.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  17872.             return $this->privates['webpack_encore.tag_renderer'];
  17873.         }
  17874.         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);
  17875.     }
  17876.     /**
  17877.      * Gets the public 'cache_clearer' alias.
  17878.      *
  17879.      * @return object The ".container.private.cache_clearer" service.
  17880.      */
  17881.     protected function getCacheClearerService()
  17882.     {
  17883.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  17884.         return $this->get('.container.private.cache_clearer');
  17885.     }
  17886.     /**
  17887.      * Gets the public 'filesystem' alias.
  17888.      *
  17889.      * @return object The ".container.private.filesystem" service.
  17890.      */
  17891.     protected function getFilesystemService()
  17892.     {
  17893.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  17894.         return $this->get('.container.private.filesystem');
  17895.     }
  17896.     /**
  17897.      * Gets the public 'serializer' alias.
  17898.      *
  17899.      * @return object The ".container.private.serializer" service.
  17900.      */
  17901.     protected function getSerializerService()
  17902.     {
  17903.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  17904.         return $this->get('.container.private.serializer');
  17905.     }
  17906.     /**
  17907.      * Gets the public 'form.factory' alias.
  17908.      *
  17909.      * @return object The ".container.private.form.factory" service.
  17910.      */
  17911.     protected function getForm_FactoryService()
  17912.     {
  17913.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  17914.         return $this->get('.container.private.form.factory');
  17915.     }
  17916.     /**
  17917.      * Gets the public 'form.type.file' alias.
  17918.      *
  17919.      * @return object The ".container.private.form.type.file" service.
  17920.      */
  17921.     protected function getForm_Type_FileService()
  17922.     {
  17923.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  17924.         return $this->get('.container.private.form.type.file');
  17925.     }
  17926.     /**
  17927.      * Gets the public 'profiler' alias.
  17928.      *
  17929.      * @return object The ".container.private.profiler" service.
  17930.      */
  17931.     protected function getProfilerService()
  17932.     {
  17933.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  17934.         return $this->get('.container.private.profiler');
  17935.     }
  17936.     /**
  17937.      * Gets the public 'twig' alias.
  17938.      *
  17939.      * @return object The ".container.private.twig" service.
  17940.      */
  17941.     protected function getTwigService()
  17942.     {
  17943.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  17944.         return $this->get('.container.private.twig');
  17945.     }
  17946.     /**
  17947.      * Gets the public 'security.authorization_checker' alias.
  17948.      *
  17949.      * @return object The ".container.private.security.authorization_checker" service.
  17950.      */
  17951.     protected function getSecurity_AuthorizationCheckerService()
  17952.     {
  17953.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  17954.         return $this->get('.container.private.security.authorization_checker');
  17955.     }
  17956.     /**
  17957.      * Gets the public 'security.token_storage' alias.
  17958.      *
  17959.      * @return object The ".container.private.security.token_storage" service.
  17960.      */
  17961.     protected function getSecurity_TokenStorageService()
  17962.     {
  17963.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  17964.         return $this->get('.container.private.security.token_storage');
  17965.     }
  17966.     /**
  17967.      * Gets the public 'security.password_encoder' alias.
  17968.      *
  17969.      * @return object The ".container.private.security.password_encoder" service.
  17970.      */
  17971.     protected function getSecurity_PasswordEncoderService()
  17972.     {
  17973.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  17974.         return $this->get('.container.private.security.password_encoder');
  17975.     }
  17976.     /**
  17977.      * Gets the public 'session' alias.
  17978.      *
  17979.      * @return object The ".container.private.session" service.
  17980.      */
  17981.     protected function getSessionService()
  17982.     {
  17983.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  17984.         return $this->get('.container.private.session');
  17985.     }
  17986.     /**
  17987.      * Gets the public 'validator' alias.
  17988.      *
  17989.      * @return object The ".container.private.validator" service.
  17990.      */
  17991.     protected function getValidatorService()
  17992.     {
  17993.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  17994.         return $this->get('.container.private.validator');
  17995.     }
  17996.     /**
  17997.      * @return array|bool|float|int|string|\UnitEnum|null
  17998.      */
  17999.     public function getParameter(string $name)
  18000.     {
  18001.         if (isset($this->buildParameters[$name])) {
  18002.             return $this->buildParameters[$name];
  18003.         }
  18004.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  18005.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  18006.         }
  18007.         if (isset($this->loadedDynamicParameters[$name])) {
  18008.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  18009.         }
  18010.         return $this->parameters[$name];
  18011.     }
  18012.     public function hasParameter(string $name): bool
  18013.     {
  18014.         if (isset($this->buildParameters[$name])) {
  18015.             return true;
  18016.         }
  18017.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  18018.     }
  18019.     public function setParameter(string $name$value): void
  18020.     {
  18021.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  18022.     }
  18023.     public function getParameterBag(): ParameterBagInterface
  18024.     {
  18025.         if (null === $this->parameterBag) {
  18026.             $parameters $this->parameters;
  18027.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  18028.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  18029.             }
  18030.             foreach ($this->buildParameters as $name => $value) {
  18031.                 $parameters[$name] = $value;
  18032.             }
  18033.             $this->parameterBag = new FrozenParameterBag($parameters);
  18034.         }
  18035.         return $this->parameterBag;
  18036.     }
  18037.     private $loadedDynamicParameters = [
  18038.         'kernel.runtime_environment' => false,
  18039.         'kernel.build_dir' => false,
  18040.         'kernel.cache_dir' => false,
  18041.         'core_sync_reverse' => false,
  18042.         'kernel.secret' => false,
  18043.         'kernel.trusted_proxies' => false,
  18044.         'debug.container.dump' => false,
  18045.         'serializer.mapping.cache.file' => false,
  18046.         'session.save_path' => false,
  18047.         'validator.mapping.cache.file' => false,
  18048.         'profiler.storage.dsn' => false,
  18049.         'doctrine.orm.proxy_dir' => false,
  18050.         'hautelook_alice.fixtures_path' => false,
  18051.         'nellapp_sdk.api_internal.secret' => false,
  18052.         'nellapp_sdk.sync.base_uri' => false,
  18053.         'nellapp_sdk.sync.secret' => false,
  18054.         'nellapp_sdk.routing.default_domain' => false,
  18055.         'drosalys.web_socket.server_uri' => false,
  18056.         'oneup_uploader.chunks' => false,
  18057.         'oneup_uploader.orphanage' => false,
  18058.         'oneup_uploader.config' => false,
  18059.     ];
  18060.     private $dynamicParameters = [];
  18061.     private function getDynamicParameter(string $name)
  18062.     {
  18063.         switch ($name) {
  18064.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  18065.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  18066.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  18067.             case 'core_sync_reverse'$value $this->getEnv('CORE_REVERSE_SYNC'); break;
  18068.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  18069.             case 'kernel.trusted_proxies'$value $this->getEnv('TRUSTED_PROXIES'); break;
  18070.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  18071.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  18072.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  18073.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  18074.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  18075.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  18076.             case 'hautelook_alice.fixtures_path'$value = [
  18077.                 => $this->getEnv('resolve:FIXTURES_DIRECTORY'),
  18078.             ]; break;
  18079.             case 'nellapp_sdk.api_internal.secret'$value $this->getEnv('APP_SECRET'); break;
  18080.             case 'nellapp_sdk.sync.base_uri'$value $this->getEnv('resolve:SYNC_DOMAIN'); break;
  18081.             case 'nellapp_sdk.sync.secret'$value $this->getEnv('resolve:SYNC_SECRET'); break;
  18082.             case 'nellapp_sdk.routing.default_domain'$value $this->getEnv('DEFAULT_DOMAIN'); break;
  18083.             case 'drosalys.web_socket.server_uri'$value $this->getEnv('resolve:WS_ADDRESS').':'.$this->getEnv('string:resolve:WS_PORT'); break;
  18084.             case 'oneup_uploader.chunks'$value = [
  18085.                 'maxage' => 604800,
  18086.                 'storage' => [
  18087.                     'type' => 'filesystem',
  18088.                     'filesystem' => NULL,
  18089.                     'directory' => ($this->targetDir.''.'/uploader/chunks'),
  18090.                     'stream_wrapper' => NULL,
  18091.                     'sync_buffer_size' => '100K',
  18092.                     'prefix' => 'chunks',
  18093.                 ],
  18094.                 'load_distribution' => true,
  18095.             ]; break;
  18096.             case 'oneup_uploader.orphanage'$value = [
  18097.                 'maxage' => 43200,
  18098.                 'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  18099.             ]; break;
  18100.             case 'oneup_uploader.config'$value = [
  18101.                 'orphanage' => [
  18102.                     'maxage' => 43200,
  18103.                     'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  18104.                 ],
  18105.                 'mappings' => [
  18106.                     'chat_upload' => [
  18107.                         'use_orphanage' => true,
  18108.                         'frontend' => 'dropzone',
  18109.                         'storage' => [
  18110.                             'type' => 'flysystem',
  18111.                             'filesystem' => 'oneup_flysystem.default_filesystem',
  18112.                             'service' => NULL,
  18113.                             'directory' => NULL,
  18114.                             'stream_wrapper' => NULL,
  18115.                             'sync_buffer_size' => '100K',
  18116.                         ],
  18117.                         'allowed_mimetypes' => [
  18118.                             'image/jpeg' => [
  18119.                                 => 'jpg',
  18120.                                 => 'jpeg',
  18121.                             ],
  18122.                             'image/png' => [
  18123.                                 => 'png',
  18124.                             ],
  18125.                             'application/pdf' => [
  18126.                                 => 'pdf',
  18127.                             ],
  18128.                             'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  18129.                                 => 'docx',
  18130.                             ],
  18131.                             'application/msword' => [
  18132.                                 => 'doc',
  18133.                             ],
  18134.                             'application/vnd.oasis.opendocument.text' => [
  18135.                                 => 'odt',
  18136.                             ],
  18137.                             'application/vnd.ms-excel' => [
  18138.                                 => 'xls',
  18139.                             ],
  18140.                             'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  18141.                                 => 'xlsx',
  18142.                             ],
  18143.                             'application/zip' => [
  18144.                                 => 'zip',
  18145.                             ],
  18146.                             'application/x-zip-compressed' => [
  18147.                                 => 'zip',
  18148.                             ],
  18149.                             'video/mp4' => [
  18150.                                 => 'mp4',
  18151.                             ],
  18152.                         ],
  18153.                         'max_size' => 10000000,
  18154.                         'namer' => 'app.chat_upload_namer',
  18155.                         'custom_frontend' => [
  18156.                             'name' => NULL,
  18157.                             'class' => NULL,
  18158.                         ],
  18159.                         'route_prefix' => '',
  18160.                         'endpoints' => [
  18161.                             'upload' => NULL,
  18162.                             'progress' => NULL,
  18163.                             'cancel' => NULL,
  18164.                         ],
  18165.                         'disallowed_mimetypes' => [
  18166.                         ],
  18167.                         'error_handler' => NULL,
  18168.                         'enable_progress' => false,
  18169.                         'enable_cancelation' => false,
  18170.                         'root_folder' => false,
  18171.                     ],
  18172.                 ],
  18173.                 'chunks' => [
  18174.                     'maxage' => 604800,
  18175.                     'storage' => [
  18176.                         'type' => 'filesystem',
  18177.                         'filesystem' => NULL,
  18178.                         'directory' => ($this->targetDir.''.'/uploader/chunks'),
  18179.                         'stream_wrapper' => NULL,
  18180.                         'sync_buffer_size' => '100K',
  18181.                         'prefix' => 'chunks',
  18182.                     ],
  18183.                     'load_distribution' => true,
  18184.                 ],
  18185.                 'twig' => true,
  18186.             ]; break;
  18187.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  18188.         }
  18189.         $this->loadedDynamicParameters[$name] = true;
  18190.         return $this->dynamicParameters[$name] = $value;
  18191.     }
  18192.     protected function getDefaultParameters(): array
  18193.     {
  18194.         return [
  18195.             'kernel.project_dir' => \dirname(__DIR__4),
  18196.             'kernel.environment' => 'dev',
  18197.             'kernel.debug' => true,
  18198.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  18199.             'kernel.bundles' => [
  18200.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  18201.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  18202.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  18203.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  18204.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  18205.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  18206.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  18207.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  18208.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  18209.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  18210.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  18211.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  18212.                 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  18213.                 'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
  18214.                 'DrosalysWebObjectExtensionsBundle' => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony\\DrosalysWebObjectExtensionsBundle',
  18215.                 'DrosalysWebDoctrineExtensionsBundle' => 'DrosalysWeb\\DoctrineExtensions\\Bridge\\Symfony\\DrosalysWebDoctrineExtensionsBundle',
  18216.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  18217.                 'KnpUOAuth2ClientBundle' => 'KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle',
  18218.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  18219.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  18220.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  18221.                 'DrosalysWebFormBundle' => 'DrosalysWeb\\Bundle\\FormBundle\\DrosalysWebFormBundle',
  18222.                 'NellappSDKBundle' => 'Nellapp\\Bundle\\SDKBundle\\NellappSDKBundle',
  18223.                 'DrosalysApiBundle' => 'Drosalys\\Bundle\\ApiBundle\\DrosalysApiBundle',
  18224.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  18225.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  18226.                 'DrosalysWebWebSocketBundle' => 'DrosalysWeb\\Bundle\\WebSocketBundle\\DrosalysWebWebSocketBundle',
  18227.                 'BazingaJsTranslationBundle' => 'Bazinga\\Bundle\\JsTranslationBundle\\BazingaJsTranslationBundle',
  18228.                 'OneupUploaderBundle' => 'Oneup\\UploaderBundle\\OneupUploaderBundle',
  18229.                 'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
  18230.                 'SpiriitFormFilterBundle' => 'Spiriit\\Bundle\\FormFilterBundle\\SpiriitFormFilterBundle',
  18231.                 'TwigComponentBundle' => 'Symfony\\UX\\TwigComponent\\TwigComponentBundle',
  18232.             ],
  18233.             'kernel.bundles_metadata' => [
  18234.                 'FrameworkBundle' => [
  18235.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  18236.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  18237.                 ],
  18238.                 'TwigBundle' => [
  18239.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  18240.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  18241.                 ],
  18242.                 'TwigExtraBundle' => [
  18243.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  18244.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  18245.                 ],
  18246.                 'SensioFrameworkExtraBundle' => [
  18247.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  18248.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  18249.                 ],
  18250.                 'DoctrineBundle' => [
  18251.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  18252.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  18253.                 ],
  18254.                 'DoctrineMigrationsBundle' => [
  18255.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  18256.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  18257.                 ],
  18258.                 'SecurityBundle' => [
  18259.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  18260.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  18261.                 ],
  18262.                 'WebProfilerBundle' => [
  18263.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  18264.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  18265.                 ],
  18266.                 'MonologBundle' => [
  18267.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  18268.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  18269.                 ],
  18270.                 'DebugBundle' => [
  18271.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  18272.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  18273.                 ],
  18274.                 'MakerBundle' => [
  18275.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  18276.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  18277.                 ],
  18278.                 'NelmioAliceBundle' => [
  18279.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  18280.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  18281.                 ],
  18282.                 'FidryAliceDataFixturesBundle' => [
  18283.                     'path' => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  18284.                     'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  18285.                 ],
  18286.                 'HautelookAliceBundle' => [
  18287.                     'path' => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src'),
  18288.                     'namespace' => 'Hautelook\\AliceBundle',
  18289.                 ],
  18290.                 'DrosalysWebObjectExtensionsBundle' => [
  18291.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony'),
  18292.                     'namespace' => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony',
  18293.                 ],
  18294.                 'DrosalysWebDoctrineExtensionsBundle' => [
  18295.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Bridge/Symfony'),
  18296.                     'namespace' => 'DrosalysWeb\\DoctrineExtensions\\Bridge\\Symfony',
  18297.                 ],
  18298.                 'WebpackEncoreBundle' => [
  18299.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  18300.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  18301.                 ],
  18302.                 'KnpUOAuth2ClientBundle' => [
  18303.                     'path' => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src'),
  18304.                     'namespace' => 'KnpU\\OAuth2ClientBundle',
  18305.                 ],
  18306.                 'KnpMenuBundle' => [
  18307.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  18308.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  18309.                 ],
  18310.                 'NelmioApiDocBundle' => [
  18311.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  18312.                     'namespace' => 'Nelmio\\ApiDocBundle',
  18313.                 ],
  18314.                 'KnpPaginatorBundle' => [
  18315.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  18316.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  18317.                 ],
  18318.                 'DrosalysWebFormBundle' => [
  18319.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src'),
  18320.                     'namespace' => 'DrosalysWeb\\Bundle\\FormBundle',
  18321.                 ],
  18322.                 'NellappSDKBundle' => [
  18323.                     'path' => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src'),
  18324.                     'namespace' => 'Nellapp\\Bundle\\SDKBundle',
  18325.                 ],
  18326.                 'DrosalysApiBundle' => [
  18327.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys/api-bundle/src'),
  18328.                     'namespace' => 'Drosalys\\Bundle\\ApiBundle',
  18329.                 ],
  18330.                 'LiipImagineBundle' => [
  18331.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  18332.                     'namespace' => 'Liip\\ImagineBundle',
  18333.                 ],
  18334.                 'SentryBundle' => [
  18335.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  18336.                     'namespace' => 'Sentry\\SentryBundle',
  18337.                 ],
  18338.                 'DrosalysWebWebSocketBundle' => [
  18339.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src'),
  18340.                     'namespace' => 'DrosalysWeb\\Bundle\\WebSocketBundle',
  18341.                 ],
  18342.                 'BazingaJsTranslationBundle' => [
  18343.                     'path' => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle'),
  18344.                     'namespace' => 'Bazinga\\Bundle\\JsTranslationBundle',
  18345.                 ],
  18346.                 'OneupUploaderBundle' => [
  18347.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src'),
  18348.                     'namespace' => 'Oneup\\UploaderBundle',
  18349.                 ],
  18350.                 'OneupFlysystemBundle' => [
  18351.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src'),
  18352.                     'namespace' => 'Oneup\\FlysystemBundle',
  18353.                 ],
  18354.                 'SpiriitFormFilterBundle' => [
  18355.                     'path' => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle'),
  18356.                     'namespace' => 'Spiriit\\Bundle\\FormFilterBundle',
  18357.                 ],
  18358.                 'TwigComponentBundle' => [
  18359.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-twig-component'),
  18360.                     'namespace' => 'Symfony\\UX\\TwigComponent',
  18361.                 ],
  18362.             ],
  18363.             'kernel.charset' => 'UTF-8',
  18364.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  18365.             'container.dumper.inline_class_loader' => true,
  18366.             'container.dumper.inline_factories' => true,
  18367.             'chat_upload_directory' => (\dirname(__DIR__3).'/uploads'),
  18368.             'chat_upload_maxsize' => 10000000,
  18369.             'chat_upload_mime_types' => [
  18370.                 'image/jpeg' => [
  18371.                     => 'jpg',
  18372.                     => 'jpeg',
  18373.                 ],
  18374.                 'image/png' => [
  18375.                     => 'png',
  18376.                 ],
  18377.                 'application/pdf' => [
  18378.                     => 'pdf',
  18379.                 ],
  18380.                 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  18381.                     => 'docx',
  18382.                 ],
  18383.                 'application/msword' => [
  18384.                     => 'doc',
  18385.                 ],
  18386.                 'application/vnd.oasis.opendocument.text' => [
  18387.                     => 'odt',
  18388.                 ],
  18389.                 'application/vnd.ms-excel' => [
  18390.                     => 'xls',
  18391.                 ],
  18392.                 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  18393.                     => 'xlsx',
  18394.                 ],
  18395.                 'application/zip' => [
  18396.                     => 'zip',
  18397.                 ],
  18398.                 'application/x-zip-compressed' => [
  18399.                     => 'zip',
  18400.                 ],
  18401.                 'video/mp4' => [
  18402.                     => 'mp4',
  18403.                 ],
  18404.             ],
  18405.             'event_dispatcher.event_aliases' => [
  18406.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  18407.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  18408.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  18409.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  18410.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  18411.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  18412.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  18413.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  18414.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  18415.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  18416.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  18417.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  18418.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  18419.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  18420.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  18421.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  18422.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  18423.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  18424.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  18425.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  18426.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  18427.             ],
  18428.             'fragment.renderer.hinclude.global_template' => NULL,
  18429.             'fragment.path' => '/_fragment',
  18430.             'kernel.http_method_override' => true,
  18431.             'kernel.trusted_hosts' => [
  18432.             ],
  18433.             'kernel.default_locale' => 'fr',
  18434.             'kernel.enabled_locales' => [
  18435.             ],
  18436.             'kernel.error_controller' => 'error_controller',
  18437.             'kernel.trusted_headers' => 14,
  18438.             'debug.file_link_format' => NULL,
  18439.             'asset.request_context.base_path' => NULL,
  18440.             'asset.request_context.secure' => NULL,
  18441.             'translator.logging' => false,
  18442.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  18443.             'debug.error_handler.throw_at' => -1,
  18444.             'router.request_context.host' => 'localhost',
  18445.             'router.request_context.scheme' => 'http',
  18446.             'router.request_context.base_url' => '',
  18447.             'router.resource' => 'kernel::loadRoutes',
  18448.             'request_listener.http_port' => 80,
  18449.             'request_listener.https_port' => 443,
  18450.             'session.metadata.storage_key' => '_sf2_meta',
  18451.             'session.storage.options' => [
  18452.                 'cache_limiter' => '0',
  18453.                 'cookie_lifetime' => 86400,
  18454.                 'cookie_secure' => 'auto',
  18455.                 'cookie_httponly' => false,
  18456.                 'cookie_samesite' => 'lax',
  18457.                 'gc_probability' => 1,
  18458.             ],
  18459.             'session.metadata.update_threshold' => 0,
  18460.             'form.type_extension.csrf.enabled' => false,
  18461.             'validator.translation_domain' => 'validators',
  18462.             'profiler_listener.only_exceptions' => false,
  18463.             'profiler_listener.only_main_requests' => false,
  18464.             'twig.form.resources' => [
  18465.                 => 'form_div_layout.html.twig',
  18466.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  18467.                 => '@NellappSDK/Form/form_theme_checkboxes.html.twig',
  18468.                 => '@NellappSDK/Form/form_theme.html.twig',
  18469.                 => 'bootstrap_5_layout.html.twig',
  18470.                 => 'form/form_collection_users.html.twig',
  18471.                 => '@DrosalysWebForm/Form/collection_layout.html.twig',
  18472.                 => '@DrosalysWebForm/Form/select_or_create_layout.html.twig',
  18473.             ],
  18474.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  18475.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  18476.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  18477.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  18478.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  18479.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  18480.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  18481.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  18482.             'doctrine.entity_managers' => [
  18483.                 'default' => 'doctrine.orm.default_entity_manager',
  18484.             ],
  18485.             'doctrine.default_entity_manager' => 'default',
  18486.             'doctrine.dbal.connection_factory.types' => [
  18487.                 'uuid' => [
  18488.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  18489.                 ],
  18490.                 'ulid' => [
  18491.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  18492.                 ],
  18493.             ],
  18494.             'doctrine.connections' => [
  18495.                 'default' => 'doctrine.dbal.default_connection',
  18496.             ],
  18497.             'doctrine.default_connection' => 'default',
  18498.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  18499.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  18500.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  18501.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  18502.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  18503.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  18504.             'doctrine.orm.cache.memcache_host' => 'localhost',
  18505.             'doctrine.orm.cache.memcache_port' => 11211,
  18506.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  18507.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  18508.             'doctrine.orm.cache.memcached_host' => 'localhost',
  18509.             'doctrine.orm.cache.memcached_port' => 11211,
  18510.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  18511.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  18512.             'doctrine.orm.cache.redis_host' => 'localhost',
  18513.             'doctrine.orm.cache.redis_port' => 6379,
  18514.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  18515.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  18516.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  18517.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  18518.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  18519.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  18520.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  18521.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  18522.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  18523.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  18524.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  18525.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  18526.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  18527.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  18528.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  18529.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  18530.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  18531.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  18532.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  18533.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  18534.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  18535.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  18536.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  18537.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  18538.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  18539.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  18540.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  18541.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  18542.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  18543.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  18544.             'doctrine.orm.auto_generate_proxy_classes' => true,
  18545.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  18546.             'doctrine.orm.proxy_namespace' => 'Proxies',
  18547.             'doctrine.migrations.preferred_em' => NULL,
  18548.             'doctrine.migrations.preferred_connection' => NULL,
  18549.             'security.role_hierarchy.roles' => [
  18550.             ],
  18551.             'security.access.denied_url' => NULL,
  18552.             'security.authentication.manager.erase_credentials' => true,
  18553.             'security.authentication.session_strategy.strategy' => 'migrate',
  18554.             'security.access.always_authenticate_before_granting' => false,
  18555.             'security.authentication.hide_user_not_found' => true,
  18556.             'security.firewalls' => [
  18557.                 => 'dev',
  18558.                 => 'reverse_sync_doc',
  18559.                 => 'reverse_sync',
  18560.                 => 'api',
  18561.                 => 'main',
  18562.             ],
  18563.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  18564.             'web_profiler.debug_toolbar.mode' => 2,
  18565.             'monolog.use_microseconds' => true,
  18566.             'monolog.swift_mailer.handlers' => [
  18567.             ],
  18568.             'monolog.handlers_to_channels' => [
  18569.                 'monolog.handler.console' => [
  18570.                     'type' => 'exclusive',
  18571.                     'elements' => [
  18572.                         => 'event',
  18573.                         => 'doctrine',
  18574.                         => 'console',
  18575.                     ],
  18576.                 ],
  18577.                 'monolog.handler.main' => [
  18578.                     'type' => 'exclusive',
  18579.                     'elements' => [
  18580.                         => 'event',
  18581.                     ],
  18582.                 ],
  18583.             ],
  18584.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  18585.             'nelmio_alice.functions_blacklist' => [
  18586.                 => 'current',
  18587.                 => 'shuffle',
  18588.                 => 'date',
  18589.                 => 'time',
  18590.                 => 'file',
  18591.                 => 'md5',
  18592.                 => 'sha1',
  18593.             ],
  18594.             'nelmio_alice.locale' => 'en_US',
  18595.             'nelmio_alice.seed' => 1,
  18596.             'nelmio_alice.loading_limit' => 5,
  18597.             'nelmio_alice.max_unique_values_retry' => 150,
  18598.             'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
  18599.             'hautelook_alice.root_dirs' => [
  18600.                 => \dirname(__DIR__4),
  18601.             ],
  18602.             'drosalys_object_extensions.serialize_log.model_manager_name' => 'default',
  18603.             'drosalys_object_extensions.serialize_log.use_internal_entity' => true,
  18604.             'knp_menu.renderer.list.options' => [
  18605.             ],
  18606.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  18607.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  18608.             'knp_menu.renderer.twig.options' => [
  18609.             ],
  18610.             'knp_menu.renderer.twig.template' => 'Partials/components/header/knp-menu.html.twig',
  18611.             'knp_menu.default_renderer' => 'twig',
  18612.             'nelmio_api_doc.areas' => [
  18613.                 => 'default',
  18614.             ],
  18615.             'knp_paginator.template.pagination' => '@NellappSDK/Partials/component/pagination/pagination.html.twig',
  18616.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  18617.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  18618.             'knp_paginator.page_range' => 5,
  18619.             'knp_paginator.page_limit' => NULL,
  18620.             'drosalys_form.collection.import_template' => true,
  18621.             'drosalys_form.collection.main_form_template' => 'form_div_layout.html.twig',
  18622.             'drosalys_form.select_or_create.import_template' => true,
  18623.             'drosalys_form.select_or_create.layout_template' => '@DrosalysWebForm/Form/select_or_create_layout.html.twig',
  18624.             'nellapp_sdk.global_getter.global_entities' => [
  18625.                 'channel_class' => 'App\\Entity\\Channel\\Channel',
  18626.                 'channel_white_label_class' => 'App\\Entity\\Channel\\ChannelWhiteLabel',
  18627.                 'user_class' => 'App\\Entity\\Account\\User',
  18628.                 'channel_user_data_class' => 'App\\Entity\\ChannelUserData\\ChannelUserData',
  18629.                 'channel_user_role_class' => 'Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRole',
  18630.             ],
  18631.             'nellapp_sdk.default.doctrine_connection' => 'default',
  18632.             'nellapp_sdk.auth.enable' => true,
  18633.             'nellapp_sdk.auth.doctrine_connection' => 'default',
  18634.             'nellapp_sdk.sync.enable' => true,
  18635.             'nellapp_sdk.channel.enable' => true,
  18636.             'entities_handled' => [
  18637.                 => 'channel_channel',
  18638.                 => 'channel_white_label',
  18639.                 => 'channel_user_from_channels',
  18640.                 => 'channel_group',
  18641.                 => 'channel_user_role',
  18642.                 => 'channel_session',
  18643.                 => 'channel_place',
  18644.                 => 'channel_user_data',
  18645.                 => 'abstract_cursus',
  18646.                 => 'channel_training',
  18647.                 10 => 'channel_service',
  18648.                 11 => 'channel_user_perm_session',
  18649.                 12 => 'channel_user_perm_service',
  18650.             ],
  18651.             'nellapp_sdk.template_header.search_deactivated_domain' => [
  18652.             ],
  18653.             'drosalys_api.serializer.symfony' => true,
  18654.             'liip_imagine.resolvers' => [
  18655.                 'default' => [
  18656.                     'web_path' => [
  18657.                         'web_root' => (\dirname(__DIR__4).'/public'),
  18658.                         'cache_prefix' => 'media/cache',
  18659.                     ],
  18660.                 ],
  18661.             ],
  18662.             'liip_imagine.loaders' => [
  18663.                 'default' => [
  18664.                     'filesystem' => [
  18665.                         'locator' => 'filesystem',
  18666.                         'data_root' => [
  18667.                             => (\dirname(__DIR__4).'/public'),
  18668.                         ],
  18669.                         'allow_unresolvable_data_roots' => false,
  18670.                         'bundle_resources' => [
  18671.                             'enabled' => false,
  18672.                             'access_control_type' => 'blacklist',
  18673.                             'access_control_list' => [
  18674.                             ],
  18675.                         ],
  18676.                     ],
  18677.                 ],
  18678.             ],
  18679.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  18680.             'liip_imagine.jpegoptim.stripAll' => true,
  18681.             'liip_imagine.jpegoptim.max' => NULL,
  18682.             'liip_imagine.jpegoptim.progressive' => true,
  18683.             'liip_imagine.jpegoptim.tempDir' => NULL,
  18684.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  18685.             'liip_imagine.optipng.level' => 7,
  18686.             'liip_imagine.optipng.stripAll' => true,
  18687.             'liip_imagine.optipng.tempDir' => NULL,
  18688.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  18689.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  18690.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  18691.             'liip_imagine.cwebp.tempDir' => NULL,
  18692.             'liip_imagine.cwebp.q' => 75,
  18693.             'liip_imagine.cwebp.alphaQ' => 100,
  18694.             'liip_imagine.cwebp.m' => 4,
  18695.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  18696.             'liip_imagine.cwebp.alphaMethod' => 1,
  18697.             'liip_imagine.cwebp.exact' => false,
  18698.             'liip_imagine.cwebp.metadata' => [
  18699.                 => 'none',
  18700.             ],
  18701.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  18702.             'liip_imagine.cache.resolver.default' => 'default',
  18703.             'liip_imagine.default_image' => NULL,
  18704.             'liip_imagine.filter_sets' => [
  18705.                 'channel_thumbnail' => [
  18706.                     'quality' => 100,
  18707.                     'jpeg_quality' => 80,
  18708.                     'png_compression_level' => 8,
  18709.                     'png_compression_filter' => NULL,
  18710.                     'format' => NULL,
  18711.                     'animated' => false,
  18712.                     'cache' => NULL,
  18713.                     'data_loader' => NULL,
  18714.                     'default_image' => NULL,
  18715.                     'filters' => [
  18716.                         'auto_rotate' => [
  18717.                         ],
  18718.                         'strip' => [
  18719.                         ],
  18720.                         'thumbnail' => [
  18721.                             'size' => [
  18722.                                 => 600,
  18723.                                 => 300,
  18724.                             ],
  18725.                             'mode' => 'inset',
  18726.                             'allow_upscale' => true,
  18727.                         ],
  18728.                     ],
  18729.                     'post_processors' => [
  18730.                     ],
  18731.                 ],
  18732.                 'avatar_thumbnail' => [
  18733.                     'quality' => 100,
  18734.                     'jpeg_quality' => 80,
  18735.                     'png_compression_level' => 8,
  18736.                     'png_compression_filter' => NULL,
  18737.                     'format' => NULL,
  18738.                     'animated' => false,
  18739.                     'cache' => NULL,
  18740.                     'data_loader' => NULL,
  18741.                     'default_image' => NULL,
  18742.                     'filters' => [
  18743.                         'auto_rotate' => [
  18744.                         ],
  18745.                         'strip' => [
  18746.                         ],
  18747.                         'thumbnail' => [
  18748.                             'size' => [
  18749.                                 => 100,
  18750.                                 => 100,
  18751.                             ],
  18752.                             'mode' => 'outbound',
  18753.                             'allow_upscale' => true,
  18754.                         ],
  18755.                     ],
  18756.                     'post_processors' => [
  18757.                     ],
  18758.                 ],
  18759.             ],
  18760.             'liip_imagine.binary.loader.default' => 'default',
  18761.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  18762.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  18763.             'liip_imagine.webp.generate' => false,
  18764.             'liip_imagine.webp.options' => [
  18765.                 'quality' => 100,
  18766.                 'cache' => NULL,
  18767.                 'data_loader' => NULL,
  18768.                 'post_processors' => [
  18769.                 ],
  18770.             ],
  18771.             'env(SENTRY_RELEASE)' => '1.0.0+no-version-set@{no ref',
  18772.             'sentry.tracing.enabled' => true,
  18773.             'sentry.tracing.dbal.enabled' => true,
  18774.             'sentry.tracing.dbal.connections' => [
  18775.             ],
  18776.             'sentry.tracing.cache.enabled' => true,
  18777.             'sentry.tracing.http_client.enabled' => true,
  18778.             'drosalys.web_socket.server_context' => [
  18779.                 'tls' => [
  18780.                     'verify_peer' => false,
  18781.                     'allow_self_signed' => true,
  18782.                     'local_cert' => (\dirname(__DIR__4).'\\config\\certificate.crt'),
  18783.                     'local_pk' => (\dirname(__DIR__4).'\\config\\privateKey.key'),
  18784.                 ],
  18785.             ],
  18786.             'drosalys.web_socket.router_resource' => (\dirname(__DIR__4).'/config/ws_routes.yaml'),
  18787.             'bazinga.jstranslation.translation_finder.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Finder\\TranslationFinder',
  18788.             'bazinga.jstranslation.translation_dumper.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Dumper\\TranslationDumper',
  18789.             'bazinga.jstranslation.controller.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Controller\\Controller',
  18790.             'oneup_uploader.chunks.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\ChunkManager',
  18791.             'oneup_uploader.chunks_storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\GaufretteStorage',
  18792.             'oneup_uploader.chunks_storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FlysystemStorage',
  18793.             'oneup_uploader.chunks_storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FilesystemStorage',
  18794.             'oneup_uploader.namer.urlsafename.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UrlSafeNamer',
  18795.             'oneup_uploader.namer.uniqid.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UniqidNamer',
  18796.             'oneup_uploader.routing.loader.class' => 'Oneup\\UploaderBundle\\Routing\\RouteLoader',
  18797.             'oneup_uploader.storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\GaufretteStorage',
  18798.             'oneup_uploader.storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FlysystemStorage',
  18799.             'oneup_uploader.storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemStorage',
  18800.             'oneup_uploader.orphanage.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemOrphanageStorage',
  18801.             'oneup_uploader.orphanage.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Orphanage\\OrphanageManager',
  18802.             'oneup_uploader.controller.fineuploader.class' => 'Oneup\\UploaderBundle\\Controller\\FineUploaderController',
  18803.             'oneup_uploader.controller.blueimp.class' => 'Oneup\\UploaderBundle\\Controller\\BlueimpController',
  18804.             'oneup_uploader.controller.uploadify.class' => 'Oneup\\UploaderBundle\\Controller\\UploadifyController',
  18805.             'oneup_uploader.controller.yui3.class' => 'Oneup\\UploaderBundle\\Controller\\YUI3Controller',
  18806.             'oneup_uploader.controller.fancyupload.class' => 'Oneup\\UploaderBundle\\Controller\\FancyUploadController',
  18807.             'oneup_uploader.controller.mooupload.class' => 'Oneup\\UploaderBundle\\Controller\\MooUploadController',
  18808.             'oneup_uploader.controller.plupload.class' => 'Oneup\\UploaderBundle\\Controller\\PluploadController',
  18809.             'oneup_uploader.controller.dropzone.class' => 'Oneup\\UploaderBundle\\Controller\\DropzoneController',
  18810.             'oneup_uploader.command.clear_chunks.class' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  18811.             'oneup_uploader.command.clear_orphans.class' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  18812.             'oneup_uploader.error_handler.noop.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\NoopErrorHandler',
  18813.             'oneup_uploader.error_handler.blueimp.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\BlueimpErrorHandler',
  18814.             'oneup_uploader.error_handler.plupload.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\PluploadErrorHandler',
  18815.             'oneup_uploader.error_handler.dropzone.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\DropzoneErrorHandler',
  18816.             'oneup_uploader.config.chat_upload' => [
  18817.                 'use_orphanage' => true,
  18818.                 'frontend' => 'dropzone',
  18819.                 'storage' => [
  18820.                     'type' => 'flysystem',
  18821.                     'filesystem' => 'oneup_flysystem.default_filesystem',
  18822.                     'service' => NULL,
  18823.                     'directory' => NULL,
  18824.                     'stream_wrapper' => NULL,
  18825.                     'sync_buffer_size' => '100K',
  18826.                 ],
  18827.                 'allowed_mimetypes' => [
  18828.                     'image/jpeg' => [
  18829.                         => 'jpg',
  18830.                         => 'jpeg',
  18831.                     ],
  18832.                     'image/png' => [
  18833.                         => 'png',
  18834.                     ],
  18835.                     'application/pdf' => [
  18836.                         => 'pdf',
  18837.                     ],
  18838.                     'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  18839.                         => 'docx',
  18840.                     ],
  18841.                     'application/msword' => [
  18842.                         => 'doc',
  18843.                     ],
  18844.                     'application/vnd.oasis.opendocument.text' => [
  18845.                         => 'odt',
  18846.                     ],
  18847.                     'application/vnd.ms-excel' => [
  18848.                         => 'xls',
  18849.                     ],
  18850.                     'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  18851.                         => 'xlsx',
  18852.                     ],
  18853.                     'application/zip' => [
  18854.                         => 'zip',
  18855.                     ],
  18856.                     'application/x-zip-compressed' => [
  18857.                         => 'zip',
  18858.                     ],
  18859.                     'video/mp4' => [
  18860.                         => 'mp4',
  18861.                     ],
  18862.                 ],
  18863.                 'max_size' => 10000000,
  18864.                 'namer' => 'app.chat_upload_namer',
  18865.                 'custom_frontend' => [
  18866.                     'name' => NULL,
  18867.                     'class' => NULL,
  18868.                 ],
  18869.                 'route_prefix' => '',
  18870.                 'endpoints' => [
  18871.                     'upload' => NULL,
  18872.                     'progress' => NULL,
  18873.                     'cancel' => NULL,
  18874.                 ],
  18875.                 'disallowed_mimetypes' => [
  18876.                 ],
  18877.                 'error_handler' => NULL,
  18878.                 'enable_progress' => false,
  18879.                 'enable_cancelation' => false,
  18880.                 'root_folder' => false,
  18881.             ],
  18882.             'oneup_uploader.controllers' => [
  18883.                 'chat_upload' => [
  18884.                     => 'oneup_uploader.controller.chat_upload',
  18885.                     => [
  18886.                         'enable_progress' => false,
  18887.                         'enable_cancelation' => false,
  18888.                         'route_prefix' => '',
  18889.                         'endpoints' => [
  18890.                             'upload' => NULL,
  18891.                             'progress' => NULL,
  18892.                             'cancel' => NULL,
  18893.                         ],
  18894.                     ],
  18895.                 ],
  18896.             ],
  18897.             'oneup_uploader.maxsize' => [
  18898.                 'chat_upload' => 10000000,
  18899.             ],
  18900.             'spiriit_form_filter.query_builder_updater.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\FilterBuilderUpdater',
  18901.             'spiriit_form_filter.form_data_extractor.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\FormDataExtractor',
  18902.             'spiriit_form_filter.data_extraction_method.default.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\DefaultExtractionMethod',
  18903.             'spiriit_form_filter.data_extraction_method.text.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\TextExtractionMethod',
  18904.             'spiriit_form_filter.data_extraction_method.key_values.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\ValueKeysExtractionMethod',
  18905.             'spiriit_form_filter.filter_prepare.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Listener\\PrepareListener',
  18906.             'spiriit_form_filter.type.filter_text.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType',
  18907.             'spiriit_form_filter.type.filter_number.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType',
  18908.             'spiriit_form_filter.type.filter_number_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType',
  18909.             'spiriit_form_filter.type.filter_checkbox.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType',
  18910.             'spiriit_form_filter.type.filter_boolean.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType',
  18911.             'spiriit_form_filter.type.filter_choice.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType',
  18912.             'spiriit_form_filter.type.filter_date.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType',
  18913.             'spiriit_form_filter.type.filter_date_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType',
  18914.             'spiriit_form_filter.type.filter_datetime.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType',
  18915.             'spiriit_form_filter.type.filter_datetime_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType',
  18916.             'spiriit_form_filter.type.filter_collection_adapter.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType',
  18917.             'spiriit_form_filter.type.filter_sharedable.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType',
  18918.             'spiriit_form_filter.type.filter_enum.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType',
  18919.             'spiriit_form_filter.type_extension.filter_extension.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\FilterTypeExtension',
  18920.             'spiriit_form_filter.get_filter.doctrine_orm.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Subscriber\\DoctrineORMSubscriber',
  18921.             'spiriit_form_filter.apply_filter.doctrine_orm.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Listener\\DoctrineApplyFilterListener',
  18922.             'spiriit_form_filter.type.filter_entity.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType',
  18923.             'spiriit_form_filter.where_method' => 'and',
  18924.             'spiriit_form_filter.text.condition_pattern' => 1,
  18925.             'maker.compatible_check.doctrine.supports_attributes' => true,
  18926.             'data_collector.templates' => [
  18927.                 'data_collector.request' => [
  18928.                     => 'request',
  18929.                     => '@WebProfiler/Collector/request.html.twig',
  18930.                 ],
  18931.                 'data_collector.time' => [
  18932.                     => 'time',
  18933.                     => '@WebProfiler/Collector/time.html.twig',
  18934.                 ],
  18935.                 'data_collector.memory' => [
  18936.                     => 'memory',
  18937.                     => '@WebProfiler/Collector/memory.html.twig',
  18938.                 ],
  18939.                 'data_collector.validator' => [
  18940.                     => 'validator',
  18941.                     => '@WebProfiler/Collector/validator.html.twig',
  18942.                 ],
  18943.                 'data_collector.ajax' => [
  18944.                     => 'ajax',
  18945.                     => '@WebProfiler/Collector/ajax.html.twig',
  18946.                 ],
  18947.                 'data_collector.form' => [
  18948.                     => 'form',
  18949.                     => '@WebProfiler/Collector/form.html.twig',
  18950.                 ],
  18951.                 'data_collector.exception' => [
  18952.                     => 'exception',
  18953.                     => '@WebProfiler/Collector/exception.html.twig',
  18954.                 ],
  18955.                 'data_collector.logger' => [
  18956.                     => 'logger',
  18957.                     => '@WebProfiler/Collector/logger.html.twig',
  18958.                 ],
  18959.                 'data_collector.events' => [
  18960.                     => 'events',
  18961.                     => '@WebProfiler/Collector/events.html.twig',
  18962.                 ],
  18963.                 'data_collector.router' => [
  18964.                     => 'router',
  18965.                     => '@WebProfiler/Collector/router.html.twig',
  18966.                 ],
  18967.                 'data_collector.cache' => [
  18968.                     => 'cache',
  18969.                     => '@WebProfiler/Collector/cache.html.twig',
  18970.                 ],
  18971.                 'data_collector.translation' => [
  18972.                     => 'translation',
  18973.                     => '@WebProfiler/Collector/translation.html.twig',
  18974.                 ],
  18975.                 'data_collector.security' => [
  18976.                     => 'security',
  18977.                     => '@Security/Collector/security.html.twig',
  18978.                 ],
  18979.                 'data_collector.twig' => [
  18980.                     => 'twig',
  18981.                     => '@WebProfiler/Collector/twig.html.twig',
  18982.                 ],
  18983.                 'data_collector.http_client' => [
  18984.                     => 'http_client',
  18985.                     => '@WebProfiler/Collector/http_client.html.twig',
  18986.                 ],
  18987.                 'data_collector.doctrine' => [
  18988.                     => 'db',
  18989.                     => '@Doctrine/Collector/db.html.twig',
  18990.                 ],
  18991.                 'data_collector.dump' => [
  18992.                     => 'dump',
  18993.                     => '@Debug/Profiler/dump.html.twig',
  18994.                 ],
  18995.                 'data_collector.messenger' => [
  18996.                     => 'messenger',
  18997.                     => '@WebProfiler/Collector/messenger.html.twig',
  18998.                 ],
  18999.                 'mailer.data_collector' => [
  19000.                     => 'mailer',
  19001.                     => '@WebProfiler/Collector/mailer.html.twig',
  19002.                 ],
  19003.                 'data_collector.config' => [
  19004.                     => 'config',
  19005.                     => '@WebProfiler/Collector/config.html.twig',
  19006.                 ],
  19007.             ],
  19008.             'console.command.ids' => [
  19009.             ],
  19010.         ];
  19011.     }
  19012.     protected function throw($message)
  19013.     {
  19014.         throw new RuntimeException($message);
  19015.     }
  19016. }